Commit Graph

1536 Commits

Author SHA1 Message Date
Julian Prieber 0cb17fafa8 Revert "Updated to Laravel 9"
This reverts commit 66a2cbb716.
2023-03-02 16:54:33 +01:00
Julian Prieber b4a770a841
Update version.json 2023-03-02 16:51:18 +01:00
Julian Prieber 66a2cbb716 Updated to Laravel 9
This should now work with our dependencies
2023-03-02 16:16:16 +01:00
Julian Prieber 2adcb24c42
Merge pull request #341 from Ti-Tom/main
FIX: advanced-config.php.example
2023-03-02 12:51:56 +01:00
Julian Prieber cdd8126e6f Fixed built in SMTP service 2023-03-01 23:18:29 +01:00
Thomas Metois e7589a33aa FIX: advanced-config.php.example 2023-03-01 17:39:09 +01:00
Julian Prieber 27ffc29212
Update version.json 2023-03-01 16:28:03 +01:00
Julian Prieber e6af9ec894 Fixed custom backgrounds for non admins 2023-03-01 16:15:58 +01:00
Julian Prieber 76fadcdab6 Merge branch 'main' of https://github.com/JulianPrieber/littlelink-custom 2023-03-01 16:04:55 +01:00
Julian Prieber 5e33cdb676 Fixed savingwithout filling URL
https://github.com/JulianPrieber/littlelink-custom/issues/338
2023-03-01 16:04:43 +01:00
Julian Prieber cacdb97dc1
Merge pull request #335 from JulianPrieber/dependabot/composer/phpunit/phpunit-9.6.4
Bump phpunit/phpunit from 9.6.3 to 9.6.4
2023-03-01 15:44:43 +01:00
Julian Prieber 58a89ecb0a Bugfix
https://github.com/JulianPrieber/littlelink-custom/issues/330
2023-03-01 15:42:35 +01:00
Julian Prieber 6bac0a9429 Bugfix 2023-03-01 15:29:22 +01:00
Julian Prieber 06d82c3b11 Update littlelink.blade.php 2023-03-01 15:20:14 +01:00
Julian Prieber 98ec150d4e Bugfix 2023-03-01 15:15:37 +01:00
dependabot[bot] 53b652d54d
Bump phpunit/phpunit from 9.6.3 to 9.6.4
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.3 to 9.6.4.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.3...9.6.4)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 17:11:19 +00:00
Julian Prieber cc7c03dab5 Fixed custom title bug
@allesoverwaterstof
https://github.com/JulianPrieber/littlelink-custom/discussions/334
2023-02-27 16:01:59 +01:00
Julian Prieber b6d6d683c8
Merge pull request #332 from JulianPrieber/imgbot
[ImgBot] Optimize images
2023-02-25 21:46:56 +01:00
ImgBotApp 9fdac85bd2
[ImgBot] Optimize images
*Total -- 173.11kb -> 139.45kb (19.44%)

/littlelink/icons/f-droid.svg -- 22.75kb -> 17.54kb (22.91%)
/littlelink/icons/openstreetmap.svg -- 150.36kb -> 121.92kb (18.92%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2023-02-23 18:12:06 +00:00
Julian Prieber 5c06c085ca
Update version.json 2023-02-23 19:09:57 +01:00
Julian Prieber da32eddf2f Added theme PolySleek 2023-02-23 15:56:06 +01:00
Julian Prieber ccab1ae660
Merge pull request #329 from JulianPrieber/dependabot/composer/laravel/tinker-2.8.1
Bump laravel/tinker from 2.8.0 to 2.8.1
2023-02-22 13:15:45 +01:00
dependabot[bot] 10419d023e
Bump laravel/tinker from 2.8.0 to 2.8.1
Bumps [laravel/tinker](https://github.com/laravel/tinker) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/laravel/tinker/releases)
- [Changelog](https://github.com/laravel/tinker/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/tinker/compare/v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: laravel/tinker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-21 17:38:02 +00:00
Julian Prieber 34edfa19a1
Disabled email verification by default 2023-02-17 13:19:02 +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 8dea98a28c Update page.blade.php 2023-02-16 15:00:35 +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 8742c6abcc Update update.blade.php 2023-02-16 13:31:57 +01:00
Julian Prieber 2ebfe4db94 Added last seen section to users page 2023-02-16 13:02:05 +01:00
Julian Prieber beac50ffc0 Update littlelink.blade.php 2023-02-16 00:26:17 +01:00
Julian Prieber 4be1a5a635 Added actual URL to query string 2023-02-15 20:16:49 +01:00
Julian Prieber bf0182b8fa Added option to disable custom background images 2023-02-15 19:00:03 +01:00
Julian Prieber 87424e1d2e Added option to theme config to disable custom background images 2023-02-15 18:41:04 +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 142fdd0d7b Update users.blade.php 2023-02-15 17:59:40 +01:00
Julian Prieber 04323f7b4e Update users.blade.php 2023-02-15 17:58:39 +01:00
Julian Prieber 1f162ae8f3 Added custom background image to edit user page
Admins can delete custom background images of users
2023-02-15 17:45:00 +01:00
Julian Prieber 43dc168ced Update users.blade.php 2023-02-15 16:22:22 +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 9e35b2155b Update littlelink.blade.php 2023-02-13 20:22:20 +01:00
Julian Prieber 0ea0161664 Merge branch 'main' of https://github.com/JulianPrieber/littlelink-custom 2023-02-13 20:02:58 +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 c3f714d7d1
Create .gitignore 2023-02-13 19:51:14 +01:00
Julian Prieber dd722620cb Bugfix 2023-02-13 18:43:42 +01:00
Julian Prieber 5c73cc3c59 Added button to remove custom background image 2023-02-13 18:40:18 +01:00