Julian Prieber
2e193ea1a6
Merge pull request #784 from LinkStackOrg/laravel-10
...
Updated to Laravel 10
2024-06-09 18:56:16 +02:00
Julian Prieber
99b92641f3
Fixed cookie deletion inconsistency for session management
2024-02-26 19:50:20 +01:00
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
debb028a7d
Update UserTable.php
2024-02-05 17:03:46 +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
d4a33215b4
Updated to Laravel 10
2024-01-30 18:09:30 +01:00
Julian Prieber
375062105e
Fixed error 403 on certain database types
...
https://github.com/LinkStackOrg/LinkStack/issues/692
2024-01-24 19:37:02 +01:00
Julian Prieber
dc76060b56
Fixed manual email verification
2024-01-04 18:14:59 +01:00
Julian Prieber
c72dbc790f
For later
2024-01-04 17:11:30 +01:00
Julian Prieber
6257c83ccb
Added multi select
2024-01-03 18:42:50 +01:00
Julian Prieber
d2ad69002e
Centered elements
2024-01-02 22:42:57 +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
90b4974d7d
Merge branch 'main' of https://github.com/LinkStackOrg/LinkStack
2024-01-02 17:48:33 +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
018d14e2b4
Merge pull request #653 from LinkStackOrg/DisableCookies
...
Disable cookies
2023-12-16 19:30:40 +01:00
Julian Prieber
3a828a623f
Caching requests
2023-12-16 19:09:38 +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
03c801d4cb
Update Kernel.php
2023-12-14 23:22:12 +01:00
Julian Prieber
0d805c00cc
Added Middleware to remove cookies on public routes
2023-12-14 23:19:28 +01:00
Julian Prieber
9c902a2ca2
Added translation-check command
...
php artisan translation-check {LANG}
For example:
php artisan translation-check de
2023-12-13 17:10:37 +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
3beddca69c
Set admin account ID to always be 1
2023-12-01 17:11:35 +01:00
Julian Prieber
712101c3f4
Now generating new link IDs at random
2023-12-01 16:19:51 +01:00
Julian Prieber
6f6502095f
Updated user table default sorting
2023-12-01 14:02:20 +01:00
Julian Prieber
f6155b5959
Now generating new user IDs at random
...
Default is length is 6 digits. This can be changed in the linkstack.php config file in /config with the key user_id_length.
Sequential numbering can still be used by setting disable_random_user_ids to true.
2023-12-01 14:00:46 +01:00
Julian Prieber
9e980fea5b
Update UserController.php
2023-11-26 01:29:32 +01:00