aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Changelog v1.12.3 (#12356)v1.12.365432020-07-281-0/+11
* Backport to v1.12 for #12341 - Release date fix (#12351)Richard Mahn2020-07-282-1/+152
* Show 404 page when release not found (#12328) (#12332)techknowlogick2020-07-271-0/+4
* Backport emoji fixes to 1.12 (#12327)silverwind2020-07-254-21/+27
* Fix double-indirection bug in logging IDs (#12294) (#12308)techknowlogick2020-07-241-1/+1
* [ui] Link to pr list page on sidebar when view pr (#12256) (#12263)techknowlogick2020-07-161-3/+3
* Extend Notifications API and return pinned notifications by default (#12164) ...zeripath2020-07-137-24/+206
* Changelog for v1.12.2 (#12214)v1.12.2Lauris BH2020-07-111-0/+20
* Decrease the num_stars when deleting a repo (#11954) (#12188)赵智超2020-07-083-0/+55
* Fix regression: Gitea commits API again returns commit summaries, not full me...techknowlogick2020-07-081-1/+1
* properly set symbolic-ref HEAD when a repo is created with a non-master defau...techknowlogick2020-07-081-0/+7
* Trim to 255 runes instead of bytes (#12150)Jürgen Hötzel2020-07-071-4/+5
* Ensure Subkeys are verified (#12155) (#12168)zeripath2020-07-061-1/+41
* Use hash of repo path, ref and entrypath as cache key (#12151) (#12161)Lauris BH2020-07-061-2/+8
* Multiple small admin dashboard fixes (#12153) (#12156)zeripath2020-07-055-10/+16
* Remove spurious logging (#12139) (#12148)zeripath2020-07-051-3/+0
* templates/repo/empty.tmpl : fix repo setup instructions (#12147)Andreas Shimokawa2020-07-051-1/+1
* Move EventSource to SharedWorker (#12095) (#12130)zeripath2020-07-059-37/+211
* Fix ui bug in wiki commit page (#12089) (#12125)赵智超2020-07-031-2/+9