summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Whitespace in commits (#14650)vnkmpf2021-02-134-21/+21
* Show Gitea version in swagger (#14654)techknowlogick2021-02-121-1/+1
* Fix PATCH /repos/{owner}/{repo} panic (#14637)Anton Khimich2021-02-111-2/+14
* Added option to disable webhooks (#13176)Paweł Bogusławski2021-02-112-19/+37
* Add dismiss review feature (#12674)a10121127962021-02-116-1/+145
* Sort / Move project boards (#14634)Romain2021-02-112-6/+10
* Allow org labels to be set with issue templates (#14593)zeripath2021-02-101-1/+8
* Prevent adding nil label to .AddedLabels or .RemovedLabels (#14623)zeripath2021-02-101-5/+7
* Ensure memcache TTL cannot be over 30 days (#14592)zeripath2021-02-091-1/+1
* Add support for ref parameter to get raw file API (#14602)zeripath2021-02-091-1/+21
* [API] Add delete release by tag & fix unreleased inconsistency (#14563)65432021-02-073-18/+72
* Add Content-Length header to HEAD requests (#14542)Farid AYOUJIL2021-02-052-4/+9
* Honor REGISTER_MANUAL_CONFIRM when doing openid registration (#14548)Michel Ganguin2021-02-051-1/+1
* Fix lfs file viewer (#14568)Lunny Xiao2021-02-051-21/+16
* Fix bug about ListOptions and stars/watchers pagnation (#14556)Lunny Xiao2021-02-041-1/+5
* [API] GetRelease by tag only return release (#14397)Cameron Braid2021-02-041-2/+7
* [API] Add pagination to ListBranches (#14524)65432021-02-036-52/+49
* Adding Chi's GetHead middleware (#14541)Farid AYOUJIL2021-02-021-1/+2
* [API] List, Check, Add & delete endpoints for repository teams (#13630)65432021-02-012-0/+239
* Move middlewares to web/middleware (#14480)Lunny Xiao2021-01-305-11/+11
* Update docs and comments to remove macaron (#14491)Lunny Xiao2021-01-293-4/+1
* enhancement: add signoff option in commit form (#14516)a10121127962021-01-292-0/+6
* Fix access log (#14475)Lunny Xiao2021-01-273-57/+9
* Fix captcha (#14488)Lunny Xiao2021-01-273-1/+10
* [Feature] add precise search type for Elastic Search (#12869)Jui-Nan Lin2021-01-272-3/+11
* Print usefull error if SQLite is used in settings but not supported (#14476)65432021-01-271-5/+8
* Fix panic 500 page rendering (#14474)Lunny Xiao2021-01-261-1/+2
* Move macaron to chi (#14293)Lunny Xiao2021-01-2696-1058/+1363
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-246-39/+69
* Fix lfs preview bug (#14428)Lunny Xiao2021-01-221-1/+4
* Enhance Ghost comment mitigation Settings (#14392)65432021-01-213-5/+5
* Add TrN for repository limit (#12492)EV3R42021-01-221-5/+4
* Add support to migrate from gogs (#14342)65432021-01-211-0/+3
* Display current stopwatch in navbar (#14122)Norwin2021-01-212-0/+46
* load U2F js only on pages which need it (#11585)Kamil Domański2021-01-201-1/+1
* Project: show referenced PRs in issue cards (#14183)Roberto Santalla2021-01-201-1/+23
* Fix log http status is always zero (#14400)Lunny Xiao2021-01-191-2/+10
* Add pager to the branches page (#14202)Chester Liu2021-01-191-80/+135
* Use path not filepath in routers/editor (#14390)zeripath2021-01-191-4/+3
* Display error if twofaSecret cannot be retrieved (#14372)Ash McKenzie2021-01-181-1/+8
* Allow passcode invalid error to appear (#14371)Ash McKenzie2021-01-181-1/+1
* Implement ghost comment mitigation (#14349)65432021-01-171-0/+6
* Add edit, delete and reaction support to code review comments on issue page (...Lauris BH2021-01-171-0/+19
* Add review requested filter on pull request overview (#13701)Jimmy Praet2021-01-173-26/+42
* escape branch names in compare url (#14364)Jimmy Praet2021-01-171-5/+5
* Fix middlewares sequences (#14354)Lunny Xiao2021-01-161-5/+5
* KanBan: be able to set default board (#14147)65432021-01-153-19/+68
* Merge default and system webhooks under one menu (#14244)Lauris BH2021-01-154-49/+61
* Use IsProd instead of testing if it's equal. (#14336)Lunny Xiao2021-01-142-7/+6
* Use ServerError provided by Context (#14333)Lunny Xiao2021-01-144-9/+9