summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/web (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat(server): Misskey Webでユーザーフレンドリーなエラーペー...kakkokari-gtyih2023-04-124-0/+213
* perf(backend): cache avatar and banner url to dbsyuilo2023-04-062-7/+7
* update depssyuilo2023-03-301-1/+1
* fix(backend/URLPreviewService): エラーでHTTP 422を出すように (#10339)Kagami Sascha Rosylight2023-03-191-6/+12
* feat(frontend/MkUrlPreview): oEmbedのサポート (#10306)Kagami Sascha Rosylight2023-03-191-10/+7
* update tabler-iconssyuilo2023-03-161-1/+1
* fix: Do not use avif (#10301)tamaina2023-03-121-1/+1
* enhance(server): 画像圧縮周り(主にサムネイルの仕様)の変...tamaina2023-03-111-1/+1
* enhance(backend): restore OpenAPI endpoints (#10281)Kagami Sascha Rosylight2023-03-101-5/+0
* tweak of 8e5e6f90cbsyuilo2023-03-051-1/+4
* fix(client): PWAでlangがnullになる現象の応急処置syuilo2023-03-051-0/+4
* fix(client): Android ChromeでPWAとしてインストールできない問...tamaina2023-02-251-0/+8
* enhance: make pwa icon maskable (#10033)Shogo Sensui2023-02-231-2/+4
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-1/+1
* enhance(server): URLプレビュー(summaly)はプロキシを通すよ...tamaina2023-02-141-10/+17
* CLIページにおいてAPIリクエスト時にContent-Typeヘッダを付...RyotaK2023-02-121-0/+3
* perf: renderBaseでCache-Controlを300秒から30秒にtamaina2023-02-091-1/+1
* Fix #9842tamaina2023-02-091-1/+2
* 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
* fix(client): validate urls to improve securitysyuilo2023-02-041-0/+8
* perf(server): improvement of external mediaProxy (#9787)tamaina2023-02-041-1/+1
* tweak error screensyuilo2023-01-261-1/+1
* use minified csssyuilo2023-01-241-1/+1
* tweak boot.jssyuilo2023-01-221-1/+1
* tweak bootstrap of clientsyuilo2023-01-221-55/+23
* enhance(client): Force error screen (#8947)Kainoa Kanter2023-01-171-0/+5
* perf(backend): Use undici instead of node-fetch and got (#9459)tamaina2023-01-121-2/+1
* Role (#9437)syuilo2023-01-122-1/+12
* fix(server): 非公開のクリップのURLでOGPレンダリングされる...syuilo2023-01-091-3/+2
* 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
* | chore: remove ` Search` from the name of OpenSearchtamaina2023-01-062-2/+2
|/
* Update ClientServerService.tssyuilo2023-01-061-1/+1
* disable custom emoji proxy temporarysyuilo2023-01-061-0/+5
* Update flash.pugsyuilo2023-01-061-1/+1
* enhance(server): SSR for flashsyuilo2023-01-062-1/+61
* 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 frontend...tamaina2022-12-301-3/+10
* 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-292-0/+20
* 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
* enhance: Vite HMR while yarn dev, and more build tuning (#9361)tamaina2022-12-203-7/+26