aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
...
* 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-054-2/+281
* 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
* Implement Cargo HTTP index (#24452)KN4CK3R2023-05-032-0/+36
* Fix api error message if fork exists (#24487)Otto Richter (fnetX)2023-05-021-1/+1
* Add Debian package registry (#24426)KN4CK3R2023-05-0220-33/+362
* 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-2820-362/+33
* Add Debian package registry (#22854)KN4CK3R2023-04-2820-33/+362
* Fix unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-281-2/+2
* Gitea Actions add `base_ref`, `head_ref`, `api_url`, `ref_type` fields (#24356)ChristopherHX2023-04-281-5/+20
* Add API for gitignore templates (#22783)JakobDev2023-04-273-0/+72
* Require repo scope for PATs for private repos and basic authentication (#24362)John Olheiser2023-04-261-0/+27
* 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
* Support upload `outputs` and use `needs` context on Actions (#24230)Jason Song2023-04-222-1/+81
* Fix access token issue on some public endpoints (#24194)harryzcy2023-04-211-6/+6
* Refactor web route (#24080)wxiaoguang2023-04-202-4/+4
* 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
* Add actions support to package auth verification (#23729)yp053272023-04-102-37/+22
* Fix protected branch for API (#24013)Lunny Xiao2023-04-091-4/+8
* Set `ref` to fully-formed of the tag when trigger event is `release` (#23944)sillyguodong2023-04-071-1/+2
* 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
* Display image size for multiarch container images (#23821)KN4CK3R2023-04-021-5/+16
* Refactor commit status for Actions jobs (#23786)Jason Song2023-03-292-4/+4
* Implement Issue Config (#20956)JakobDev2023-03-283-0/+71
* Set repository link based on the url in package.json for npm packages (#20379)Mai-Lapyst2023-03-281-0/+30
* 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
* Display the version of runner in the runner list (#23490)sillyguodong2023-03-191-2/+15
* Sort Python package descriptors by version to mimic PyPI format (#23550)Samuel FORESTIER2023-03-191-0/+6
* Match api migration behavior to web behavior (#23552)Andrew Tomaka2023-03-191-1/+1
* Return `repository` in npm package metadata endpoint (#23539)Zettat1232023-03-171-0/+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
* Add package registry architecture overview (#23445)KN4CK3R2023-03-131-0/+50
* Handle missing `README` in create repos API (#23387)Zettat1232023-03-132-0/+13