1236 Commits

Author SHA1 Message Date
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
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
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
v3.3.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
dependabot[bot]
0a4cdcd4af
Bump laravel/tinker from 2.7.3 to 2.8.0
Bumps [laravel/tinker](https://github.com/laravel/tinker) from 2.7.3 to 2.8.0.
- [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.7.3...v2.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-12 13:11:15 +00:00
Julian Prieber
ce337f5f2a
Merge pull request #296 from JulianPrieber/dependabot/composer/laravel/socialite-5.5.8
Bump laravel/socialite from 5.5.7 to 5.5.8
2023-01-12 14:09:18 +01:00
Julian Prieber
4ae488703a Merge branch 'main' of https://github.com/JulianPrieber/littlelink-custom 2023-01-11 21:59:07 +01:00
Julian Prieber
972e7c7c96 Added Facebook page icon 2023-01-11 21:59:06 +01:00
Julian Prieber
59ad82160e
Update README.md 2023-01-11 21:06:42 +01:00
Julian Prieber
ac752ec1b5 Moved settings 2023-01-11 21:02:39 +01:00
dependabot[bot]
6c70d93933
Bump laravel/socialite from 5.5.7 to 5.5.8
Bumps [laravel/socialite](https://github.com/laravel/socialite) from 5.5.7 to 5.5.8.
- [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.7...v5.5.8)

---
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-11 16:17:51 +00:00
Julian Prieber
6809f508f1 Added GitHub option for social login 2023-01-11 15:02:15 +01:00
Julian Prieber
b7b38d4c1a Merge branch 'main' of https://github.com/JulianPrieber/littlelink-custom 2023-01-11 14:31:26 +01:00
Julian Prieber
6273400ddb Update services.php
Added GitHub
2023-01-11 14:31:24 +01:00
Julian Prieber
fea948cbe6
Merge pull request #292 from JulianPrieber/dependabot/composer/laravel/sail-1.18.0
Bump laravel/sail from 1.17.0 to 1.18.0
2023-01-11 13:51:25 +01:00
dependabot[bot]
d910a69878
Bump laravel/sail from 1.17.0 to 1.18.0
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.17.0 to 1.18.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.17.0...v1.18.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-10 17:00:41 +00:00
Julian Prieber
a080e51835 Temporary fix for the unintended scrolling bug when applying settings
@Yohn
2023-01-10 14:41:00 +01:00