Julian Prieber
75b52c7eac
Update README.md
2023-02-05 12:47:33 +01:00
Julian Prieber
5c7419c2a4
Update version.json
2023-02-05 12:35:44 +01:00
Julian Prieber
a7d59593c6
Added delete button for profile picture
2023-02-03 18:00:15 +01:00
Julian Prieber
bc656fbff8
Update page.blade.php
2023-02-03 17:02:59 +01:00
Julian Prieber
bac2f176e1
Switch to IDs
2023-02-03 16:27:22 +01:00
Julian Prieber
85469283a6
Switched to IDs
2023-02-03 16:18:28 +01:00
Julian Prieber
af48b15a71
Update links.blade.php
2023-02-02 23:23:16 +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
46f7554a12
Update version.json
2023-02-02 17:57:42 +01:00
Julian Prieber
5ba8b370e4
Merge pull request #316 from JulianPrieber/dependabot/composer/symfony/http-kernel-5.4.20
...
Bump symfony/http-kernel from 5.4.19 to 5.4.20
2023-02-02 17:38:16 +01:00
dependabot[bot]
202912efd4
Bump symfony/http-kernel from 5.4.19 to 5.4.20
...
Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel ) from 5.4.19 to 5.4.20.
- [Release notes](https://github.com/symfony/http-kernel/releases )
- [Changelog](https://github.com/symfony/http-kernel/blob/6.2/CHANGELOG.md )
- [Commits](https://github.com/symfony/http-kernel/compare/v5.4.19...v5.4.20 )
---
updated-dependencies:
- dependency-name: symfony/http-kernel
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 16:37:45 +00:00
Julian Prieber
8aa39e7a35
Merge pull request #312 from JulianPrieber/dependabot/npm_and_yarn/json5-1.0.2
...
Bump json5 from 1.0.1 to 1.0.2
2023-01-31 22:26:36 +01:00
dependabot[bot]
70530b35d3
Bump json5 from 1.0.1 to 1.0.2
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-31 21:26:10 +00:00
Julian Prieber
d6d111a32b
Merge pull request #303 from JulianPrieber/dependabot/composer/laravel/socialite-5.6.1
...
Bump laravel/socialite from 5.6.0 to 5.6.1
2023-01-31 17:34:22 +01:00
Julian Prieber
14b7ade70b
Merge pull request #306 from JulianPrieber/dependabot/composer/facade/ignition-2.17.7
...
Bump facade/ignition from 2.17.6 to 2.17.7
2023-01-31 17:34:15 +01:00
Julian Prieber
30c76f48cd
Merge pull request #311 from JulianPrieber/dependabot/composer/laravel/sail-1.19.0
...
Bump laravel/sail from 1.18.1 to 1.19.0
2023-01-31 17:34:08 +01:00
Julian Prieber
595a0fe89a
Update config.blade.php
2023-01-31 17:33:00 +01:00
dependabot[bot]
c303241555
Bump laravel/sail from 1.18.1 to 1.19.0
...
Bumps [laravel/sail](https://github.com/laravel/sail ) from 1.18.1 to 1.19.0.
- [Release notes](https://github.com/laravel/sail/releases )
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/sail/compare/v1.18.1...v1.19.0 )
---
updated-dependencies:
- dependency-name: laravel/sail
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-31 16:06:02 +00:00
Julian Prieber
3dde246c1c
Bugfix
2023-01-31 17:04:51 +01:00
Julian Prieber
4a46ea381d
Replaced file_get_contents with curl
...
Replaced all external file_get_contents request with curl, using the new helper function external_file_get_contents.
2023-01-31 16:01:00 +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
72387e609e
Update config-editor.blade.php
...
2407db65d2
2023-01-30 16:11:55 +01:00
Julian Prieber
2407db65d2
Fixed routing issues
...
Just a quick fix. I might chnage this back to a better readable format.
This was causing issues when redirecting, not all link ids where changed! This caused some redirects to break.
2023-01-30 16:07:22 +01:00
dependabot[bot]
5c3e8adde5
Bump facade/ignition from 2.17.6 to 2.17.7
...
Bumps [facade/ignition](https://github.com/facade/ignition ) from 2.17.6 to 2.17.7.
- [Release notes](https://github.com/facade/ignition/releases )
- [Changelog](https://github.com/facade/ignition/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facade/ignition/compare/2.17.6...2.17.7 )
---
updated-dependencies:
- dependency-name: facade/ignition
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-26 16:07:54 +00:00
Julian Prieber
5278d0d926
Update version.json
2023-01-26 15:30:33 +01:00
Julian Prieber
5f38bee1cc
Legacy support for themes
2023-01-25 20:11:50 +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
dependabot[bot]
587ffba136
Bump laravel/socialite from 5.6.0 to 5.6.1
...
Bumps [laravel/socialite](https://github.com/laravel/socialite ) from 5.6.0 to 5.6.1.
- [Release notes](https://github.com/laravel/socialite/releases )
- [Changelog](https://github.com/laravel/socialite/blob/5.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/socialite/compare/v5.6.0...v5.6.1 )
---
updated-dependencies:
- dependency-name: laravel/socialite
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-23 16:12:36 +00: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
c0c4397cd8
Bugfix
2023-01-23 16:48:45 +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
75e60a9623
Merge pull request #301 from JulianPrieber/dependabot/composer/laravel/sail-1.18.1
...
Bump laravel/sail from 1.18.0 to 1.18.1
2023-01-22 20:30:54 +01:00
Julian Prieber
1863364ef7
Update lang.blade.php
2023-01-20 13:25:18 +01:00
Julian Prieber
41f3173e25
Update lang.blade.php
2023-01-19 23:23:36 +01:00
Julian Prieber
f62fa9aa69
Update README.md
2023-01-19 22:07:00 +01:00
Julian Prieber
7464ae6ec8
Update web.php
2023-01-19 21:12:08 +01:00
Julian Prieber
8222762ce4
Update version.json
2023-01-19 12:47:02 +01:00
Julian Prieber
7813e52f07
Merge pull request #302 from JulianPrieber/dependabot/composer/laravel/socialite-5.6.0
...
Bump laravel/socialite from 5.5.8 to 5.6.0
2023-01-18 23:03:58 +01:00
dependabot[bot]
3c6653c644
Bump laravel/socialite from 5.5.8 to 5.6.0
...
Bumps [laravel/socialite](https://github.com/laravel/socialite ) from 5.5.8 to 5.6.0.
- [Release notes](https://github.com/laravel/socialite/releases )
- [Changelog](https://github.com/laravel/socialite/blob/5.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/socialite/compare/v5.5.8...v5.6.0 )
---
updated-dependencies:
- dependency-name: laravel/socialite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-18 16:08:09 +00:00
dependabot[bot]
7c761bfaa5
Bump laravel/sail from 1.18.0 to 1.18.1
...
Bumps [laravel/sail](https://github.com/laravel/sail ) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/laravel/sail/releases )
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/sail/compare/v1.18.0...v1.18.1 )
---
updated-dependencies:
- dependency-name: laravel/sail
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-18 16:07:20 +00:00
Julian Prieber
8e15f0ab3e
Merge pull request #299 from JulianPrieber/dependabot/composer/phpunit/phpunit-9.5.28
...
Bump phpunit/phpunit from 9.5.27 to 9.5.28
2023-01-16 20:34:41 +01:00
dependabot[bot]
16696cdae6
Bump phpunit/phpunit from 9.5.27 to 9.5.28
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 9.5.27 to 9.5.28.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.5.28/ChangeLog-9.5.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.27...9.5.28 )
---
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-01-16 16:18:26 +00:00
Julian Prieber
17617f2481
Merge pull request #295 from JulianPrieber/dependabot/composer/laravel/tinker-2.8.0
...
Bump laravel/tinker from 2.7.3 to 2.8.0
2023-01-15 23:15:47 +01:00
Julian Prieber
725c1ad3ab
Merge pull request #297 from JulianPrieber/dependabot/composer/doctrine/dbal-3.5.3
...
Bump doctrine/dbal from 3.5.2 to 3.5.3
2023-01-13 13:15:05 +01:00
Julian Prieber
e47b35d5d9
Removed sections from Advanced Config
2023-01-12 22:28:51 +01:00
dependabot[bot]
2dd75bed7b
Bump doctrine/dbal from 3.5.2 to 3.5.3
...
Bumps [doctrine/dbal](https://github.com/doctrine/dbal ) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/doctrine/dbal/releases )
- [Commits](https://github.com/doctrine/dbal/compare/3.5.2...3.5.3 )
---
updated-dependencies:
- dependency-name: doctrine/dbal
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-12 16:09:18 +00:00