aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-08Fix ActivityPub redirectsGravatar Vitaly Takmazov
2023-01-08Fix public keys on WindowsGravatar Vitaly Takmazov
2023-01-08Telegram: use correct domain in urlsGravatar Vitaly Takmazov
2023-01-07XMPP: deactivate jids on presence errorsGravatar Vitaly Takmazov
2023-01-07XMPP: deactivate jids on 'cancel' error typesGravatar Vitaly Takmazov
2023-01-07Initial SQLite schema (work in progress)Gravatar Vitaly Takmazov
2023-01-07Bump @swc/core from 1.3.24 to 1.3.25Gravatar dependabot[bot]
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.24 to 1.3.25. - [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.24...v1.3.25) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-07Bump postcss from 8.4.20 to 8.4.21Gravatar dependabot[bot]
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.20 to 8.4.21. - [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.20...8.4.21) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-06Bearer token filter is not usedGravatar Vitaly Takmazov
2023-01-06Mastodon API: timelines and minor fixesGravatar Vitaly Takmazov
2023-01-06Bump babel-loader from 9.1.0 to 9.1.2Gravatar dependabot[bot]
Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.1.0 to 9.1.2. - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v9.1.0...v9.1.2) --- updated-dependencies: - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-06Bump @babel/core from 7.20.7 to 7.20.12Gravatar dependabot[bot]
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.7 to 7.20.12. - [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.12/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>
2023-01-06Mastodon API: exclude visitor from Conversation accounts listGravatar Vitaly Takmazov
2023-01-06Mastodon API: conversationsGravatar Vitaly Takmazov
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