Commit graph

128 commits

Author SHA1 Message Date
83d10e1a70
Refactor of micropub request handling
Trying to organise the code better. It now temporarily doesn’t support
update requests. Thought the spec defines them as SHOULD features and
not MUST features. So safe for now :)
2025-04-27 16:38:25 +01:00
1dfa17abca
Update Laravel to v12
Some checks failed
PHP Unit / PHPUnit test suite (pull_request) Has been cancelled
Laravel Pint / Laravel Pint (pull_request) Has been cancelled
2025-04-01 21:10:30 +01:00
f2025b801b
Update dependencies
Some checks failed
Laravel Pint / Laravel Pint (pull_request) Has been cancelled
PHP Unit / PHPUnit test suite (pull_request) Has been cancelled
2025-01-25 11:47:43 +00:00
dependabot[bot]
f384e16ef1
build(deps): Bump web-auth/webauthn-lib from 4.9.1 to 5.0.0
Bumps [web-auth/webauthn-lib](https://github.com/web-auth/webauthn-lib) from 4.9.1 to 5.0.0.
- [Commits](https://github.com/web-auth/webauthn-lib/compare/4.9.1...5.0.0)

---
updated-dependencies:
- dependency-name: web-auth/webauthn-lib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-19 12:28:52 +00:00
dependabot[bot]
0eea92930b
build(deps-dev): Bump openai-php/client from 0.8.4 to 0.10.1
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.8.4 to 0.10.1.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.8.4...v0.10.1)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-29 14:38:22 +00:00
5b2bfd5270
Auth endpoint
The IndieAuth endpoint should be added, currently adding the unt tests
2024-06-02 10:16:16 +01:00
7660b1c731
Upgrade to Laravel 11 2024-03-19 20:13:36 +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
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
6d5b298837
Update Intervention/Image class to v3 2023-12-17 13:56:10 +00:00
dependabot[bot]
86589c720f
build(deps): Bump symfony/html-sanitizer from 6.3.7 to 7.0.0
Bumps [symfony/html-sanitizer](https://github.com/symfony/html-sanitizer) from 6.3.7 to 7.0.0.
- [Release notes](https://github.com/symfony/html-sanitizer/releases)
- [Changelog](https://github.com/symfony/html-sanitizer/blob/7.0/CHANGELOG.md)
- [Commits](https://github.com/symfony/html-sanitizer/compare/v6.3.7...v7.0.0)

---
updated-dependencies:
- dependency-name: symfony/html-sanitizer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 17:25:14 +00:00
dependabot[bot]
98334f555b
build(deps-dev): Bump openai-php/client from 0.7.10 to 0.8.0
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.7.10 to 0.8.0.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.7.10...v0.8.0)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-24 09:47:57 +00:00
4253764f39
Merge branch 'develop' into 985-add-passkey-support-for-admin-login 2023-10-27 20:29:14 +01:00
03c8f20a8c
feat: Add Passkey support
- Added a button for logging in with Passkeys in `login.blade.php`
- Refactored the `register` method and added the `login` method in `auth.js`
- Made various modifications and additions to the passkey functionality in `PasskeysController.php`
- Added event listener for login-passkey element in `app.js`
- Modified the passkeys table schema and made modifications to `Passkey.php`
- Changed the redirect route in the `login` method of `AuthController.php`
- Made modifications and additions to the routes in `web.php`
- Added `"web-auth/webauthn-lib": "^4.7"` to the list of required packages in `composer.json`
- Changed the redirect URL in `AdminTest.php`
2023-10-27 20:22:40 +01:00
2fb8339d91
Admin can now hopefully add a passkey to their account 2023-09-25 18:31:38 +01:00
dependabot[bot]
8824f78dc5
build(deps-dev): Bump openai-php/client from 0.6.4 to 0.7.1
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.6.4 to 0.7.1.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.6.4...v0.7.1)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-31 11:23:46 +00:00
3a681c0a44
Initial work with Psalm reporting 2023-06-25 14:18:40 +01:00
a06d00210b
chore: Integrate OpenAI API for completions on Ignition error page.
- Add OpenAI API to composer dev requirements.
- Add OpenAI API key to environment variables in .env.example.
2023-06-18 08:53:28 +01:00
3d336d5693
chore: Add support for composer/installers package. 2023-06-09 19:00:57 +01:00
bebbfec510
chore: Refactor configuration files based on Laravel 10 skeleton 2023-06-09 18:31:53 +01:00
79b9013707
feat: Add Flare support
- Add new log channel "flare" and update "stack" channel to use it
- Introduce placeholders for log messages in several channels
- Add processors to "papertrail" and "stderr" channels
- Add `spatie/laravel-ignition` package to composer requirements
- Change `$dontReport` variable to `$dontFlash` in exception handler
- Add `FLARE_KEY` and `BRIDGY_MASTODON_TOKEN` to `.env.github` and `.env.example` files
2023-06-09 14:07:24 +01:00
58c5a7d443
Re-add search functionality 2023-04-11 21:44:55 +01:00
dependabot[bot]
f56157e8df
Bump lcobucci/jwt from 4.3.0 to 5.0.0
Bumps [lcobucci/jwt](https://github.com/lcobucci/jwt) from 4.3.0 to 5.0.0.
- [Release notes](https://github.com/lcobucci/jwt/releases)
- [Commits](https://github.com/lcobucci/jwt/compare/4.3.0...5.0.0)

---
updated-dependencies:
- dependency-name: lcobucci/jwt
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03 20:07:02 +00:00
9256aae89d
Update composer dependencies to Laravel 10 2023-02-17 09:26:17 +00:00
8444634fc7
Get tests passing again 2023-02-17 07:50:02 +00:00
dependabot[bot]
82c92810ea
Bump nunomaduro/collision from 6.4.0 to 7.0.1
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 6.4.0 to 7.0.1.
- [Release notes](https://github.com/nunomaduro/collision/releases)
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v6.4.0...v7.0.1)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 19:46:45 +00:00
bdbcaa55ea
Now we are using cloudconvert, remove un-needed local packages 2023-02-04 10:25:43 +00:00
dependabot[bot]
c4830c7e10
Bump vimeo/psalm from 4.30.0 to 5.0.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.30.0 to 5.0.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/4.30.0...5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 19:53:36 +00:00
07cf1afc1c
Update dependencies, add Laravel Sanctum due to config changes 2022-11-16 20:29:17 +00:00
dependabot[bot]
422aa33189
Bump laravel/dusk from 6.25.1 to 7.0.0
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 6.25.1 to 7.0.0.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Upgrade guide](https://github.com/laravel/dusk/blob/7.x/UPGRADE.md)
- [Commits](https://github.com/laravel/dusk/compare/v6.25.1...v7.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>
2022-08-24 09:01:21 +00:00
663c2e5ae9
Get sail working 2022-07-27 12:35:21 +01:00
dependabot[bot]
b38ba9ca02
Bump laravel/pint from 0.2.3 to 1.0.0
Bumps [laravel/pint](https://github.com/laravel/pint) from 0.2.3 to 1.0.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v0.2.3...v1.0.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 20:36:09 +00:00
46e9e622b8
Switch CORS middleware 2022-07-15 17:53:30 +01:00
0255f64a41
Added Laravel Pint 2022-07-09 09:33:51 +01:00
29decb0275
Remove predis composer package 2022-07-09 09:22:59 +01:00
e98a90fe1e Switch to Symfony’s HTML Sanitizer package 2022-06-02 09:40:34 +01:00
78bd468d3d
Upgrade to Laravel 9 (#252) 2022-02-27 19:42:49 +00:00
16a4d89d18
Update dependencies (#249) 2022-01-23 18:42:19 +00:00
4e7170f3c6 Dependency updates 2022-01-08 18:40:34 +00:00
d3027a8a39 Add Ray to dev dependencies 2021-02-07 17:23:03 +00:00
77e1be5904 Upgrade postgres scout to stable release 2021-02-07 16:26:34 +00:00
4fe1bd997a Enforce php8 requirement 2021-02-07 16:15:42 +00:00
1406e8b520 Some dependency updates 2021-01-31 14:50:01 +00:00
d43530cdd2 Final prep work to get ready for PHP8 2020-12-31 13:34:55 +00:00
6942fc1d32 Initial php8 work
- switch to GD for image work
 - fix issues around jwt
2020-11-28 18:21:29 +00:00
ca882d0240 Update dependencies and rework webpack flow 2020-11-01 14:24:36 +00:00
ed54446f87 Follow laravel upgrade guide 2020-10-19 19:41:50 +01:00
57186c3e2e Upgrade to Laravel 8 2020-10-17 17:15:06 +01:00
3c3ad3e29d Remove the postgis stuff 2020-10-16 20:45:07 +01:00
9e3cc19098 Update dependencies, and fix some tests 2020-10-10 19:44:17 +01:00