Commit Graph

1967 Commits

Author SHA1 Message Date
Julian Prieber 350d0e02be Updated Font Awesome to 6.4.2
Updated Font Awesome from 6.2.1 to 6.4.2

https://github.com/LinkStackOrg/LinkStack/issues/539
2023-10-10 16:55:19 +02:00
Julian Prieber 8942b33f09 Reworked maintenance mode
https://github.com/LinkStackOrg/LinkStack/issues/590
2023-10-10 16:20:04 +02:00
Julian Prieber a59e98e1cc Update composer.lock 2023-10-10 14:37:03 +02:00
Julian Prieber 863a92aae5 Auto Resize Button Height
https://github.com/LinkStackOrg/LinkStack/issues/594
2023-10-10 14:08:37 +02:00
Julian Prieber 5f562db615 Fixed translation 2023-10-09 14:29:26 +02:00
Julian Prieber 909bf9636b Update UserController.php 2023-10-08 17:54:53 +02:00
Julian Prieber b79d5905e2 Added unique redirection to user page with ID
https://example.com/u/{user_id}
2023-10-08 17:45:49 +02:00
Julian Prieber d85071e4d9
Merge pull request #592 from LinkStackOrg/dependabot/npm_and_yarn/postcss-8.4.31
Bump postcss from 8.4.18 to 8.4.31
2023-10-06 15:32:48 +02:00
dependabot[bot] 78d7713ded
Bump postcss from 8.4.18 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.18 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.18...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 13:31:30 +00:00
Julian Prieber 3002e80140 Update composer.lock 2023-10-06 12:08:52 +02:00
Julian Prieber 91f33e802f Update composer.lock 2023-10-03 15:38:16 +02:00
Julian Prieber 2c82236bcd Update version.json to 4.2.9 2023-10-03 15:30:31 +02:00
Julian Prieber 9d77c57838 Now adding random prefix to backups 2023-09-29 16:56:59 +02:00
Julian Prieber 02f6200922 Session now expires after password change 2023-09-29 15:37:08 +02:00
Julian Prieber fe7b99eae8 Now only allowing Trusted Hosts 2023-09-29 15:23:43 +02:00
Julian Prieber 22dc7a395d Update composer.lock 2023-09-24 15:12:39 +02:00
Julian Prieber 539fcc6bdf
Merge pull request #580 from cln-io/patch-1
Update CONTRIBUTING.md with info on the seeded credentials
2023-09-24 15:11:55 +02:00
CLN de3f9a3205
Update CONTRIBUTING.md with info on the seeded credentials 2023-09-23 13:59:40 +02:00
Julian Prieber 6dabe3d46e Fixed empty Form Submissions Result in NULL Database Entries
https://github.com/LinkStackOrg/LinkStack/issues/577

