Skip to content

Releases: chitoku-k/HomoChecker

v5.7.4

15 Dec 19:49
88b5d14
Compare
Choose a tag to compare
Bump dependencies in /api (#2475)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v5.7.3

09 Dec 11:32
2e4033d
Compare
Choose a tag to compare
Bump eslint from 8.54.0 to 8.55.0 in /client (#2474)

Bumps [eslint](https://github.com/eslint/eslint) from 8.54.0 to 8.55.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.54.0...v8.55.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v5.7.2

01 Dec 21:56
f3212cb
Compare
Choose a tag to compare
Bump php from 8.2.12-fpm to 8.3.0-fpm in /api (#2468)

Bumps php from 8.2.12-fpm to 8.3.0-fpm.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v5.7.1

24 Nov 15:42
6cb1f60
Compare
Choose a tag to compare
Bump eslint from 8.53.0 to 8.54.0 in /client (#2464)

Bumps [eslint](https://github.com/eslint/eslint) from 8.53.0 to 8.54.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.53.0...v8.54.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v5.7.0

19 Nov 06:11
e75b7a4
Compare
Choose a tag to compare
Retrieve Twitter profiles using guest_token (#2462)

v5.6.0

19 Nov 03:39
6f42e20
Compare
Choose a tag to compare
Retrieve Mastodon profiles with signed requests (#2461)

* Fix a bug where GET /check/{username} caused DB error

* Allow PHP to read activity_pub_actor.key for development

* Use RSA key for ActivityPub

* Fix code format

* Retrieve Mastodon profiles with signed requests

* Remove Date and Host headers when testing sign

v5.5.1

18 Nov 19:46
6c06045
Compare
Choose a tag to compare
Implement missing properties in Actor objects (#2460)

* Implement missing properties in Actor objects

See: https://www.w3.org/TR/activitypub/#actor-objects

* Fix a bug where inbox/outbox always returned incorect values

v5.5.0

18 Nov 18:42
df2bae8
Compare
Choose a tag to compare
Add GET /.well-known/webfinger (#2459)

v5.4.1

18 Nov 16:55
5104cce
Compare
Choose a tag to compare
Fix incompatibility with Mastodon in GET /actor (#2458)

* Fix incompatibility with Mastodon in GET /actor

* Generate RSA key for actor in development

v5.4.0

18 Nov 15:42
c067d87
Compare
Choose a tag to compare
Add GET /actor (#2457)

* Add GET /actor

* Fix code format