summaryrefslogtreecommitdiffstats
path: root/routers/web/web.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add packagist webhook (#18224)Dr. Tobias Quathamer2022-01-231-0/+4
* Pause queues (#15928)zeripath2022-01-221-0/+2
* Add config options to hide issue events (#17414)qwerty2872022-01-211-0/+1
* format with gofumpt (#18184)65432022-01-201-7/+2
* Refactor Router Logger (#17308)wxiaoguang2022-01-201-4/+5
* Support webauthn (#17957)Lunny Xiao2022-01-141-13/+8
* Add replay of webhooks. (#18191)KN4CK3R2022-01-051-4/+13
* refactoring nits (#18188)65432022-01-051-1/+0
* Remove unused route "/tasks/trigger" (#18160)Gusted2022-01-031-2/+0
* Refactor auth package (#17962)Lunny Xiao2022-01-021-81/+83
* Removed unused endpoint. (#18127)KN4CK3R2021-12-291-1/+0
* Instead of using routerCtx just escape the url before routing (#18086)zeripath2021-12-251-5/+0
* Add NotFound handler (#18062)zeripath2021-12-221-0/+10
* Move POST /{username}/action/{action} to simply POST /{username} (#18045)zeripath2021-12-201-3/+1
* Support open compare page directly (#17975)Lunny Xiao2021-12-171-0/+1
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-1/+1
* Support sorting for project board issuses (#17152)Anbraten2021-12-081-1/+1
* Update chi/middleware to chi/v5/middleware (#17888)zeripath2021-12-021-1/+1
* Implement Well-Known URL for password change (#17777)mscherer2021-11-261-4/+10
* Fix org webchatwork webhook (#17810)wxiaoguang2021-11-251-0/+2
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-2/+1
* Allow admins to change user avatars (#17661)qwerty2872021-11-161-0/+2
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-13/+15
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-15/+15
* Add appearance section in settings (#17433)qwerty2872021-10-271-0/+4