summaryrefslogtreecommitdiff
path: root/packages/backend/src/server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-03-191-2/+2
|\
| * fix API console (#8416)Johann1502022-03-191-2/+2
| | | | | | | | Adjusted the server to send the API description based on the new API type declarations introduced previously.
* | feat: introduce bull dashboardsyuilo2022-03-191-0/+35
|/
* fix(server): dummy image is not served correctlysyuilo2022-03-121-1/+1
| | | | Fix #8393
* fix(server): ulidを使用していると動作しない問題を修正syuilo2022-03-111-1/+1
|
* feat: use instance icon for splash screensyuilo2022-03-091-1/+1
|
* use high resolution asset for splash screen (#7875)Johann1502022-03-091-1/+1
|
* remove HTTPS handling (#8380)Johann1502022-03-082-20/+1
|
* delete needless instance drive columnssyuilo2022-03-071-4/+0
|
* feat: 時限ミュートsyuilo2022-03-041-0/+6
| | | | #7677
* fix esmsyuilo2022-03-041-1/+1
|
* feat: instance default themesyuilo2022-03-012-0/+20
|
* fix esmsyuilo2022-03-011-1/+1
|
* fix esmsyuilo2022-03-011-1/+1
|
* fix esmsyuilo2022-03-013-7/+7
|
* fix: use import assertionsyuilo2022-03-011-1/+1
|
* fix esmsyuilo2022-02-271-1/+1
|
* fixsyuilo2022-02-271-0/+2
|
* Fix avatar/banner proxy (#8346)tamaina2022-02-2723-34/+123
| | | | | | | | | | | | | | | | | | | | * 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-27371-1741/+2315
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* fix: better language settingssyuilo2022-02-261-2/+2
| | | | | Fix #8359 Fix #7968
* プライベートタブでログインし直すと文字数がNaNになる ↵syuilo2022-02-201-0/+6
| | | | 題を修正
* プロフィールの追加情報を最大16まで保存できるようにsyuilo2022-02-201-1/+1
| | | | | Close #8225 Close #8234
* remove max note text length settingsyuilo2022-02-204-24/+4
| | | | Resolve #8323
* Fix ajv (#8333)tamaina2022-02-20304-306/+307
| | | | | | | | | | | * wip * :v: * use ajv/dist/core * revert try * clean up
* SchemaTypeの型計算量を削減 (#8332)tamaina2022-02-196-70/+39
| | | | | | | | | | | | | * schema typeの型計算量を削減 * reduce some type error * wip * fix * clean up * more shrink
* refacator: fix typwsyuilo2022-02-191-1/+0
|
* refactor: fix typesyuilo2022-02-191-1/+2
|
* refactor: use ajv instead of cafy (#8324)syuilo2022-02-19310-4942/+3378
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Delete jobs.tssyuilo2022-02-181-82/+0
|
* refactor: fix typessyuilo2022-02-152-1/+2
|
* fix(server): stats APIで内部エラーが発生する問題を修正syuilo2022-02-121-3/+3
| | | | Fix #8308
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-02-101-1/+20
|\
| * fix: regular expressions in word mutes (#8254)Johann1502022-02-101-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: handle regex exceptions for word mutes * add i18n strings Co-authored-by: rinsuki <428rinsuki+git@gmail.com> * stricter input validation in backend * add migration for hard mutes * fix * use correct regex library in migration * use query builder to avoid SQL injection Co-authored-by: Robin B <robflop98@outlook.com> Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
* | enhance: improve federation chartsyuilo2022-02-101-22/+0
|/
* feat: インスタンスのテーマカラーを設定できるようにsyuilo2022-02-095-2/+19
|
* fix: add instance favicon where it's missing (#8270)Sol Fisher Romanoff2022-02-091-0/+3
|
* feat(client): update fontawesome v6 and self-hostingsyuilo2022-02-091-2/+2
| | | | Resolve #7475
* feat: introduce intersection calculation of chartssyuilo2022-02-096-6/+6
|
* feat: Option to show replies in timeline (rebase #7685) (#8202)nullobsi2022-02-066-6/+11
| | | | | * Add an option for timeline replies. Credit to Emilis (puffaboo) * update db on request
* Fix cast (#8257)MeiMei2022-02-061-3/+13
|
* imprpve active users chartsyuilo2022-02-061-0/+1
|
* fix: NodeInfo のユーザー数と投稿数の内容を見直す (#8255)xianon2022-02-061-7/+5
| | | | | * NodeInfoのアクティブユーザーの取得方法を変更する * NodeInfoの投稿数の出力内容を見直す
* improve chartsyuilo2022-02-061-6/+2
|
* Improve chart engine (#8253)syuilo2022-02-0614-42/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * Update core.ts * wip * wip * #7361 * delete network chart * federationChart強化 apRequestChart追加 * tweak
* refactorsyuilo2022-02-043-4/+12
|
* refactorsyuilo2022-02-031-1/+1
|
* refactorsyuilo2022-02-032-9/+26
|
* refactorsyuilo2022-02-031-1/+1
|
* refactorsyuilo2022-02-033-141/+7
|