Commit graph

2222 commits

Author SHA1 Message Date
2f548725db
Merge pull request #494 from jonnybarnes/develop
MTM Store synidaction targets in the database
2022-10-24 14:28:06 +01:00
def69f4038
Merge pull request #493 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.26.0
Bump eslint from 8.25.0 to 8.26.0
2022-10-24 12:19:28 +01:00
dependabot[bot]
2f0d381ee2
Bump eslint from 8.25.0 to 8.26.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.25.0 to 8.26.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.25.0...v8.26.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 11:12:48 +00:00
1bf0667f08
Merge pull request #492 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-19.1.0
Bump puppeteer from 19.0.0 to 19.1.0
2022-10-24 12:11:59 +01:00
dependabot[bot]
718b43b3e5
Bump puppeteer from 19.0.0 to 19.1.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.0.0 to 19.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.0.0...puppeteer-core-v19.1.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 11:08:58 +00:00
70d7765889
Merge pull request #491 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.10.0
Bump league/flysystem-aws-s3-v3 from 3.8.0 to 3.10.0
2022-10-24 12:08:06 +01:00
ffb4aa5c1e
Merge branch 'develop' into dependabot/composer/league/flysystem-aws-s3-v3-3.10.0 2022-10-24 11:58:35 +01:00
271d50db53
Merge pull request #490 from jonnybarnes/479-store-syndication-targets-within-in-the-database
Store syndication targets within the database
2022-10-24 11:56:09 +01:00
dependabot[bot]
342bbaf6e0
Bump league/flysystem-aws-s3-v3 from 3.8.0 to 3.10.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.8.0 to 3.10.0.
- [Release notes](https://github.com/thephpleague/flysystem-aws-s3-v3/releases)
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.8.0...3.10.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 09:01:11 +00:00
66257e7e9b
Use new syndication target model when processing MicroPub requests 2022-10-23 20:38:12 +01:00
976929e9b9
Remove the hard-coded syndication config 2022-10-23 13:16:24 +01:00
1d85c4c8cf
Fix one of the unit tests 2022-10-23 13:15:16 +01:00
0ddec78d09
Allow syndication targets to be added/edited in admin interface 2022-10-23 13:11:31 +01:00
ea8395a651
Add model to store syndication target data 2022-10-22 14:18:21 +01:00
7cd9956b92
Merge pull request #489 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.19.6
Bump @babel/core from 7.19.3 to 7.19.6
2022-10-21 15:17:56 +01:00
dependabot[bot]
0cca0e78e1
Bump @babel/core from 7.19.3 to 7.19.6
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.3 to 7.19.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.19.6/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-21 14:13:09 +00:00
64c4448baa
Merge pull request #488 from jonnybarnes/dependabot/composer/laravel/framework-9.36.4
Bump laravel/framework from 9.36.3 to 9.36.4
2022-10-21 15:12:28 +01:00
dependabot[bot]
8dd94033d8
Bump laravel/framework from 9.36.3 to 9.36.4
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.36.3 to 9.36.4.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.36.3...v9.36.4)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-21 09:01:33 +00:00
8f85a80fd4
Merge pull request #481 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-19.0.0
Bump puppeteer from 18.2.1 to 19.0.0
2022-10-20 20:14:17 +01:00
dependabot[bot]
b52c470cfc
Bump puppeteer from 18.2.1 to 19.0.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 18.2.1 to 19.0.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v18.2.1...puppeteer-core-v19.0.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 18:24:16 +00:00
54e003e816
Merge pull request #483 from jonnybarnes/dependabot/npm_and_yarn/stylelint-config-standard-29.0.0
Bump stylelint-config-standard from 28.0.0 to 29.0.0
2022-10-20 19:23:23 +01:00
dependabot[bot]
caf439db92
Bump stylelint-config-standard from 28.0.0 to 29.0.0
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 28.0.0 to 29.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/28.0.0...29.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 18:19:27 +00:00
aa11a827e4
Merge pull request #484 from jonnybarnes/dependabot/npm_and_yarn/stylelint-14.14.0
Bump stylelint from 14.13.0 to 14.14.0
2022-10-20 19:18:44 +01:00
dependabot[bot]
851234c0c5
Bump stylelint from 14.13.0 to 14.14.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.13.0 to 14.14.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.13.0...14.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 18:15:22 +00:00
35802600d8
Merge pull request #485 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.8.0
Bump league/flysystem-aws-s3-v3 from 3.6.0 to 3.8.0
2022-10-20 19:14:37 +01:00
dependabot[bot]
181c41a5e4
Bump league/flysystem-aws-s3-v3 from 3.6.0 to 3.8.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.6.0 to 3.8.0.
- [Release notes](https://github.com/thephpleague/flysystem-aws-s3-v3/releases)
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.6.0...3.8.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 18:09:53 +00:00
862643de5f
Merge pull request #482 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-1.5.2
Bump spatie/laravel-ignition from 1.5.1 to 1.5.2
2022-10-20 19:09:03 +01:00
dependabot[bot]
ab6435c5a7
Bump spatie/laravel-ignition from 1.5.1 to 1.5.2
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/1.5.1...1.5.2)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 15:32:22 +00:00
9ceee89c32
Merge pull request #487 from jonnybarnes/dependabot/composer/laravel/framework-9.36.3
Bump laravel/framework from 9.35.1 to 9.36.3
2022-10-20 16:31:26 +01:00
dependabot[bot]
cca7201302
Bump laravel/framework from 9.35.1 to 9.36.3
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.35.1 to 9.36.3.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.35.1...v9.36.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 09:01:13 +00:00
f6546e2335
Merge pull request #477 from jonnybarnes/develop
MTM Update Twitter syndication logo
2022-10-16 18:16:38 +01:00
aa652d2e06
Merge pull request #476 from jonnybarnes/475-twitter-syndication-logo-needs-fixing
Update Twitter logo link
2022-10-16 17:22:05 +01:00
e9fd898469
Update Twitter logo link 2022-10-16 17:18:31 +01:00
d52b8a3e83
Merge pull request #473 from jonnybarnes/develop
MTM Fix IndieAuth sign in
2022-10-15 16:24:35 +01:00
91b7baa8d6
Merge pull request #472 from jonnybarnes/debugging_token_requests
Fix issuing indieauth tokens
2022-10-15 16:13:37 +01:00
4a0bc6005a
Fix issuing of token during IndieAuth sign in 2022-10-15 16:09:53 +01:00
8d781b7009
Merge pull request #471 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.6.0
Bump league/flysystem-aws-s3-v3 from 3.5.0 to 3.6.0
2022-10-15 11:56:05 +01:00
dependabot[bot]
d275c9c42e
Bump league/flysystem-aws-s3-v3 from 3.5.0 to 3.6.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/thephpleague/flysystem-aws-s3-v3/releases)
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.5.0...3.6.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14 09:00:51 +00:00
589ae03db5
Merge pull request #470 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.18
Bump postcss from 8.4.17 to 8.4.18
2022-10-13 20:42:06 +01:00
dependabot[bot]
9d512195fc
Bump postcss from 8.4.17 to 8.4.18
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.17 to 8.4.18.
- [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.17...8.4.18)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-13 09:01:40 +00:00
d14666dac5
Merge pull request #469 from jonnybarnes/dependabot/composer/vimeo/psalm-4.29.0
Bump vimeo/psalm from 4.27.0 to 4.29.0
2022-10-12 17:52:26 +01:00
dependabot[bot]
705669fcaa
Bump vimeo/psalm from 4.27.0 to 4.29.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.27.0 to 4.29.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/4.27.0...4.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 16:49:30 +00:00
f73c920087
Merge pull request #468 from jonnybarnes/dependabot/composer/laravel/framework-9.35.1
Bump laravel/framework from 9.34.0 to 9.35.1
2022-10-12 17:48:13 +01:00
dependabot[bot]
c5da06f4bf
Bump laravel/framework from 9.34.0 to 9.35.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.34.0 to 9.35.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.34.0...v9.35.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 16:21:34 +00:00
3c8997a0bd
Merge pull request #467 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.19.4
Bump @babel/preset-env from 7.19.3 to 7.19.4
2022-10-12 17:19:56 +01:00
dependabot[bot]
260b43cee2
Bump @babel/preset-env from 7.19.3 to 7.19.4
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.19.3 to 7.19.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.19.4/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 16:14:11 +00:00
592237483b
Merge pull request #466 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.25.0
Bump eslint from 8.24.0 to 8.25.0
2022-10-12 17:13:03 +01:00
dependabot[bot]
11292da6da
Bump eslint from 8.24.0 to 8.25.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.24.0 to 8.25.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.24.0...v8.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-10 09:01:32 +00:00
a370d65ab1
Merge pull request #463 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-18.2.1
Bump puppeteer from 18.1.0 to 18.2.1
2022-10-07 20:30:05 +01:00
dependabot[bot]
14a4f974b2
Bump puppeteer from 18.1.0 to 18.2.1
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 18.1.0 to 18.2.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v18.1.0...puppeteer-core-v18.2.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-07 09:01:37 +00:00