Commit Graph

1794 Commits

Author SHA1 Message Date
Julian Prieber b2705ec9a6 Update home.blade.php 2023-05-25 21:38:58 +02:00
Julian Prieber 5b30b38135 Fixed HTML appearing in social share preview 2023-05-25 20:42:52 +02:00
Julian Prieber 1a06998981 Update web.php 2023-05-25 20:28:48 +02:00
Julian Prieber f939dcac88 Fixed errors with empty custom URL prefix
https://github.com/LinkStackOrg/LinkStack/issues/451
2023-05-25 20:12:37 +02:00
Julian Prieber 7a26449daf Update links.blade.php 2023-05-25 19:14:37 +02:00
Julian Prieber 02317d5b2e Update index.blade.php 2023-05-25 18:46:33 +02:00
Julian Prieber 2dee1de0a1 Update externalfiles.php 2023-05-25 18:15:16 +02:00
Julian Prieber 8e84566e84 Update externalfiles.php 2023-05-25 18:09:25 +02:00
Julian Prieber 5e58183b4a Update externalfiles.php 2023-05-25 18:04:58 +02:00
Julian Prieber 8caf099eaa Added uri function 2023-05-25 18:00:00 +02:00
Julian Prieber d1d1e86993 Improved compatibility 2023-05-25 17:34:09 +02:00
Julian Prieber a78d471374 Improved compatibility
Now running seeder and migrations without console commands
2023-05-25 17:15:43 +02:00
Julian Prieber 738d224bf4
Delete vbeta.json 2023-05-25 17:12:39 +02:00
Julian Prieber 46d8e3ea79
Update version.json 2023-05-25 17:11:10 +02:00
Julian Prieber 33ca35f58e
Merge pull request #447 from LinkStackOrg/dependabot/composer/guzzlehttp/guzzle-7.7.0
Bump guzzlehttp/guzzle from 7.6.1 to 7.7.0
2023-05-22 19:09:06 +02:00
dependabot[bot] 90f2bebd82
Bump guzzlehttp/guzzle from 7.6.1 to 7.7.0
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.6.1 to 7.7.0.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.7/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.6.1...7.7.0)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22 17:07:59 +00:00
MagicLike 248324eb35
Updated Liberapay 2023-05-21 17:35:32 +02:00
MagicLike 977638c528
Updated wordmark 2023-05-21 13:45:16 +02:00
Julian Prieber c57d6057a1 Fixed spelling
https://github.com/LinkStackOrg/LinkStack/issues/442
2023-05-19 15:32:58 +02:00
Julian Prieber 3ecaad28e2 Now wrapping SMTP password in quotes
https://github.com/LinkStackOrg/LinkStack/issues/442
2023-05-19 15:30:27 +02:00
MagicLike d99df74cad
Removed imgur, updated links & added stargazer graph 2023-05-18 12:22:53 +02:00
Julian Prieber 4abca3c079
Merge pull request #435 from LinkStackOrg/dependabot/composer/fakerphp/faker-1.22.0
Bump fakerphp/faker from 1.21.0 to 1.22.0
2023-05-17 12:49:32 +02:00
Julian Prieber 923a1c86bd
Merge pull request #436 from LinkStackOrg/dependabot/composer/guzzlehttp/guzzle-7.6.1
Bump guzzlehttp/guzzle from 7.6.0 to 7.6.1
2023-05-17 12:49:21 +02:00
Julian Prieber 9a03363d59 Fixed z-index for sidebar toggle arrow 2023-05-17 12:46:08 +02:00
Julian Prieber 5cff46b58e Adjusted toggle arrow position 2023-05-17 12:42:02 +02:00
Julian Prieber 589c09ba66 Bugfix 2023-05-17 12:35:49 +02:00
dependabot[bot] 8f92098aad
Bump guzzlehttp/guzzle from 7.6.0 to 7.6.1
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.6.0 to 7.6.1.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.6/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.6.0...7.6.1)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 17:06:04 +00:00
dependabot[bot] 15902d09e4
Bump fakerphp/faker from 1.21.0 to 1.22.0
Bumps [fakerphp/faker](https://github.com/FakerPHP/Faker) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/FakerPHP/Faker/releases)
- [Changelog](https://github.com/FakerPHP/Faker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/FakerPHP/Faker/compare/v1.21.0...v1.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 17:05:54 +00:00
Julian Prieber 83c3a9b4ee Revert "Restored serve command"
This reverts commit 75d9e6c2ac.
2023-05-16 12:39:35 +02:00
Julian Prieber fecc516b56
Update README.md 2023-05-16 12:12:55 +02:00
Julian Prieber 75d9e6c2ac
Restored serve command
Use: `php artisan serve`
to provide a temporary development server
2023-05-15 19:31:16 +02:00
Julian Prieber 998af7a635
Merge pull request #431 from LinkStackOrg/dependabot/composer/guzzlehttp/guzzle-7.6.0
Bump guzzlehttp/guzzle from 7.5.1 to 7.6.0
2023-05-15 19:09:46 +02:00
dependabot[bot] a5e34c95b9
Bump guzzlehttp/guzzle from 7.5.1 to 7.6.0
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.5.1 to 7.6.0.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.6/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.5.1...7.6.0)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 17:08:56 +00:00
Julian Prieber 18df788c54
Update version.json 2023-05-15 16:06:01 +02:00
Julian Prieber ade97ce4e7 Updated button editor styling 2023-05-15 15:26:02 +02:00
Julian Prieber e720858368 Fixed update server URL 2023-05-15 15:09:36 +02:00
Julian Prieber 0c4384490a Updated redirect 2023-05-15 15:07:00 +02:00
Julian Prieber 03c1ba6940 Touched up styling 2023-05-15 15:00:03 +02:00
Julian Prieber aa65331b32 Improved button editor
- Improved compatibility
 - Reduced bulk

https://github.com/LinkStackOrg/LinkStack/issues/411
2023-05-15 14:33:33 +02:00
Julian Prieber 2d643378df
Update version.json 2023-05-15 13:55:05 +02:00
Julian Prieber 131da8e51e
Merge pull request #426 from LinkStackOrg/dependabot/composer/phpunit/phpunit-9.6.8
Bump phpunit/phpunit from 9.6.7 to 9.6.8
2023-05-13 11:25:07 +02:00
Julian Prieber e590513b54
Bugfix 2023-05-13 11:20:54 +02:00
Julian Prieber c2afc0c2b6 Bugfix 2023-05-12 14:37:29 +02:00
dependabot[bot] a6b165c39d
Bump phpunit/phpunit from 9.6.7 to 9.6.8
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.7 to 9.6.8.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.8/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.7...9.6.8)

---
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-05-11 17:05:37 +00:00
Julian Prieber 7f1aee47b4 Bugfix
https://github.com/LinkStackOrg/LinkStack/issues/425
2023-05-11 14:31:04 +02:00
Julian Prieber 3a7663af38 Added option to hide credit in footer 2023-05-10 19:41:19 +02:00
Julian Prieber 6311561c74 Update default.png 2023-05-10 19:22:52 +02:00
Julian Prieber fb408a3814 Update littlelink.blade.php 2023-05-10 19:16:43 +02:00
Julian Prieber a051358d7e Update footer.blade.php 2023-05-10 19:09:31 +02:00
Julian Prieber d4bab20e37 Delete share.button.js 2023-05-10 17:33:16 +02:00