summaryrefslogtreecommitdiffstats
path: root/routers/web/web.go
Commit message (Expand)AuthorAgeFilesLines
* Allow disable RSS/Atom feed (#21622)Xinyu Zhou2022-11-211-2/+11
* Add package registry cleanup rules (#21658)KN4CK3R2022-11-201-6/+42
* Fix setting HTTP headers after write (#21833)KN4CK3R2022-11-181-1/+4
* Add configuration for CORS allowed headers (#21747)Drew Noel2022-11-111-0/+1
* Remove template previewer (#21701)Gusted2022-11-061-5/+0
* Allow disable sitemap (#21617)Xinyu Zhou2022-10-281-3/+10
* Added check for disabled Packages (#21540)rock2dust2022-10-221-0/+1
* Add team member invite by email (#20307)KN4CK3R2022-10-191-0/+5
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-2/+7
* Support instance-wide OAuth2 applications (#21335)qwerty2872022-10-121-0/+17
* Add user/organization code search (#19977)Lauris BH2022-10-111-0/+1
* Allow creation of OAuth2 applications for orgs (#18084)qwerty2872022-10-091-2/+18
* Add pages to view watched repos and subscribed issues/PRs (#17156)qwerty2872022-09-291-0/+2
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-281-4/+7
* refactor webhook *EditPost (#20780)oliverpool2022-08-231-3/+3
* Fix init mail render logic (#20704)KN4CK3R2022-08-081-4/+0
* Add disable download source configuration (#20548)Lunny Xiao2022-07-311-1/+8
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-251-0/+2
* Allow access to the Public Organization Member lists with minimal permissions...a10121127962022-07-151-1/+6
* Fix various typos (#20338)luzpaz2022-07-121-1/+1
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-301-1/+1
* Add sitemap support (#18407)Daniil Gentili2022-06-251-0/+3
* Fix wrong login requirement routers (#20101)Lunny Xiao2022-06-231-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-2/+2
* Allow render HTML with css/js external links (#19017)Lunny Xiao2022-06-161-0/+7
* Unify repo settings & show better error (#19828)Gusted2022-06-121-2/+4
* fixed comment typo (#19944)xkcdstickfigure2022-06-111-1/+1
* Auto merge pull requests when all checks succeeded via WebUI (#19648)65432022-06-111-0/+1
* Feature: Find files in repo (#15028)Roger Luo2022-06-091-0/+6
* Move `/info` outside authorization (#19888)Gusted2022-06-041-1/+5
* Adding button to link accounts from user settings (#19792)Mai-Lapyst2022-05-291-4/+4
* Add Webfinger endpoint (#19462)KN4CK3R2022-05-091-2/+10
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-071-0/+1
* Add health check endpoint (#18465)ttys32022-05-041-0/+3
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-3/+5
* Fix middleware function's placements for some `/user/...` (#19377)Gusted2022-04-121-5/+5
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-081-3/+16
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-1/+15
* Fix global packages enabled avaiable (#19276)Lunny Xiao2022-03-311-19/+25
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-0/+1
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+34
* Refactor repo clone button and repo clone links, fix JS error on empty repo p...wxiaoguang2022-03-291-0/+1
* Let web and API routes have different auth methods group (#19168)Lunny Xiao2022-03-281-1/+26
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-3/+15
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-4/+4
* Use custom favicon when viewing static files if it exists (#19130)Abheek Dhawan2022-03-191-0/+5
* Add button for issue deletion (#19032)Otto Richter (fnetX)2022-03-091-0/+1
* Disable unnecessary OpenID/OAuth2 elements (#18491)Paweł Bogusławski2022-02-091-4/+11
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-091-0/+5
* Ensure that blob-excerpt links work for wiki (#18587)zeripath2022-02-051-1/+20