summaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Expand)AuthorAgeFilesLines
* 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
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-162-8/+6
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-123-5/+7
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-114-21/+24
* Fix 500 when a comment was deleted which has a notification (#17550)Lunny Xiao2021-11-102-3/+3
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-104-69/+71
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-099-97/+105
* Avoid double imports (#17569)Gusted2021-11-081-2/+1
* Ensure that restricted users can access repos for which they are members (#17...zeripath2021-10-281-1/+1
* Add API to get/edit wiki (#17278)qwerty2872021-10-254-0/+554
* Update documents for Gitea behind reverse proxy. Fix some small bugs (some UR...wxiaoguang2021-10-152-2/+2
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-3/+3
* [API] Add endpount to get user org permissions (#17232)Romain2021-10-123-1/+82
* API pull's head/base have correct permission (#17214)pricly-yellow2021-10-071-4/+4
* API: don't allow merged PRs to be reopened (#17192)Norwin2021-10-022-1/+14
* Add nodeinfo endpoint for federation purposes (#16953)techknowlogick2021-09-283-0/+64
* Don't return binary file changes in raw PR diffs by default (#17158)Norwin2021-09-271-1/+7
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-271-3/+3
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-247-21/+27
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+2
* Merge endpoints for pull diff/patch (#17104)qwerty2872021-09-222-40/+14