summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update package.jsonsyuilo2023-02-231-1/+1
|
* feat(server): add @swc/core-android-arm64 to optional (#10034)CaffeinePower2023-02-232-7/+27
| | | | | | | | | | | | | * feat: add optional swc * fix: windowsで動かない現象を修正 * fix: fix swc path alias * fix: docker build時に`Host key verification failed`と言われてgitリポジトリからパッケージをインストールできないのでssh -> htpsに変更 * feat(server): add @swc/core-android-arm64 to optional * fix: conflict
* :art:syuilo2023-02-232-0/+0
|
* enhance: make pwa icon maskable (#10033)Shogo Sensui2023-02-231-2/+4
|
* chore(client): tweak custom emoji sizesyuilo2023-02-231-1/+1
|
* use swcsyuilo2023-02-231-3/+3
|
* feat: swc build in windows (#10032)CaffeinePower2023-02-234-128/+146
| | | | | | | | | * feat: add optional swc * fix: windowsで動かない現象を修正 * fix: fix swc path alias * fix: docker build時に`Host key verification failed`と言われてgitリポジトリからパッケージをインストールできないのでssh -> htpsに変更
* use tsc for buildsyuilo2023-02-232-8/+13
| | | | Windowsだとエラーが出るため
* refactor cisyuilo2023-02-231-6/+2
|
* マイグレーションが失敗することがあるのを修正syuilo2023-02-231-0/+1
|
* Update package.jsonsyuilo2023-02-231-1/+1
|
* :art:syuilo2023-02-231-0/+1
|
* ci: swcにしたためtypecheckは別途実施syuilo2023-02-231-0/+27
|
* 13.7.1syuilo2023-02-232-2/+2
|
* enhance(client): tweak renote collapsing logicsyuilo2023-02-232-10/+1
|
* マイグレーションファイルの変更ミス (#10029)nenohi2023-02-231-1/+1
|
* perf(backend): Use swc on pnpm build (#10026)tamaina2023-02-223-77/+87
| | | | | | | * perf(backend): Use swc on pnpm build * update CHANGELOG * no jest
* 13.7.0syuilo2023-02-222-2/+2
|
* Revert "Allow configuring the listen host (#9924)"syuilo2023-02-225-15/+9
| | | | This reverts commit 3dfe3aa9a48cba0570508ef037c5289894fa731b.
* Allow configuring the listen host (#9924)ledlamp2023-02-225-9/+15
|
* New Crowdin updates (#9897)syuilo2023-02-227-3/+191
| | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Ukrainian)
* enhance(client): make possible to reload page of windowsyuilo2023-02-222-1/+11
| | | | Resolve #10007
* MFMのDOM ParserをJSDOMからhappy-domに変更する (#10016)potpro2023-02-223-8/+27
| | | Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(client): ↵syuilo2023-02-225-5/+44
| | | | ユーザーのハッシュタグ検索が機能していないのを修正
* fix(server): tweak admin/show-user apisyuilo2023-02-222-6/+1
| | | | Fix #9883
* fix #10021syuilo2023-02-221-2/+3
|
* Update ROADMAP.mdsyuilo2023-02-221-2/+2
|
* Create codecov.ymlsyuilo2023-02-221-0/+5
|
* lintsyuilo2023-02-221-3/+0
|
* lintsyuilo2023-02-222-2/+2
|
* lintsyuilo2023-02-2222-71/+69
|
* improve performance of some testssyuilo2023-02-224-199/+194
|
* fix testsyuilo2023-02-221-1/+1
|
* fix e2esyuilo2023-02-221-1/+1
|
* tweak cisyuilo2023-02-222-2/+1
|
* fix typessyuilo2023-02-223-6/+6
|
* fix typesyuilo2023-02-221-2/+2
|
* chore: add tiny definition for redis-lock (#9971)dojineko2023-02-225-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | * add tiny definition for redis-lock * Update packages/backend/src/@types/redis-lock.d.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * fix type name * add @typescript-eslint/naming-convention * define taskToPerform type * chore: use default settings for `@typescript-eslint/naming-convention` * set `format:none` to typeParameter (default) * ignore lines to be treated as exceptions * chore: fix naming --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: ↵tamaina2023-02-224-56/+59
| | | | | | | | | | | | MkUserSelectDialog/search-by-username-and-hostでローカルユーザーを絞って検索できない問題を修正 (#9943) * fix: MkUserSelectDialog/search-by-username-and-hostでローカルユーザーを絞って検索できない問題を修正 Fix #9627 * update CHANGELOG.md * clean up * search-by-username-and-host大改造
* Update CHANGELOG.mdsyuilo2023-02-221-1/+3
|
* enhance: ↵syuilo2023-02-2220-46/+405
| | | | exploreで公開ロール一覧とそのメンバーを閲覧できるように
* enhance(client): improve entrance pagesyuilo2023-02-2224-161/+200
| | | | Resolve #9986
* fix(server): improve security of admin/drive/show-filesyuilo2023-02-211-4/+12
|
* enhance(client): MFMのx3, ↵kabo24682023-02-211-0/+2
| | | | x4が含まれていたらノートをたたむようにした (#10012)
* Update CHANGELOG.mdsyuilo2023-02-211-1/+7
|
* fix syntax errorsyuilo2023-02-211-3/+4
|
* Update about-misskey.vuesyuilo2023-02-211-0/+4
|
* 管理画面の広告を10個以上見えるように (#9990)nenohi2023-02-201-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | * 日付のフォーマット指定と変更がうまくいかない * もっとのボタンで応急処置 * Update packages/frontend/src/pages/admin/ads.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * Update packages/frontend/src/pages/admin/ads.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * Update packages/frontend/src/pages/admin/ads.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * Revert "日付のフォーマット指定と変更がうまくいかない" This reverts commit c8a81364ef7aac3210723afba66723dacc5a221e. --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-02-205-175/+202
|\
| * test(backend): restore emoji reaction tests (#9996)Kagami Sascha Rosylight2023-02-202-83/+90
| |