Julian Prieber
425eedfccc
Add link params
2024-09-16 14:29:28 +02:00
Julian Prieber
4d4c947924
Update Block System
2024-06-21 16:48:00 +02:00
Julian Prieber
c1a47556f5
Make Block System Modular
...
The block system now works off a basic modularity/expansion principle where users can add their own blocks
2024-06-20 12:24:54 +02:00
Julian Prieber
80491edbb2
Refactor link backend
2024-06-18 14:58:08 +02: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
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
538707bd05
Fix missing code
...
https://github.com/LinkStackOrg/LinkStack/issues/679
2024-01-02 20:27:15 +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
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
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
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
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
7e357565b9
Translation support
2023-07-27 16:00:59 +02:00
Julian Prieber
07336bb34c
Multiple fixes and improvements
...
- Fixed JS exploit using SVG
- Improved security
- Now sanitizing EXIF and metadata
- Now allowing multiple file types as profile picture
- Added error messages
2023-07-27 15:45:05 +02:00
Julian Prieber
47f9ce4a01
Fixed bug preventing deletion of custom background image
...
https://github.com/LinkStackOrg/LinkStack/issues/495
2023-07-19 13:42:13 +02:00
Julian Prieber
37fd33a322
Unique Image String Attached to Uploaded Images
...
The system now assigns a unique string to uploaded images, ensuring renewed cached images when new ones are uploaded.
https://github.com/LinkStackOrg/LinkStack/issues/480
2023-07-10 19:16:04 +02:00
Julian Prieber
ee922a8656
Bugfix
2023-07-06 17:00:14 +02:00
Julian Prieber
ab958a71dc
Translated missing section
2023-06-19 14:02:19 +02:00
Julian Prieber
0c4384490a
Updated redirect
2023-05-15 15:07:00 +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
70a382a6df
Update UserController.php
2023-03-28 17:05:29 +02:00
Julian Prieber
90e272d11a
Update UserController.php
2023-03-28 16:02:36 +02:00
Julian Prieber
dbab3a64ef
Fixed vcard edit
...
Removed file upload from form
2023-03-28 15:12:01 +02:00
Julian Prieber
0155d96381
Bugfix
...
Fixed vcard title bug
2023-03-28 14:19:37 +02:00
Julian Prieber
ad744dbbaa
Update UserController.php
2023-03-28 13:45:54 +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
b9c0b38260
Turned ll home page into one function
2023-03-13 15:32:48 +01:00
Julian Prieber
03db2656ba
Bugfix
...
Checkmark not showing when ll page set as home page. https://github.com/JulianPrieber/littlelink-custom/issues/359
2023-03-11 12:32:37 +01:00