summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-27302-1182/+1182
| | | | | | | | | | | | | | | * 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-20302-302/+303
| | | | | | | | | | | * wip * :v: * use ajv/dist/core * revert try * clean up
* SchemaTypeの型計算量を削減 (#8332)tamaina2022-02-195-70/+38
| | | | | | | | | | | | | * schema typeの型計算量を削減 * reduce some type error * wip * fix * clean up * more shrink
* refacator: fix typwsyuilo2022-02-191-1/+0
|
* refactor: use ajv instead of cafy (#8324)syuilo2022-02-19302-4810/+3332
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* 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-061-0/+5
| | | | | * Add an option for timeline replies. Credit to Emilis (puffaboo) * update db on request
* 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-033-141/+7
|
* refactorsyuilo2022-02-031-0/+2
|
* refactor: ↵MeiMei2022-01-311-4/+2
| | | | | | | APIで非JSON入力の型変換はendpointに渡す前に行うように (#8229) * Resolve #8228 * fix
* 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
* enhance: convert svg to png of custom emojissyuilo2022-01-212-6/+7
|
* feat: increase files limit for notesyuilo2022-01-211-3/+3
| | | | #8062
* enhance: Forward report (#8001)Johann1502022-01-212-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * implement sending AP Flag object Optionally allow a user to select to forward a report about a remote user to the other instance. This is added in a backwards-compatible way. * add locale string * forward report only for moderators * add switch to moderator UI to forward report * fix report note url * return forwarded status from API apparently forgot to carry this over from my testing environment * object in Flag activity has to be an array For correct interoperability with Pleroma the "object" property of the Flag activity has to be an array. This array will in the future also hold the link to respective notes, so it makes sense to correct this on our side. * Update get-note-menu.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(server): use named exportsyuilo2022-01-201-2/+2
|
* refactor: ↵tamaina2022-01-18304-1737/+1762
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | APIエンドポイントファイルの定義を良い感じにする (#8154) * Fix API Schema Error * Delete SimpleSchema/SimpleObj and Move schemas to dedicated files * Userのスキーマを分割してみる * define packMany type * add , * Ensure enum schema and Make "as const" put once * test? * Revert "test?" This reverts commit 97dc9bfa70851bfb7d1cf38e883f8df20fb78b79. * Revert "Fix API Schema Error" This reverts commit 21b6176d974ed8e3eb73723ad21a105c5d297323. * :v: * clean up * test? * wip * wip * better schema def * :v: * fix * add minLength property * wip * wip * wip * anyOf/oneOf/allOfに対応? ~ relation.ts * refactor! * Define MinimumSchema * wip * wip * anyOf/oneOf/allOfが動作するようにUnionSchemaTypeを修正 * anyOf/oneOf/allOfが動作するようにUnionSchemaTypeを修正 * Update packages/backend/src/misc/schema.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * fix * array oneOfをより正確な型に * array oneOfをより正確な型に * wip * :v: * なんかもういろいろ * remove * very good schema * api schema * wip * refactor: awaitAllの型定義を変えてみる * fix * specify types in awaitAll * specify types in awaitAll * :v: * wip * ... * :v: * AllowDateはやめておく * 不必要なoptional: false, nullable: falseを廃止 * Packedが展開されないように * 続packed * wip * define note type * wip * UserDetailedをMeDetailedかUserDetailedNotMeかを区別できるように * wip * wip * wip specify user type of other schemas * ok * convertSchemaToOpenApiSchemaを改修 * convertSchemaToOpenApiSchemaを改修 * Fix * fix * :v: * wip * 分割代入ではなくallOfで定義するように Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* feat: multiple emojis editingsyuilo2022-01-137-1/+207
|
* bye reversisyuilo2022-01-127-584/+1
|
* bye roomsyuilo2022-01-072-212/+0
|
* clean upsyuilo2022-01-041-44/+0
|
* refactor(server): use insert instead of savesyuilo2022-01-035-10/+10
|
* lintsyuilo2022-01-03306-0/+306
|
* feat: カスタム絵文字エクスポートsyuilo2021-12-101-0/+17
|
* feat: improve follow exportsyuilo2021-12-101-1/+12
|
* fix lintsyuilo2021-12-09289-1725/+1725
|
* feat: user-level instance mute (#7712)romaboo2021-12-097-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update ja-JP.yml * Added settable config for muted instances * added psql query for removal of muted notes * Added filtering and trimming for instance mutes * cleaned up filtering of bad instance mutes and added a refresh at the end for the list on the client * Added notification & streaming timeline muting * Updated changelog * Added missing semicolon * Apply japanese string suggestions from robflop Co-authored-by: Robin B. <robflop98@outlook.com> * Changed Ja-JP instance mute title string to one suggested by sousuke Co-authored-by: sousuke0422 <sousuke20xx@gmail.com> * Update ja-JP instanceMuteDescription based on sousuke's suggestion Co-authored-by: sousuke0422 <sousuke20xx@gmail.com> * added notification mute * added notification and note children muting * Fixed a bug where local notifications were getting filtered on cold start * Fixed instance mute imports * Fixed not saving/loading instance mutes * removed en-US translations for instance mute * moved instance mute migration to js * changed settings index back to spaces * removed destructuring assignment from notification stream in instance mute check call Co-authored-by: tamaina <tamaina@hotmail.co.jp> * added .note accessor for checking note data instead of notification data * changed note to use Packed<'Note'> instead of any and removed usage of snake case Co-authored-by: tamaina <tamaina@hotmail.co.jp> * changed notification mute check to check specifically for notification host * changed to using single quotes * moved @click to the end for the linter * revert unnecessary changes * restored newlines * whitespace removal Co-authored-by: syuilo <syuilotan@yahoo.co.jp> Co-authored-by: Robin B. <robflop98@outlook.com> Co-authored-by: sousuke0422 <sousuke20xx@gmail.com> Co-authored-by: puffaboo <emilis@jigglypuff.club> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* refactoringsyuilo2021-12-031-1/+1
| | | | | https: //github.com/misskey-dev/misskey/pull/7901 Co-Authored-By: MeiMei <30769358+mei23@users.noreply.github.com>
* feat: Undo Accept (#7980)nullobsi2021-12-031-0/+82
| | | | | | | * allow breaking of follow * send undo * delete by using reject follow
* /antennas/notes API ↵xianon2021-11-281-1/+10
| | | | で日付による絞り込みができるようにする (#8015)
* fix for lintsyuilo2021-11-132-2/+4
|
* feat: ↵syuilo2021-11-121-9/+20
| | | | | | 通報があったときに管理者へEメールで通知されるように Resolve #7025
* update ms to 3.0.0syuilo2021-11-1229-29/+29
|
* viaMobileフラグ廃止syuilo2021-11-121-6/+0
| | | | Close #7965
* fix lint errorssyuilo2021-11-122-2/+2
|