aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-276-11/+32
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-276-142/+138
* Fix possible ui 500 if workflow's job is nil (#31092)Lunny Xiao2024-05-271-0/+8
* Fix `View File` button link if branch deleted on pull request files pages (#3...metiftikci2024-05-251-1/+1
* Fix wrong display of recently pushed notification (#25812)yp053272024-05-211-7/+19
* use existing oauth grant for public client (#31015)Denys Konovalov2024-05-211-2/+17
* Refactor sha1 and time-limited code (#31023)wxiaoguang2024-05-201-1/+1
* Return `access_denied` error when an OAuth2 request is denied (#30974)Zettat1232024-05-201-0/+10
* Fix "force private" logic (#31012)wxiaoguang2024-05-203-4/+4
* Improve reverse proxy documents and clarify the AppURL guessing behavior (#31...wxiaoguang2024-05-192-1/+3
* Fix bug on avatar (#31008)Lunny Xiao2024-05-192-0/+4
* Simplify mirror repository API logic (#30963)wxiaoguang2024-05-171-9/+3
* Always load or generate oauth2 jwt secret (#30942)wxiaoguang2024-05-141-0/+11
* Protected tag is no internal server error (#30962)KN4CK3R2024-05-143-8/+17
* Support using label names when changing issue labels (#30943)Zettat1232024-05-131-1/+28
* Move reverproxyauth before session so the header will not be ignored even if ...Lunny Xiao2024-05-111-6/+6
* Check if reverse proxy is correctly configured (#30890)wxiaoguang2024-05-103-0/+37
* Remove deprecated stuff for runners (#30930)Jason Song2024-05-102-19/+0
* Fix misspelling of mergable (#30896)yp053272024-05-082-4/+4
* Fix various problems around projects board view (#30696)Lunny Xiao2024-05-085-83/+68
* Fix wrong transfer hint (#30889)Lunny Xiao2024-05-081-2/+8
* Refactor AppURL usage (#30885)wxiaoguang2024-05-076-12/+18
* Move database operations of merging a pull request to post receive hook and a...Lunny Xiao2024-05-072-1/+112
* Make sure git version&feature are always prepared (#30877)wxiaoguang2024-05-068-8/+12
* Improve grep search (#30843)wxiaoguang2024-05-032-1/+36
* Don't only list code-enabled repositories when using repository API (#30817)Kemal Zebari2024-05-031-3/+1
* Fix no edit history after editing issue's title and content (#30814)yp053272024-05-032-40/+33
* Ignore useless error message "broken pipe" (#30801)wxiaoguang2024-05-031-3/+1
* refactor: merge ListActionTasks func to action.go file (#30811)Bo-Yi Wu2024-05-022-80/+66
* Prevent automatic OAuth grants for public clients (#30790)Archer2024-05-021-2/+3
* Catch and handle unallowed file type errors in issue attachment API (#30791)Kemal Zebari2024-05-022-2/+17
* Skip gzip for some well-known compressed file types (#30796)wxiaoguang2024-05-021-1/+1
* Fix bleve fuzziness (#30799)wxiaoguang2024-05-011-1/+1
* Add API endpoints for getting action jobs status (#26673)Chester2024-05-013-0/+90
* Fix tautological conditions (#30735)silverwind2024-04-301-10/+8
* Fix issue label rendering in the issue popup (#30763)wxiaoguang2024-04-301-1/+4
* Fix all rounded borders, change affected tab menus to pills (#30707)silverwind2024-04-291-4/+2
* Rename CodeIndexerEnabled to IsRepoIndexerEnabled (#30762)wxiaoguang2024-04-292-3/+3
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-296-13/+13
* Add support for npm bundleDependencies (#30751)Micash2024-04-291-0/+1
* Fix nil dereference on error (#30740)Chongyi Zheng2024-04-282-4/+5
* Prevent allow/reject reviews on merged/closed PRs (#30686)Kemal Zebari2024-04-272-2/+13
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-279-11/+11
* feat(api): enhance Actions Secrets Management API for repository (#30656)Bo-Yi Wu2024-04-266-284/+327
* Fix code search input for different views (#30678)wxiaoguang2024-04-263-4/+0
* Add route handler info for debugging purpose (#30705)wxiaoguang2024-04-262-1/+7
* Improve job commit description (#30579)yp053272024-04-261-12/+14
* Allow to save empty comment (#30706)wxiaoguang2024-04-261-19/+22
* Improve oauth2 client "preferred username field" logic and the error handling...wxiaoguang2024-04-254-28/+81
* Fix a panic bug when head repository deleting (#30674)Lunny Xiao2024-04-241-13/+13