aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* make mailer log more verboseUnknwon2015-12-19
|
* update localesUnknwon2015-12-18
|
* fix #2189Unknwon2015-12-18
|
* prepare releaseUnknwon2015-12-18
|
* #2103 Ability to map extensions for syntax highlighting in configUnknwon2015-12-17
|
* #1692 add organization APIsUnknwon2015-12-17
|
* #2103 #2181 improvments of highlight class nameUnknwon2015-12-16
|
* #1692 add user email APIsUnknwon2015-12-15
|
* fix #2204Unknwon2015-12-15
|
* rename import pathUnknwon2015-12-15
|
* new template funcUnknwon2015-12-13
|
* Drop Go 1.3 supportUnknwon2015-12-13
|
* #2185 use Go sub-repo to detect encodingUnknwon2015-12-13
|
* ignore invalid envBruno2015-12-13
|
* #2161 fix wrong regexpUnknwon2015-12-12
|
* #2161 No issue linking in commits when issue number in bracketsUnknwon2015-12-12
|
* update localesUnknwon2015-12-12
|
* #2156 admin able to edit organization max repo creationUnknwon2015-12-11
|
* #2154 fix form submit errorUnknwon2015-12-11
|
* #2154 disable change user for non-local usersUnknwon2015-12-11
| | | | - #2153 remove require for gravatar
* fix sqlite3 cannot create repoUnknwon2015-12-11
|
* #2114 External URL for wikiUnknwon2015-12-11
|
* #1938 #1374 disable password change for non-local usersUnknwon2015-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
|
* 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
| |
* | 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
* #1943 Able to config fsck timeoutUnknwon2015-12-09
|
* #2037 Add "New Mirror" button on DashboardUnknwon2015-12-09
|
* unified name: IsViewBranch, IsViewCommit and IsViewTagUnknwon2015-12-09
|
* 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
|
* 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
* force new INI versionUnknwon2015-12-07
|
* minor fix for #2113 and other localesUnknwon2015-12-07
|
* Render commit msg as header + verbatim descriptionAdam Strzelecki2015-12-07
| | | | | | | | | Most commit in Git are expected to follow standard of single header line, followed by description paragraphs, separated by empty line from previous block. Previously Gogs were treating everything as single header. Now we are trying to render only first line as header, but following lines (description chunks) as a verbatim.
* prepare releaseUnknwon2015-12-06
|
* Fix misspelled wordsAlex Myasoedov2015-12-06
|
* #2063 Ability to delete repo from admin panelUnknwon2015-12-05
|
* APIs: admin usersUnknwon2015-12-05
|
* fix #2105 and fix #1857Unknwon2015-12-05
|
* #2052 advanced select ops for system noticesUnknwon2015-12-05
|
* fix #1829 and fix #890Unknwon2015-12-04
|
* fix panic for #2045Unknwon2015-12-04
|
* refactor API routes and some work for #976Unknwon2015-12-04
|
* minor fix for #2086Unknwon2015-12-02
|