aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* #2156 admin able to edit organization max repo creationUnknwon2015-12-11
|
* #2152 fix SMTP authentication makes invalid assumption on protocolUnknwon2015-12-11
|
* #2154 fix form submit errorUnknwon2015-12-11
|
* #2155 fix org max repo limit default to -1Unknwon2015-12-11
|
* #2154 disable change user for non-local usersUnknwon2015-12-11
| | | | - #2153 remove require for gravatar
* #2155 The owner has reached maximum creation limit of 0 repositoriesUnknwon2015-12-11
|
* fix sqlite3 cannot create repoUnknwon2015-12-11
|
* #2147 fix rewrites authorized_keys when builtin SSH server is enabledUnknwon2015-12-11
|
* #2114 External URL for wikiUnknwon2015-12-11
|
* Merge pull request #2146 from roidelapluie/developUnknwon2015-12-11
|\ | | | | Minor typo in en-US locale: gloabl -> global
| * Minor typo in en-US locale: gloabl -> globalJulien Pivotto2015-12-11
|/
* Drop 0.5.x supportUnknwon2015-12-10
|
* #2029 not show content of issue in activity timelineUnknwon2015-12-10
|
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-10
|
* fix markdown table header CSSUnknwon2015-12-10
|
* fix bool check for repo max limit and fix hang when push repo with tons of ↵Unknwon2015-12-10
| | | | commits
* fix user repo limit default valueUnknwon2015-12-10
|
* #1301 "read-only" usersUnknwon2015-12-10
|
* #1575 Limit repo creationUnknwon2015-12-10
|
* #1612 Ability to send mail when a new pull request is submittedUnknwon2015-12-10
|
* Merge pull request #2143 from pkgr/fix-packaging-postinstallUnknwon2015-12-10
|\ | | | | Fix postinstall to use GOGS_CUSTOM instead of symlinking
| * Fix postinstall to use GOGS_CUSTOM instead of symlinkingCyril Rohr2015-12-10
|/
* move out git module and #1573 send push hookUnknwon2015-12-09
|
* Merge pull request #2139 from angus-g/fixes/pr-messagesUnknwon2015-12-09
|\ | | | | Reword messages for PR auto merging (#2117)
| * Reword messages for PR auto merging (#2117)Angus Gibson2015-12-10
| |
* | Merge pull request #2137 from nanoant/patch/ssh-trigger-via-local-urlUnknwon2015-12-09
|\ \ | |/ |/| LOCAL_ROOT_URL for workers accessing web service
| * Make serv/update use LOCAL_ROOT_URL instead publicAdam Strzelecki2015-12-09
| | | | | | | | The reasoning for that is in the previous commit.
| * LOCAL_ROOT_URL for workers accessing web serviceAdam Strzelecki2015-12-09
|/ | | | | | | | | | | | | | | | | | | | | Local (DMZ) URL for gogs workers (such as ssh update) accessing web service. In most cases you do not need to change default http://localhost:HTTP_PORT/. You may need to alter it only if your ssh server node is not the same as http node, eg. running behind proxy on different node than web server. --- 80 public port -> 8080 -- web server node / public proxy --< \ --- 22 public port -> 10022 -- ssh server node This option is not intended to be accessible via web GUI settings, since it is unlikely someone needs to change it to somethings else than default http://localhost:HTTP_PORT/ which should work for most of the cases. But this should land into the documentation somewhere. fixup
* Merge pull request #2138 from SlavikZ/masterUnknwon2015-12-09
|\ | | | | LDAP parameters UI: bind_dn and bind_password are not required
| * LDAP parameters UI: bind_dn and bind_password are not requiredSlavikZ2015-12-09
| |
* | Merge pull request #2133 from kardianos/developUnknwon2015-12-09
|\ \ | | | | | | gogs: add import that lets gogs run as a stand-alone windows service
| * | gogs: add import that lets gogs run as a stand-alone windows serviceDaniel Theophanes2015-12-09
|/ / | | | | | | Updates #630
* | #2035 Show author e-mail in commit diffUnknwon2015-12-09
| |
* | #1943 Able to config fsck timeoutUnknwon2015-12-09
| |
* | #2037 Add "New Mirror" button on DashboardUnknwon2015-12-09
| |
* | Merge pull request #2132 from nanoant/patch/do-not-fail-on-missing-lesscUnknwon2015-12-09
|\ \ | |/ |/| Makefile: Do not fail build on missing lessc
| * Makefile: Do not fail build on missing lesscAdam Strzelecki2015-12-09
|/ | | | | | | | | | | | | | | This is achieved by adding public/css/gogs.css to special .IGNORE target, which makes inability to generate/update gogs.css non-fatal and not stopping whole build process. User is still notified about missing lessc command though, since inability to update CSS may lead to potential problems: lessc public/less/gogs.less public/css/gogs.css make: lessc: No such file or directory make: [public/css/gogs.css] Error 1 (ignored) More info at: https://www.gnu.org/software/make/manual/html_node/Special-Targets.html
* Merge pull request #2126 from angus-g/fixes/commits-branchesUnknwon2015-12-09
|\ | | | | Dropdown on commits page to choose branch #1846
| * Break branch-selection dropdown into a templateAngus Gibson2015-12-09
| | | | | | | | | | We only handle branch selection for repo home and commits pages, so the redirection URL is based on PageIsCommits
| * Dropdown on commits page to choose branch #1846Angus Gibson2015-12-09
|/ | | | | | I've mostly duplicated the dropdown code from repo/home.tmpl, which basically only required a change to the URL. This could probably be broken out into something more modular.
* unified name: IsViewBranch, IsViewCommit and IsViewTagUnknwon2015-12-09
|
* Merge pull request #2125 from angus-g/fixes/compare-commitsUnknwon2015-12-08
|\ | | | | Only show comparison link for >2 commits, fixes #1110
| * Only show comparison link for >2 commits #1110Angus Gibson2015-12-09
|/ | | | | | | We can look at the PushCommits object to see how many commits were included in a commit, and add some template logic to only show the comparison link when there are at least 2 commits in a push. We also correct the link to display the number of commits.
* #1984 Better mirror repo managementUnknwon2015-12-08
|
* #2115 more precise error messageUnknwon2015-12-08
|
* #1627 auto login after install if admin is configuredUnknwon2015-12-08
|
* add quay.io as another Docker optionUnknwon2015-12-07
|
* Merge pull request #2122 from nanoant/patch/add-pre-receive-hookUnknwon2015-12-07
|\ | | | | Allow pre-receive hook customization
| * Allow pre-receive hook customizationAdam Strzelecki2015-12-08
|/ | | | | | | This hook can be used for example to reject too large commits and it is executed before "update" hook, used exclusively by Gogs to update its state. https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
* Merge pull request #2121 from nanoant/patch/less-n-template-indentUnknwon2015-12-07
|\ | | | | Consistent tab indentation for all source files