Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-06 | Mastodon API: conversations | Vitaly Takmazov | |
2023-01-05 | Update config copyrights | Vitaly Takmazov | |
2023-01-05 | ActivityPub: signed GET requests, fix Signature verification | Vitaly Takmazov | |
2023-01-04 | Fix class cast exception in tests | Vitaly Takmazov | |
2023-01-04 | ActivityPub: better logging | Vitaly Takmazov | |
2023-01-04 | ActivityPub: cleanup media types and redirects | Vitaly Takmazov | |
2023-01-04 | ActivityPub: refactor delivery to followers | Vitaly Takmazov | |
2023-01-04 | Respond with HTTP 202 to stop sending unknown note updates | Vitaly Takmazov | |
2023-01-04 | ActivityPub: fix actor to user conversion, handle Block activity | Vitaly Takmazov | |
2023-01-04 | OAuth: allow HTTP Basic client authentication | Vitaly Takmazov | |
2023-01-04 | ActivityPub: handle Note updates by Note id | Vitaly Takmazov | |
2023-01-04 | Nodeinfo: exclude foreign comments | Vitaly Takmazov | |
2023-01-04 | ActivityPub: handle Note updates | Vitaly Takmazov | |
2023-01-04 | Bump eslint from 8.30.0 to 8.31.0 | dependabot[bot] | |
Bumps [eslint](https://github.com/eslint/eslint) from 8.30.0 to 8.31.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.30.0...v8.31.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2023-01-04 | OAuth authentication for Mastodon and ActivityPub C2S | Vitaly Takmazov | |
2023-01-04 | JWT authentication for API | Vitaly Takmazov | |
2022-12-31 | Remove roster chats | Vitaly Takmazov | |
2022-12-31 | PMQueriesService -> ChatService | Vitaly Takmazov | |
2022-12-31 | Refactor XMPP connection | Vitaly Takmazov | |
2022-12-31 | `npm audit fix` | Vitaly Takmazov | |
2022-12-31 | ActivityPub: cleanup logging | Vitaly Takmazov | |
2022-12-30 | Bump core-js from 3.27.0 to 3.27.1 | dependabot[bot] | |
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.27.0 to 3.27.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.27.1/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2022-12-30 | Bump stylelint from 14.16.0 to 14.16.1 | dependabot[bot] | |
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.16.0 to 14.16.1. - [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.16.0...14.16.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2022-12-30 | Accept fallback content types on `host-meta` and `webfinger` endpoints | Vitaly Takmazov | |
2022-12-28 | `updateReactionsFor` should not evict caches | Vitaly Takmazov | |
2022-12-28 | webfinger: respond 404 on invalid resource request | Vitaly Takmazov | |
2022-12-28 | XMPP: deactivate JIDs when the remote server is not found | Vitaly Takmazov | |
2022-12-28 | XMPP: fix caps node | Vitaly Takmazov | |
2022-12-27 | handle `addFollower` duplicates | Vitaly Takmazov | |
2022-12-27 | Bump core-js from 3.26.1 to 3.27.0 | dependabot[bot] | |
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.26.1 to 3.27.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.27.0/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2022-12-24 | ActivityPub Update compatibility improvements | Vitaly Takmazov | |
2022-12-24 | ActivityPub: compatibility with Honk server | Vitaly Takmazov | |
2022-12-24 | db: cleanup duplicated followers and add constraints | Vitaly Takmazov | |
2022-12-24 | Cacheable ActivityPub profiles | Vitaly Takmazov | |
2022-12-24 | Revert "Fetch ActivityPub profiles directly without our proxy" | Vitaly Takmazov | |
This reverts commit a999bbb93bc6d2e15f7edfcccc590b83eee3c8ca. # Conflicts: # src/main/assets/scripts.js | |||
2022-12-24 | Revert "Drop unused API endpoint" | Vitaly Takmazov | |
This reverts commit ec4760936d609f4e269c028468a53bc1d60878aa. | |||
2022-12-24 | `Collectors.toList()` -> `toList()` | Vitaly Takmazov | |
2022-12-24 | Display new replies as browser notifications | Vitaly Takmazov | |
2022-12-24 | Bump spring-boot-starter-parent from 3.0.0 to 3.0.1 | dependabot[bot] | |
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2022-12-23 | Format mentions to make Mastodon happy | Vitaly Takmazov | |
2022-12-23 | Bump @babel/core from 7.20.5 to 7.20.7 | dependabot[bot] | |
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.5 to 7.20.7. - [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.20.7/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-12-23 | ActivityPub: send full object on message update | Vitaly Takmazov | |
2022-12-23 | Show external followers in stats | Vitaly Takmazov | |
2022-12-22 | User nick is case-insensitive | Vitaly Takmazov | |
2022-12-22 | User info updates fix | Vitaly Takmazov | |
2022-12-22 | Use correct `@Nonnull` annotation | Vitaly Takmazov | |
2022-12-22 | `@username@example.com` urls are now redirects to ActivityPub profile | Vitaly Takmazov | |
2022-12-22 | www: Mastodon-compatible `/share` endpoint | Vitaly Takmazov | |
2022-12-22 | h2: fix schema and pass tests without compatibility modes | Vitaly Takmazov | |
2022-12-22 | h2: baseline to 1.22 | Vitaly Takmazov | |