summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Add support of utf8mb4 for mysql (#6992)Lunny Xiao2019-05-241-0/+1
* Do not attempt to return blob on submodule (#6996)zeripath2019-05-211-1/+1
* fix missing repo description when migrating (#7000)Lunny Xiao2019-05-201-0/+3
* Stop colorizing files by default (#6949)zeripath2019-05-151-2/+0
* Refactor models.NewRepoContext to extract git related codes to modules/git (#...Lunny Xiao2019-05-153-3/+29
* Add work path CLI option (#6922)zeripath2019-05-141-1/+4
* Move xorm logger bridge from log to models so that log module could be a stan...Lunny Xiao2019-05-142-115/+0
* Remove macaron dependent on modules/log (#6933)Lunny Xiao2019-05-132-103/+83
* rotate unusual logs and stop stacktracing (#6935)zeripath2019-05-141-1/+1
* Handle CORS requests (#6289)Tamal Saha2019-05-132-0/+42
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-1110-590/+245
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-1151-19/+1839
* Fix logging documentation (#6904)zeripath2019-05-111-0/+2
* internal/ssh: ignore env command totally (#6825)Antoine GIRARD2019-05-091-12/+0
* Show full name if DefaultShowFullName setting activated (#6710)Wim2019-05-082-0/+5
* Improve migrations to support migrating milestones/labels/issues/comments/pul...Lunny Xiao2019-05-0720-4/+2010
* Add GET requests to webhook (#6771)Simon2019-05-051-0/+1
* Number of commits ahead/behind in branch overview (#6695)Mario Lubenka2019-05-053-0/+65
* add french specific rule for translating plural texts (#6846)ngourdon2019-05-041-0/+6
* Hash App token (#6724)techknowlogick2019-05-042-0/+15
* Git statistics in Activity tab (#4724)Lauris BH2019-05-042-0/+143
* Fix #6813: Allow git.GetTree to take both commit and tree names (#6816)Filip Navara2019-05-024-11/+17
* Allow Recaptcha service url to be configured (#6820)zeripath2019-05-023-2/+9
* Remove `seen` map from `getLastCommitForPaths` (#6807)Filip Navara2019-04-301-8/+2
* Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)zeripath2019-04-291-13/+26
* Restore IsWindows variable assignment (#6722) (#6790)Nicola Scattaglia2019-04-281-0/+2
* Set user search base field optional in DLDAP edit page (#6779)ngourdon2019-04-281-0/+4
* UI: Detect and restore encoding and BOM in content (#6727)zeripath2019-04-263-7/+114
* OAuth2 token can be used in basic auth (#6747)techknowlogick2019-04-251-2/+16
* Fix org visibility bug when git cloning (#6743)Lunny Xiao2019-04-251-6/+0
* Handle redirects in git clone commands (#6688)James E. Blair2019-04-251-0/+3
* Fix domain name pattern in email regex (#6739)mrsdizzie2019-04-242-1/+16
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-223-8/+101
* Fix one performance/correctness regression in #6478 found on Rails repository...Filip Navara2019-04-211-38/+33
* Unfortunately MemProvider Init does not actually Init properly (#6692)zeripath2019-04-202-1/+218
* Prevent creating empty sessions (#6677)zeripath2019-04-202-0/+204
* Unifies pagination template usage (#6531) (#6533)Mario Lubenka2019-04-202-10/+60
* Add support for MS Teams webhooks (#6632)Daniel Grier2019-04-192-1/+12
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-1928-646/+676
* API OTP Context (#6674)techknowlogick2019-04-193-1/+48
* Telegram webhook (#4227)techknowlogick2019-04-182-1/+13
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-1728-275/+2074
* Pre-calculate the absolute path of git (#6575)Mura Li2019-04-172-1/+12
* Add API for manipulating Git hooks (#6436)Segev Finer2019-04-171-2/+2
* Add SUBJECT_PREFIX mailer config option (#6605)zeripath2019-04-172-1/+7
* Use ctx.metas for SHA hash links (#6645)mrsdizzie2019-04-163-4/+16
* Fix forking an empty repository (#6637)Segev Finer2019-04-151-7/+7
* Add json tags for oauth2 form (#6627)Jonas Franz2019-04-151-7/+7
* Add option to disable refresh token invalidation (#6584)Jonas Franz2019-04-122-1/+2
* Improve issue autolinks (#6273)mrsdizzie2019-04-123-16/+52