aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-12Telegram: parse_mode=htmlGravatar Vitaly Takmazov
2023-01-12Telegram: fix delivery to anonymous usersGravatar Vitaly Takmazov
2023-01-12Bump @swc/core from 1.3.25 to 1.3.26Gravatar dependabot[bot]
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.25 to 1.3.26. - [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.25...v1.3.26) --- 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-11Do not double escape search stringGravatar Vitaly Takmazov
2023-01-11Fix OAuth loginGravatar Vitaly Takmazov
2023-01-11Social login refactoring: set cookie after loginGravatar Vitaly Takmazov
2023-01-11Fix Telegram loginGravatar Vitaly Takmazov
2023-01-10Start using HttpHeaders class instead of string constantsGravatar Vitaly Takmazov
2023-01-10Restore Swagger UIGravatar Vitaly Takmazov
2023-01-10Code cleanup and copyright year updateGravatar Vitaly Takmazov
2023-01-10XMPP: send `unsubscribe` presence to unknown JIDsGravatar Vitaly Takmazov
2023-01-09Mastodon API: statusesGravatar Vitaly Takmazov
2023-01-09OAuth: update refresh token TTLGravatar Vitaly Takmazov
2023-01-09Mastodon API: improve status layout, avatars, attachmentsGravatar Vitaly Takmazov
2023-01-09Mastodon API: include message author data into statusesGravatar Vitaly Takmazov
2023-01-09Enable CORS on oauth endpointsGravatar Vitaly Takmazov
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