https://github.com/LinkStackOrg/linkstack-docker/issues/86
2023-09-20 14:54:26 +02:00
Julian Prieber be4228cd1c Bugfix
https://github.com/LinkStackOrg/LinkStack/issues/576
2023-09-20 13:35:48 +02:00
Julian Prieber 406cd4edb0 Fixed user deletion to also delete associated links
https://github.com/LinkStackOrg/LinkStack/issues/576
2023-09-20 13:33:51 +02:00
Julian Prieber ccf5e7ad13 Update composer.lock 2023-09-14 17:05:17 +02:00
Julian Prieber f5a6fa2a6d
Update README.md 2023-09-13 14:24:11 +02:00
Julian Prieber af62cc5ccc Update littlelink.blade.php
https://github.com/LinkStackOrg/LinkStack/issues/570
2023-09-13 14:15:54 +02:00
Julian Prieber 8a70bd6b8a Update littlelink.blade.php 2023-09-13 14:10:28 +02:00
Julian Prieber 87aa73ee6a Refactor 2023-09-13 14:09:10 +02:00
Julian Prieber 9c55a33ae2
Merge pull request #562 from DatFlowTS/bsky_button
added Bluesky button
2023-09-13 13:48:44 +02:00
Julian Prieber 7a75fc66d6
Merge branch 'main' into bsky_button 2023-09-13 13:48:36 +02:00
Julian Prieber cefd28a73e
Merge pull request #564 from LeviSnoot/main
feat: add firefish button
2023-09-13 13:43:31 +02:00
Julian Prieber 6ad366a7f5
Merge pull request #566 from LinkStackOrg/dependabot/composer/phpunit/phpunit-9.6.12
Bump phpunit/phpunit from 9.6.11 to 9.6.12
2023-09-13 13:35:35 +02:00
Julian Prieber 358ae58e68
Merge pull request #565 from ldidry/allow-sendmail
✉ — Allow to use sendmail
2023-09-13 13:35:10 +02:00
Julian Prieber 6d5e060c1b
Merge pull request #560 from LinkStackOrg/dependabot/composer/jeroendesloovere/vcard-1.7.4
Bump jeroendesloovere/vcard from 1.7.3 to 1.7.4
2023-09-13 13:34:56 +02:00
dependabot[bot] 542fbdf7bf
Bump phpunit/phpunit from 9.6.11 to 9.6.12
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.11 to 9.6.12.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.12/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.11...9.6.12)

---
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-09-12 17:01:45 +00:00
Levi 15da93a81c
Merge pull request #1 from LeviSnoot/dev
fix: group fediverse "relMe" function
2023-09-12 17:24:42 +02:00
Levi 1dbd7a2d65 fix: group fediverse "relMe" function 2023-09-12 16:50:14 +02:00
Luc Didry 72da6dce07
✉ — Allow to use sendmail 2023-09-12 12:20:15 +02:00
Levi 8cd59630f4 fix: rel="me" fore firefish 2023-09-12 10:23:50 +02:00
Levi 99b488302a feat: add firefish button 2023-09-12 10:00:23 +02:00
DatFlowTS da2660ae01
added Bluesky button
properly this time, as I've lately seen that there are many hard-coded button ids which failed when sorting Bluesky alphabetically between the others..
2023-09-11 11:24:26 +02:00
Julian Prieber 74460ad378 Update AdminController.php 2023-09-10 19:40:46 +02:00
dependabot[bot] a69b74de78
Bump jeroendesloovere/vcard from 1.7.3 to 1.7.4
Bumps [jeroendesloovere/vcard](https://github.com/jeroendesloovere/vcard) from 1.7.3 to 1.7.4.
- [Release notes](https://github.com/jeroendesloovere/vcard/releases)
- [Changelog](https://github.com/jeroendesloovere/vcard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jeroendesloovere/vcard/compare/1.7.3...v1.7.4)

---
updated-dependencies:
- dependency-name: jeroendesloovere/vcard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-08 16:25:47 +00:00
Julian Prieber 92cac0973d Update version.json to 4.2.8 2023-09-08 12:12:06 +02:00
Julian Prieber d091b3602a Bugfix 2023-09-08 12:09:25 +02:00
Julian Prieber bb65ef25ad Update composer.lock 2023-09-05 23:58:17 +02:00
Julian Prieber 79564e23f2 Update composer.lock 2023-08-29 21:26:06 +02:00
Julian Prieber cf388ddfa7 Fixed php artisan serve 2023-08-27 15:54:52 +02:00
Julian Prieber cd808a15a6 Update version.json to 4.2.7 2023-08-26 17:08:40 +02:00
Julian Prieber bedb1cadb1 Bugfix 2023-08-24 14:10:21 +02:00
Julian Prieber a4959c0401
Merge pull request #537 from tsacks/bugfix-icon-vrchat
Update vrchat.svg
2023-08-23 18:27:56 +02:00
Trevor Sacks 58d84dd6ee Update vrchat.svg
Adding a background element to the VRChat svg icon, to fix an issue where the hover effect causes the icon to vanish.
2023-08-23 10:52:23 -04:00