Commit Graph

129 Commits

Author SHA1 Message Date
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
Julian Prieber 7a37f50231 User export now includes profile picture 2023-03-09 00:59:52 +01:00
Julian Prieber 02bc23c832 Avatar type findAvatar() 2023-03-08 22:03:54 +01:00
Julian Prieber 19c6097a1c Removed unique constrain from usernames 2023-03-08 19:12:14 +01:00
Julian Prieber ab3812b5a0 Updated naming format
For exported files
2023-03-08 18:01:23 +01:00
Julian Prieber 4eca39e9ce Added option to import and export user data 2023-03-08 17:20:39 +01:00
Julian Prieber 7aea53e0b8 Added new blocks:
- E-Mail Block
- Telephone number Block
2023-03-05 20:02:42 +01:00
Julian Prieber 40dd951c01 jank 2023-02-16 16:10:41 +01:00
Julian Prieber 231586b69a Added option for users to disable checkmark
First test of the new database user setting save system.
2023-02-16 15:38:17 +01:00
Julian Prieber 5622b4fe65 Update UserController.php 2023-02-16 14:25:37 +01:00
Julian Prieber 65766efd71 Added model to save userdata
UserData::saveData(ID, 'foo', 'bar');
UserData::getData(ID, 'foo');
UserData::removeData(ID, 'foo');
2023-02-16 14:22:18 +01:00
Julian Prieber 2ebfe4db94 Added last seen section to users page 2023-02-16 13:02:05 +01:00
Julian Prieber 5665465076 Added option for admins to upload background image for users 2023-02-15 18:14:54 +01:00
Julian Prieber 5c26f1e8ab Updated users table
Added new fields to the users table.
Added ability to sort users table alphabetically.
2023-02-15 15:53:55 +01:00
Julian Prieber b593b2ddfd Update AdminController.php 2023-02-14 13:45:01 +01:00
Julian Prieber 2798c1f8d1 Update AdminController.php 2023-02-14 13:13:35 +01:00
Julian Prieber 50bf79a800 Update findfile.php 2023-02-13 21:12:44 +01:00
Julian Prieber d727455e96 Fixed error
Call to undefined function exif_imagetype() (View: /htdocs/resources/views/littlelink.blade.php)
2023-02-13 20:02:56 +01:00
Julian Prieber 5c73cc3c59 Added button to remove custom background image 2023-02-13 18:40:18 +01:00
Julian Prieber c279661e0b Added dark/light mode detection to background image
Only active on default theme
2023-02-13 18:10:13 +01:00
Julian Prieber 96c155c518 Custom background image file type 2023-02-13 17:18:32 +01:00
Julian Prieber fc73453872 Added option to upload custom background image 2023-02-13 16:22:11 +01:00
Julian Prieber 3bc5b6418b Bugfix 2023-02-13 14:47:47 +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 a92739c950 Update UserController.php 2023-02-09 20:32:19 +01:00
Julian Prieber 98933c784a Added page icon twitch 2023-02-09 20:30:23 +01:00
pey b794a2c7ab
Update UserController.php
updated to access to the user's role as a variable
2023-02-07 08:45:09 -05: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 85469283a6 Switched to IDs 2023-02-03 16:18:28 +01:00
Julian Prieber ffb123c306 Update AdminController.php 2023-02-02 18:40:40 +01:00
Julian Prieber 369965f55f
Merge pull request #317 from JulianPrieber/image-id
Changed profile picture save method to use user id
2023-02-02 18:07:16 +01:00
Julian Prieber 2329d8345b Added new helper function
Added new helper function to replace file_get_contents with curl.
2023-01-31 15:49:56 +01:00
Julian Prieber ab1557110d Disabling footer pages when inactive in config
Footer pages now return an error 404 when disabled in the config.
2023-01-31 15:10:51 +01:00
Julian Prieber 6f6e260f4b Fixed for current system 2023-01-25 17:41:04 +01:00
Julian Prieber 590f5b45ad Added button to remove profile picture 2023-01-23 17:19:09 +01:00
Julian Prieber 5b23fa08de Changed profile picture save method to use user id
Changed profile picture to use user id instead of username to save it.

If merged, this will reset all current profile pictures on the instance.
2023-01-23 16:54:18 +01:00
Julian Prieber 26bd92fdc7 Bugfix
Fixed bug changes not applying when not changing littlelink name.
2023-01-23 16:30:29 +01:00
Julian Prieber 1950ba2a18 Now forcing usernames to be unique
Now forcing usernames to be unique in regard to capitalization.
2023-01-23 16:06:07 +01:00
Julian Prieber 972e7c7c96 Added Facebook page icon 2023-01-11 21:59:06 +01:00
Julian Prieber b9a371b924 Turned function findFile() into helper function 2022-12-22 09:51:19 +01:00
Julian Prieber cdea1ea175 Bugfix 2022-12-06 23:12:32 +01:00
Julian Prieber 449bff98c0 Update UserController.php 2022-12-05 22:58:06 +01:00
Julian Prieber f189d83bf1 Added new social icons
+ bugfix
2022-12-05 21:22:06 +01:00
Julian Prieber 42d2fabd55 Multiuser support for social icons 2022-12-05 20:43:29 +01:00
Julian Prieber 34133543f1 Added link icons to littlelink page 2022-12-05 20:02:23 +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
Julian Prieber 9c2a91e0fc Added new block "Text" 2022-12-01 12:51:16 +01:00
Julian Prieber fed93daf48 Added option to reset favicon and logo 2022-11-30 12:10:45 +01:00
Julian Prieber 38c856484d Added support for custom favicon
Custom logo and custom favicons can now have any supported format.
2022-11-29 23:33:25 +01:00