summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/drive/files/check_existence.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ハイフンに統一syuilo2019-02-241-35/+0
|
* Introduce OpenAPI specs (#4351)syuilo2019-02-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Improve error handling of API (#4345)syuilo2019-02-221-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * :v: * Fix
* Image for web publish (#3402)MeiMei2018-11-261-1/+1
| | | | | | | | * Image for Web * Add comment * Make main to original
* Refactorsyuilo2018-11-021-7/+3
|
* Resolve #2623syuilo2018-11-021-3/+4
|
* Refactoring, Clean up and bug fixessyuilo2018-11-021-2/+3
|
* Fix bugsyuilo2018-10-111-1/+2
|
* Fix #2773 (#2841)sei0o inoue2018-10-071-0/+38
* 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