summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/file.go
Commit message (Expand)AuthorAgeFilesLines
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-2/+3
* Add API to serve blob or LFS file content (#19689)qwerty2872022-06-041-0/+142
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-1/+1
* Set the LastModified header for raw files (#18356)zeripath2022-05-091-4/+39
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-4/+6
* Better describe what `/repos/{owner}/{repo}/raw/{filepath}` returns on 200 (#...Gusted2022-04-281-1/+1
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-211-17/+7
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Allow API to create file on empty repo (#19224)zeripath2022-03-281-3/+0
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-5/+5
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-4/+4
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-17/+17
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-2/+3
* Add caller to cat-file batch calls (#17082)zeripath2021-09-171-6/+8
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-2/+2
* Rework repository archive (#14723)Lunny Xiao2021-06-231-1/+2
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-3/+3
* Add support for ref parameter to get raw file API (#14602)zeripath2021-02-091-1/+21
* enhancement: add signoff option in commit form (#14516)a10121127962021-01-291-0/+3
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-4/+7
* Add better Swagger description and a example for GetArchive (#12743)65432020-09-061-1/+1
* 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