Commit Graph

14 Commits

Author SHA1 Message Date
Julian Prieber 9806afe60f Include libraries based on block configuration 2024-09-23 12:53:08 +02:00
Julian Prieber c428bb2ef7 Add new block config option 2024-09-19 12:53:21 +02:00
Julian Prieber 31c8ba0daa Update Link.php 2024-06-23 12:07:00 +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
Julian Prieber 3a828a623f Caching requests 2023-12-16 19:09:38 +01:00
Julian Prieber 3beddca69c Set admin account ID to always be 1 2023-12-01 17:11:35 +01:00
Julian Prieber 712101c3f4 Now generating new link IDs at random 2023-12-01 16:19:51 +01:00
Julian Prieber f6155b5959 Now generating new user IDs at random
Default is length is 6 digits. This can be changed in the linkstack.php config file in /config with the key user_id_length.
Sequential numbering can still be used by setting disable_random_user_ids to true.
2023-12-01 14:00:46 +01:00
Julian Prieber 40dd951c01 jank 2023-02-16 16:10:41 +01:00
Julian Prieber 65766efd71 Added model to save userdata
UserData::saveData(ID, 'foo', 'bar');
UserData::getData(ID, 'foo');
UserData::removeData(ID, 'foo');
2023-02-16 14:22:18 +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 fa4f4f1441 Added email verification
Added email verification after user registration. After a user registered, an email is sent to the email used to sign up. The mail contains a verification link which is required to complete the registration process.

This feature can be turned off in the Admin Panel under: Admin>Config by changing the setting "Register_auth" from "verified" to "auth".

Read more about this on the Blog here: https://blog.littlelink-custom.com/optional-email-verification/
2022-03-19 16:48:21 +01:00
JulianPrieber 4e78b1a58f Added option to disable registration
Added option to disable registration.
2022-02-23 20:19:15 +01:00
Khashayar Zavosh 24db7cbbfb admin littlelink 2021-04-16 03:30:00 +04:30