summaryrefslogtreecommitdiff
path: root/packages/backend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix #8535 Excessive stack ... 'SchemaTypeDef<?>' (#8547)tamaina2022-04-271-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)Johann1502022-04-253-3/+3
|
* enhance: only render public notes in HTML template (#8527)Johann1502022-04-241-7/+6
| | | | | * only render public notes in HTML template * fix missing import
* fix: Fix schema key type error #8517 (#8538)tamaina2022-04-241-1/+1
|
* bump jsrsasignsyuilo2022-04-233-12/+12
|
* chore(lint): fix type definitions for jsrsasign (#8528)Johann1502022-04-233-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-231-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 clonesyuilo2022-04-233-8/+8
|
* update node to 18syuilo2022-04-231-1/+6
|
* update depssyuilo2022-04-232-170/+165
|
* fix: アンテナ、クリップ、リストの表示を速くする (#8518)xianon2022-04-193-18/+6
| | | | | | | | | * アンテナノートを取得するクエリがタイムアウトしないように速くする * テーブル名を直接指定しないようにする * クリップの取得を速くする * リストの取得を速くする
* await promises (#8519)Johann1502022-04-193-19/+15
|
* fix ogp rendering and refactorsyuilo2022-04-1710-37/+51
|
* refactorsyuilo2022-04-172-12/+12
|
* refactorsyuilo2022-04-174-49/+22
| | | | Resolve #8467
* refactorsyuilo2022-04-171-11/+11
|
* refactor: fix typesyuilo2022-04-177-53/+41
|
* refactor: fix typesyuilo2022-04-173-37/+43
|
* refactor: fix typesyuilo2022-04-177-16/+22
|
* refactor: fix typesyuilo2022-04-171-4/+15
|
* refactor: fix typesyuilo2022-04-172-6/+6
|
* refactor: fix typesyuilo2022-04-171-5/+10
|
* Streaming経由でのAPIリクエストを削除syuilo2022-04-171-34/+6
|
* refactor: fix typesyuilo2022-04-173-7/+7
|
* refactor: fix typesyuilo2022-04-171-4/+4
|
* refactor: fix typesyuilo2022-04-175-17/+50
|
* refactoesyuilo2022-04-165-9/+9
|
* lintsyuilo2022-04-161-13/+13
|
* refactor: move typings to devDependencies (#8500)rinsuki2022-04-161-43/+43
|
* Update settings.jsonsyuilo2022-04-151-0/+4
|
* chore: add import/order rule for eslintsyuilo2022-04-151-0/+12
|
* enhance(client): show loading icon on splash screensyuilo2022-04-112-2/+48
| | | | Close #8481
* update depssyuilo2022-04-112-138/+149
|
* refactorsyuilo2022-04-081-8/+8
|
* fix(api): parameter validation of users/show was wrongsyuilo2022-04-061-3/+3
|
* chore: fix lint on windowssyuilo2022-04-051-1/+1
|
* enhance(webhook): add userId to payloadsyuilo2022-04-033-0/+3
|
* improve webhooksyuilo2022-04-038-28/+27
|
* fix typesyuilo2022-04-031-1/+1
|
* fix typesyuilo2022-04-031-1/+1
|
* fix typessyuilo2022-04-034-8/+12
|
* chore: fix lintsyuilo2022-04-0317-44/+43
|
* fix e2e testsyuilo2022-04-031-1/+5
|
* 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
* fix(api): admin/update-meta was not workingsyuilo2022-04-031-1/+3
|
* Fix: Adjust ESLint calls to properly interpret globs (#8462)Andreas Nedbal2022-04-022-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 484e023c0syuilo2022-04-0231-294/+100
|
* fix syntax errorsyuilo2022-04-021-1/+1
|
* feat: Webhook (#8457)syuilo2022-04-0222-9/+583
| | | | | | | | | | | * feat: introduce webhook * wip * wip * wip * Update CHANGELOG.md
* 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