summaryrefslogtreecommitdiff
path: root/packages/backend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance: ↵tamaina2022-04-287-46/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ドライブに画像ファイルをアップロードするときオリジナル画像を破棄してwebpublicのみ保持するオプション (#8216) * wip * Update packages/client/src/os.ts Co-authored-by: tamaina <tamaina@hotmail.co.jp> * メニューをComposition API化、switchアイテム追加 クライアントサイド画像圧縮の準備 * メニュー型定義を分離 (TypeScriptの型支援が効かないので) * disabled * make keepOriginal to follow setting value * :v: * fix * fix * :v: * WEBP * aaa * :v: * webp * lazy load browser-image-resizer * rename * rename 2 * Fix * clean up * add comment * clean up * jpeg, pngにもどす * fix * fix name * webpでなくする ただしサムネやプレビューはwebpのまま (テスト) * 動画サムネイルはjpegに * エラーハンドリング * :v: * v2.2.1-misskey-beta.2 * browser-image-resizer#v2.2.1-misskey.1 * :v: * fix alert * update browser-image-resizer to v2.2.1-misskey.2 * lockfile Co-authored-by: mei23 <m@m544.net> Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com>
* 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-231-2/+2
|
* chore(lint): fix type definitions for jsrsasign (#8528)Johann1502022-04-231-800/+0
| | | | | | | | * 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
* refactor: use structuredClone for deep clonesyuilo2022-04-233-8/+8
|
* 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-172-43/+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-175-10/+10
|
* 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-164-8/+8
|
* lintsyuilo2022-04-161-13/+13
|
* enhance(client): show loading icon on splash screensyuilo2022-04-112-2/+48
| | | | Close #8481
* refactorsyuilo2022-04-081-8/+8
|
* fix(api): parameter validation of users/show was wrongsyuilo2022-04-061-3/+3
|
* 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
|
* revert 484e023c0syuilo2022-04-0231-294/+100
|
* fix syntax errorsyuilo2022-04-021-1/+1
|
* feat: Webhook (#8457)syuilo2022-04-0220-9/+550
| | | | | | | | | | | * 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
* enhance(doc): required input fields (#8456)Johann1502022-04-0231-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 workingsyuilo2022-04-011-0/+2
| | | | Fix #8455
* fix(server): add missing importsyuilo2022-03-291-0/+1
|
* fix querysyuilo2022-03-271-1/+3
|
* limit federation of reactions on direct notes (#8448)Johann1502022-03-271-1/+10
|
* 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
|