Commit Graph

109 Commits

Author SHA1 Message Date
Julian Prieber
4d4c947924 Update Block System 2024-06-21 16:48:00 +02:00
Julian Prieber
dc76060b56 Fixed manual email verification 2024-01-04 18:14:59 +01:00
Julian Prieber
29d914a24b Users can now be verified over the admin bar 2023-12-19 20:22:29 +01:00
Julian Prieber
30523f13ef Update auth.php 2023-12-18 17:52:08 +01:00
Julian Prieber
89981b3ecf Update auth.php 2023-12-18 16:09:45 +01:00
Julian Prieber
0d805c00cc Added Middleware to remove cookies on public routes 2023-12-14 23:19:28 +01:00
Julian Prieber
bbad48998b Map domain to specific profile
Admins can now map domains to specific profiles.
To do this add this array to your advanced config:

  'custom_domains' => [
    ['domain' => 'example.com', 'name' => 'example_user',],
    ['domain' => 'example.example.com', 'id' => '1',],
    // more entries as needed
  ],

For each entry, a domain and user name or id has to be defined.
2023-12-12 00:27:48 +01:00
Julian Prieber
404aa7549c Added page to report user profiles
Sends notification with report to admin email set in env with SMTP server.
2023-11-17 17:05:50 +01:00
Julian Prieber
18586719a4 Updated users route 2023-11-02 22:14:25 +01:00
Julian Prieber
48e32118a1 Added Middleware LinkId 2023-11-02 22:02:20 +01:00
Julian Prieber
132c5cfbed Updated delete function 2023-10-24 01:04:17 +02:00
Julian Prieber
4df96237f3 Revert "Livewire Table"
This reverts commit 9e4357eb4f.
2023-10-20 00:27:48 +02:00
Julian Prieber
9e4357eb4f Livewire Table 2023-10-20 00:20:19 +02:00
Julian Prieber
0510326171 Added link-info page
Shows user details and destination for any link.
2023-10-18 23:45:43 +02:00
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 658617c8bb.
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 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