summaryrefslogtreecommitdiffstats
path: root/routers/routes/web.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-1099/+0
* Rewrite of the LFS server (#15523)KN4CK3R2021-06-061-7/+14
* Add missing SameSite settings for the i_like_gitea cookie (#16037)zeripath2021-05-311-0/+1
* Improve assets handler middleware (#15961)Lunny Xiao2021-05-301-28/+24
* Return go-get info on subdirs (#15642)zeripath2021-05-091-65/+2
* Fix incorrect asset URL (#15805)silverwind2021-05-091-1/+1
* Feature/oauth userinfo (#15721)N. L. H2021-05-061-0/+1
* fix some ui bug about draft release (#15137)a10121127962021-05-061-2/+2
* Fix broken avatars since #15301 (#15731)zeripath2021-05-051-2/+2
* Use route rather than use thus reducing the number of stack frames (#15301)zeripath2021-05-041-42/+51
* Fixed several activation bugs (#15473)KN4CK3R2021-04-301-1/+2
* add `/assets` as root dir of public files (#15219)a10121127962021-04-281-0/+1
* Attachment support repository route (#15580)Lunny Xiao2021-04-231-0/+1
* add well-known config for OIDC (#15355)techknowlogick2021-04-151-0/+1
* Turn RepoRef and RepoAssignment back into func(*Context) (#15372)zeripath2021-04-091-10/+10
* Move FCGI req.URL.Path fix-up to the FCGI listener (#15292)zeripath2021-04-091-9/+0
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-1/+1
* Move modules/forms to services/forms (#15305)zeripath2021-04-061-134/+134
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-4/+4
* Handle unauthorized user events gracefully (#15071)Lauris BH2021-03-201-1/+1
* Add reverse proxy configuration support for remote IP address (#14959)Lauris BH2021-03-161-2/+19
* Add ui.explore settings to control view of explore pages (2) (#14094)zeripath2021-03-111-1/+2
* Add CORS config on to /login/oauth/access_token endpoint (#14850)zeripath2021-03-041-1/+13
* Handle urls with trailing slash (#14852)Norwin2021-03-021-0/+1
* Fix go get (#14758)Lunny Xiao2021-02-221-1/+65
* Add UI to delete tracked times (#14100)Norwin2021-02-191-0/+1
* routers/routes/web: Fix typo in comment (#14729)Jacob Hrbek2021-02-181-1/+1
* Whitespace in commits (#14650)vnkmpf2021-02-131-4/+4
* Added option to disable webhooks (#13176)Paweł Bogusławski2021-02-111-9/+17
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+1
* Sort / Move project boards (#14634)Romain2021-02-111-2/+2
* Adding Chi's GetHead middleware (#14541)Farid AYOUJIL2021-02-021-1/+2
* Move middlewares to web/middleware (#14480)Lunny Xiao2021-01-301-1/+1
* Update docs and comments to remove macaron (#14491)Lunny Xiao2021-01-291-1/+1
* Fix access log (#14475)Lunny Xiao2021-01-271-4/+4
* Fix captcha (#14488)Lunny Xiao2021-01-271-1/+3
* Fix panic 500 page rendering (#14474)Lunny Xiao2021-01-261-1/+2
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-0/+1044