summaryrefslogtreecommitdiff
path: root/packages/backend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* リレーが動作するように修正する (#8396)xianon2022-03-121-1/+1
|
* fix(server): ulidを使用していると動作しない問題を修正syuilo2022-03-111-1/+1
|
* feat: use instance icon for splash screensyuilo2022-03-092-1/+1
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-03-091-1/+1
|\
| * use high resolution asset for splash screen (#7875)Johann1502022-03-091-1/+1
| |
* | update depssyuilo2022-03-092-56/+55
|/
* remove HTTPS handling (#8380)Johann1502022-03-083-21/+1
|
* fix federation chartsyuilo2022-03-083-9/+50
|
* update depssyuilo2022-03-073-202/+280
|
* delete needless instance drive columnssyuilo2022-03-076-26/+13
|
* feat: add active to federation chartsyuilo2022-03-073-1/+22
|
* feat: アンケート終了通知syuilo2022-03-069-4/+80
| | | | Resolve #4664
* feat: 時限ミュートsyuilo2022-03-049-1/+71
| | | | #7677
* fix query errorsyuilo2022-03-041-3/+3
|
* set timeout for db querysyuilo2022-03-041-2/+5
| | | | Resolve #8150
* enhance(chart): better federation pub/sub calculationsyuilo2022-03-041-1/+14
|
* fix federation chart pubsubsyuilo2022-03-041-1/+1
|
* fix esmsyuilo2022-03-041-1/+1
|
* feat: instance default themesyuilo2022-03-014-0/+47
|
* fix esmsyuilo2022-03-013-3/+3
|
* fix esmsyuilo2022-03-013-3/+3
|
* fix esmsyuilo2022-03-011-1/+1
|
* fix esmsyuilo2022-03-011-1/+1
|
* fix esmsyuilo2022-03-014-4/+4
|
* fix esmsyuilo2022-03-015-13/+13
|
* fix: use import assertionsyuilo2022-03-011-1/+1
|
* fix migrationssyuilo2022-03-01135-493/+383
| | | | Fix #8363
* fix esmsyuilo2022-02-271-1/+1
|
* improve testsyuilo2022-02-271-5/+12
|
* fixsyuilo2022-02-272-1/+3
|
* Fix avatar/banner proxy (#8346)tamaina2022-02-2731-89/+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-27735-3591/+4135
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* fix: better language settingssyuilo2022-02-265-18/+668
| | | | | Fix #8359 Fix #7968
* refactorsyuilo2022-02-251-3/+3
|
* 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-232-94/+100
| |
* | feat: add pub & sub item for federation chartsyuilo2022-02-233-1/+29
|/
* プライベートタブでログインし直すと文字数がNaNになる ↵syuilo2022-02-201-0/+6
| | | | 題を修正
* プロフィールの追加情報を最大16まで保存できるようにsyuilo2022-02-201-1/+1
| | | | | Close #8225 Close #8234
* remove max note text length settingsyuilo2022-02-207-30/+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-192-227/+223
|
* refactor: better getChart result typesyuilo2022-02-181-2/+14
|
* refactor: add InstanceRepositorysyuilo2022-02-184-11/+41
|