summaryrefslogtreecommitdiff
path: root/packages/backend/src/services/drive (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: fix lintsyuilo2022-04-031-2/+2
|
* refactor: migrate to typeorm 3.0 (#8443)syuilo2022-03-261-11/+12
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip
* delete needless instance drive columnssyuilo2022-03-072-4/+0
|
* fix esmsyuilo2022-03-012-2/+2
|
* refactor: Use ESM (#8358)syuilo2022-02-278-51/+50
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* refactorsyuilo2022-02-031-12/+12
|
* refactor, enhance: ドライブ引数のオブジェクト化, ↵MeiMei2022-01-232-32/+55
| | | | | | | | | | | 追加時のcomment指定 (#8180) * refactor: ドライブの引数をオブジェクト化する Resolve #8177 * Resolve #8181 * fix * archivePath
* 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
|
* enhance: ↵tamaina2022-01-031-0/+6
| | | | | | | 許可されていないファイルタイプでは、オブジェクトストレージのファイル名に拡張子を付与しないように (#8108) * 許可されていないファイルタイプでは、オブジェクトストレージのファイル名に拡張子を付与しないように * add comment
* 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
|
* fix lintsyuilo2021-12-096-23/+23
|
* fix: 画像ファイルの縦横サイズの取得で Exif Orientation ↵xianon2021-12-031-0/+4
| | | | | | | | | | | を考慮する (#8014) * 画像ファイルの縦横サイズの取得で Exif Orientation を考慮する * test: Add rotate.jpg test * Webpublic 画像を返す時のみ Exif Orientation を考慮して縦横サイズを返す * test: Support orientation
* refactoringsyuilo2021-11-128-0/+837
Resolve #7779