aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update path related documents (#25417)wxiaoguang2023-07-191-1/+1
* Refactor "Content" for file uploading (#25851)wxiaoguang2023-07-182-26/+43
* Ignore `runs-on` with expressions when warning no matched runners (#25917)Jason Song2023-07-171-0/+7
* Fix incorrect milestone count when provide a keyword (#25880)yp053272023-07-161-10/+9
* Avoid opening/closing PRs which are already merged (#25883)yp053272023-07-151-0/+8
* Fix "Flash" message usage (#25895)wxiaoguang2023-07-151-5/+2
* Add support for different Maven POM encoding (#25873)KN4CK3R2023-07-141-1/+7
* Fix incorrect release count (#25879)yp053272023-07-141-1/+0
* Add error info if no user can fork the repo (#25820)yp053272023-07-141-0/+6
* fix incorrect repo url when changed the case of ownername (#25733)hiifong2023-07-141-6/+0
* move issue filters to shared template (#25729)Denys Konovalov2023-07-131-1/+2
* Fix empty project displayed in issue sidebar (#25802)yp053272023-07-122-4/+2
* Show correct SSL Mode on "install page" (#25818)wxiaoguang2023-07-111-0/+1
* Fix incorrect oldest sort in project list (#25806)yp053272023-07-112-2/+2
* Exclude default branch from pushed branch hint (#25795)Lunny Xiao2023-07-101-1/+1
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-108-36/+36
* Show edit title button on commits tab of PR, too (#25791)sebastian-sauer2023-07-101-0/+3
* Make "install page" respect environment config (#25648)wxiaoguang2023-07-091-6/+12
* Fix notification list bugs (#25781)wxiaoguang2023-07-091-1/+1
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-13/+9
* Test if container blob is accessible before mounting (#22759)KN4CK3R2023-07-091-7/+15
* Newly pushed branches hints on repository home page (#25715)Lunny Xiao2023-07-081-0/+12
* Fix `ref` for workflows triggered by `pull_request_target` (#25743)Zettat1232023-07-071-3/+13
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-073-6/+6
* Following up fixes for "Fix inconsistent user profile layout across tabs" (#2...wxiaoguang2023-07-071-3/+3
* Less naked returns (#25713)65432023-07-0710-67/+70
* Fix inconsistent user profile layout across tabs (#25625)puni98692023-07-066-128/+135
* Check `ctx.Written()` for `GetActionIssue` (#25698)Jason Song2023-07-055-11/+20
* Fix tags header and pretty format numbers (#25624)Lunny Xiao2023-07-051-0/+1