summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changelog 1.12.5 (#13002)v1.12.5John Olheiser2020-10-011-0/+27
* allow U2F with default settings for gitea in subpath (#12990) (#13001)techknowlogick2020-10-011-2/+2
* Prevent empty div when editing comment (#12404) (#12991)techknowlogick2020-10-012-5/+5
* Mirror: Update DB on Address-Update too (#12964) (#12967)65432020-09-282-6/+10
* Allow extended config on cron settings (#12939) (#12943)zeripath2020-09-252-2/+67
* Open transaction when adding Avatar email-hash pairs to the DB (#12577) (#12940)zeripath2020-09-241-1/+12
* Fix ListUserOrgs (#12910) (#12915)赵智超2020-09-211-1/+1
* Update only the repository columns that need updating (#12900) (#12912)zeripath2020-09-211-2/+7
* Fix panic when adding long comment (#12892) (#12894)mrsdizzie2020-09-181-1/+1
* Convert User expose ID each time (#12855) (#12883)65432020-09-183-4/+15
* Add size limit for content of comment on action ui (#12881) (#12890)赵智超2020-09-181-1/+10
* Fix pgsql migration test (#12844) (#12884)Lunny Xiao2020-09-181-0/+3
* Fix [API] CreateRepo missing information (#12848) (#12867)65432020-09-181-0/+6
* Support slashes in release tags (#12864) (#12882)zeripath2020-09-172-3/+3
* Fix migration v111 (#12868)Lunny Xiao2020-09-162-17/+43
* Escape more things that are passed through str2html (#12622) (#12850)zeripath2020-09-157-17/+18
* Fix notifications page links (#12838) (#12853)zeripath2020-09-151-0/+1
* On Migration respect old DefaultBranch (#12843) (#12858)65432020-09-157-41/+56
* Stop cloning unnecessarily on PR update (#12839) (#12852)zeripath2020-09-151-60/+19
* Remove double escape on labels addition in comments (#12809) (#12810)techknowlogick2020-09-111-1/+1
* Fix "only mail on mention" bug (#12775) (#12789)赵智超2020-09-103-2/+29
* Fix yet another bug with diff file names (#12771) (#12776)zeripath2020-09-093-48/+246
* gitea dump: include version & Check InstallLock (#12760) (#12762)65432020-09-073-0/+21
* RepoInit Respect AlternateDefaultBranch (#12746) (#12751)65432020-09-061-0/+4
* Fix Avatar Resize (resize algo NearestNeighbor -> Bilinear) (#12745) (#12750)65432020-09-068-124/+292
* [Backport] Fix go1.15 lint error in modules/public/public.go (#12707) (#12708)65432020-09-041-1/+2
* Changelog for 1.12.4 release (#12687)v1.12.4techknowlogick2020-09-031-0/+27
* [Backport] Fix comment broken issue ref dependence (#12651) (#12692)65432020-09-032-2/+9
* Make default StaticRootPath compile time settable (#12371) (#12652)65432020-09-022-2/+6
* When reading expired sessions - expire them (#12686) (#12690)techknowlogick2020-09-029-231/+32
* Escape provider name in oauth2 provider redirect (#12650)65432020-08-301-1/+2
* Mark Cache with ini tag (#12605) (#12611)John Olheiser2020-08-261-1/+1
* Escape Email in forgot_password.tmpl (#12610) (#12612)John Olheiser2020-08-261-1/+1
* go1.15 on windows (#12589) (#12593)techknowlogick2020-08-241-2/+3
* Fix diff path unquoting (#12554) (#12575)zeripath2020-08-232-30/+34
* Skip SSPI authentication attempts for /api/internal (#12556) (#12559)zeripath2020-08-223-1/+8
* Default empty merger list to those with write permissions (#12535) (#12560)zeripath2020-08-223-4/+9
* models: break out of loop (#12386) (#12561)zeripath2020-08-221-1/+2
* Improve HTML escaping helper (#12562)silverwind2020-08-223-10/+13
* Prevent NPE on commenting on lines with invalidated comments (#12549) (#12550)zeripath2020-08-214-3/+125
* Remove hardcoded ES indexername (#12521) (#12526)John Olheiser2020-08-181-1/+1
* Keys should not verify revoked email addresses (#12486) (#12495)zeripath2020-08-171-0/+3
* Fix bug preventing transfer to private organization (#12497) (#12501)techknowlogick2020-08-175-8/+17
* Do not add prefix on http/https submodule links (#12477) (#12479)techknowlogick2020-08-132-3/+4
* Fix ignored login on compare (#12476) (#12478)techknowlogick2020-08-121-1/+1
* Match GH with Commit page (#12425) (#12431)techknowlogick2020-08-051-5/+5
* Fix incorrect error logging in Stats indexer and OAuth2 (#12387) (#12422)techknowlogick2020-08-042-3/+9
* [Vendor] upgrade google/go-github to v32.1.0 (#12361) (#12390)65432020-07-31114-2623/+9157
* Rendoer emoji's of Commit message on feed-page (#12373)65432020-07-291-1/+1
* Git 2.28 no longer permits diff with ... on unrelated branches (#12370)zeripath2020-07-294-11/+54