1309 Commits

Author SHA1 Message Date
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
3bb548d579 Fixed problems while updating 2023-02-06 21:46:16 +01:00
Julian Prieber
324d68e274 Merge branch 'main' of https://github.com/JulianPrieber/littlelink-custom 2023-02-06 20:50:50 +01:00
Julian Prieber
3ce3d247af Update pages.blade.php 2023-02-06 20:50:43 +01:00
Julian Prieber
15fd35dbfe
Merge pull request #319 from JulianPrieber/dependabot/composer/phpunit/phpunit-9.6.3
Bump phpunit/phpunit from 9.5.28 to 9.6.3
2023-02-06 20:48:20 +01:00
Julian Prieber
73681a4af6
Merge pull request #318 from JulianPrieber/dependabot/composer/barryvdh/laravel-ide-helper-2.13.0
Bump barryvdh/laravel-ide-helper from 2.12.3 to 2.13.0
2023-02-06 20:48:12 +01:00
Julian Prieber
d8c22cf719 Custom title for footer pages 2023-02-06 20:38:15 +01: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
dependabot[bot]
e11f0f607d
Bump phpunit/phpunit from 9.5.28 to 9.6.3
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.28 to 9.6.3.
- [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.5.28...9.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 16:13:56 +00:00
dependabot[bot]
aae8eec221
Bump barryvdh/laravel-ide-helper from 2.12.3 to 2.13.0
Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.12.3 to 2.13.0.
- [Release notes](https://github.com/barryvdh/laravel-ide-helper/releases)
- [Changelog](https://github.com/barryvdh/laravel-ide-helper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/barryvdh/laravel-ide-helper/compare/v2.12.3...v2.13.0)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-ide-helper
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 16:13:43 +00:00
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 v3.3.4 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
v3.3.3
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 v3.3.2 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 v3.3.1 2023-01-19 21:12:08 +01:00