summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/web/ClientServerService.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: show real instance url (#12273)Nya Candy2023-11-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Update CHANGELOG.md * fix: show real instance url --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com> Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com> Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com> Co-authored-by: xianon <xianon@hotmail.co.jp> Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com> Co-authored-by: YS <47836716+yszkst@users.noreply.github.com> Co-authored-by: Khsmty <me@khsmty.com> Co-authored-by: Soni L <EnderMoneyMod@gmail.com> Co-authored-by: mei23 <m@m544.net> Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com> Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com> Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com> Co-authored-by: nenohi <kimutipartylove@gmail.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: rinsuki <428rinsuki+git@gmail.com> Co-authored-by: FineArchs <133759614+FineArchs@users.noreply.github.com>
* build: port vite port configuration (#12223)anatawa122023-11-031-1/+2
|
* change request.routerPath to requrest.routeOptions.url (#11935)あすぱる2023-09-301-1/+1
|
* tweaksyuilo2023-09-291-1/+1
|
* refactorsyuilo2023-09-291-2/+2
|
* enhance: PWAのshort_nameを設定可能にsyuilo2023-09-231-2/+2
|
* enhance(backend): improve server icon settingsyuilo2023-09-161-45/+51
| | | | | Resolve #11481 Resolve #10901
* update deps (#11820)syuilo2023-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * fix * wip * wip * wip * Update docker-compose.yml.example * Delete reviewer-lottery.yml * Update RepositoryModule.ts * wip * wip * clean up * update deps * wip * wip
* update deps (#11764)syuilo2023-09-041-1/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * node16 * wip * wip * wip * Update test-utils.ts * wip * Update tsconfig.json * wip * Update package.json * wip * Update following.vue * Update followers.vue * Update index.vue * Update share.vue * Update MkUserPopup.vue * Update MkPostForm.vue * wip * Update MkTokenGenerateWindow.vue * Update MkPagination.vue * refactor * update deps * update deps * Update sw.ts * wip * wip * wip * Update FetchInstanceMetadataService.ts * Update FetchInstanceMetadataService.ts * update node * update deps * :art:
* feat: Removing stack trace info in production env (#11657)MomentQYC2023-08-211-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: Hiding stack traces in production env * sytle * style * style * add SPDX * move ./error.js to ./misc/error.js * revert: remove frontend changes * feat: Hiding stack traces in production env * feat: Hiding stack traces in production env * revert * revert * revert * change and fix * revert * fix queue endpoint test --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
* fix(backend): ↵syuilo2023-08-201-1/+3
| | | | ジョブキュー管理画面の認証を回避できる問題を修正
* refactor: prefix Mi for all entities (#11719)syuilo2023-08-161-2/+2
| | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * Update RepositoryModule.ts * wip * wip * wip * Revert "wip" This reverts commit c1c13b37d2aaf3c65bc148212da302b0eb7868bf.
* Fix typos (#11450)woxtu2023-08-051-1/+1
|
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Use BullMQAdapter (#11367)hutchisr2023-07-251-2/+2
|
* refactor(backend): Improve UUID generation (#11286)woxtu2023-07-151-2/+2
| | | | | * Replace with `crypto.randomUUID()` * Remove uuid
* エラー画像URLを設定可能に (#10959)Ebise Lutica2023-06-091-26/+22
| | | | | | | | | | | * エラー画像URLを設定可能に * Update CHANGELOG.md * 設定したエラーアイコンをprefetchするようにbase.pugを変更 * 不足していたデータを追加 * enhance(frontend): デザイン調整
* fix typosyuilo2023-05-111-6/+6
|
* add X-Robots-Tag: noaisyuilo2023-05-101-1/+25
|
* feat(server): Misskey ↵kakkokari-gtyih2023-04-121-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | Webでユーザーフレンドリーなエラーページを出す (#10590) * (add) user-friendly error page * Update CHANGELOG.md * (add) cache-control header * Add ClientLoggerService * Log params and query * remove error stack on client * fix pug * 文面を調整 * :art] --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* perf(backend): cache avatar and banner url to dbsyuilo2023-04-061-6/+6
|
* enhance(backend): restore OpenAPI endpoints (#10281)Kagami Sascha Rosylight2023-03-101-5/+0
| | | | | | | | | | | | | | | | | * enhance(backend): restore OpenAPI endpoints * Update CHANGELOG.md * version * set max-age * update redoc * follow redoc documentation --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-1/+1
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* perf: renderBaseでCache-Controlを300秒から30秒にtamaina2023-02-091-1/+1
|
* perf: renderBaseでCache-Controlを15秒から300秒にtamaina2023-02-091-1/+1
|
* refactor: fix typessyuilo2023-02-091-0/+3
|
* refactor: fix typessyuilo2023-02-091-1/+1
|
* Role (#9437)syuilo2023-01-121-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * wip * wip * wip * Update create.ts * wip * wip * Update CHANGELOG.md * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * wip * Update delete.ts * Update delete.ts * wip * wip * wip * Update account-info.vue * wip * wip * Update settings.vue * Update user-info.vue * wip * Update show-file.ts * Update show-user.ts * wip * wip * Update delete.ts * wip * wip * Update overview.moderators.vue * Create 1673500412259-Role.js * wip * wip * Update roles.vue * 色 * Update roles.vue * integrate silence * wip * wip
* fix(server): ↵syuilo2023-01-091-3/+2
| | | | | | 非公開のクリップのURLでOGPレンダリングされる問題を修正 Fix #9129
* enhance(server): refactor and tweak emoji proxysyuilo2023-01-071-42/+0
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-01-061-5/+0
|\
| * カスタム絵文字にプロキシを復活 (#9481)tamaina2023-01-061-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Revert "Update ClientServerService.ts" This reverts commit 88c64ece78db199d2f4685180511f2d6b84945d6. * Revert "disable custom emoji proxy temporary" This reverts commit 495d513efdb8b2a996287fd54ae5014832352616. * :v:
* | chore: remove ` Search` from the name of OpenSearchtamaina2023-01-061-1/+1
|/
* Update ClientServerService.tssyuilo2023-01-061-1/+1
|
* disable custom emoji proxy temporarysyuilo2023-01-061-0/+5
| | | | https://github.com/misskey-dev/misskey/pull/9431#issuecomment-1373006446
* enhance(server): SSR for flashsyuilo2023-01-061-1/+30
|
* tweak max-agesyuilo2022-12-311-1/+1
|
* cache emoji responsesyuilo2022-12-311-6/+8
|
* 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-301-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-291-1/+31
|
* Support OpenSearch (closes #7058) (#9427)Soni L2022-12-291-0/+19
| | | Co-authored-by: Chaos <chaoticryptidz@owo.monster>
* rename: client -> frontendsyuilo2022-12-271-2/+2
|
* feat: introduce fluent emojisyuilo2022-12-261-0/+15
|
* fix(server): add missing vary headersyuilo2022-12-231-0/+3
| | | | Fix #9393
* enhance: Vite HMR while yarn dev, and more build tuning (#9361)tamaina2022-12-201-3/+19
| | | | | | | * enhance: Vite HMR while yarn dev, and more build tuning * use localhost Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Fix import related TypeScript errors (#9321)Kagami Sascha Rosylight2022-12-141-1/+1
| | | | | | | * Add missing @types packages * Fix TS1272 type only imports * Fix TS2821 import assertion
* bull-board復活syuilo2022-12-041-10/+13
|
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-041-1/+4
|