summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(server): admin/meta is not workingsyuilo2022-04-011-0/+2
| | | | Fix #8455
* fix(server): add missing importsyuilo2022-03-291-0/+1
|
* perf(server): reduce db query when get notificationssyuilo2022-03-261-0/+2
|
* refactor: migrate to typeorm 3.0 (#8443)syuilo2022-03-26188-371/+390
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip
* perf(server): refactor and performance improvementssyuilo2022-03-2519-49/+59
|
* refactorsyuilo2022-03-252-8/+3
|
* refactor: separate meta api for admin or notsyuilo2022-03-252-184/+401
|
* 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.
* fix(server): ulidを使用していると動作しない問題を修正syuilo2022-03-111-1/+1
|
* remove HTTPS handling (#8380)Johann1502022-03-081-8/+0
|
* delete needless instance drive columnssyuilo2022-03-071-4/+0
|
* feat: 時限ミュートsyuilo2022-03-041-0/+6
| | | | #7677
* feat: instance default themesyuilo2022-03-012-0/+20
|
* fix esmsyuilo2022-02-271-1/+1
|
* fixsyuilo2022-02-271-0/+2
|
* Fix avatar/banner proxy (#8346)tamaina2022-02-2722-34/+121
| | | | | | | | | | | | | | | | | | | | * 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-27355-1571/+2145
| | | | | | | | | | | | | | | * 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-203-23/+2
| | | | 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-092-0/+9
|
* 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
|
* improve chartsyuilo2022-02-061-6/+2
|
* Improve chart engine (#8253)syuilo2022-02-0613-16/+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-033-141/+7
|
* refactorsyuilo2022-02-031-0/+2
|
* refactorsyuilo2022-02-033-13/+13
|
* refactorsyuilo2022-02-031-1/+4
|
* fix: ↵MeiMei2022-02-021-1/+1
| | | | | | | ストリーミングからのAPIリクエストが出来ないのを修正 (#8244) * Update call.ts * あれ
* refactor: ↵MeiMei2022-01-313-7/+17
| | | | | | | APIで非JSON入力の型変換はendpointに渡す前に行うように (#8229) * Resolve #8228 * fix
* refactor(backend): fix typesyuilo2022-01-261-1/+1
|
* refactor(backend): use insert instead of savesyuilo2022-01-264-6/+6
|
* refactor, enhance: ドライブ引数のオブジェクト化, ↵MeiMei2022-01-233-5/+11
| | | | | | | | | | | 追加時のcomment指定 (#8180) * refactor: ドライブの引数をオブジェクト化する Resolve #8177 * Resolve #8181 * fix * archivePath