summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix stylesyuilo2022-12-261-0/+1
|
* feat(client): add user list widgetsyuilo2022-12-262-0/+138
|
* oopssyuilo2022-12-261-1/+6
|
* ダッシュボードにモデレーター一覧を表示syuilo2022-12-262-1/+55
|
* fix(server): アンテナの作成数上限を追加syuilo2022-12-261-0/+13
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-12-261-0/+1
|\
| * Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2022-12-252-2/+6
| |\
| * | :art: fix #9414tamaina2022-12-251-0/+1
| | |
* | | enhance(client): use container queries if available to improve perfsyuilo2022-12-2619-6/+419
| |/ |/|
* | encodeURIComponent for static image proxy filename (#9410)tamaina2022-12-252-2/+6
|/
* Merge remote-tracking branch 'refs/remotes/origin/develop' into developtamaina2022-12-251-1/+2
|\
| * fixsyuilo2022-12-251-1/+2
| | | | | | | | https://github.com/misskey-dev/misskey/pull/9399#issuecomment-1364635903
* | fixtamaina2022-12-251-1/+1
|/ | | | https://github.com/misskey-dev/misskey/pull/9400#discussion_r1056909900
* enhance(client): show Unicode emoji tooltip with its name (#9399)Kagami Sascha Rosylight2022-12-253-8/+30
| | | | | | | | | | * enhance(client): show Unicode emoji tooltip with its name * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(client): fix TypeScript errors from MkPageHeader (#9400)Kagami Sascha Rosylight2022-12-251-17/+20
|
* :art:syuilo2022-12-253-5/+5
|
* :art:syuilo2022-12-252-7/+7
|
* getJsonで256kbに制限syuilo2022-12-251-0/+1
|
* 64kbsyuilo2022-12-251-3/+3
|
* fixsyuilo2022-12-251-0/+1
|
* fix(server): Ap inboxの最大ペイロードサイズを256kbに制限syuilo2022-12-251-4/+3
|
* fix(server): trim long text of note from apsyuilo2022-12-251-0/+4
| | | | Fix #9407
* refactorsyuilo2022-12-259-22/+24
|
* feat: introduce retention-rate aggregationsyuilo2022-12-2514-3/+219
|
* chore: fix reporisotry namesyuilo2022-12-253-5/+5
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-12-251-3/+2
|\
| * enhance: convert video thumbnail to webptamaina2022-12-241-1/+1
| |
| * chore: Delete comment that is not truetamaina2022-12-241-2/+1
| |
* | chore: fix reporisotry namesyuilo2022-12-255-7/+7
|/
* lintsyuilo2022-12-241-1/+1
|
* :art:syuilo2022-12-248-9/+9
|
* chore: :v:syuilo2022-12-241-0/+2
|
* GET非対応APIにGETでリクエストすると接続が開きっぱなし ↵syuilo2022-12-241-0/+2
| | | | | | なる Fix #9404
* pages関連syuilo2022-12-2420-977/+137
|
* :art:syuilo2022-12-242-2/+4
|
* :art:syuilo2022-12-246-46/+126
|
* enhance(client): show warning on screen when logged in as botsyuilo2022-12-231-0/+26
| | | | Related #9386
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-12-231-0/+1
|\
| * fix(client): explicitly depend on `@vue/runtime-core` (#9401)Kagami Sascha Rosylight2022-12-231-0/+1
| |
* | fix dummy image pathsyuilo2022-12-231-1/+1
| |
* | :art:syuilo2022-12-231-2/+2
| |
* | :art:syuilo2022-12-231-6/+2
|/
* enhance(client): enhance dashboard of control panelsyuilo2022-12-2313-750/+1142
|
* update depssyuilo2022-12-232-16/+16
|
* fix(server): add missing vary headersyuilo2022-12-232-0/+8
| | | | Fix #9393
* fix: WebFinger returns 500 (#9390)rinsuki2022-12-221-0/+3
|
* refactor(client): explicit `showing` property for tooltips (#9368)Kagami Sascha Rosylight2022-12-224-7/+10
|
* style(client): fix `vue/v-on-event-hyphenation` (#9389)Kagami Sascha Rosylight2022-12-2229-53/+55
|
* style: add missing trailing commas (#9387)Kagami Sascha Rosylight2022-12-2279-320/+320
|
* enhance(client): update emoji picker immediately on all input (#9385)Kagami Sascha Rosylight2022-12-222-9/+20
| | | | | | | | | * enhance: update emoji picker immediately on all input * refactor: remove reference to window.clipboardData * refactor: done() receives a string * refactor: typescript-favored `.char` access