summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/file.go
Commit message (Expand)AuthorAgeFilesLines
* 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