summaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Expand)AuthorAgeFilesLines
...
* Add Go package registry (#24687)KN4CK3R2023-05-141-1/+1
* Fix `organization` field being `null` in `GET /api/v1/teams/{id}` (#24694)Yarden Shoham2023-05-131-1/+1
* Add Alpine package registry (#23714)KN4CK3R2023-05-121-1/+1
* Filter get single commit (#24613)Matthew Walowski2023-05-101-16/+17
* Create a branch directly from commit on the create branch API (#22956)来自村里的小螃蟹2023-05-091-4/+28
* Make repository response support HTTP range request (#24592)wxiaoguang2023-05-091-12/+7
* Filters for GetAllCommits (#24568)Matthew Walowski2023-05-093-4/+20
* Improve Gitea's web context, decouple "issue template" code into service pack...wxiaoguang2023-05-092-7/+12
* Split "modules/context.go" to separate files (#24569)wxiaoguang2023-05-081-1/+1
* Pass 'not' to commit count (#24473)Matthew Walowski2023-05-082-5/+29
* Require at least one unit to be enabled (#24189)Lunny Xiao2023-05-061-3/+5
* Add RPM registry (#23380)KN4CK3R2023-05-051-1/+1
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-042-3/+2
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-3/+4
* Fix api error message if fork exists (#24487)Otto Richter (fnetX)2023-05-021-1/+1
* Add Debian package registry (#24426)KN4CK3R2023-05-021-1/+1
* Use globally shared HTMLRender (#24436)wxiaoguang2023-04-301-1/+1
* Add ability to specify '--not' from GetAllCommits (#24409)Matthew Walowski2023-04-291-1/+6
* Revert "Add Debian package registry" (#24412)Yarden Shoham2023-04-281-1/+1
* Add Debian package registry (#22854)KN4CK3R2023-04-281-1/+1
* Fix unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-281-2/+2
* Add API for gitignore templates (#22783)JakobDev2023-04-273-0/+72
* Add API for License templates (#23009)JakobDev2023-04-263-0/+92
* Fix typo in API route (#24310)silverwind2023-04-241-1/+1
* Move code from module to service (#24287)KN4CK3R2023-04-231-1/+1
* Fix access token issue on some public endpoints (#24194)harryzcy2023-04-211-6/+6
* Refactor web route (#24080)wxiaoguang2023-04-201-3/+3
* Fix issue attachment handling (#24202)wxiaoguang2023-04-201-2/+2
* Make wiki title supports dashes and improve wiki name related features (#24143)wxiaoguang2023-04-191-21/+19
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-143-7/+7
* Fix admin team access mode value in team_unit table (#24012)yp053272023-04-131-0/+19
* Fix protected branch for API (#24013)Lunny Xiao2023-04-091-4/+8
* Use graceful editorconfig loader to reduce errors when loading malformed edit...Yoan Blanc2023-04-061-1/+1
* Add activity feeds API (#23494)Zettat1232023-04-046-0/+254
* Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823)wxiaoguang2023-04-042-9/+16
* Improve LoadUnitConfig to handle invalid or duplicate units (#23736)Jason Song2023-04-031-1/+1
* Implement Issue Config (#20956)JakobDev2023-03-283-0/+71
* Add API to manage issue dependencies (#17935)qwerty2872023-03-283-0/+608
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-244-80/+119
* Match api migration behavior to web behavior (#23552)Andrew Tomaka2023-03-191-1/+1
* Add absent repounits to create/edit repo API (#23500)James Cleverley-Prance2023-03-161-0/+33
* Add login name and source id for admin user searching API (#23376)Lunny Xiao2023-03-152-6/+17
* add admin API email endpoints (#22792)techknowlogick2023-03-142-0/+91
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-143-0/+62
* Handle missing `README` in create repos API (#23387)Zettat1232023-03-132-0/+13
* Add Swift package registry (#22404)KN4CK3R2023-03-131-1/+1
* Purge API comment (#23451)John Olheiser2023-03-131-0/+4
* Use context for `RepositoryList.LoadAttributes` (#23435)yp053272023-03-131-1/+1
* Preserve file size when creating attachments (#23406)Peter2023-03-123-3/+3
* Add user webhooks (#21563)KN4CK3R2023-03-106-86/+254