syuilo
|
435945d09d
|
refactor
|
2022-02-03 02:41:22 +09:00 |
|
syuilo
|
37a4e5f4fc
|
refactor(backend): use insert instead of save
|
2022-01-26 00:51:26 +09:00 |
|
MeiMei
|
7aecf15f94
|
refactor, enhance: ドライブ引数のオブジェクト化, 追加時のcomment指定 (#8180)
* refactor: ドライブの引数をオブジェクト化する Resolve #8177
* Resolve #8181
* fix
* archivePath
|
2022-01-23 22:52:35 +09:00 |
|
syuilo
|
eec7e6500e
|
enhance: convert svg to png of custom emojis
|
2022-01-21 18:47:02 +09:00 |
|
syuilo
|
59520c31fd
|
refactor(server): use named export
|
2022-01-20 02:43:13 +09:00 |
|
syuilo
|
53937e09a0
|
feat(server): store mime type of webpublic
|
2022-01-20 02:40:13 +09:00 |
|
syuilo
|
8b5a1faaa4
|
refactor(server): use insert instead of save
|
2022-01-20 02:33:20 +09:00 |
|
tamaina
|
efb0ffc4ec
|
refactor: 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.
* ✌️
* clean up
* test?
* wip
* wip
* better schema def
* ✌️
* 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
* ✌️
* なんかもういろいろ
* remove
* very good schema
* api schema
* wip
* refactor: awaitAllの型定義を変えてみる
* fix
* specify types in awaitAll
* specify types in awaitAll
* ✌️
* wip
* ...
* ✌️
* 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
* ✌️
* wip
* 分割代入ではなくallOfで定義するように
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
|
2022-01-18 22:27:10 +09:00 |
|
syuilo
|
b267a504ca
|
bye reversi
|
2022-01-12 17:34:53 +09:00 |
|
tamaina
|
333ba491f1
|
enhance: 許可されていないファイルタイプでは、オブジェクトストレージのファイル名に拡張子を付与しないように (#8108)
* 許可されていないファイルタイプでは、オブジェクトストレージのファイル名に拡張子を付与しないように
* add comment
|
2022-01-03 07:35:02 +09:00 |
|
syuilo
|
f25777f2d2
|
refactor(server): use insert instead of save
|
2022-01-03 03:17:16 +09:00 |
|
syuilo
|
6be1db00d1
|
refactor(server): use insert instead of save
|
2022-01-03 02:20:30 +09:00 |
|
syuilo
|
57d994db0c
|
Revert "revert d53795184"
This reverts commit aedbab17cc .
|
2022-01-01 22:25:30 +09:00 |
|
tamaina
|
87c5c69c87
|
wip (#8101)
|
2022-01-01 18:00:53 +09:00 |
|
syuilo
|
aedbab17cc
|
revert d53795184
|
2021-12-29 17:21:08 +09:00 |
|
syuilo
|
cfd1888969
|
refactor
|
2021-12-26 12:08:22 +09:00 |
|
syuilo
|
d53795184c
|
enhance(server): better content type detection
|
2021-12-26 01:43:51 +09:00 |
|
tamaina
|
c77fe1f2cf
|
Truncate push notification message (#8089)
* Truncate push notification message
* fix
|
2021-12-25 02:01:35 +09:00 |
|
syuilo
|
0be4e10462
|
enhance(backend): improve chart engine
|
2021-12-14 18:12:37 +09:00 |
|
syuilo
|
c69b72e199
|
fix lint
|
2021-12-09 23:58:30 +09:00 |
|
syuilo
|
e617ced1d3
|
refactoring
https: //github.com/misskey-dev/misskey/pull/7901
Co-Authored-By: MeiMei <30769358+mei23@users.noreply.github.com>
|
2021-12-03 11:43:05 +09:00 |
|
xianon
|
22464c434e
|
fix: 画像ファイルの縦横サイズの取得で Exif Orientation を考慮する (#8014)
* 画像ファイルの縦横サイズの取得で Exif Orientation を考慮する
* test: Add rotate.jpg test
* Webpublic 画像を返す時のみ Exif Orientation を考慮して縦横サイズを返す
* test: Support orientation
|
2021-12-03 11:19:28 +09:00 |
|
nullobsi
|
f33ded3107
|
feat: Undo Accept (#7980)
* allow breaking of follow
* send undo
* delete by using reject follow
|
2021-12-03 11:14:44 +09:00 |
|
syuilo
|
cfa38e875c
|
refactor
|
2021-11-12 21:11:21 +09:00 |
|
syuilo
|
6496835515
|
viaMobileフラグ廃止
Close #7965
|
2021-11-12 15:11:20 +09:00 |
|
syuilo
|
b9eaf906e7
|
fix lint errors
|
2021-11-12 10:52:10 +09:00 |
|
syuilo
|
0e4a111f81
|
refactoring
Resolve #7779
|
2021-11-12 02:02:25 +09:00 |
|