summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: use import assertionsyuilo2022-03-011-1/+1
|
* fix migrationssyuilo2022-03-01135-493/+383
| | | | Fix #8363
* refactorsyuilo2022-02-2815-29/+34
|
* fix esmsyuilo2022-02-271-1/+1
|
* improve testsyuilo2022-02-271-5/+12
|
* fixsyuilo2022-02-272-1/+3
|
* Fix avatar/banner proxy (#8346)tamaina2022-02-2732-97/+177
| | | | | | | | | | | | | | | | | | | | * Fix avatar/banner proxy Co-authored-by: mei23 <m@m544.net> * use getAvatarUrl * fix * join avatar and banner to improve performance * join * Update hybrid-timeline.ts * fix Co-authored-by: mei23 <m@m544.net> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: Use ESM (#8358)syuilo2022-02-27737-3678/+4135
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* fix: better language settingssyuilo2022-02-269-26/+1337
| | | | | Fix #8359 Fix #7968
* :art:syuilo2022-02-251-1/+1
|
* refactorsyuilo2022-02-252-4/+4
|
* refactor(client): use setupsyuilo2022-02-251-21/+11
|
* :art:syuilo2022-02-251-6/+6
|
* :art:syuilo2022-02-251-10/+8
|
* :art:syuilo2022-02-251-1/+1
|
* keepCw > true (#8350)Kainoa Kanter2022-02-251-1/+1
| | | Closes #8336
* client: 検索構文でGoogle明示 & deprecatedsyuilo2022-02-252-1/+3
|
* enhance(client): improve launch pad usabilitysyuilo2022-02-235-108/+95
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-02-231-6/+12
|\
| * fix: also recognize "shortcut icon" favicon (#8220)Johann1502022-02-231-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * also recognize "shortcut icon" favicon Not using querySelector for this because it uses jsdom which might be slower. Reversing the order because WHATWG says the last appropriate link should be used. * also fetchIconUrl * br * improve readability * fix * フォールバックにhrefの評価を含める * fix val name * 将来的な拡張を考えたコードにした Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | update depssyuilo2022-02-234-158/+164
| |
* | feat: add pub & sub item for federation chartsyuilo2022-02-234-14/+48
|/
* :art:syuilo2022-02-201-2/+2
|
* プライベートタブでログインし直すと文字数がNaNになる ↵syuilo2022-02-201-0/+6
| | | | 題を修正
* プロフィールの追加情報を最大16まで保存できるようにsyuilo2022-02-202-87/+42
| | | | | Close #8225 Close #8234
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-02-201-5/+2
|\
| * タッチ操作でウィジェットの編集や削除ができるように ↵xianon2022-02-201-5/+2
| | | | | | | | る (#8328)
* | remove max note text length settingsyuilo2022-02-208-38/+19
|/ | | | Resolve #8323
* Fix ajv (#8333)tamaina2022-02-20304-306/+307
| | | | | | | | | | | * wip * :v: * use ajv/dist/core * revert try * clean up
* SchemaTypeの型計算量を削減 (#8332)tamaina2022-02-199-105/+57
| | | | | | | | | | | | | * schema typeの型計算量を削減 * reduce some type error * wip * fix * clean up * more shrink
* refacator: fix typwsyuilo2022-02-197-8/+7
|
* refactor: fix typesyuilo2022-02-191-1/+2
|
* refactor: fix typesyuilo2022-02-191-4/+4
|
* refactor: use ajv instead of cafy (#8324)syuilo2022-02-19320-5929/+4385
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update abuse-user-reports.ts * Update files.ts * Update list-remote.ts * Update list.ts * Update show-users.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update update.ts * Update search.ts * Update reactions.ts * Update search.ts * wip * wip * wip * wip * Update update.ts * Update relation.ts * Update available.ts * wip * wip * wip * Update packages/backend/src/server/api/define.ts Co-authored-by: Johann150 <johann.galle@protonmail.com> * Update define.ts * Update define.ts * typo * wip * wip * wip * wip * wip * wip * wip * wip * Update update.ts * wip * Update signup.ts * Update call.ts * minimum for limit * type * remove needless annotation * wip * Update signup.ts * wip * wip * fix * Update create.ts Co-authored-by: Johann150 <johann.galle@protonmail.com>
* update depssyuilo2022-02-194-933/+740
|
* refactor: better getChart result typesyuilo2022-02-181-2/+14
|
* refactor: add InstanceRepositorysyuilo2022-02-184-11/+41
|
* Delete jobs.tssyuilo2022-02-181-82/+0
|
* refactor: fix typessyuilo2022-02-152-1/+2
|
* fix(client): ↵syuilo2022-02-131-9/+14
| | | | | | リアクションピッカーの高さが低くなったまま戻らないことがあるのを修正 Fix #8071
* refactor: fix typessyuilo2022-02-131-4/+4
|
* refactor: fix typessyuilo2022-02-131-63/+72
|
* fix(server): stats APIで内部エラーが発生する問題を修正syuilo2022-02-121-3/+3
| | | | Fix #8308
* fix(client): ↵syuilo2022-02-121-6/+6
| | | | nextTickの中でonUnmounted呼び出しても効かない可能性がある
* fix(client): ↵syuilo2022-02-121-1/+1
| | | | 一部環境でサイドバーの投稿ボタンが表示されない問題を修正
* :art:syuilo2022-02-122-2/+2
|
* :art:syuilo2022-02-124-0/+44
|
* fix(client): フッターでセーフエリアを考慮するようにsyuilo2022-02-121-1/+1
|
* fix(client): tweak uisyuilo2022-02-121-2/+1
| | | | #8311
* ソフトミュートですべてがマッチしてしまうのを修正 (#8307)tamaina2022-02-111-1/+5
| | | | | | | | | | | | | * ソフトミュートですべてがマッチしてしまうのを修正 * Clean up * Update packages/client/src/scripts/check-word-mute.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * fix Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>