summaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-092-0/+108
* Update object repo with the migrated repository (#18684)Hugo Hoitink2022-02-091-1/+1
* Add `GetUserTeams` (#18499)Gusted2022-02-011-6/+5
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-2/+2
* API: Return primary language and repository language stats API URL (#18396)Lauris BH2022-01-252-0/+10
* format with gofumpt (#18184)65432022-01-2023-52/+45
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-1918-83/+78
* Fix PR comments UI (#18323)wxiaoguang2022-01-191-1/+3
* Use indirect comparison when showing pull requests (#18313)zeripath2022-01-181-3/+3
* Fix NPE on try to get tag reference via API (#18245)65432022-01-121-1/+1
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-28/+65
* Don't delete branch if other PRs with this branch are open (#18164)a10121127962022-01-031-0/+11
* Refactor auth package (#17962)Lunny Xiao2022-01-022-17/+17
* Add API to get issue/pull comments and events (timeline) (#17403)qwerty2872022-01-013-0/+119
* - name: new parameter in CreateForkOption to give the forked repository (#18066)Aravinth Manivannan2021-12-241-2/+15
* When attempting to subscribe other user to issue report why access denied (#1...zeripath2021-12-241-1/+2
* Add API to manage repo tranfers (#17963)qwerty2872021-12-232-0/+104
* Add API to get file commit history (#17652)qwerty2872021-12-221-24/+55
* Ensure that git repository is closed before transfer (#18049)zeripath2021-12-211-0/+5
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Abort merge if head has been updated before pressing merge (#18032)zeripath2021-12-201-1/+4
* Ensure complexity, minlength and ispwned are checked on password setting (#18...zeripath2021-12-171-0/+5
* Refactor HTTP request context (#17979)wxiaoguang2021-12-153-10/+10
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-157-7/+22
* Some repository refactors (#17950)Lunny Xiao2021-12-1211-38/+40
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-107-67/+73
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-1019-79/+94
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+1
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-1/+1
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-2812-26/+36
* Fix database inconsistent when admin change user email (#17549)Lunny Xiao2021-11-252-4/+14
* Move user related model into models/user (#17781)Lunny Xiao2021-11-2425-151/+173
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-245-26/+25
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-226-11/+18
* Support pagination of organizations on user settings pages (#16083)Lunny Xiao2021-11-221-8/+13
* Make `bind` error more readable (#17750)Gusted2021-11-221-1/+2
* Fix close issue but time watcher still running (#17643)Lunny Xiao2021-11-211-2/+3
* Extract constant names out for the ReverseProxy and Basic authentication meth...zeripath2021-11-201-1/+1
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-201-3/+1
* Allow Token API calls be authorized using the reverse-proxy header (#15119)Paweł Bogusławski2021-11-191-3/+6
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-5/+6
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-1911-26/+27
* Move user/org deletion to services (#17673)KN4CK3R2021-11-192-2/+4
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-171-2/+2
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-1/+2
* Move user follow and openid into models/user/ (#17613)Lunny Xiao2021-11-171-2/+3
* Multiple Escaping Improvements (#17551)zeripath2021-11-163-8/+12
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-2/+2
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-162-5/+5