summaryrefslogtreecommitdiff
path: root/packages/backend/src/server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: code url in documentation (#8117)Johann1502022-01-211-1/+1
| | | It seems this was not changed while refactoring the modules apart.
* send-drive-file svg as png (#8107)tamaina2022-01-201-2/+8
|
* fix: proxyでsvgをpngに変換するように (#8106)tamaina2022-01-201-5/+6
| | | | | | | | | | | | | * wip * revert send-drive-file change * fix * Update packages/backend/src/server/proxy/proxy-media.ts Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com>
* refactor(server): use named exportsyuilo2022-01-201-2/+2
|
* refactor: ↵tamaina2022-01-18307-1763/+1792
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* refactor: more common namesyuilo2022-01-161-3/+3
|
* feat: multiple emojis editingsyuilo2022-01-137-1/+207
|
* bye reversisyuilo2022-01-1212-1049/+1
|
* bye roomsyuilo2022-01-072-212/+0
|
* clean upsyuilo2022-01-041-44/+0
|
* refactor(server): use insert instead of savesyuilo2022-01-036-12/+12
|
* lintsyuilo2022-01-03306-0/+306
|
* fixsyuilo2022-01-011-0/+1
| | | | https://github.com/misskey-dev/misskey/commit/d53795184cd0ee326b0da58b267e3460f948703c#r62707827
* Revert "revert d53795184"syuilo2022-01-012-4/+7
| | | | This reverts commit aedbab17cc400ae7ac17498463504f40646e8673.
* revert d53795184syuilo2021-12-292-7/+4
|
* refactorsyuilo2021-12-262-6/+6
|
* enhance(server): better content type detectionsyuilo2021-12-262-4/+7
|
* ノートページでRenoteである場合にnoindexを付加 (#8074)tamaina2021-12-241-1/+2
|
* feat: カスタム絵文字エクスポートsyuilo2021-12-101-0/+17
|
* feat: improve follow exportsyuilo2021-12-101-1/+12
|
* fix lintsyuilo2021-12-09340-2035/+2035
|
* feat: user-level instance mute (#7712)romaboo2021-12-0912-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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(client): improve error handlingsyuilo2021-11-141-2/+0
|
* fix for lintsyuilo2021-11-135-41/+44
|
* feat: ↵syuilo2021-11-121-9/+20
| | | | | | 通報があったときに管理者へEメールで通知されるように Resolve #7025
* update ms to 3.0.0syuilo2021-11-1230-30/+30
|
* viaMobileフラグ廃止syuilo2021-11-121-6/+0
| | | | Close #7965
* fix bugsyuilo2021-11-121-0/+8
|
* fix lint errorssyuilo2021-11-126-11/+12
|
* refactoringsyuilo2021-11-12404-0/+28648
Resolve #7779