aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* [API] Only Return Json (#13511) (#13564)65432020-11-152-2/+59
* Disallow urlencoded new lines in git protocol paths if there is a port (#1352...65432020-11-111-0/+3
* Prevent panic on git blame by limiting lines to 4096 bytes at most (#13492)65432020-11-101-10/+32
* Migration failure during reaction migration from gitea (#13344) (#13346)techknowlogick2020-10-291-1/+1
* Remove obsolete change of email on profile page (#13341) (#13348)techknowlogick2020-10-291-8/+8
* Add migrated pulls to pull request task queue (#13331) (#13335)zeripath2020-10-271-0/+2
* Finally fix diff names (#13136) (#13139)zeripath2020-10-141-1/+1
* Backport Migration Option AuthToken (#13101)65432020-10-128-33/+37
* Migration Tool: Backport GitLab Label Color Normalizer (#12793) (#13100)65432020-10-111-1/+14
* Log the underlying panic in runMigrateTask (#13096) (#13098)zeripath2020-10-111-7/+4
* Fix repository create/delete event webhooks (#13008) (#13027)James Lakin2020-10-041-18/+14
* Fix 500 on README in submodule (#13006) (#13016)techknowlogick2020-10-021-0/+11
* allow U2F with default settings for gitea in subpath (#12990) (#13001)techknowlogick2020-10-011-2/+2
* Allow extended config on cron settings (#12939) (#12943)zeripath2020-09-252-2/+67
* 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-181-2/+4
* Add size limit for content of comment on action ui (#12881) (#12890)赵智超2020-09-181-1/+10
* On Migration respect old DefaultBranch (#12843) (#12858)65432020-09-157-41/+56
* Fix yet another bug with diff file names (#12771) (#12776)zeripath2020-09-091-1/+1
* RepoInit Respect AlternateDefaultBranch (#12746) (#12751)65432020-09-061-0/+4
* Fix Avatar Resize (resize algo NearestNeighbor -> Bilinear) (#12745) (#12750)65432020-09-061-1/+1
* [Backport] Fix go1.15 lint error in modules/public/public.go (#12707) (#12708)65432020-09-041-1/+2
* Make default StaticRootPath compile time settable (#12371) (#12652)65432020-09-021-1/+4
* When reading expired sessions - expire them (#12686) (#12690)techknowlogick2020-09-022-218/+1
* 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
* 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-221-1/+5
* Remove hardcoded ES indexername (#12521) (#12526)John Olheiser2020-08-181-1/+1
* Do not add prefix on http/https submodule links (#12477) (#12479)techknowlogick2020-08-132-3/+4
* 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-312-5/+5
* Git 2.28 no longer permits diff with ... on unrelated branches (#12370)zeripath2020-07-293-11/+52
* Backport emoji fixes to 1.12 (#12327)silverwind2020-07-252-1/+22
* Fix double-indirection bug in logging IDs (#12294) (#12308)techknowlogick2020-07-241-1/+1
* properly set symbolic-ref HEAD when a repo is created with a non-master defau...techknowlogick2020-07-081-0/+7
* 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-052-1/+3
* Move EventSource to SharedWorker (#12095) (#12130)zeripath2020-07-052-2/+5
* Fix ui bug in wiki commit page (#12089) (#12125)赵智超2020-07-031-2/+9
* Set the base url when migrating from Gitlab using access token or username wi...zeripath2020-07-021-1/+1
* Ensure BlameReaders close at end of request (#12102) (#12103)zeripath2020-07-012-7/+12
* Fix comments webhook panic backport (#12058)Cornel2020-06-258-9/+39
* Add serviceworker.js to KnownPublicEntries (#11992) (#11994)silverwind2020-06-201-3/+4
* For language detection do not try to analyze big files by content (#11971) (#...Lauris BH2020-06-191-3/+7
* Use google/uuid to instead satori/go.uuid (#11943) (#11946)Lunny Xiao2020-06-184-9/+9
* Global default branch setting (#11918) (#11937)techknowlogick2020-06-172-1/+4
* Handle more pathological branch and tag names (#11843) (#11863)zeripath2020-06-122-67/+7
* Prevent panic on empty HOST for mysql (#11850) (#11856)zeripath2020-06-111-1/+1