summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/file.go
Commit message (Expand)AuthorAgeFilesLines
* In File Create/Update API return 404 if Branch does not exist (#11791)65432020-06-071-0/+4
* Handle expected errors in FileCreate & FileUpdate API (#11643)65432020-05-311-2/+37
* Fix GetContents(): Dont't ignore Executables (#11192)65432020-04-241-7/+7
* make branch parameter optional for /api/v1/repos/{owner}/{repo}/contents/{fil...65432020-04-201-0/+12
* Contents API should return 404 on not exist (#10323)zeripath2020-04-151-2/+30
* [API] Extend contents with dates (#9464)65432019-12-241-0/+31
* Swagger info corrections (#9441)65432019-12-201-0/+10
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+1
* don't ignore error message (#8550)Antoine GIRARD2019-10-171-1/+1
* upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#8501)Colin Arnott2019-10-151-1/+1
* Fixes #7292 - API File Contents bug (#7301)Richard Mahn2019-06-291-11/+42
* Fixes #7152 - Allow create/update/delete message to be empty, use default mes...Richard Mahn2019-06-291-0/+13
* Fixes #7023 - API Org Visibility (#7028)Richard Mahn2019-05-301-3/+3
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-171-5/+269
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-2/+1
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-4/+4
* Refactor repo.isBare to repo.isEmpty #5629 (#5714)zeripath2019-01-171-1/+1
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-5/+1
* Fix swagger errors (#4220)Antoine GIRARD2018-06-121-1/+1
* add simple descriptions for file API responses (#4089)stevegt2018-06-011-3/+6
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-2/+2
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-2/+69
* Gracefully handle bare repositories on API operations. (#1932)Dennis Keitzel2017-06-101-0/+5
* golint fixed for routers (#208)Lunny Xiao2016-11-241-2/+5
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-4/+4
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-3/+3
* Support Editorconfig on web editorAndrey Nering2016-08-301-0/+20
* Web editor: improve code qualityUnknwon2016-08-241-1/+1
* Convert all API handers to use *context.APIContextUnknwon2016-03-131-9/+9
* Rename module: middleware -> contextUnknwon2016-03-111-3/+3
* rename import pathUnknwon2015-12-151-1/+1
* move out git module and #1573 send push hookUnknwon2015-12-091-2/+3
* refactor API routes and some work for #976Unknwon2015-12-041-0/+46