aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add API to get commit diff/patch (#17095)qwerty2872021-09-202-0/+51
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-193-11/+13
* OpenAPI: correct documentation of issue listing parameters (#17060)Norwin2021-09-171-5/+5
* Add caller to cat-file batch calls (#17082)zeripath2021-09-171-6/+8
* Notifications API: respond with updated notifications (#17064)Norwin2021-09-173-12/+23
* Use common sessioner for API and Web (#17027)zeripath2021-09-121-13/+3
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-0/+5
* Calculate label URL on API (#16186)65432021-09-103-11/+15
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-081-18/+6
* Make mirror feature more configurable (#16957)65432021-09-073-3/+9
* Ensure that rebase conflicts are handled in updates (#16952)zeripath2021-09-051-0/+3
* Add option to update pull request by `rebase` (#16125)a10121127962021-08-311-3/+10
* [API] List limited and private orgs if authentificated (#16866)65432021-08-303-4/+4
* Refactor the fork service slightly to take ForkRepoOptions (#16744)Kyle Evans2021-08-281-1/+5
* Add filter by owner and team to issue/pulls search endpoint (#16662)Jimmy Praet2021-08-131-0/+39
* [API] generalize list header (#16551)65432021-08-1240-130/+297
* Related refactors to ctx.FormX functions (#16567)65432021-08-117-15/+11
* Add an api endpoint to fetch git notes (#15373) (#16649)nitul19912021-08-113-0/+90
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-1119-41/+41
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-092-28/+7
* Set AllowedHeaders on API CORS handler (#16524)zeripath2021-08-042-0/+2
* Swagger AccessToken fixes (#16574)zeripath2021-08-013-7/+12
* Fix swagger doc by rename repoAddTopĆ­c to repoAddTopic (#16580)Lars Hvam2021-08-011-1/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-2925-83/+83
* Add agit flow support in gitea (#14295)a10121127962021-07-281-1/+1
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-3/+1
* update `user/repos` api description (#16503)Patrick Schratz2021-07-211-1/+1
* Check user instead of organization when creating a repo from a template via A...Ion Jaureguialzo Sarasola2021-07-151-4/+9