You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/api/v1
zeripath 2e85ad665a
Contents API should return 404 on not exist (#10323)
* Return 404 on not exist

* swagger update and use git.IsErrNotExist

* Handle delete too

* Handle delete too x2

* Fix pr 10323 (#3)

* fix TESTS

* leafe a note for fututre

* placate golangci-lint

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Update integrations/api_repo_file_delete_test.go

Co-Authored-By: 6543 <6543@obermui.de>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
5 years ago
..
admin Various fixes in login sources (#10428) 5 years ago
misc Add gitea-vet (#10948) 5 years ago
notify [Api] Check Notify (always return json) (#10059) 5 years ago
org Add Organization Wide Labels (#10814) 5 years ago
repo Contents API should return 404 on not exist (#10323) 5 years ago
swagger adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437) 5 years ago
user Reject duplicate AccessToken names (#10994) 5 years ago
utils Granular webhook events (#9626) 5 years ago
api.go Add Get/Update for api/v1/user/applications/oauth2 (#11008) 5 years ago