95 Commits

Author SHA1 Message Date
Julian Prieber
aeebeff803 Added redirects for unmatched routes
https://github.com/LinkStackOrg/LinkStack/issues/599
2023-10-18 15:35:27 +02:00
Julian Prieber
8942b33f09 Reworked maintenance mode
https://github.com/LinkStackOrg/LinkStack/issues/590
2023-10-10 16:20:04 +02:00
Julian Prieber
b79d5905e2 Added unique redirection to user page with ID
https://example.com/u/{user_id}
2023-10-08 17:45:49 +02:00
Julian Prieber
c5970309b4 Revert "Disabled request lifecycle middleware on public routes"
This reverts commit 658617c8bb2574a241f5384ea18857828eb6a690.
2023-07-22 13:16:28 +02:00
Julian Prieber
658617c8bb Disabled request lifecycle middleware on public routes
Effectively sets no cookies on public pages
2023-07-19 18:14:19 +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
ceb2c90e55 Fixed footer links 2023-06-24 15:39:16 +02:00
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 b9c0b38260074a2ff290550efcf1d2bef3b92167.
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 bc900d0d2970d08cdeca5b80710120fd335a5e7e.
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