summaryrefslogtreecommitdiff
path: root/packages/backend/src/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix esmsyuilo2022-03-013-3/+3
|
* refactor: Use ESM (#8358)syuilo2022-02-2784-582/+494
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* 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>
* | feat: add pub & sub item for federation chartsyuilo2022-02-232-1/+14
|/
* SchemaTypeの型計算量を削減 (#8332)tamaina2022-02-191-2/+2
| | | | | | | | | | | | | * schema typeの型計算量を削減 * reduce some type error * wip * fix * clean up * more shrink
* refacator: fix typwsyuilo2022-02-191-1/+1
|
* refactor: use ajv instead of cafy (#8324)syuilo2022-02-191-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* refactor: better getChart result typesyuilo2022-02-181-2/+14
|
* refactor: fix typessyuilo2022-02-131-4/+4
|
* refactor: fix typessyuilo2022-02-131-63/+72
|
* enhance: improve federation chartsyuilo2022-02-1019-37/+128
|
* fix(server): ↵syuilo2022-02-091-0/+4
| | | | チャートのcleanでエラーが出る可能性がある問題を修正
* fix(server): チャートのresyncでエラーが出る問題を修正syuilo2022-02-091-0/+4
| | | | Fix #8274
* feat: introduce intersection calculation of chartssyuilo2022-02-096-7/+80
|
* feat: improve federation chartsyuilo2022-02-082-2/+5
|
* feat: ↵syuilo2022-02-086-0/+7
| | | | notes/instance/perUserNotesチャートに添付ファイル付きノートの数を追加
* chore: remove unused codesyuilo2022-02-081-10/+0
|
* fixsyuilo2022-02-061-11/+11
|
* imprpve active users chartsyuilo2022-02-063-8/+29
|
* fix chart cleansyuilo2022-02-061-2/+2
|
* Improve chart engine (#8253)syuilo2022-02-0635-1650/+525
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * Update core.ts * wip * wip * #7361 * delete network chart * federationChart強化 apRequestChart追加 * tweak
* use date-fnssyuilo2022-02-041-3/+3
|
* refactorsyuilo2022-02-031-12/+12
|
* refactorsyuilo2022-02-035-13/+13
|
* refactor(backend): use insert instead of savesyuilo2022-01-262-4/+4
|
* refactor, enhance: ドライブ引数のオブジェクト化, ↵MeiMei2022-01-232-32/+55
| | | | | | | | | | | 追加時のcomment指定 (#8180) * refactor: ドライブの引数をオブジェクト化する Resolve #8177 * Resolve #8181 * fix * archivePath
* enhance: convert svg to png of custom emojissyuilo2022-01-211-9/+5
|
* refactor(server): use named exportsyuilo2022-01-202-3/+3
|
* feat(server): store mime type of webpublicsyuilo2022-01-201-0/+2
|
* refactor(server): use insert instead of savesyuilo2022-01-201-3/+3
|
* refactor: ↵tamaina2022-01-182-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* bye reversisyuilo2022-01-121-13/+0
|
* enhance: ↵tamaina2022-01-031-0/+6
| | | | | | | 許可されていないファイルタイプでは、オブジェクトストレージのファイル名に拡張子を付与しないように (#8108) * 許可されていないファイルタイプでは、オブジェクトストレージのファイル名に拡張子を付与しないように * add comment
* refactor(server): use insert instead of savesyuilo2022-01-031-2/+2
|
* refactor(server): use insert instead of savesyuilo2022-01-031-2/+3
|
* Revert "revert d53795184"syuilo2022-01-011-0/+2
| | | | This reverts commit aedbab17cc400ae7ac17498463504f40646e8673.
* wip (#8101)tamaina2022-01-011-3/+3
|
* revert d53795184syuilo2021-12-291-2/+0
|
* refactorsyuilo2021-12-261-2/+2
|
* enhance(server): better content type detectionsyuilo2021-12-261-0/+2
|
* Truncate push notification message (#8089)tamaina2021-12-251-1/+26
| | | | | * Truncate push notification message * fix
* enhance(backend): improve chart enginesyuilo2021-12-1433-234/+376
|
* fix lintsyuilo2021-12-0970-253/+253
|
* refactoringsyuilo2021-12-032-46/+105
| | | | | https: //github.com/misskey-dev/misskey/pull/7901 Co-Authored-By: MeiMei <30769358+mei23@users.noreply.github.com>
* fix: 画像ファイルの縦横サイズの取得で Exif Orientation ↵xianon2021-12-031-0/+4
| | | | | | | | | | | を考慮する (#8014) * 画像ファイルの縦横サイズの取得で Exif Orientation を考慮する * test: Add rotate.jpg test * Webpublic 画像を返す時のみ Exif Orientation を考慮して縦横サイズを返す * test: Support orientation
* feat: Undo Accept (#7980)nullobsi2021-12-031-0/+7
| | | | | | | * allow breaking of follow * send undo * delete by using reject follow
* refactorsyuilo2021-11-121-78/+77
|
* viaMobileフラグ廃止syuilo2021-11-121-3/+0
| | | | Close #7965
* fix lint errorssyuilo2021-11-122-25/+25
|