aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #2156 admin able to edit organization max repo creationUnknwon2015-12-1112-18/+30
* #2152 fix SMTP authentication makes invalid assumption on protocolUnknwon2015-12-111-1/+6
* #2154 fix form submit errorUnknwon2015-12-116-19/+30
* #2155 fix org max repo limit default to -1Unknwon2015-12-111-0/+1
* #2154 disable change user for non-local usersUnknwon2015-12-118-10/+18
* #2155 The owner has reached maximum creation limit of 0 repositoriesUnknwon2015-12-113-4/+5
* fix sqlite3 cannot create repoUnknwon2015-12-112-4/+4
* #2147 fix rewrites authorized_keys when builtin SSH server is enabledUnknwon2015-12-111-0/+10
* #2114 External URL for wikiUnknwon2015-12-1111-6/+33
* Merge pull request #2146 from roidelapluie/developUnknwon2015-12-111-1/+1
|\
| * Minor typo in en-US locale: gloabl -> globalJulien Pivotto2015-12-111-1/+1
|/
* Drop 0.5.x supportUnknwon2015-12-102-298/+13
* #2029 not show content of issue in activity timelineUnknwon2015-12-101-1/+0
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-1011-51/+63
* fix markdown table header CSSUnknwon2015-12-102-3/+3
* fix bool check for repo max limit and fix hang when push repo with tons of co...Unknwon2015-12-106-9/+8
* fix user repo limit default valueUnknwon2015-12-101-1/+1
* #1301 "read-only" usersUnknwon2015-12-103-7/+7
* #1575 Limit repo creationUnknwon2015-12-1015-14/+73
* #1612 Ability to send mail when a new pull request is submittedUnknwon2015-12-1020-1107/+1375
* Merge pull request #2143 from pkgr/fix-packaging-postinstallUnknwon2015-12-103-38/+25
|\
| * Fix postinstall to use GOGS_CUSTOM instead of symlinkingCyril Rohr2015-12-103-38/+25
|/
* move out git module and #1573 send push hookUnknwon2015-12-0945-2002/+185
* Merge pull request #2139 from angus-g/fixes/pr-messagesUnknwon2015-12-092-916/+699
|\
| * Reword messages for PR auto merging (#2117)Angus Gibson2015-12-102-916/+699
* | Merge pull request #2137 from nanoant/patch/ssh-trigger-via-local-urlUnknwon2015-12-093-1/+7
|\ \ | |/ |/|
| * Make serv/update use LOCAL_ROOT_URL instead publicAdam Strzelecki2015-12-091-1/+1
| * LOCAL_ROOT_URL for workers accessing web serviceAdam Strzelecki2015-12-092-0/+6
|/
* Merge pull request #2138 from SlavikZ/masterUnknwon2015-12-092-6/+6
|\
| * LDAP parameters UI: bind_dn and bind_password are not requiredSlavikZ2015-12-092-6/+6
* | Merge pull request #2133 from kardianos/developUnknwon2015-12-091-0/+1
|\ \
| * | gogs: add import that lets gogs run as a stand-alone windows serviceDaniel Theophanes2015-12-091-0/+1
|/ /
* | #2035 Show author e-mail in commit diffUnknwon2015-12-091-1/+1
* | #1943 Able to config fsck timeoutUnknwon2015-12-097-8/+8
* | #2037 Add "New Mirror" button on DashboardUnknwon2015-12-095-701/+917
* | Merge pull request #2132 from nanoant/patch/do-not-fail-on-missing-lesscUnknwon2015-12-091-0/+2
|\ \ | |/ |/|
| * Makefile: Do not fail build on missing lesscAdam Strzelecki2015-12-091-0/+2
|/
* Merge pull request #2126 from angus-g/fixes/commits-branchesUnknwon2015-12-094-47/+50
|\
| * Break branch-selection dropdown into a templateAngus Gibson2015-12-093-88/+46
| * Dropdown on commits page to choose branch #1846Angus Gibson2015-12-092-3/+48
|/
* unified name: IsViewBranch, IsViewCommit and IsViewTagUnknwon2015-12-099-21/+18
* Merge pull request #2125 from angus-g/fixes/compare-commitsUnknwon2015-12-0816-941/+724
|\
| * Only show comparison link for >2 commits #1110Angus Gibson2015-12-0916-941/+724
|/
* #1984 Better mirror repo managementUnknwon2015-12-0816-56/+124
* #2115 more precise error messageUnknwon2015-12-081-1/+4
* #1627 auto login after install if admin is configuredUnknwon2015-12-084-6/+12
* add quay.io as another Docker optionUnknwon2015-12-072-2/+2
* Merge pull request #2122 from nanoant/patch/add-pre-receive-hookUnknwon2015-12-071-0/+1
|\
| * Allow pre-receive hook customizationAdam Strzelecki2015-12-081-0/+1
|/
* Merge pull request #2121 from nanoant/patch/less-n-template-indentUnknwon2015-12-07127-6397/+6405
|\