Julian Prieber
cd007d811e
Now redirecting to dashboard after installing
2024-02-21 15:56:20 +01:00
Julian Prieber
2179cf3bec
Moved link scheme to frontend
...
https://github.com/LinkStackOrg/LinkStack/issues/722
2024-02-10 19:40:45 +01:00
Julian Prieber
8a8604e897
Bugfix
2024-02-10 18:14:36 +01:00
Julian Prieber
59b7c3eb77
Disallow importing handle from import
2024-02-10 18:03:31 +01:00
Julian Prieber
1c43aa8422
Improved validation
...
bugfixes
2024-02-07 19:15:30 +01:00
Julian Prieber
9f06ef68c0
Improved image delete
2024-02-07 15:20:07 +01:00
Julian Prieber
85fecf2222
Validation for illegal characters
2024-02-07 01:00:11 +01:00
Julian Prieber
9b63ad9820
Fixed duplicate uploaded images
2024-02-07 00:49:23 +01:00
Julian Prieber
97299ae627
File type validation when importing userdata
2024-02-06 23:00:39 +01:00
Julian Prieber
cec01d3d02
Fixed image exporting
2024-02-06 22:26:50 +01:00
Julian Prieber
324a9433af
Update UserController.php
2024-02-05 20:50:58 +01:00
Julian Prieber
9447d21935
Impoved validation for imports
2024-02-05 19:23:28 +01:00
Julian Prieber
cc6a1195b3
Sanitize text fields
2024-02-05 19:03:49 +01:00
Julian Prieber
e9281674f0
Update UserController.php
2024-02-05 16:40:51 +01:00
Julian Prieber
75935a5264
Updated editIcons function
2024-02-04 17:49:53 +01:00
Julian Prieber
6aad9e2010
Validation fix
2024-02-04 16:49:39 +01:00
Julian Prieber
dc76060b56
Fixed manual email verification
2024-01-04 18:14:59 +01:00
Julian Prieber
538707bd05
Fix missing code
...
https://github.com/LinkStackOrg/LinkStack/issues/679
2024-01-02 20:27:15 +01:00
Julian Prieber
075f3600f3
Update AdminController.php
2023-12-25 13:21:15 +01:00
Julian Prieber
522e5f9d21
Update AdminController.php
2023-12-19 21:17:27 +01:00
Julian Prieber
5acbf1749c
Update AdminController.php
2023-12-19 21:13:13 +01:00
Julian Prieber
29d914a24b
Users can now be verified over the admin bar
2023-12-19 20:22:29 +01:00
Julian Prieber
0b6e9b5ace
Added Page URL to register page
...
+ validation
2023-12-18 15:29:24 +01:00
Julian Prieber
87dbdebb1f
New button table layout
2023-12-16 18:47:35 +01:00
Julian Prieber
1f87fdbead
Users can now decide if links should be opened in new tab
2023-12-15 17:56:18 +01:00
Julian Prieber
9796c09eaa
Fixed Advanced Config reset
2023-12-15 00:30:57 +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
32a796181a
Refactored code
2023-12-06 16:57:35 +01:00
Julian Prieber
64938046b7
Now displaying checkmark by default when user is set to VIP
2023-12-05 22:39:13 +01:00
Julian Prieber
aab11565c0
Fixed email verifications not sending the first time
2023-12-05 19:06:24 +01:00
Julian Prieber
2e5dde0f88
Now returning 404 on user page when user is blocked
2023-12-05 16:09:45 +01:00
Julian Prieber
9e980fea5b
Update UserController.php
2023-11-26 01:29:32 +01:00
Julian Prieber
7536457e12
Namechanges now update user home page
...
https://github.com/LinkStackOrg/LinkStack/issues/625
2023-11-24 17:48:08 +01:00
Julian Prieber
af7972d723
Disabled sending user registration emails if disabled in the config
2023-11-24 16:35:50 +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
970580b629
Update AdminController.php
2023-10-26 11:50:13 +02:00
Julian Prieber
132c5cfbed
Updated delete function
2023-10-24 01:04:17 +02:00
Julian Prieber
64b61e683c
Added click count to link info page
2023-10-19 17:19:29 +02:00
Julian Prieber
f863cd4257
Update AdminController.php
2023-10-18 23:58:52 +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
909bf9636b
Update UserController.php
2023-10-08 17:54:53 +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
02f6200922
Session now expires after password change
2023-09-29 15:37:08 +02:00
Julian Prieber
6dabe3d46e
Fixed empty Form Submissions Result in NULL Database Entries
...
https://github.com/LinkStackOrg/LinkStack/issues/577
https://github.com/LinkStackOrg/linkstack-docker/issues/86
2023-09-20 14:54:26 +02:00
Julian Prieber
be4228cd1c
Bugfix
...
https://github.com/LinkStackOrg/LinkStack/issues/576
2023-09-20 13:35:48 +02:00
Julian Prieber
406cd4edb0
Fixed user deletion to also delete associated links
...
https://github.com/LinkStackOrg/LinkStack/issues/576
2023-09-20 13:33:51 +02:00
Julian Prieber
74460ad378
Update AdminController.php
2023-09-10 19:40:46 +02:00
Julian Prieber
bedb1cadb1
Bugfix
2023-08-24 14:10:21 +02:00
Julian Prieber
6f0ca87514
Bugfix
2023-08-23 12:09:16 +02:00