summaryrefslogtreecommitdiffstats
path: root/routers/repo
Commit message (Expand)AuthorAgeFilesLines
* don't record error when request a non-exist user (#15819)Lunny Xiao2021-05-101-1/+1
* On open repository open common cat file batch and batch-check (#15667)zeripath2021-05-101-0/+12
* Ensure that ctx.Written is checked after issues(...) calls (#15797)zeripath2021-05-091-0/+3
* Add selecting tags on the compare page (#15723)Jonathan Tran2021-05-071-16/+37
* fix some ui bug about draft release (#15137)a10121127962021-05-061-8/+16
* Add compare tag dropdown to releases page (#15695)Jonathan Tran2021-05-031-0/+12
* Unified link creation. (#15619)KN4CK3R2021-04-305-10/+9
* Fix readme render bug (#15649)Lunny Xiao2021-04-281-0/+1
* Refactor renders (#15175)Lunny Xiao2021-04-198-48/+169
* Fix bug clone wiki (#15499)Lunny Xiao2021-04-151-0/+10
* Performance improvement for list pull requests (#15447)Lunny Xiao2021-04-151-12/+7
* fix wrong file link in code search page (#15466)a10121127962021-04-141-2/+1
* Add ETag header (#15370)KN4CK3R2021-04-122-10/+23
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-093-7/+5
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-085-244/+235
* Add dashboard milestone search and repo milestone search by name (#14866)Roger Luo2021-04-081-0/+7
* Fix CanCreateRepo check (#15311)John Olheiser2021-04-071-0/+3
* Move modules/forms to services/forms (#15305)zeripath2021-04-0621-98/+98
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-0525-238/+259
* response 404 for diff/patch of a commit that not exist (#15221)a10121127962021-04-011-0/+6
* Add Tabular Diff for CSV files (#14661)KN4CK3R2021-03-293-8/+87
* should run RetrieveRepoMetas() for empty pr (#15187)a10121127962021-03-291-3/+7
* [refactor] Unify the export of user data via API (#15144)65432021-03-271-1/+1
* Add DefaultMergeStyle option to repository (#14789)parnic2021-03-272-1/+5
* Implement delete release attachments and update release attachments' name (#1...Lunny Xiao2021-03-231-6/+32
* Create new issue from code (#14863)Roger Luo2021-03-171-0/+1
* Fixed wrong migrate url error description. (#15010)KN4CK3R2021-03-172-8/+8
* Move repo.CloseIssuesViaCommitInAnyBranch to issue settings (#14965)Norwin2021-03-161-4/+12
* Ensure validation occurs on clone addresses too (#14994)zeripath2021-03-152-48/+47
* Fix migration context data (#14910)KN4CK3R2021-03-071-15/+22
* Fix bug when combine label comments (#14894)Lunny Xiao2021-03-052-17/+97
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-034-6/+56
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-012-2/+11
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-013-4/+83
* Create tag on ui (#13467)a10121127962021-02-282-2/+39
* Add EasyMDE support for release content editor (#14744)a10121127962021-02-221-0/+8
* Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#1...zeripath2021-02-191-2/+1
* Add UI to delete tracked times (#14100)Norwin2021-02-192-2/+42
* #14699 Make branch names in PR description clickable (#14716)Jimmy Praet2021-02-181-0/+2
* Restore detection of branches are equal on compare page (#14586)zeripath2021-02-161-24/+2
* Whitespace in commits (#14650)vnkmpf2021-02-133-17/+17
* Add dismiss review feature (#12674)a10121127962021-02-112-1/+13
* Sort / Move project boards (#14634)Romain2021-02-111-4/+8
* 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 Content-Length header to HEAD requests (#14542)Farid AYOUJIL2021-02-052-4/+9
* 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] Add pagination to ListBranches (#14524)65432021-02-033-30/+31