Commit Graph

88 Commits

Author SHA1 Message Date
Julian Prieber c57e5163bc Added language select to installer page 2023-06-13 15:19:39 +02:00
Julian Prieber 33ccdd8271 Update web.php 2023-05-28 18:13:02 +02:00
Julian Prieber 99ae84db68 Updated Maintenance Mode 2023-05-26 00:58:13 +02:00
Julian Prieber 603a392a7b Update web.php 2023-05-25 21:47:36 +02:00
Julian Prieber 1a06998981 Update web.php 2023-05-25 20:28:48 +02:00
Julian Prieber f939dcac88 Fixed errors with empty custom URL prefix
https://github.com/LinkStackOrg/LinkStack/issues/451
2023-05-25 20:12:37 +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 adee9ccaec Initial Vcard
Added Vcard feature
2023-03-27 19:04:41 +02:00
Julian Prieber 8a21ddfff6 Revert "Turned ll home page into one function"
This reverts commit b9c0b38260.
2023-03-21 20:24:23 +01:00
Julian Prieber 811e56178b Added option to test SMTP setup 2023-03-13 19:49:30 +01:00
Julian Prieber b9c0b38260 Turned ll home page into one function 2023-03-13 15:32:48 +01:00
Julian Prieber 06ba584a7c Added option to disable user import/export 2023-03-08 17:46:40 +01:00
Julian Prieber 4eca39e9ce Added option to import and export user data 2023-03-08 17:20:39 +01:00
Julian Prieber e81a3940f3 Improved loading time on themes page
Now lazy loading theme updater with Ajax
2023-03-07 19:43:05 +01:00
Julian Prieber 5c73cc3c59 Added button to remove custom background image 2023-02-13 18:40:18 +01:00
Julian Prieber fc73453872 Added option to upload custom background image 2023-02-13 16:22:11 +01:00
Julian Prieber c150c10ddb Update web.php 2023-02-13 13:41:30 +01:00
Julian Prieber 715726d330 Fixed 404 error when installing
https://github.com/JulianPrieber/littlelink-custom/issues/313

https://www.youtube.com/watch?v=VJpZMZOBeB0
2023-02-13 13:22:49 +01:00
Julian Prieber 4e97bae3e2 Change URL for footer pages
Change the URL for footer pages when footer page is renamed
2023-02-06 20:13:11 +01:00
Julian Prieber 590f5b45ad Added button to remove profile picture 2023-01-23 17:19:09 +01:00
Julian Prieber 7464ae6ec8 Update web.php 2023-01-19 21:12:08 +01:00
Julian Prieber 05f11b0fad Bugfix
https://github.com/JulianPrieber/littlelink-custom/issues/256
2022-12-06 16:21:33 +01:00
Julian Prieber f189d83bf1 Added new social icons
+ bugfix
2022-12-05 21:22:06 +01:00
Julian Prieber fd6b0e1dac Bugfix 2022-12-05 20:00:16 +01:00
Julian Prieber 0fef3cf16e Bugfixes 2022-12-04 21:31:07 +01:00
Julian Prieber 24d02d4596
Update web.php 2022-12-03 19:08:13 +01:00
Julian Prieber 995ff893c7 Skipping installer when instaled for docker 2022-12-02 16:30:10 +01:00
Julian Prieber 4adf239c8e Revert "Added skip option to installer"
This reverts commit bc900d0d29.
2022-12-02 16:06:07 +01:00
Julian Prieber bc900d0d29 Added skip option to installer 2022-12-02 14:35:14 +01:00
Julian Prieber fed93daf48 Added option to reset favicon and logo 2022-11-30 12:10:45 +01:00
Julian Prieber bdb293c7a8 Added option to clear icon chache 2022-11-28 20:20:43 +01:00
Julian Prieber 19a49fedad Caching favicons locally 2022-11-28 19:44:02 +01:00
Julian Prieber 801a7cb67f Optimized internal favicon API 2022-11-26 18:40:12 +01:00
Julian Prieber 6422f78eda Removed URL from link query string 2022-11-25 16:50:11 +01:00
Julian Prieber 9b9593b98d Added first setup page
This setup will:
1. Check the server dependencies
2. Setup the database
3. Create the admin user
4. Configure the app
2022-11-23 15:52:33 +01:00
Julian Prieber 542afadd8b Fixed HTTPS links on reverse proxies
The force HTTPS option in the config now turns any link into HTTPS. This also works on reverse proxy setups.

The previous option in the config is now being replaced with the new option FORCE_ROUTE_HTTPS which redirects all routes and pages to HTTPS. This option should never be used behind a reverse proxy.

See issue: https://github.com/JulianPrieber/littlelink-custom/issues/216
2022-11-20 14:10:49 +01:00
Julian Prieber 8350373262 Updated config editor 2022-11-17 15:07:06 +01:00
Julian Prieber d8673de736 Update web.php 2022-11-13 22:56:07 +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 4153b0d844 Update web.php 2022-10-19 20:36:05 +02:00
Julian Prieber f2918d3b24 Optimized use of profile URLs without prefix
(Set in advanced config)
2022-10-19 19:40:10 +02:00
Julian Prieber c589a3adad Implemented Theme Updater beta
https://github.com/JulianPrieber/littlelink-custom/discussions/49#discussioncomment-3408857
2022-09-13 13:47:21 +02:00
Milan C cb613f6a05 Init Sortable links. 2022-08-15 00:35:26 +05:30
Julian Prieber 8bf6ffb837 Update web.php 2022-08-08 15:50:40 +02:00
Julian Prieber bcaf3593b9 Fixed bug "Maintenance Mode while updating" 2022-08-08 15:30:28 +02:00
Julian Prieber edc2f548c9 Update web.php 2022-08-08 14:55:54 +02:00
Julian Prieber 75d39276ed Added Maintenance Mode 2022-08-08 14:09:11 +02:00
Julian Prieber b51b7c46a8 Added independent backup system 2022-08-06 12:20:28 +02:00
Julian Prieber 33fd0f7e10 Added option to adjust visible button count on edit link page 2022-08-05 17:29:49 +02:00
Julian Prieber be5b890ce7 Added proper option to delete users
Users links will now NOT be deleted anymore if blocked.
2022-07-11 16:25:26 +02:00