aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-05Update config copyrightsGravatar Vitaly Takmazov
2023-01-05ActivityPub: signed GET requests, fix Signature verificationGravatar Vitaly Takmazov
2023-01-04Fix class cast exception in testsGravatar Vitaly Takmazov
2023-01-04ActivityPub: better loggingGravatar Vitaly Takmazov
2023-01-04ActivityPub: cleanup media types and redirectsGravatar Vitaly Takmazov
2023-01-04ActivityPub: refactor delivery to followersGravatar Vitaly Takmazov
2023-01-04Respond with HTTP 202 to stop sending unknown note updatesGravatar Vitaly Takmazov
2023-01-04ActivityPub: fix actor to user conversion, handle Block activityGravatar Vitaly Takmazov
2023-01-04OAuth: allow HTTP Basic client authenticationGravatar Vitaly Takmazov
2023-01-04ActivityPub: handle Note updates by Note idGravatar Vitaly Takmazov
2023-01-04Nodeinfo: exclude foreign commentsGravatar Vitaly Takmazov
2023-01-04ActivityPub: handle Note updatesGravatar Vitaly Takmazov
2023-01-04Bump eslint from 8.30.0 to 8.31.0Gravatar 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-04OAuth authentication for Mastodon and ActivityPub C2SGravatar Vitaly Takmazov
2023-01-04JWT authentication for APIGravatar Vitaly Takmazov
2022-12-31Remove roster chatsGravatar Vitaly Takmazov
2022-12-31PMQueriesService -> ChatServiceGravatar Vitaly Takmazov
2022-12-31Refactor XMPP connectionGravatar Vitaly Takmazov
2022-12-31`npm audit fix`Gravatar Vitaly Takmazov
2022-12-31ActivityPub: cleanup loggingGravatar Vitaly Takmazov
2022-12-30Bump core-js from 3.27.0 to 3.27.1Gravatar 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-30Bump stylelint from 14.16.0 to 14.16.1Gravatar 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-30Accept fallback content types on `host-meta` and `webfinger` endpointsGravatar Vitaly Takmazov
2022-12-28`updateReactionsFor` should not evict cachesGravatar Vitaly Takmazov
2022-12-28webfinger: respond 404 on invalid resource requestGravatar Vitaly Takmazov
2022-12-28XMPP: deactivate JIDs when the remote server is not foundGravatar Vitaly Takmazov
2022-12-28XMPP: fix caps nodeGravatar Vitaly Takmazov
2022-12-27handle `addFollower` duplicatesGravatar Vitaly Takmazov
2022-12-27Bump core-js from 3.26.1 to 3.27.0Gravatar 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-24ActivityPub Update compatibility improvementsGravatar Vitaly Takmazov
2022-12-24ActivityPub: compatibility with Honk serverGravatar Vitaly Takmazov
2022-12-24db: cleanup duplicated followers and add constraintsGravatar Vitaly Takmazov
2022-12-24Cacheable ActivityPub profilesGravatar Vitaly Takmazov
2022-12-24Revert "Fetch ActivityPub profiles directly without our proxy"Gravatar Vitaly Takmazov
This reverts commit a999bbb93bc6d2e15f7edfcccc590b83eee3c8ca. # Conflicts: # src/main/assets/scripts.js
2022-12-24Revert "Drop unused API endpoint"Gravatar Vitaly Takmazov
This reverts commit ec4760936d609f4e269c028468a53bc1d60878aa.
2022-12-24`Collectors.toList()` -> `toList()`Gravatar Vitaly Takmazov
2022-12-24Display new replies as browser notificationsGravatar Vitaly Takmazov
2022-12-24Bump spring-boot-starter-parent from 3.0.0 to 3.0.1Gravatar 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-23Format mentions to make Mastodon happyGravatar Vitaly Takmazov
2022-12-23Bump @babel/core from 7.20.5 to 7.20.7Gravatar 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-23ActivityPub: send full object on message updateGravatar Vitaly Takmazov
2022-12-23Show external followers in statsGravatar Vitaly Takmazov
2022-12-22User nick is case-insensitiveGravatar Vitaly Takmazov
2022-12-22User info updates fixGravatar Vitaly Takmazov
2022-12-22Use correct `@Nonnull` annotationGravatar Vitaly Takmazov
2022-12-22`@username@example.com` urls are now redirects to ActivityPub profileGravatar Vitaly Takmazov
2022-12-22www: Mastodon-compatible `/share` endpointGravatar Vitaly Takmazov
2022-12-22h2: fix schema and pass tests without compatibility modesGravatar Vitaly Takmazov
2022-12-22h2: baseline to 1.22Gravatar Vitaly Takmazov
2022-12-22Bump @swc/core from 1.3.23 to 1.3.24Gravatar dependabot[bot]
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.23 to 1.3.24. - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.3.23...v1.3.24) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>