aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/web.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-1/+1
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-101-0/+8
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-0/+1
* Defer Last Commit Info (#16467)zeripath2021-10-081-0/+3
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-1/+1
* Add nodeinfo endpoint for federation purposes (#16953)techknowlogick2021-09-281-0/+3
* Use common sessioner for API and Web (#17027)zeripath2021-09-121-13/+2
* Fix wiki raw commit diff/patch view (#16891)65432021-08-311-1/+1
* Added introspection endpoint. (#16752)KN4CK3R2021-08-201-0/+1
* Add agit flow support in gitea (#14295)a10121127962021-07-281-0/+16
* Fix issue pasted image missing if no release permission (#16520)Lunny Xiao2021-07-231-1/+6
* Add support for corporate WeChat webhooks (#15910)lengyuqu2021-07-231-0/+5
* Restore CORS on git smart http protocol (#16496)zeripath2021-07-211-11/+11
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Add tag protection (#15629)KN4CK3R2021-06-251-0/+9
* Rework repository archive (#14723)Lunny Xiao2021-06-231-2/+1
* Add asymmetric JWT signing (#16010)KN4CK3R2021-06-171-0/+1
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-0/+4
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+1023