summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/api.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-071-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-201-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-241-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-161-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
* Set AllowedHeaders on API CORS handler (#16524)zeripath2021-08-041-0/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-1/+1
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-131-0/+3
* Creating a repo from a template repo via API (#15958)a10121127962021-07-051-0/+1
* Add API to get commits of PR (#16300)sebastian-sauer2021-07-021-0/+1
* [API] Add repoGetTag (#16166)65432021-06-231-2/+3
* [API] GET / SET User Settings (#16169)65432021-06-231-0/+4
* reqOrgMembership calls need to be preceded by reqToken (#16198)zeripath2021-06-211-3/+3
* [API] Add repoCreateTag (#16165)65432021-06-171-0/+1
* [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168)65432021-06-171-0/+2
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-0/+4
* Add missing SameSite settings for the i_like_gitea cookie (#16037)zeripath2021-05-311-0/+1