| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow common redis and leveldb connections (#12385) | zeripath | 2020-09-28 | 14 | -42/+1000 |
* | Add config option to make create-on-push repositories public by default (#12936) | Tait Hoyem | 2020-09-27 | 1 | -0/+2 |
* | Allow extended config on cron settings (#12939) | zeripath | 2020-09-25 | 2 | -2/+67 |
* | Add IsTemplate option in create repo ui and api (#12942) | 赵智超 | 2020-09-25 | 3 | -0/+4 |
* | Adopt repositories (#12920) | zeripath | 2020-09-25 | 7 | -33/+449 |
* | Fix handling of migration errors (#12928) | zeripath | 2020-09-23 | 1 | -5/+6 |
* | Hopefully support GH enterprise (#12863) | John Olheiser | 2020-09-21 | 3 | -4/+8 |
* | API: NotificationSubject show Issue/Pull State (#12901) | 6543 | 2020-09-20 | 1 | -4/+5 |
* | Add configurable Trust Models (#11712) | zeripath | 2020-09-20 | 11 | -35/+81 |
* | Fix panic when adding long comment (#12892) | mrsdizzie | 2020-09-18 | 1 | -1/+1 |
* | Refactor: move Commit To APIFormat Code & Lot of StopWatch related things (#1... | 6543 | 2020-09-18 | 3 | -57/+207 |
* | Add size limit for content of comment on action ui (#12881) | 赵智超 | 2020-09-18 | 1 | -1/+10 |
* | Convert User expose ID each time (#12855) | 6543 | 2020-09-17 | 2 | -24/+36 |
* | Use a simple format for the big number on ui (#12822) | 赵智超 | 2020-09-16 | 3 | -2/+35 |
* | Fix anonymous GL migration (#12862) | John Olheiser | 2020-09-15 | 1 | -3/+4 |
* | On Migration respect old DefaultBranch (#12843) | 6543 | 2020-09-15 | 7 | -41/+56 |
* | fix: use Base36 for all code indexers (#12830) | Jui-Nan Lin | 2020-09-14 | 2 | -6/+5 |
* | Fix markdown meta parsing (#12817) | John Olheiser | 2020-09-12 | 2 | -7/+72 |
* | Don't replace underscores in auto-generated IDs in goldmark (#12805) | zeripath | 2020-09-12 | 1 | -1/+1 |
* | Fix bug on elastic search (#12811) | Lunny Xiao | 2020-09-12 | 2 | -15/+42 |
* | Make SVG size argument optional (#12814) | silverwind | 2020-09-11 | 1 | -1/+4 |
* | Issue templates directory (#11450) | John Olheiser | 2020-09-11 | 3 | -0/+137 |
* | Move all push update operations to a queue (#10133) | Lunny Xiao | 2020-09-11 | 3 | -560/+0 |
* | [API] Migration: Change ServiceType String (#12672) | 6543 | 2020-09-10 | 8 | -37/+86 |
* | Add check for LDAP group membership (#10869) | John Olheiser | 2020-09-10 | 3 | -2/+101 |
* | GitLab DL: normalizeColor (#12793) | 6543 | 2020-09-10 | 1 | -1/+14 |
* | return error when create gitlabdownloader (#12790) | Lunny Xiao | 2020-09-10 | 2 | -25/+10 |
* | Add a migrate service type switch page (#12697) | Lunny Xiao | 2020-09-09 | 1 | -11/+2 |
* | Fix yet another bug with diff file names (#12771) | zeripath | 2020-09-09 | 1 | -1/+1 |
* | Check passwords against HaveIBeenPwned (#12716) | John Olheiser | 2020-09-08 | 3 | -2/+39 |
* | File header tweaks, add CSS helpers (#12635) | silverwind | 2020-09-08 | 1 | -2/+12 |
* | Change/remove a branch of an open issue (#9080) | Vedran | 2020-09-08 | 4 | -0/+16 |
* | LFS support to be stored on minio (#12518) | Lunny Xiao | 2020-09-08 | 10 | -161/+297 |
* | Compare SSH_DOMAIN when parsing submodule URLs (#12753) | mrsdizzie | 2020-09-07 | 2 | -22/+24 |
* | Add queue for code indexer (#10332) | Lunny Xiao | 2020-09-07 | 4 | -160/+216 |
* | RepoInit Respect AlternateDefaultBranch (#12746) | 6543 | 2020-09-06 | 1 | -0/+4 |
* | Fix Avatar Resize (resize algo NearestNeighbor -> Bilinear) (#12745) | 6543 | 2020-09-06 | 1 | -1/+1 |
* | [Vendor] Update xanzy/go-gitlab v0.31.0 => v0.37.0 (#12701) | 6543 | 2020-09-06 | 1 | -2/+2 |
* | use assignment in tests (#12734) | zeripath | 2020-09-06 | 2 | -2/+2 |
* | refactor repo_stats to use os.pipe (#11726) | techknowlogick | 2020-09-05 | 2 | -67/+86 |
* | Add Created & Updated to Milestone (#12662) | 6543 | 2020-09-05 | 3 | -0/+10 |
* | [Vendor] Switch go-version lib (#12719) | 6543 | 2020-09-05 | 11 | -61/+90 |
* | Update to go-org 1.3.2 (#12728) | zeripath | 2020-09-05 | 1 | -3/+3 |
* | additional data for type StopWatch in swagger api (#12458) | Jochen Peters | 2020-09-05 | 1 | -2/+5 |
* | Expose Attachemnt Settings by API (#12514) | 6543 | 2020-09-05 | 1 | -0/+8 |
* | Refactor webhook payload convertion (#12310) | Lunny Xiao | 2020-09-04 | 12 | -454/+397 |
* | Remove async pre-empt hack if go >= 1.15 (#12718) | zeripath | 2020-09-04 | 1 | -1/+5 |
* | API: Expose its limitation settings (#12714) | 6543 | 2020-09-04 | 1 | -0/+8 |
* | Add spent time to referenced issue in commit message (#12220) | Lauris BH | 2020-09-04 | 3 | -38/+157 |
* | fix go1.15 lint error in modules/public/public.go (#12707) | 6543 | 2020-09-04 | 1 | -1/+1 |