summaryrefslogtreecommitdiffstats
path: root/routers/routes
Commit message (Expand)AuthorAgeFilesLines
* Fix language switch for install page (#16043)a10121127962021-06-011-1/+1
* Add missing SameSite settings for the i_like_gitea cookie (#16037)zeripath2021-05-312-0/+2
* Improve assets handler middleware (#15961)Lunny Xiao2021-05-302-42/+29
* Prevent double-login for Git HTTP and LFS and simplify login (#15303)zeripath2021-05-151-2/+14
* Return go-get info on subdirs (#15642)zeripath2021-05-092-65/+88
* 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
* Added missing prefix on install route. (#15677)KN4CK3R2021-04-301-0/+1
* 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-062-135/+135
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-4/+4
* Fix bug on avatar middleware (#15124)Lunny Xiao2021-03-231-2/+11
* 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-303-5/+5
* Update docs and comments to remove macaron (#14491)Lunny Xiao2021-01-291-1/+1
* Fix access log (#14475)Lunny Xiao2021-01-272-57/+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-263-439/+434
* Display current stopwatch in navbar (#14122)Norwin2021-01-211-0/+1
* Fix log http status is always zero (#14400)Lunny Xiao2021-01-191-2/+10
* KanBan: be able to set default board (#14147)65432021-01-151-0/+1
* Merge default and system webhooks under one menu (#14244)Lauris BH2021-01-151-11/+14
* Use IsProd instead of testing if it's equal. (#14336)Lunny Xiao2021-01-141-6/+5
* Fix typo (#14332)Lunny Xiao2021-01-141-1/+1
* Use Request.URL.RequestURI() for fcgi (#14312) (#14314)Kyungmin Bae2021-01-131-6/+6
* Issues overview should not show issues from archived repos (#13220)Elena Neuschild2021-01-121-3/+6
* Do not reload page after adding comments in Pull Request reviews (#13877)Jimmy Praet2021-01-081-0/+1
* Fix session bug when introduce chi (#14287)Lunny Xiao2021-01-082-6/+23