c0802f8792
Merge pull request #1361 from jonnybarnes/develop
...
MTM Fix some endpoints
2024-03-23 14:29:33 +00:00
174cd4db33
Merge pull request #1360 from jonnybarnes/1359-micropub-token-endpoint-broken-after-laravel-11-upgrade
...
Exclude certain routes from csrf protection
2024-03-23 14:20:06 +00:00
e95186e1fd
Exclude certain routes from csrf protection
2024-03-23 14:18:02 +00:00
c907bcde0c
Merge pull request #1357 from jonnybarnes/develop
...
MTM Update CSP
2024-03-22 19:17:22 +00:00
03b8c1677c
Merge pull request #1356 from jonnybarnes/1355-update-csp
...
Update CSP
2024-03-22 19:15:35 +00:00
cf62d756af
Update CSP
...
Mastodon webmention images are served via my instance, so add to the CSP
2024-03-22 19:05:45 +00:00
784f4cb44a
Merge pull request #1354 from jonnybarnes/develop
...
MTM Fix showing webmentions
2024-03-22 19:00:39 +00:00
dfe74e7538
Merge pull request #1353 from jonnybarnes/1349-webmentions-are-not-showing
...
Fix processing of profile image for bridgy webmentions
2024-03-22 18:57:53 +00:00
47b39edaeb
Fix processing of profile image for bridgy webmentions
2024-03-22 18:50:25 +00:00
528e981d7c
Merge pull request #1352 from jonnybarnes/develop
...
MTM Add Flare config back
2024-03-22 18:33:45 +00:00
21e2b5217e
Merge pull request #1351 from jonnybarnes/1350-l11-flare-integration
...
Add flare config back
2024-03-22 18:28:48 +00:00
d877061077
Add flare config back
2024-03-22 18:26:37 +00:00
5f8d6ca882
Merge pull request #1348 from jonnybarnes/develop
...
MTM Fix WebMentions
2024-03-22 17:53:24 +00:00
1cb1eac8fe
Merge pull request #1347 from jonnybarnes/1321-fix-webmentions
...
Webmentions were being saved with wrong model relationship
2024-03-22 17:48:53 +00:00
12d3da5fdb
Webmentions were being saved with wrong model relationship
...
Fix the process webmention job to use the correct model relationship,
add an artisan command to update existing webmentions in the database to
use the correct model relationship.
2024-03-22 17:43:23 +00:00
d56306e57b
Merge pull request #1346 from jonnybarnes/develop
...
MTM Laravel 11
2024-03-22 15:31:33 +00:00
8b276938e9
Merge pull request #1345 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.5.15
...
build(deps-dev): Bump phpunit/phpunit from 10.5.13 to 10.5.15
2024-03-22 13:58:03 +00:00
dependabot[bot]
5cd3b63b73
build(deps-dev): Bump phpunit/phpunit from 10.5.13 to 10.5.15
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 10.5.13 to 10.5.15.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.15/ChangeLog-10.5.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.13...10.5.15 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-22 13:55:21 +00:00
a910a52f83
Merge pull request #1343 from jonnybarnes/dependabot/composer/mockery/mockery-1.6.11
...
build(deps-dev): Bump mockery/mockery from 1.6.10 to 1.6.11
2024-03-22 13:54:34 +00:00
dependabot[bot]
fdcd159bec
build(deps-dev): Bump mockery/mockery from 1.6.10 to 1.6.11
...
Bumps [mockery/mockery](https://github.com/mockery/mockery ) from 1.6.10 to 1.6.11.
- [Release notes](https://github.com/mockery/mockery/releases )
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md )
- [Commits](https://github.com/mockery/mockery/compare/1.6.10...1.6.11 )
---
updated-dependencies:
- dependency-name: mockery/mockery
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-22 13:53:13 +00:00
b7b4082ca3
Merge pull request #1342 from jonnybarnes/dependabot/composer/laravel/sail-1.29.1
...
build(deps-dev): Bump laravel/sail from 1.29.0 to 1.29.1
2024-03-22 13:52:20 +00:00
dependabot[bot]
3d48d54834
build(deps-dev): Bump laravel/sail from 1.29.0 to 1.29.1
...
Bumps [laravel/sail](https://github.com/laravel/sail ) from 1.29.0 to 1.29.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.29.0...v1.29.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>
2024-03-22 13:44:30 +00:00
d61dc7d784
Merge pull request #1344 from jonnybarnes/dependabot/composer/laravel/framework-11.0.8
...
build(deps): Bump laravel/framework from 11.0.7 to 11.0.8
2024-03-22 13:37:27 +00:00
dependabot[bot]
2d0c01d399
build(deps): Bump laravel/framework from 11.0.7 to 11.0.8
...
Bumps [laravel/framework](https://github.com/laravel/framework ) from 11.0.7 to 11.0.8.
- [Release notes](https://github.com/laravel/framework/releases )
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/framework/compare/v11.0.7...v11.0.8 )
---
updated-dependencies:
- dependency-name: laravel/framework
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-22 09:53:13 +00:00
f6d87fe745
Merge pull request #1340 from jonnybarnes/986-upgrade-to-laravel-11
...
Upgrade to Laravel 11
2024-03-19 20:20:31 +00:00
be06fd66f8
Fix Pint style issues
2024-03-19 20:18:58 +00:00
7660b1c731
Upgrade to Laravel 11
2024-03-19 20:13:36 +00:00
c78aea2581
Merge pull request #1336 from jonnybarnes/dependabot/composer/barryvdh/laravel-debugbar-3.12.2
...
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.12.1 to 3.12.2
2024-03-15 08:36:20 +00:00
dependabot[bot]
d6e35856d1
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.12.1 to 3.12.2
...
Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar ) from 3.12.1 to 3.12.2.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases )
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.12.1...v3.12.2 )
---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-15 08:23:53 +00:00
1e7a588157
Merge pull request #1335 from jonnybarnes/dependabot/composer/psalm/plugin-laravel-2.10.1
...
build(deps-dev): Bump psalm/plugin-laravel from 2.10.0 to 2.10.1
2024-03-15 08:23:04 +00:00
dependabot[bot]
9666daf068
build(deps-dev): Bump psalm/plugin-laravel from 2.10.0 to 2.10.1
...
Bumps [psalm/plugin-laravel](https://github.com/psalm/psalm-plugin-laravel ) from 2.10.0 to 2.10.1.
- [Release notes](https://github.com/psalm/psalm-plugin-laravel/releases )
- [Commits](https://github.com/psalm/psalm-plugin-laravel/compare/v2.10.0...v2.10.1 )
---
updated-dependencies:
- dependency-name: psalm/plugin-laravel
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-15 08:16:56 +00:00
5c7557b2d3
Merge pull request #1334 from jonnybarnes/dependabot/composer/barryvdh/laravel-ide-helper-3.0.0
...
build(deps-dev): Bump barryvdh/laravel-ide-helper from 2.15.1 to 3.0.0
2024-03-15 08:15:52 +00:00
dependabot[bot]
af7f2fb800
build(deps-dev): Bump barryvdh/laravel-ide-helper from 2.15.1 to 3.0.0
...
Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper ) from 2.15.1 to 3.0.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.15.1...v3.0.0 )
---
updated-dependencies:
- dependency-name: barryvdh/laravel-ide-helper
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-14 09:46:59 +00:00
965c69748f
Merge pull request #1333 from jonnybarnes/dependabot/composer/laravel/dusk-8.0.0
...
build(deps-dev): Bump laravel/dusk from 7.13.0 to 8.0.0
2024-03-13 16:53:03 +00:00
dependabot[bot]
508f92dd17
build(deps-dev): Bump laravel/dusk from 7.13.0 to 8.0.0
...
Bumps [laravel/dusk](https://github.com/laravel/dusk ) from 7.13.0 to 8.0.0.
- [Release notes](https://github.com/laravel/dusk/releases )
- [Changelog](https://github.com/laravel/dusk/blob/8.x/CHANGELOG.md )
- [Upgrade guide](https://github.com/laravel/dusk/blob/8.x/UPGRADE.md )
- [Commits](https://github.com/laravel/dusk/compare/v7.13.0...v8.0.0 )
---
updated-dependencies:
- dependency-name: laravel/dusk
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 16:46:08 +00:00
80184002b7
Merge pull request #1332 from jonnybarnes/dependabot/composer/laravel/sail-1.29.0
...
build(deps-dev): Bump laravel/sail from 1.28.2 to 1.29.0
2024-03-13 16:45:24 +00:00
dependabot[bot]
ec04fefbb0
build(deps-dev): Bump laravel/sail from 1.28.2 to 1.29.0
...
Bumps [laravel/sail](https://github.com/laravel/sail ) from 1.28.2 to 1.29.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.28.2...v1.29.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>
2024-03-13 16:44:02 +00:00
a3f1016709
Merge pull request #1331 from jonnybarnes/dependabot/composer/mockery/mockery-1.6.9
...
build(deps-dev): Bump mockery/mockery from 1.6.7 to 1.6.9
2024-03-13 16:43:18 +00:00
dependabot[bot]
6ce729633c
build(deps-dev): Bump mockery/mockery from 1.6.7 to 1.6.9
...
Bumps [mockery/mockery](https://github.com/mockery/mockery ) from 1.6.7 to 1.6.9.
- [Release notes](https://github.com/mockery/mockery/releases )
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md )
- [Commits](https://github.com/mockery/mockery/compare/1.6.7...1.6.9 )
---
updated-dependencies:
- dependency-name: mockery/mockery
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 16:40:40 +00:00
908cc66c99
Merge pull request #1330 from jonnybarnes/dependabot/composer/psalm/plugin-laravel-2.10.0
...
build(deps-dev): Bump psalm/plugin-laravel from 2.8.0 to 2.10.0
2024-03-13 16:40:02 +00:00
dependabot[bot]
d040160681
build(deps-dev): Bump psalm/plugin-laravel from 2.8.0 to 2.10.0
...
Bumps [psalm/plugin-laravel](https://github.com/psalm/psalm-plugin-laravel ) from 2.8.0 to 2.10.0.
- [Release notes](https://github.com/psalm/psalm-plugin-laravel/releases )
- [Commits](https://github.com/psalm/psalm-plugin-laravel/compare/v2.8.0...v2.10.0 )
---
updated-dependencies:
- dependency-name: psalm/plugin-laravel
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 09:14:10 +00:00
b16232b258
Merge pull request #1329 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.5.13
...
build(deps-dev): Bump phpunit/phpunit from 10.5.11 to 10.5.13
2024-03-13 08:02:06 +00:00
dependabot[bot]
e4eb18a5fc
build(deps-dev): Bump phpunit/phpunit from 10.5.11 to 10.5.13
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 10.5.11 to 10.5.13.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.13/ChangeLog-10.5.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.11...10.5.13 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-12 19:03:08 +00:00
be34e5fb57
Merge pull request #1328 from jonnybarnes/dependabot/composer/barryvdh/laravel-debugbar-3.12.1
...
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.10.6 to 3.12.1
2024-03-12 19:02:31 +00:00
dependabot[bot]
a677d870c4
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.10.6 to 3.12.1
...
Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar ) from 3.10.6 to 3.12.1.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases )
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.10.6...v3.12.1 )
---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-12 18:59:56 +00:00
196b3eb426
Merge pull request #1327 from jonnybarnes/dependabot/composer/vimeo/psalm-5.23.1
...
build(deps-dev): Bump vimeo/psalm from 5.22.2 to 5.23.1
2024-03-12 18:58:58 +00:00
dependabot[bot]
997ad535b0
build(deps-dev): Bump vimeo/psalm from 5.22.2 to 5.23.1
...
Bumps [vimeo/psalm](https://github.com/vimeo/psalm ) from 5.22.2 to 5.23.1.
- [Release notes](https://github.com/vimeo/psalm/releases )
- [Commits](https://github.com/vimeo/psalm/compare/5.22.2...5.23.1 )
---
updated-dependencies:
- dependency-name: vimeo/psalm
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-12 18:55:33 +00:00
b5b900090a
Merge pull request #1322 from jonnybarnes/dependabot/composer/phpunit/php-code-coverage-10.1.13
...
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.12 to 10.1.13
2024-03-12 18:54:53 +00:00
dependabot[bot]
88ab482e53
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.12 to 10.1.13
...
Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage ) from 10.1.12 to 10.1.13.
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/10.1.13/ChangeLog-10.1.md )
- [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.12...10.1.13 )
---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 09:03:59 +00:00
f15f4c0a00
Switch local dev environment to PHP 8.3
2024-03-10 12:55:56 +00:00