| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved defaults in defaults.go to setting.go (#5764) | John Olheiser | 2019-01-19 | 2 | -15/+9 |
* | ldap: Adjust log settings when a user is not found. (#5771) | Harshit Bansal | 2019-01-19 | 1 | -3/+3 |
* | Fix wording when user is unassigned from an issue (#5769) | Lanre Adelowo | 2019-01-19 | 2 | -2/+7 |
* | Force the PR close time to 60 days (#5770) | Antoine GIRARD | 2019-01-19 | 1 | -0/+1 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-19 | 1 | -0/+1 |
* | Log IP of failed ssh connection (#5766) | Robert Sprunk | 2019-01-19 | 1 | -2/+2 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-18 | 1 | -0/+1 |
* | fix migration bug (#5762) | Lunny Xiao | 2019-01-18 | 1 | -8/+28 |
* | backport 1.7.0-rc3 changelog (#5758) | techknowlogick | 2019-01-18 | 1 | -0/+12 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-18 | 20 | -20/+1 |
* | Disable auto-migrate in docker container (#5730) | techknowlogick | 2019-01-17 | 1 | -6/+0 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-18 | 20 | -20/+20 |
* | Refactor repo.isBare to repo.isEmpty #5629 (#5714) | zeripath | 2019-01-17 | 39 | -81/+125 |
* | update docs to include THEMES config value (#5752) | Lanre Adelowo | 2019-01-17 | 3 | -2/+4 |
* | Refactor notification for indexer (#5111) | Lunny Xiao | 2019-01-17 | 8 | -15/+75 |
* | upgrade go-sql-driver/mysql to fix invalid connection error (#5748) | Lunny Xiao | 2019-01-17 | 13 | -522/+466 |
* | api: Add missing GET teams endpoints (#5382) | Harshit Bansal | 2019-01-16 | 10 | -12/+160 |
* | Add Default Pull Request Title (#5735) | Elijah Oyekunle | 2019-01-16 | 1 | -2/+17 |
* | Fixing #5728: (#5747) | Zsombor | 2019-01-16 | 3 | -5/+9 |
* | backport 1.6.4 to HEAD (#5742) | techknowlogick | 2019-01-16 | 1 | -0/+6 |
* | Add Prerequisites (#5734) | vee w | 2019-01-16 | 1 | -0/+21 |
* | Add proper CORS preflight origin validation (#5740) | silverwind | 2019-01-15 | 1 | -2/+14 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-15 | 1 | -3/+4 |
* | Don't list an issue on its own dependency list UI. (#5658) | Harshit Bansal | 2019-01-15 | 2 | -2/+8 |
* | Support CORS headers to git smart http protocol (#5719) | Lunny Xiao | 2019-01-14 | 4 | -18/+38 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-14 | 3 | -0/+11 |
* | Prioritize "readme.md" (#5691) | Khaled Hamed | 2019-01-14 | 3 | -7/+47 |
* | Ensure that sessions are passed into queries that could use the database to p... | zeripath | 2019-01-13 | 6 | -22/+42 |
* | Add flag to skip repository dumping (#5695) | Zsombor | 2019-01-13 | 2 | -14/+24 |
* | Discord Oauth2 support (#4476) | techknowlogick | 2019-01-13 | 10 | -26/+308 |
* | Refactor mail notification (#5110) | Lunny Xiao | 2019-01-13 | 8 | -55/+190 |
* | fix: use correct value for "MSpan Structures Obtained" #4742 (#5706) | Julian | 2019-01-12 | 1 | -1/+1 |
* | Fix migration for user defined themes (#5682) | Lanre Adelowo | 2019-01-12 | 1 | -1/+1 |
* | Do not display the raw OpenID error in the UI (#5705) | zeripath | 2019-01-12 | 1 | -1/+2 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-12 | 3 | -1/+10 |
* | docker: stop modifying file permission before migrating database (#5707) | Julian | 2019-01-12 | 1 | -1/+0 |
* | allow user fork repo even when as a guest.. This will prompt the user to logi... | Lanre Adelowo | 2019-01-10 | 2 | -1/+2 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-11 | 3 | -2/+20 |
* | Add docs about database migration (#5661) | Shikiryu | 2019-01-10 | 2 | -0/+2 |
* | Update xorm to fix issue #5659 and #5651 (#5680) | Zsombor | 2019-01-09 | 4 | -6/+11 |
* | When redirecting clean the path to avoid redirecting to //www.othersite.com (... | zeripath | 2019-01-09 | 1 | -1/+1 |
* | fix public will not be reused as public key after deleting as deploy key (#5671) | Lunny Xiao | 2019-01-09 | 1 | -0/+5 |
* | document command line flags (#5675) | Lanre Adelowo | 2019-01-09 | 1 | -1/+7 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-09 | 1 | -0/+4 |
* | Allow for user specific themes (#5668) | Lanre Adelowo | 2019-01-09 | 14 | -11/+157 |
* | Translate home template to Czech (#5665) | Jan Breuer | 2019-01-08 | 1 | -0/+37 |
* | Added URL mapping for Release attachments like on github.com (#1707) | gdeverlant | 2019-01-06 | 5 | -9/+71 |
* | Display branch name in delete branch confirmation modal. (#5654) | Harshit Bansal | 2019-01-06 | 3 | -6/+6 |
* | Only count users own actions for heatmap contributions (#5647) | Julian | 2019-01-06 | 1 | -3/+13 |
* | fix commit page showing status for current default branch (#5650) | Julian | 2019-01-06 | 1 | -1/+1 |