| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix #8535 Excessive stack ... 'SchemaTypeDef<?>' (#8547) | tamaina | 2022-04-27 | 1 | -15/+20 |
| | | | | | | | | | | | | * Fix #8535 Excessive stack ... 'SchemaTypeDef<?>' Co-authored-by: acid-chicken <root@acid-chicken.com> * add comment * clean up Co-authored-by: acid-chicken <root@acid-chicken.com> | ||||
| * | fix: Promises -> Promise (#8545) | Johann150 | 2022-04-25 | 3 | -3/+3 |
| | | |||||
| * | enhance: only render public notes in HTML template (#8527) | Johann150 | 2022-04-24 | 1 | -7/+6 |
| | | | | | | * only render public notes in HTML template * fix missing import | ||||
| * | fix: Fix schema key type error #8517 (#8538) | tamaina | 2022-04-24 | 1 | -1/+1 |
| | | |||||
| * | bump jsrsasign | syuilo | 2022-04-23 | 3 | -12/+12 |
| | | |||||
| * | chore(lint): fix type definitions for jsrsasign (#8528) | Johann150 | 2022-04-23 | 3 | -800/+6 |
| | | | | | | | | | * fix type definitions for jsrsasign The @types/jsrsasign is not available in exactly the same version as the jsrsa package misskey uses, so i used an earlier patch version of the same package. * update yarn.lock | ||||
| * | chore(deps): bump moment from 2.24.0 to 2.29.3 in /packages/backend (#8531) | dependabot[bot] | 2022-04-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.3. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/2.29.3/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.24.0...2.29.3) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | refactor: use structuredClone for deep clone | syuilo | 2022-04-23 | 3 | -8/+8 |
| | | |||||
| * | update node to 18 | syuilo | 2022-04-23 | 1 | -1/+6 |
| | | |||||
| * | update deps | syuilo | 2022-04-23 | 2 | -170/+165 |
| | | |||||
| * | fix: アンテナ、クリップ、リストの表示を速くする (#8518) | xianon | 2022-04-19 | 3 | -18/+6 |
| | | | | | | | | | | * アンテナノートを取得するクエリがタイムアウトしないように速くする * テーブル名を直接指定しないようにする * クリップの取得を速くする * リストの取得を速くする | ||||
| * | await promises (#8519) | Johann150 | 2022-04-19 | 3 | -19/+15 |
| | | |||||
| * | fix ogp rendering and refactor | syuilo | 2022-04-17 | 10 | -37/+51 |
| | | |||||
| * | refactor | syuilo | 2022-04-17 | 2 | -12/+12 |
| | | |||||
| * | refactor | syuilo | 2022-04-17 | 4 | -49/+22 |
| | | | | | Resolve #8467 | ||||
| * | refactor | syuilo | 2022-04-17 | 1 | -11/+11 |
| | | |||||
| * | refactor: fix type | syuilo | 2022-04-17 | 7 | -53/+41 |
| | | |||||
| * | refactor: fix type | syuilo | 2022-04-17 | 3 | -37/+43 |
| | | |||||
| * | refactor: fix type | syuilo | 2022-04-17 | 7 | -16/+22 |
| | | |||||
| * | refactor: fix type | syuilo | 2022-04-17 | 1 | -4/+15 |
| | | |||||
| * | refactor: fix type | syuilo | 2022-04-17 | 2 | -6/+6 |
| | | |||||
| * | refactor: fix type | syuilo | 2022-04-17 | 1 | -5/+10 |
| | | |||||
| * | Streaming経由でのAPIリクエストを削除 | syuilo | 2022-04-17 | 1 | -34/+6 |
| | | |||||
| * | refactor: fix type | syuilo | 2022-04-17 | 3 | -7/+7 |
| | | |||||
| * | refactor: fix type | syuilo | 2022-04-17 | 1 | -4/+4 |
| | | |||||
| * | refactor: fix type | syuilo | 2022-04-17 | 5 | -17/+50 |
| | | |||||
| * | refactoe | syuilo | 2022-04-16 | 5 | -9/+9 |
| | | |||||
| * | lint | syuilo | 2022-04-16 | 1 | -13/+13 |
| | | |||||
| * | refactor: move typings to devDependencies (#8500) | rinsuki | 2022-04-16 | 1 | -43/+43 |
| | | |||||
| * | Update settings.json | syuilo | 2022-04-15 | 1 | -0/+4 |
| | | |||||
| * | chore: add import/order rule for eslint | syuilo | 2022-04-15 | 1 | -0/+12 |
| | | |||||
| * | enhance(client): show loading icon on splash screen | syuilo | 2022-04-11 | 2 | -2/+48 |
| | | | | | Close #8481 | ||||
| * | update deps | syuilo | 2022-04-11 | 2 | -138/+149 |
| | | |||||
| * | refactor | syuilo | 2022-04-08 | 1 | -8/+8 |
| | | |||||
| * | fix(api): parameter validation of users/show was wrong | syuilo | 2022-04-06 | 1 | -3/+3 |
| | | |||||
| * | chore: fix lint on windows | syuilo | 2022-04-05 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | Fix: Adjust ESLint calls to properly interpret globs (#8462) | Andreas Nedbal | 2022-04-02 | 2 | -1/+1 |
| | | | | | | | | | | * 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 | ||||
| * | 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 | 22 | -9/+583 |
| | | | | | | | | | | | | * 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 | ||||