Commit Graph

87 Commits

Author SHA1 Message Date
Julian Prieber 25ce01afb8 Update DB structure 2024-06-20 15:29:28 +02:00
Julian Prieber c1a47556f5 Make Block System Modular
The block system now works off a basic modularity/expansion principle where users can add their own blocks
2024-06-20 12:24:54 +02:00
FinnTheFoxxo 98908ba806 Added Simplex Button 2024-02-24 20:01:41 -05:00
Realmlist 41625d01d9 Fix typo (#699) 2024-01-22 16:59:05 +01:00
Julian Prieber 9d66e05c76
Merge branch 'main' into main 2023-12-16 19:15:33 +01:00
Realmlist c4fef58cb4 new format 2023-12-16 19:11:02 +01:00
Julian Prieber 87dbdebb1f New button table layout 2023-12-16 18:47:35 +01:00
Realmlist 21ba46b728 Added friendi.ca button (#284) 2023-12-15 21:01:51 +01:00
Realmlist 92d87462d1 Added Google Drive (#543) 2023-12-15 20:52:37 +01:00
Realmlist 057e60d9fe Added behance button (#629) 2023-12-15 20:49:05 +01:00
Realmlist 509b6bc307 Added buttons
Added styles, seeds and SVGs for Booth.pm, HearThis.at, Pronouns.page, and Throne.com.
2023-12-13 15:44:22 +01:00
LeviSnoot b3533d82cd feat: add streams button 2023-10-22 19:34:45 +02:00
Julian Prieber 7a75fc66d6
Merge branch 'main' into bsky_button 2023-09-13 13:48:36 +02:00
Levi 99b488302a feat: add firefish button 2023-09-12 10:00:23 +02:00
DatFlowTS da2660ae01
added Bluesky button
properly this time, as I've lately seen that there are many hard-coded button ids which failed when sorting Bluesky alphabetically between the others..
2023-09-11 11:24:26 +02:00
Levi 9e7837e842
(feat) furaffinity.net button 2023-08-14 01:41:07 +02:00
Levi 28bcc13673
(feat) itaku.ee button 2023-08-14 01:32:52 +02:00
Levi ff7d607e2a
(feat) last.fm button 2023-08-14 01:20:15 +02:00
Levi 0c02bd7665 feat: add picarto and trakt buttons 2023-07-21 09:15:18 +02:00
Julian Prieber 9515017c03 Fixed DB calls for MySQL 2023-07-19 15:08:07 +02:00
Julian Prieber 3f62c84406 Added option for admins to impersonate other users
Inspired by: https://github.com/nextcloud/impersonate
2023-07-13 18:22:50 +02:00
Julian Prieber 7f2c3533e3 Translated home message 2023-06-22 12:58:48 +02:00
Julian Prieber 154e3d4fb3 Update 2023_03_09_121613_update_columns_to_text_type.php 2023-05-04 19:01:56 +02:00
Julian Prieber ecae2290d6 Update PageSeeder.php 2023-05-04 15:33:40 +02:00
Julian Prieber 437c6d0661 Update 2023_03_09_121613_update_columns_to_text_type.php 2023-05-03 20:38:50 +02:00
Julian Prieber 0581e0f952 Fixed Vcards on mysql 2023-05-03 20:37:12 +02:00
Julian Prieber f837b82f89 Update PageSeeder.php 2023-05-01 16:37:36 +02:00
Julian Prieber bdd8b80694 Name change 2023-04-27 19:45:12 +02:00
Julian Prieber a69fd29301 Name change 2023-04-27 17:06:40 +02:00
Julian Prieber dcb44292ad Name change 2023-04-27 16:53:59 +02:00
Julian Prieber 5dbb2b182d Version 4.0
-- Dashboard Update --

Update to version 4.0.0.
Complete redesign of the admin panel.
New features and a license change.
2023-04-26 15:44:39 +02:00
Jascha Urbach ae7b2a5682
revert some files to commit 8e5bf2b
revert commit to wrong files.
2023-03-31 16:33:55 +02:00
Jascha Urbach 6057e2e753
artisan db:seed --class="ButtonSeeder" 2023-03-31 16:20:01 +02:00
Jascha Urbach 1c0a50c3d0
Scribd Button
added Scribd Button
2023-03-31 16:18:45 +02:00
Jascha Urbach 53dc30988d
Apple Books button
Added Apple Books svg and button code.
2023-03-31 11:06:02 +02:00
Julian Prieber adee9ccaec Initial Vcard
Added Vcard feature
2023-03-27 19:04:41 +02:00
MagicLike 647e004e78 Moved button in ButtonSeeder to ensure function 2023-03-10 23:29:40 +01:00
MagicLike 91e33a8dcd Added button for BookWyrm
https://github.com/JulianPrieber/littlelink-custom/discussions/322
2023-03-10 22:16:49 +01:00
Julian Prieber 6b1a15598f Revert "Update 2023_03_09_121613_update_columns_to_text_type.php"
This reverts commit 597bd20334.
2023-03-09 13:25:57 +01:00
Julian Prieber 597bd20334 Update 2023_03_09_121613_update_columns_to_text_type.php 2023-03-09 13:24:32 +01:00
Julian Prieber 6d9ffdff56 Create 2023_03_09_121613_update_columns_to_text_type.php
https://github.com/JulianPrieber/littlelink-custom/issues/328
2023-03-09 13:18:42 +01:00
Julian Prieber 19ddd37182 Update 2014_10_12_000000_create_users_table.php 2023-03-08 21:04:32 +01:00
Julian Prieber 86a64f80a2 Create 2023_03_08_184401_remove_unique_constraint_from_users_table.php 2023-03-08 19:46:43 +01:00
Julian Prieber 1abcf14b5a $table->string('name')->unique(); 2023-03-08 19:30:08 +01:00
Julian Prieber 7aea53e0b8 Added new blocks:
- E-Mail Block
- Telephone number Block
2023-03-05 20:02:42 +01:00
Julian Prieber ace499c07b Update ButtonSeeder.php 2022-12-05 22:56:56 +01:00
Julian Prieber 9c2a91e0fc Added new block "Text" 2022-12-01 12:51:16 +01:00
Julian Prieber 9fc837c09b Update 2022_09_22_123137_link-type.php 2022-11-14 11:36:01 +01:00
Julian Prieber b9922a36b6 Update 2022_09_22_123137_link-type.php 2022-11-10 18:49:26 +01:00
Julian Prieber d8130cd914 Update PageSeeder.php 2022-11-09 18:36:30 +01:00