| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix instance sort | syuilo | 2023-01-05 | 1 | -2/+2 |
| | | |||||
| * | MisskeyPlay (#9467) | syuilo | 2023-01-05 | 11 | -0/+642 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * Update ui.ts * wip * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * wip * wip * wip * :art: * wip * :v: | ||||
| * | fix(server): pages/likeのエラーIDが重複しているのを修正 | syuilo | 2023-01-04 | 1 | -1/+1 |
| | | |||||
| * | fix(server): fix pages/update | syuilo | 2023-01-04 | 1 | -1/+1 |
| | | |||||
| * | :v: | syuilo | 2023-01-03 | 1 | -0/+2 |
| | | |||||
| * | drop lastCommunicatedAt of instance | syuilo | 2023-01-03 | 1 | -2/+0 |
| | | |||||
| * | PV集計はローカルユーザーのみに | syuilo | 2023-01-03 | 1 | -4/+6 |
| | | |||||
| * | feat: add per user pv chart | syuilo | 2023-01-01 | 4 | -1/+52 |
| | | |||||
| * | clean up | syuilo | 2023-01-01 | 1 | -7/+0 |
| | | |||||
| * | feat: make possible to export favorited notes | syuilo | 2023-01-01 | 3 | -0/+37 |
| | | | | | #9331 | ||||
| * | enhance(server): productionじゃない限りレートリミットを無効に | syuilo | 2023-01-01 | 1 | -3/+8 |
| | | |||||
| * | :v: | syuilo | 2023-01-01 | 3 | -2/+4 |
| | | |||||
| * | tweak max-age | syuilo | 2022-12-31 | 1 | -1/+1 |
| | | |||||
| * | cache emoji response | syuilo | 2022-12-31 | 1 | -6/+8 |
| | | |||||
| * | enhance(server): clean emoji response | syuilo | 2022-12-31 | 1 | -2/+1 |
| | | |||||
| * | fix: use || for emoji url fallback instead of ?? | tamaina | 2022-12-30 | 1 | -1/+2 |
| | | |||||
| * | enhance: Proxy custom emojis to reduce image size and accelerate the ↵ | tamaina | 2022-12-30 | 2 | -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 expression | tamaina | 2022-12-29 | 1 | -1/+2 |
| | | |||||
| * | refactor: 絵文字URLを引き回すのをやめる (#9423) | syuilo | 2022-12-29 | 2 | -2/+33 |
| | | |||||
| * | Support OpenSearch (closes #7058) (#9427) | Soni L | 2022-12-29 | 2 | -0/+20 |
| | | | | Co-authored-by: Chaos <chaoticryptidz@owo.monster> | ||||
| * | fix(server): bodyLimit for each endpoints | syuilo | 2022-12-28 | 1 | -1/+1 |
| | | |||||
| * | rename: client -> frontend | syuilo | 2022-12-27 | 1 | -2/+2 |
| | | |||||
| * | feat: introduce fluent emoji | syuilo | 2022-12-26 | 1 | -0/+15 |
| | | |||||
| * | ダッシュボードにモデレーター一覧を表示 | syuilo | 2022-12-26 | 1 | -1/+3 |
| | | |||||
| * | fix(server): アンテナの作成数上限を追加 | syuilo | 2022-12-26 | 1 | -0/+13 |
| | | |||||
| * | 64kb | syuilo | 2022-12-25 | 1 | -3/+3 |
| | | |||||
| * | fix | syuilo | 2022-12-25 | 1 | -0/+1 |
| | | |||||
| * | fix(server): Ap inboxの最大ペイロードサイズを256kbに制限 | syuilo | 2022-12-25 | 1 | -4/+3 |
| | | |||||
| * | refactor | syuilo | 2022-12-25 | 5 | -6/+5 |
| | | |||||
| * | feat: introduce retention-rate aggregation | syuilo | 2022-12-25 | 3 | -0/+53 |
| | | |||||
| * | chore: fix reporisotry name | syuilo | 2022-12-25 | 2 | -4/+4 |
| | | |||||
| * | chore: fix reporisotry name | syuilo | 2022-12-25 | 2 | -4/+4 |
| | | |||||
| * | GET非対応APIにGETでリクエストすると接続が開きっぱなし ↵ | syuilo | 2022-12-24 | 1 | -0/+2 |
| | | | | | | | なる Fix #9404 | ||||
| * | fix dummy image path | syuilo | 2022-12-23 | 1 | -1/+1 |
| | | |||||
| * | fix(server): add missing vary header | syuilo | 2022-12-23 | 2 | -0/+8 |
| | | | | | Fix #9393 | ||||
| * | fix: WebFinger returns 500 (#9390) | rinsuki | 2022-12-22 | 1 | -0/+3 |
| | | |||||
| * | enhance: Vite HMR while yarn dev, and more build tuning (#9361) | tamaina | 2022-12-20 | 3 | -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) | syuilo | 2022-12-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update style.scss * wip * wip * wip * wip | ||||
| * | fix(backend): request.body may be undefined (#9356) | Kagami Sascha Rosylight | 2022-12-19 | 1 | -5/+5 |
| | | |||||
| * | Revert "wip" | syuilo | 2022-12-19 | 1 | -1/+1 |
| | | | | | This reverts commit f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e. | ||||
| * | wip | syuilo | 2022-12-19 | 1 | -1/+1 |
| | | |||||
| * | Fix peers API returning suspended instances (#9348) | Effy Elden | 2022-12-19 | 1 | -0/+3 |
| | | | | | | * Fix peers API returning suspended instances * Fix missing comma | ||||
| * | wip (#9349) | tamaina | 2022-12-19 | 1 | -1/+1 |
| | | |||||
| * | enhance: Implement the toggle to (or not to) close push notifications when ↵ | tamaina | 2022-12-18 | 6 | -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 ↵ | syuilo | 2022-12-17 | 1 | -1/+4 |
| | | | | | | | function fix #9327 | ||||
| * | chore(backend): fix duplicated css preload | tamaina | 2022-12-14 | 1 | -5/+3 |
| | | |||||
| * | Fix import related TypeScript errors (#9321) | Kagami Sascha Rosylight | 2022-12-14 | 15 | -15/+15 |
| | | | | | | | | * Add missing @types packages * Fix TS1272 type only imports * Fix TS2821 import assertion | ||||
| * | fix #9299 | syuilo | 2022-12-10 | 1 | -0/+1 |
| | | |||||
| * | enhance: fallback option for media proxy | syuilo | 2022-12-08 | 1 | -0/+17 |
| | | |||||
| * | enhance: AVIF support (#9281) | tamaina | 2022-12-08 | 1 | -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> | ||||