aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/web.go
Commit message (Expand)AuthorAgeFilesLines
* Fix http protocol auth (#27875) (#27878)Lunny Xiao2023-11-021-14/+3
* Allow get release download files and lfs files with oauth2 token format (#264...Giteabot2023-10-011-5/+3
* Fix wrong middleware sequence (#26428) (#26436)Giteabot2023-08-101-1/+1
* Fix access check for org-level project (#26182) (#26223)Giteabot2023-07-291-6/+7
* Fix the route for pull-request's authors (#26016) (#26018)Giteabot2023-07-201-4/+3
* Show outdated comments in files changed tab (#24936) (#25428)sebastian-sauer2023-06-221-3/+3
* Fix bug for code search if code is disabled (#25173) (#25181)Giteabot2023-06-091-1/+6
* Use a separate admin page to show global stats, remove `actions` stat (#25062)wxiaoguang2023-06-031-2/+3
* Merge `new project` templates into one (#24985)delvh2023-05-311-4/+4
* Add user level action runners (#24995)HesterG2023-05-311-0/+1
* Followup to pinned Issues (#24945)JakobDev2023-05-301-2/+2
* Add the ability to pin Issues (#24406)JakobDev2023-05-251-0/+3
* Fix install page context, make the install page tests really test (#24858)wxiaoguang2023-05-231-1/+1
* Implement actions artifacts (#22738)FuXiaoHei2023-05-191-0/+2
* Add icon support for safari (#24697)Lunny Xiao2023-05-131-0/+1
* Make repo migration cancelable and fix various bugs (#24605)wxiaoguang2023-05-111-0/+1
* Improve queue & process & stacktrace (#24636)wxiaoguang2023-05-111-4/+7
* Rewrite queue (#24505)wxiaoguang2023-05-081-6/+1
* Require at least one unit to be enabled (#24189)Lunny Xiao2023-05-061-16/+22
* Fix some mistakes when using `ignSignIn` (#24415)wxiaoguang2023-05-041-7/+7
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-041-17/+13
* Add rerun workflow button and refactor to use SVG octicons (#24350)yp053272023-05-011-1/+2
* Use globally shared HTMLRender (#24436)wxiaoguang2023-04-301-1/+2
* getting the tag list does not require being signed in (#24413)Earl Warren2023-04-291-1/+1
* Move secrets and runners settings to actions settings (#24200)Hester Gong2023-04-271-68/+57
* Refactor "route" related code, fix Safari cookie bug (#24330)wxiaoguang2023-04-271-154/+25
* Improve RSS (#24335)wxiaoguang2023-04-251-2/+2
* Fix incorrect CORS response in Http Git handler (#24303)wxiaoguang2023-04-251-1/+1
* Add tags list for repos whose release setting is disabled (#23465)Zettat1232023-04-251-3/+7
* Add RSS Feeds for branches and files (#22719)jladbrook2023-04-251-0/+3
* Move code from module to service (#24287)KN4CK3R2023-04-231-6/+6
* Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` (#24270)wxiaoguang2023-04-221-5/+5
* Refactor web route (#24080)wxiaoguang2023-04-201-5/+5
* Add unset default project column (#23531)yp053272023-04-191-0/+2
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-191-1/+1
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-121-5/+1
* Support "." char as user name for User/Orgs in RSS/ATOM/GPG/KEYS path ... (#2...65432023-04-071-10/+42
* Refactor authors dropdown (send get request from frontend to avoid long wait ...Hester Gong2023-04-071-1/+4
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-031-0/+7
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-241-1/+1
* Add missing tabs to org projects page (#22705)yp053272023-03-101-15/+25
* Add user webhooks (#21563)KN4CK3R2023-03-101-69/+54
* Require approval to run actions for fork pull request (#22803)Jason Song2023-02-241-0/+1
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-1/+1
* Add Chef package registry (#22554)KN4CK3R2023-02-061-0/+1
* Add Cargo package registry (#21888)KN4CK3R2023-02-051-0/+8
* Add user secrets (#22191)KN4CK3R2023-02-011-4/+11
* Implement actions (#21937)Jason Song2023-01-311-0/+43
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-1/+41
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-2/+8