summaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix panic when getting notes by ref (#23372)Zettat1232023-03-081-1/+11
* Make Ctrl+Enter submit a pending comment (starting review) instead of submitt...wxiaoguang2023-03-041-2/+2
* Add loading yaml label template files (#22976)Lauris BH2023-03-023-47/+41
* Use context parameter in services/repository (#23186)Jason Song2023-02-284-9/+9
* Add "Reviewed by you" filter for pull requests (#22927)Brecht Van Lommel2023-02-241-0/+7
* Add force_merge to merge request and fix checking mergable (#23010)Jason Song2023-02-211-4/+11
* Add scopes to API to create token and display them (#22989)zeripath2023-02-201-2/+11
* Fix panic when call api (/repos/{owner}/{repo}/pulls/{index}/files) (#22921)sillyguodong2023-02-201-2/+4
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-2/+2
* Rename `GetUnits` to `LoadUnits` (#22970)yp053272023-02-191-1/+1
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-191-1/+1
* Scoped labels (#22585)Brecht Van Lommel2023-02-182-0/+8