Commit Graph

70 Commits

Author SHA1 Message Date
syuilo
077bdbfdef
Improve doc 2019-02-26 14:21:28 +09:00
syuilo
fcc6a65e08
Improve doc 2019-02-24 18:13:11 +09:00
syuilo
f4ae939124
ハイフンに統一 2019-02-24 17:57:49 +09:00
syuilo
9b79a411e0
Use camelCase 2019-02-24 12:53:22 +09:00
syuilo
52774bbe64
Introduce OpenAPI specs (#4351)
* wip

* wip

* wip

* Update index.ts

* Update gen-openapi-spec.ts

* Update api.ja-JP.md

* Fix

* Improve doc

* Update gen-openapi-spec.ts

* Update redoc.html

* Improve doc

* Update gen-openapi-spec.ts

* Improve doc

* Update CHANGELOG.md
2019-02-23 11:20:58 +09:00
syuilo
2756f553c6
Improve error handling of API (#4345)
* wip

* wip

* wip

* Update attached_notes.ts

* wip

* Refactor

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update call.ts

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* ✌️

* Fix
2019-02-22 11:46:58 +09:00
syuilo
5aa58da918
Migrate cafy to 14.0 (#4240) 2019-02-13 16:33:07 +09:00
syuilo
8129d4dc23
Refactoring 2019-02-05 14:14:23 +09:00
Acid Chicken (硫酸鶏)
bcc549fd8e
Fix style 2019-02-05 11:48:08 +09:00
syuilo
861302f0fd
アニメーション画像を無効にする際、サーバーサイドではなくクライアントサイドでURLを変更するように 2019-02-05 03:51:54 +09:00
MeiMei
f014b7ae0e アニメーションを自動再生しないオプション (#4131)
* Refactor

* settings

* Media Proxy

* Replace API response
2019-02-05 03:01:36 +09:00
syuilo
0868c3517f
Use internal logger instead of debug/console for logging
Resolve #4104
Resolve #1966
Resolve #1937
2019-02-03 18:16:57 +09:00
Acid Chicken (硫酸鶏)
da1a238be3 Create new type definition for 'ms' (#4057)
* Create new type definition for 'ms'

* Follow lint
2019-02-02 00:16:27 +09:00
syuilo
ac5d798cde
Fix typo 2019-01-19 09:52:27 +09:00
syuilo
d2a7c56149
Improve drive file operation
Resolve #3789
Resolve #3790
2019-01-19 09:50:38 +09:00
syuilo
7f77517fc8
[Client] Resolve #3658 2018-12-19 00:57:28 +09:00
syuilo
ebceffba1e
Resolve #2165 2018-12-15 00:09:04 +09:00
Aya Morisawa
125849673a
Use for-of instead of forEach (#3583)
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2018-12-11 20:36:55 +09:00
MeiMei
bcb04924ff Image for web publish (#3402)
* Image for Web

* Add comment

* Make main to original
2018-11-26 04:25:48 +09:00
Aya Morisawa
08f00d4990 Remove unneccesary cast (#3355) 2018-11-22 05:07:25 +09:00
syuilo
665fa7f2aa
[API] Improve drive/files/upload_from_url 2018-11-07 12:12:43 +09:00
syuilo
ffdd0b7de7
[API] 文字列での真理値表現に対応
multipart/formdata では文字列しか送れないっぽい?
2018-11-06 20:53:50 +09:00
syuilo
438563b505
[API] Fix bug 2018-11-06 20:47:56 +09:00
syuilo
454c1e3faf
[API] Fix bug 2018-11-05 01:42:41 +09:00
syuilo
9b94ddff0a
Clean up 2018-11-02 13:49:09 +09:00
syuilo
174f8022eb
Refactor 2018-11-02 13:47:44 +09:00
syuilo
a7e6b766be
Resolve #2623 2018-11-02 12:49:08 +09:00
syuilo
931bdc6aac
Refactoring, Clean up and bug fixes 2018-11-02 03:32:24 +09:00
syuilo
261a3f5d91
Better rate limitting 2018-10-31 23:03:14 +09:00
syuilo
ad7258fe9c
Fix bug 2018-10-26 15:06:27 +09:00
syuilo
fd652b70d6
Fix: Remove unused import 2018-10-25 05:33:40 +09:00
syuilo
9f981d875a
Implement drive/folders/delete 2018-10-24 18:37:58 +09:00
syuilo
6dcc3800e0
Improve some API definitions 2018-10-24 18:32:19 +09:00
syuilo
19af2d7a7b
Implement #2983 2018-10-23 07:04:00 +09:00
syuilo
8ba87443ca
Use camelCase instead of snake_case 2018-10-23 07:01:43 +09:00
syuilo
162ace2fd6
Improve some API definitions 2018-10-23 06:59:52 +09:00
syuilo
c4e8cabae9
ファイル作成APIにforceオプションを実装 2018-10-20 15:50:13 +09:00
syuilo
3961fd08c9
Fix #2901 2018-10-14 10:06:10 +09:00
syuilo
9e4b061ed0 Fix bug 2018-10-11 05:26:51 +09:00
syuilo
1067bef7d6 Fix bug 2018-10-11 05:26:09 +09:00
sei0o inoue
3e897727ca Fix #2773 (#2841)
* Added an API endpoint to check the existence of the file

* fix #2773: Now we can prevent users from posting the same images

* bug fix
2018-10-07 16:51:46 +09:00
syuilo
baf9b65801
Improve error handling of packaging functions 2018-10-05 01:43:47 +09:00
syuilo
afdacf14b7
Add excludeNsfw option 2018-09-25 21:09:38 +09:00
syuilo
3220d69a69
常にメディアを閲覧注意として投稿するオプションを実装 2018-09-14 20:11:01 +09:00
syuilo
2de8e8c358 Fix bug 2018-08-29 06:59:43 +09:00
syuilo
fe1e60a28c Fix #2334 2018-08-22 09:33:59 +09:00
syuilo
2fc6313380 Fix #2325 2018-08-19 03:36:51 +09:00
syuilo
dbf335a05d Refactor: withFile --> requireFile 2018-07-25 07:18:50 +09:00
syuilo
ec2b1ec3f0 #1334 2018-07-20 02:40:37 +09:00
syuilo
16726789da Update api definitions 2018-07-17 04:36:44 +09:00