Commit Graph

20 Commits

Author SHA1 Message Date
Julian Prieber 7fd2d922a2 Update test.blade.php 2023-06-04 23:06:18 +02:00
Julian Prieber 045750728a Started translation 2023-06-04 23:02:17 +02:00
Julian Prieber f0c96b954a Fixed remember me token 2023-05-26 00:27:30 +02:00
Julian Prieber d8b8142707 Added user confirmation mail to admin email 2023-05-10 16:37:07 +02:00
Julian Prieber a7933e9306 Update login.blade.php 2023-05-02 16:12:29 +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
Julian Prieber b02bb34ad3 Update login.blade.php 2023-03-21 21:07:42 +01:00
Julian Prieber 76987e6a6b Fixed disabling registration does not remove "Register"-Link
https://github.com/JulianPrieber/littlelink-custom/issues/371
2023-03-21 20:58:43 +01:00
Julian Prieber 811e56178b Added option to test SMTP setup 2023-03-13 19:49:30 +01:00
Julian Prieber acd9a60b3c Added register link to login page 2023-03-03 19:07:48 +01:00
Julian Prieber 6809f508f1 Added GitHub option for social login 2023-01-11 15:02:15 +01:00
Julian Prieber 35590314f4 Bugfix 2022-11-30 12:01:19 +01:00
Julian Prieber 953b4c8720 Update login.blade.php 2022-11-09 15:35:34 +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 a65509bd58
Update register.blade.php
Added option to override registration, even if disabled with the setting in the database.

This is something that probably 99.999% of users will never need, but I really need a function like this for my personal instance.
If "REGISTER_OVERRIDE=true" is added to the .env config file, users will be able to register no matter what is set with the setting in the database. This is useful if two LittleLink Custom instances access the same database, but one should allow registration and the other should not.

If this causes any errors in the future, I will remove this.
2022-05-05 15:11:35 +02: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 ec88a74889 Fixed bug/simplified setup
Fixed bug where users littlelink pages (domain.com/@username) would display a 404 error. This was caused due to the .env config file not containing an App URL. This issue could be solved by simply adding a URL to the config, this is now not necessary anymore, making the setup process easier and less confusing. 

I changed every instance of "{{ config('app.url') }}" to  "{{ url(' ') }}". This effectively automatically uses the correct URL for LittleLink links, even if LittleLink Custom is set up in a subdirectory.

In my testing, I couldn't find any problems this might have caused, so this appears to do the job just as well as setting the URL in the config. If I find any issues with this, I will revert this change.
2022-02-27 19:33:19 +01:00
JulianPrieber 4e78b1a58f Added option to disable registration
Added option to disable registration.
2022-02-23 20:19:15 +01:00
aprillio 4c3163674f update auth header logo link and page margin top-bottom 2021-07-06 16:42:39 +07:00
Khashayar Zavosh 24db7cbbfb admin littlelink 2021-04-16 03:30:00 +04:30