aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Use template context function for avatar rendering (#26385)wxiaoguang2023-08-101-2/+3
* Add transaction when creating pull request created dirty data (#26259)Lunny Xiao2023-08-101-1/+1
* Fix admin queue page title (#26409)wxiaoguang2023-08-101-1/+1
* Pre-register OAuth2 applications for git credential helpers (#26291)Denys Konovalov2023-08-093-2/+4
* Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392)wxiaoguang2023-08-092-10/+10
* fix artifact merging chunks path with correct slash on Windows (#26400)FuXiaoHei2023-08-081-1/+2
* Refactor "editorconfig" (#26391)wxiaoguang2023-08-081-2/+2
* Remove unnecessary template helper DisableGravatar (#26386)wxiaoguang2023-08-082-0/+7
* Start using template context function (#26254)wxiaoguang2023-08-084-3/+7
* Allow package cleanup from admin page (#25307)KN4CK3R2023-08-082-0/+13
* Use more `IssueList` instead of `[]*Issue` (#26369)Lunny Xiao2023-08-071-2/+1
* Fix nil pointer dereference error when open link with invalid pull index (#2...CaiCandong2023-08-072-29/+30
* Add highlight to selected repos in milestone dashboard (#26300)yp053272023-08-041-3/+14
* Do not show Profile README when repository is private (#26295)Nicholas Pease2023-08-041-1/+1
* Add `Retry` button when creating a mirror-repo fails (#26228)Kerwin Bryant2023-08-042-1/+14
* Add locale for deleted head branch (#26296)yp053272023-08-031-2/+2
* Allow editing push mirrors after creation (#26151)puni98692023-08-011-0/+37
* Some fixes of the prompt of new branches (#26257)Zettat1232023-08-011-4/+12
* Add 'Show on a map' button to Location in profile, fix layout (#26214)Panagiotis "Ivory" Vasilopoulos2023-07-311-0/+1
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-315-389/+498
* Show image size on view page (#25884)JakobDev2023-07-311-0/+17
* Fix pull request check list is limited (#26179)caicandong2023-07-313-5/+5
* Fix unable to display individual-level project (#26198)caicandong2023-07-291-2/+8
* Fix access check for org-level project (#26182)Zettat1232023-07-291-6/+7
* Add commits dropdown in PR files view and allow commit by commit review (#25528)sebastian-sauer2023-07-283-8/+120
* Show branches and tags that contain a commit (#25180)delvh2023-07-272-5/+11
* Fixing redirection issue for logged-in users (#26105)cassiozareck2023-07-271-1/+2
* Fix handling of plenty Nuget package versions (#26075)KN4CK3R2023-07-264-32/+94
* Improve display of Labels/Projects/Assignees sort options (#25886)yp053272023-07-261-1/+5
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-2634-184/+63
* Display deprecated warning in admin panel pages as well as in the log file (#...Lunny Xiao2023-07-262-0/+13
* Remove "misc" scope check from public API endpoints (#26134)wxiaoguang2023-07-261-2/+2
* Allow Organisations to have a E-Mail (#25082)JakobDev2023-07-252-1/+12
* Implement auto-cancellation of concurrent jobs if the event is push (#25716)Bo-Yi Wu2023-07-251-4/+8
* Fix handling of Debian files with trailing slash (#26087)KN4CK3R2023-07-241-1/+1
* fix Missing 404 swagger response docs for /admin/users/{username} (#26086)caicandong2023-07-241-0/+2
* Reduce unnecessary DB queries for Actions tasks (#25199)sillyguodong2023-07-241-7/+26
* Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076)delvh2023-07-2310-124/+116
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-2222-63/+63
* Fix branch list auth (#26041)Lunny Xiao2023-07-221-1/+1
* Serve pre-defined files in "public", add "security.txt", add CORS header for ...wxiaoguang2023-07-213-11/+11
* Use frontend fetch for branch dropdown component (#25719)HesterG2023-07-217-10/+133
* Support copy protected branch from template repository (#25889)Lunny Xiao2023-07-212-19/+21
* Actions Artifacts support uploading multiple files and directories (#24874)FuXiaoHei2023-07-215-294/+423
* Remove redundant "RouteMethods" method (#26024)wxiaoguang2023-07-213-10/+10
* Fix the route for pull-request's authors (#26016)wxiaoguang2023-07-202-5/+11
* Add a link to OpenID Issuer URL in WebFinger response (#26000)Noah Snelson2023-07-201-0/+4
* Improve profile readme rendering (#25988)Earl Warren2023-07-191-1/+5
* parseScope with owner/repo always sets owner to zero (#25987)Earl Warren2023-07-191-1/+2
* Bump github.com/golang-jwt/jwt to v5 (#25975)harryzcy2023-07-192-13/+11