summaryrefslogtreecommitdiff
path: root/packages/backend/src/server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tweak max-agesyuilo2022-12-311-1/+1
|
* cache emoji responsesyuilo2022-12-311-6/+8
|
* enhance(server): clean emoji responsesyuilo2022-12-311-2/+1
|
* fix: use || for emoji url fallback instead of ??tamaina2022-12-301-1/+2
|
* enhance: Proxy custom emojis to reduce image size and accelerate the ↵tamaina2022-12-302-9/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | frontend (#9431) * fix(server): /emoji to accept `@.` host expression * fix(client): use MkEmoji for custom emoji in MkEmojiPicker * change convertToWebp * nanka iroiro * remove * fix * nearLosslessは労多くして益少なしなのでやめる * do not cleanup tmp for development * update sharp.js to 0.31.3 * mixed: true * fix MkAutocomplete of 912791b3ab * clean up * https://github.com/misskey-dev/misskey/pull/9431#discussion_r1059215943
* fix(server): /emoji to accept `@.` host expressiontamaina2022-12-291-1/+2
|
* refactor: 絵文字URLを引き回すのをやめる (#9423)syuilo2022-12-292-2/+33
|
* Support OpenSearch (closes #7058) (#9427)Soni L2022-12-292-0/+20
| | | Co-authored-by: Chaos <chaoticryptidz@owo.monster>
* fix(server): bodyLimit for each endpointssyuilo2022-12-281-1/+1
|
* rename: client -> frontendsyuilo2022-12-271-2/+2
|
* feat: introduce fluent emojisyuilo2022-12-261-0/+15
|
* ダッシュボードにモデレーター一覧を表示syuilo2022-12-261-1/+3
|
* fix(server): アンテナの作成数上限を追加syuilo2022-12-261-0/+13
|
* 64kbsyuilo2022-12-251-3/+3
|
* fixsyuilo2022-12-251-0/+1
|
* fix(server): Ap inboxの最大ペイロードサイズを256kbに制限syuilo2022-12-251-4/+3
|
* refactorsyuilo2022-12-255-6/+5
|
* feat: introduce retention-rate aggregationsyuilo2022-12-253-0/+53
|
* chore: fix reporisotry namesyuilo2022-12-252-4/+4
|
* chore: fix reporisotry namesyuilo2022-12-252-4/+4
|
* GET非対応APIにGETでリクエストすると接続が開きっぱなし ↵syuilo2022-12-241-0/+2
| | | | | | なる Fix #9404
* fix dummy image pathsyuilo2022-12-231-1/+1
|
* fix(server): add missing vary headersyuilo2022-12-232-0/+8
| | | | Fix #9393
* fix: WebFinger returns 500 (#9390)rinsuki2022-12-221-0/+3
|
* enhance: Vite HMR while yarn dev, and more build tuning (#9361)tamaina2022-12-203-7/+26
| | | | | | | * enhance: Vite HMR while yarn dev, and more build tuning * use localhost Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Use tabler icons (#9354)syuilo2022-12-191-1/+1
| | | | | | | | | | | | | | | | | * wip * wip * wip * Update style.scss * wip * wip * wip * wip
* fix(backend): request.body may be undefined (#9356)Kagami Sascha Rosylight2022-12-191-5/+5
|
* Revert "wip"syuilo2022-12-191-1/+1
| | | | This reverts commit f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.
* wipsyuilo2022-12-191-1/+1
|
* Fix peers API returning suspended instances (#9348)Effy Elden2022-12-191-0/+3
| | | | | * Fix peers API returning suspended instances * Fix missing comma
* wip (#9349)tamaina2022-12-191-1/+1
|
* enhance: Implement the toggle to (or not to) close push notifications when ↵tamaina2022-12-186-2/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | notifications or messages are read (#9219) * create file * wip * fix * wip * tabun dekita * :v: * implement subscribe push notification button to tutorial * check-exists→show-registration * add column sendReadMessage * fix migration file * sw api * change PushNotificationService * wip * :v: * fix tutorial footer flex
* fix(server): GitHubログインしようとするとreply.setCookie is not a ↵syuilo2022-12-171-1/+4
| | | | | | function fix #9327
* chore(backend): fix duplicated css preloadtamaina2022-12-141-5/+3
|
* Fix import related TypeScript errors (#9321)Kagami Sascha Rosylight2022-12-1415-15/+15
| | | | | | | * Add missing @types packages * Fix TS1272 type only imports * Fix TS2821 import assertion
* fix #9299syuilo2022-12-101-0/+1
|
* enhance: fallback option for media proxysyuilo2022-12-081-0/+17
|
* enhance: AVIF support (#9281)tamaina2022-12-081-1/+1
| | | | | | | | | | | | | * chore: Make image/avif browsersafe * server side * change FileInfoService * :v: * avifはMastodonでは絶望的 see https://github.com/misskey-dev/misskey/issues/9283 Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Update ServerService.tssyuilo2022-12-081-1/+1
|
* Update ServerService.tssyuilo2022-12-081-1/+1
|
* fix(server): cookieが取得されないのを修正syuilo2022-12-063-5/+5
|
* fix(server): cookieが設定されないのを修正syuilo2022-12-064-4/+4
|
* fix(server): GitHub連携ができない問題を修正syuilo2022-12-061-2/+2
|
* inboxが処理できない問題を多分修正syuilo2022-12-061-0/+2
|
* bull-board復活syuilo2022-12-041-10/+13
|
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-0442-33/+212
|
* refactor: remove needless const notationsyuilo2022-12-041-2/+2
|
* refactorsyuilo2022-12-0411-17/+17
|
* Fastify (#9106)syuilo2022-12-0321-963/+972
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * fix * Update SignupApiService.ts * wip * wip * Update ClientServerService.ts * wip * wip * wip * Update WellKnownServerService.ts * wip * wip * update des * wip * Update ApiServerService.ts * wip * update deps * Update WellKnownServerService.ts * wip * update deps * Update ApiCallService.ts * Update ApiCallService.ts * Update ApiServerService.ts
* fix: add missing ,tamaina2022-12-021-1/+1
|