Commit Graph

29 Commits

Author SHA1 Message Date
Julian Prieber 25ce01afb8 Update DB structure 2024-06-20 15:29:28 +02:00
Julian Prieber 87dbdebb1f New button table layout 2023-12-16 18:47:35 +01: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 154e3d4fb3 Update 2023_03_09_121613_update_columns_to_text_type.php 2023-05-04 19:01:56 +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 adee9ccaec Initial Vcard
Added Vcard feature
2023-03-27 19:04:41 +02: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 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 951df23c91 Laravel 9
Update to Laravel 9

Commit for the upcoming from-end update.
2022-11-08 16:11:59 +01:00
Julian Prieber 592dde4b2a Added support for custom themes 2022-05-18 21:08:58 +02:00
Julian Prieber 83fa39f579
Fixed error when migrating database with MySQL 2022-05-12 14:47:07 +02:00
Julian Prieber d880fa84d3 Added database migration for custom icons
Added database migration for the upcoming custom icons on the Button Editor.
See: https://blog.littlelink-custom.com/upcoming-features/
And: https://blog.littlelink-custom.com/progress-of-the-new-button-editor/
2022-04-11 13:14:14 +02:00
Julian Prieber 559ecbee21
Update 2021_03_18_082008_create_links_table.php 2022-04-06 13:58:17 +02:00
Julian Prieber 49679f2131 Added field for custom CSS to database
See: https://blog.littlelink-custom.com/upcoming-features/
2022-04-05 23:23:36 +02:00
JulianPrieber 4e78b1a58f Added option to disable registration
Added option to disable registration.
2022-02-23 20:19:15 +01:00
JulianPrieber 4af729687e
Fixed SQLite compatibility
Removed 'DB::statement("ALTER TABLE `buttons` AUTO_INCREMENT=0;");' due to incompatibility with SQLite.
2022-02-21 19:58:55 +01:00
aprillio 7bb0a8aee4 add column title and order 2021-07-06 15:43:56 +07:00
aprillio 81003986f5 alter table buttons auto increment start from zero 2021-07-06 15:43:30 +07:00
Khashayar Zavosh 24db7cbbfb admin littlelink 2021-04-16 03:30:00 +04:30