summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/api.go
Commit message (Expand)AuthorAgeFilesLines
* Prevent panic on looking at api "git" endpoints for empty repos (#22457) (#22...zeripath2023-01-151-1/+1
* Remove ReverseProxy authentication from the API (#22219) (#22251)Lunny Xiao2022-12-271-9/+3
* Load GitRepo in API before deleting issue (#21720) (#21796)Jason Song2022-11-131-1/+1
* Add API endpoint to get changed files of a PR (#21177)qwerty2872022-09-291-0/+1
* Go 1.19 format (#20758)John Olheiser2022-08-301-49/+49
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-281-2/+3
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-301-0/+9
* Add write check for creating Commit status (#20332)Gusted2022-07-121-1/+1
* User keypairs and HTTP signatures for ActivityPub federation using go-ap (#19...Anthony Wang2022-06-191-0/+7
* Implement http signatures support for the API (#17565)Wim2022-06-051-0/+1
* Add API to serve blob or LFS file content (#19689)qwerty2872022-06-041-0/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-3/+3
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-2/+2
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-081-1/+2
* Add API to check if team has repo access (#19540)qwerty2872022-05-011-1/+2
* Use middleware to open gitRepo (#19559)65432022-04-301-1/+1
* Add API to query collaborators permission for a repository (#18761)Florin Hillebrand2022-04-291-3/+6
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-4/+13
* more context for models (#19511)65432022-04-281-1/+1
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-211-18/+18
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-081-7/+3
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+20
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-9/+10
* Let web and API routes have different auth methods group (#19168)Lunny Xiao2022-03-281-1/+26
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-5/+12
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-15/+15
* [API] Allow removing issues (#18879)Otto Richter (fnetX)2022-03-011-1/+2
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-091-0/+1
* format with gofumpt (#18184)65432022-01-201-6/+6
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-6/+6
* Add API to get issue/pull comments and events (timeline) (#17403)qwerty2872022-01-011-0/+1
* Add API to manage repo tranfers (#17963)qwerty2872021-12-231-0/+2
* Some repository refactors (#17950)Lunny Xiao2021-12-121-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-5/+5
* Make `bind` error more readable (#17750)Gusted2021-11-221-1/+2
* Extract constant names out for the ReverseProxy and Basic authentication meth...zeripath2021-11-201-1/+1
* Allow Token API calls be authorized using the reverse-proxy header (#15119)Paweł Bogusławski2021-11-191-3/+6
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-1/+2
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-4/+5
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-50/+51
* Add API to get/edit wiki (#17278)qwerty2872021-10-251-0/+16
* Update documents for Gitea behind reverse proxy. Fix some small bugs (some UR...wxiaoguang2021-10-151-1/+1
* [API] Add endpount to get user org permissions (#17232)Romain2021-10-121-1/+4
* Add nodeinfo endpoint for federation purposes (#16953)techknowlogick2021-09-281-0/+3
* Merge endpoints for pull diff/patch (#17104)qwerty2872021-09-221-2/+1
* Add API to get commit diff/patch (#17095)qwerty2872021-09-201-0/+1
* Use common sessioner for API and Web (#17027)zeripath2021-09-121-13/+3
* Add an api endpoint to fetch git notes (#15373) (#16649)nitul19912021-08-111-0/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1