| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix ogp rendering and refactor | syuilo | 2022-04-23 | 10 | -37/+51 |
| | | |||||
| * | enhance(client): show loading icon on splash screen | syuilo | 2022-04-11 | 2 | -2/+48 |
| | | | | | Close #8481 | ||||
| * | refactor | syuilo | 2022-04-08 | 1 | -8/+8 |
| | | |||||
| * | fix(api): parameter validation of users/show was wrong | syuilo | 2022-04-06 | 1 | -3/+3 |
| | | |||||
| * | enhance(webhook): add userId to payload | syuilo | 2022-04-03 | 3 | -0/+3 |
| | | |||||
| * | improve webhook | syuilo | 2022-04-03 | 8 | -28/+27 |
| | | |||||
| * | fix type | syuilo | 2022-04-03 | 1 | -1/+1 |
| | | |||||
| * | fix type | syuilo | 2022-04-03 | 1 | -1/+1 |
| | | |||||
| * | fix types | syuilo | 2022-04-03 | 4 | -8/+12 |
| | | |||||
| * | chore: fix lint | syuilo | 2022-04-03 | 17 | -44/+43 |
| | | |||||
| * | fix e2e test | syuilo | 2022-04-03 | 1 | -1/+5 |
| | | |||||
| * | fix: validation (better #8456) (#8461) | Johann150 | 2022-04-03 | 31 | -105/+300 |
| | | | | | | | | | | * Revert "revert 484e023c0" This reverts commit c03b70c949923b830a6d0361d1aa4d5f5614b7b7. * also allow pure renote * fix checks for pure renote | ||||
| * | fix(api): admin/update-meta was not working | syuilo | 2022-04-03 | 1 | -1/+3 |
| | | |||||
| * | revert 484e023c0 | syuilo | 2022-04-02 | 31 | -294/+100 |
| | | |||||
| * | fix syntax error | syuilo | 2022-04-02 | 1 | -1/+1 |
| | | |||||
| * | feat: Webhook (#8457) | syuilo | 2022-04-02 | 20 | -9/+550 |
| | | | | | | | | | | | | * feat: introduce webhook * wip * wip * wip * Update CHANGELOG.md | ||||
| * | fix(federation): avoid duplicate activity delivery (#8429) | Johann150 | 2022-04-02 | 1 | -27/+36 |
| | | | | | | | | * prefer shared inbox over individual inbox * no new shared inbox for direct recipes * fix type error | ||||
| * | enhance(doc): required input fields (#8456) | Johann150 | 2022-04-02 | 31 | -100/+294 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | fix(server): admin/meta is not working | syuilo | 2022-04-01 | 1 | -0/+2 |
| | | | | | Fix #8455 | ||||
| * | fix(server): add missing import | syuilo | 2022-03-29 | 1 | -0/+1 |
| | | |||||
| * | fix query | syuilo | 2022-03-27 | 1 | -1/+3 |
| | | |||||
| * | limit federation of reactions on direct notes (#8448) | Johann150 | 2022-03-27 | 1 | -1/+10 |
| | | |||||
| * | fix null in query | syuilo | 2022-03-26 | 1 | -5/+6 |
| | | |||||
| * | refactor | syuilo | 2022-03-26 | 1 | -1/+1 |
| | | |||||
| * | perf(server): use cached user info in getUserFromApId | syuilo | 2022-03-26 | 5 | -13/+38 |
| | | |||||
| * | refactor | syuilo | 2022-03-26 | 1 | -12/+12 |
| | | |||||
| * | perf(server): reduce db query when get notifications | syuilo | 2022-03-26 | 1 | -0/+2 |
| | | |||||
| * | perf(server): improve deliver performance | syuilo | 2022-03-26 | 1 | -7/+18 |
| | | |||||
| * | refactor and performance improvements | syuilo | 2022-03-26 | 1 | -61/+65 |
| | | |||||
| * | refactor: migrate to typeorm 3.0 (#8443) | syuilo | 2022-03-26 | 319 | -1434/+1263 |
| | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip | ||||
| * | .js | syuilo | 2022-03-25 | 2 | -2/+2 |
| | | |||||
| * | perf(server): refactor and performance improvements | syuilo | 2022-03-25 | 69 | -188/+287 |
| | | |||||
| * | refactor | syuilo | 2022-03-25 | 4 | -14/+5 |
| | | |||||
| * | refactor | syuilo | 2022-03-25 | 1 | -9/+4 |
| | | |||||
| * | refactor: separate meta api for admin or not | syuilo | 2022-03-25 | 2 | -184/+401 |
| | | |||||
| * | recognize null in _misskey_content for notes (#8440) | Johann150 | 2022-03-23 | 1 | -1/+1 |
| | | |||||
| * | Resolve #7208 (#7226) | Ehsan Javadynia | 2022-03-22 | 1 | -0/+4 |
| | | | | add decrement replies count on delete note and a test for that | ||||
| * | Use unique id for Undo (#8434) | MeiMei | 2022-03-22 | 1 | -0/+2 |
| | | |||||
| * | perf(server): disable some antenna features to improve performance | syuilo | 2022-03-22 | 2 | -16/+16 |
| | | |||||
| * | perf(server): reduce db query | syuilo | 2022-03-21 | 1 | -11/+27 |
| | | |||||
| * | tweak log | syuilo | 2022-03-21 | 1 | -1/+1 |
| | | |||||
| * | chore: add note | syuilo | 2022-03-21 | 1 | -0/+2 |
| | | |||||
| * | perf(server): reduce db query | syuilo | 2022-03-21 | 1 | -3/+1 |
| | | |||||
| * | .js | syuilo | 2022-03-21 | 1 | -1/+1 |
| | | |||||
| * | .js | syuilo | 2022-03-21 | 1 | -3/+3 |
| | | |||||
| * | perf(server): cache nodeinfo to reduce db query | syuilo | 2022-03-21 | 1 | -2/+5 |
| | | |||||
| * | perf(server): reduce db query | syuilo | 2022-03-21 | 6 | -17/+30 |
| | | |||||
| * | perf(server): reduce db query | syuilo | 2022-03-21 | 2 | -5/+24 |
| | | |||||
| * | perf(server): reduce db query | syuilo | 2022-03-20 | 1 | -3/+3 |
| | | |||||
| * | Fix: warn about outdated NodeJS fixed (#8388) | Kainoa Kanter | 2022-03-20 | 1 | -7/+5 |
| | | | | | | | | | * Fix #8387 * update changelog Co-authored-by: Johann150 <johann.galle@protonmail.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||