summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop'syuilo2022-04-0339-112/+315
|\
| * 12.109.2syuilo2022-04-032-5/+2
| |
| * fix: validation (better #8456) (#8461)Johann1502022-04-0331-105/+300
| | | | | | | | | | | | | | | | | | * Revert "revert 484e023c0" This reverts commit c03b70c949923b830a6d0361d1aa4d5f5614b7b7. * also allow pure renote * fix checks for pure renote
| * Update CHANGELOG.mdsyuilo2022-04-031-1/+2
| |
| * fix theme-color apply (#8464)tamaina2022-04-031-2/+2
| |
| * fix(api): admin/update-meta was not workingsyuilo2022-04-032-4/+11
| |
| * Fix: Adjust ESLint calls to properly interpret globs (#8462)Andreas Nedbal2022-04-024-3/+3
| | | | | | | | | | | | | | | | | | * fix(backend): rename .eslintrc.js to .eslintrc.cjs * fix(backend): wrap lint path glob in quotation marks * fix(client): wrap lint path glob in quotation marks * chore(workflow): make lint workflow use Node 16
| * Update CHANGELOG.mdsyuilo2022-04-021-0/+3
| |
* | Merge branch 'develop'syuilo2022-04-0233-295/+106
|\|
| * 12.109.1syuilo2022-04-022-5/+2
| |
| * Update CHANGELOG.mdsyuilo2022-04-021-0/+8
| |
| * revert 484e023c0syuilo2022-04-0231-294/+100
| |
* | Merge branch 'develop'syuilo2022-04-02452-3419/+4930
|\|
| * 12.109.0syuilo2022-04-022-2/+2
| |
| * fix syntax errorsyuilo2022-04-021-1/+1
| |
| * New Crowdin updates (#8409)syuilo2022-04-0211-39/+216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Dutch) * New translations ja-JP.yml (Dutch) * New translations ja-JP.yml (Dutch) * New translations ja-JP.yml (Dutch) * New translations ja-JP.yml (Dutch) * New translations ja-JP.yml (Dutch) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (French) * New translations ja-JP.yml (Romanian) * New translations ja-JP.yml (Romanian) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Arabic) * New translations ja-JP.yml (Arabic) * New translations ja-JP.yml (Arabic) * New translations ja-JP.yml (Arabic) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Slovak) * New translations ja-JP.yml (Romanian) * New translations ja-JP.yml (Romanian) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Arabic) * New translations ja-JP.yml (Arabic) * New translations ja-JP.yml (Slovak) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Indonesian) * New translations ja-JP.yml (Indonesian) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Arabic) * New translations ja-JP.yml (Arabic) * New translations ja-JP.yml (Arabic) * New translations ja-JP.yml (Portuguese) * New translations ja-JP.yml (Portuguese) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto)
| * feat: Webhook (#8457)syuilo2022-04-0228-10/+815
| | | | | | | | | | | | | | | | | | | | | | * feat: introduce webhook * wip * wip * wip * Update CHANGELOG.md
| * Update CHANGELOG.mdsyuilo2022-04-021-1/+6
| |
| * fix(federation): avoid duplicate activity delivery (#8429)Johann1502022-04-021-27/+36
| | | | | | | | | | | | | | * prefer shared inbox over individual inbox * no new shared inbox for direct recipes * fix type error
| * enhance: ↵tamaina2022-04-022-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | タッチパッド・タッチスクリーンでのデッキの操作性を向上 (#8450) * enhance experience of deck with touchpad * test: 単純にdeltaYを加算してみる * clean up * ios bug fix? * :v: * use overflow-y * Safari does not supports clip
| * enhance(doc): required input fields (#8456)Johann1502022-04-0232-100/+297
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove empty file If the endpoint is to be implemented later, the file can be added back, but for now it is confusing to have an empty file. * enhance(doc): document defaults Default for `isPublic` is based on the database schema default value. Defaults for `local` and `withFiles` are based on the behaviour of the endpoint. * enhance(doc): explain nullable emoji category * fix: make nullable if default is null * enhance(doc): explain mute attribute expiresAt * fix: define required fields - `notes/create`: the default for `text` has been removed because ajv can not handle `default` inside of `anyOf`, see https://ajv.js.org/guide/modifying-data.html#assigning-defaults and the default value cannot be `null` if text is `nullable: false` in the `anyOf` first alternative. - `notes/create`: The `mediaIds` property has been marked as deprecated because it has the same behaviour as using `fileIds`, but the implementation tries to handlè `fileIds` first. - The result schema for `admin/emoji/list` has been altered because the `host` property will always be `null` as it is filtered this way in the database query. See packages/backend/src/server/api/endpoints/admin/emoji/list.ts line 67. * enhance(doc): explain nullable hostname * update changelog Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * Update CHANGELOG.mdsyuilo2022-04-021-0/+1
| |
| * fix(server): admin/meta is not workingsyuilo2022-04-012-0/+3
| | | | | | | | Fix #8455
| * update depssyuilo2022-04-017-211/+200
| |
| * fix(server): add missing importsyuilo2022-03-291-0/+1
| |
| * Update ROADMAP.mdsyuilo2022-03-281-0/+8
| |
| * Update CONTRIBUTING.mdsyuilo2022-03-271-0/+3
| |
| * Update ROADMAP.mdsyuilo2022-03-271-1/+7
| |
| * Update ROADMAP.mdsyuilo2022-03-271-0/+1
| |
| * Create ROADMAP.mdsyuilo2022-03-271-0/+21
| |
| * chore(deps): bump follow-redirects from 1.14.1 to 1.14.8 (#8313)dependabot[bot]2022-03-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * chore(deps): bump follow-redirects in /packages/backend (#8314)dependabot[bot]2022-03-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * Bump ansi-regex from 5.0.0 to 5.0.1 in /packages/client (#8422)dependabot[bot]2022-03-271-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * Bump nanoid from 3.1.20 to 3.3.1 in /packages/client (#8425)dependabot[bot]2022-03-271-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.20 to 3.3.1. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.20...3.3.1) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * Bump nanoid from 3.1.30 to 3.3.1 in /packages/backend (#8426)dependabot[bot]2022-03-271-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.3.1. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.3.1) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * chore(deps): bump minimist from 1.2.5 to 1.2.6 (#8445)dependabot[bot]2022-03-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * chore(deps): bump minimist from 1.2.5 to 1.2.6 in /packages/client (#8446)dependabot[bot]2022-03-271-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * tweak clientsyuilo2022-03-272-1/+4
| |
| * fix of clientsyuilo2022-03-271-2/+2
| |
| * fix querysyuilo2022-03-271-1/+3
| |
| * update depssyuilo2022-03-272-22/+22
| |
| * limit federation of reactions on direct notes (#8448)Johann1502022-03-271-1/+10
| |
| * refactorsyuilo2022-03-271-8/+8
| |
| * fix: Handle decodeURIComponent error (#8411)tamaina2022-03-271-3/+11
| |
| * fix null in querysyuilo2022-03-261-5/+6
| |
| * refactorsyuilo2022-03-261-1/+1
| |
| * perf(server): use cached user info in getUserFromApIdsyuilo2022-03-265-13/+38
| |
| * refactorsyuilo2022-03-261-12/+12
| |
| * Update CHANGELOG.mdsyuilo2022-03-261-0/+1
| |
| * perf(server): reduce db query when get notificationssyuilo2022-03-261-0/+2
| |