summaryrefslogtreecommitdiffstats
path: root/modules/setting
Commit message (Collapse)AuthorAgeFilesLines
* Remove cache avatar support and add its testsUnknwon2016-02-141-2/+0
|
* Implementing the "theme-color" meta tag.Andrey Nering2016-02-081-0/+2
| | | | | | Used by Android >= 5.0 to make the top bar colored. Reference: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
* Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-schemeUnknwon2016-02-051-0/+1
|\ | | | | Feature/markdown custom url scheme
| * Custom URL-Schemas for MarkdownKim "BKC" Carlbäcker2016-01-271-0/+1
| |
* | #2229 adjust URL verbose depth for reverse proxy sub-pathUnknwon2016-01-311-6/+9
| |
* | Using https for gravatarmiles@Oscar2016-01-291-1/+1
| |
* | Fixed gravatar urlmiles@Oscar2016-01-291-1/+1
|/
* Fixed forgotten err variable assignmentPourya Daneshvar2016-01-241-1/+1
|
* #2179 use Go sub-repo ssh to verify public key contentUnknwon2016-01-151-9/+0
|
* fix #1436Unknwon2015-12-191-8/+13
|
* fix #2189Unknwon2015-12-182-2/+18
|
* #2103 Ability to map extensions for syntax highlighting in configUnknwon2015-12-171-21/+23
|
* #1692 add organization APIsUnknwon2015-12-171-2/+2
|
* #1575 Limit repo creationUnknwon2015-12-101-3/+4
|
* LOCAL_ROOT_URL for workers accessing web serviceAdam Strzelecki2015-12-091-0/+2
| | | | | | | | | | | | | | | | | | | | | 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-091-0/+1
|
* #2115 more precise error messageUnknwon2015-12-081-1/+4
|
* remove tags redis and memcacheUnknwon2015-11-213-43/+4
|
* fix old namingGibheer2015-11-181-1/+1
| | | | | This is the old naming of the variable and I forgot to fix it. It now works and is tested.
* fix #1957 - disable version displayGibheer2015-11-181-0/+2
| | | | | This allows the admin to disable the version information about gogs and go in use in the footer.
* fix 1540 and experimental SSH server supportUnknwon2015-11-081-24/+25
|
* add MakefileUnknwon2015-11-031-0/+9
|
* fix problem with #1879Unknwon2015-11-021-0/+1
|
* Merge pull request #1871 from Gibheer/config_minimum_key_sizes无闻2015-11-011-0/+6
|\ | | | | move minimum key sizes to config
| * move minimum key sizes to configGibheer2015-10-301-0/+6
| | | | | | | | | | This moves the minimum key sizes into the config file, so that anyone can modify the restrictions.
* | fix issue comment mention and autofix count when startUnknwon2015-10-291-6/+7
|/
* #1657 allow forcing all private reposUnknwon2015-10-251-3/+5
|
* add config and update localeUnknwon2015-10-241-1/+1
|
* New push to head repo of head branch: regenerate patch and retest applyUnknwon2015-10-241-0/+4
|
* Fix import pathSoputtra San2015-10-192-3/+3
|
* fix import path, fix #1782Unknwon2015-10-151-1/+1
|
* #1602 Wrong commit order on issue page when pushing multiple commitsUnknwon2015-09-251-5/+7
|
* Merge pull request #1693 from sapk/fix-admin-repo-new-ui无闻2015-09-251-0/+2
|\ | | | | Fix admin repos new ui
| * Fix admin repos new uiAntoine GIRARD2015-09-261-0/+2
| |
* | New admin organization UIAntoine GIRARD2015-09-251-0/+2
|/
* New admin notice UI based on user list exampleAntoine GIRARD2015-09-251-0/+2
|
* fix #1664Unknwon2015-09-211-13/+0
|
* drop oauth2 feature supportUnknwon2015-09-171-2/+1
|
* simplify namesUnknwon2015-09-161-2/+4
|
* #697 and #1606 and new admin edit user UIUnknwon2015-09-131-2/+2
|
* #697 disable captcha and new admin create user UIUnknwon2015-09-131-0/+2
|
* add tidb supportUnknwon2015-09-121-0/+1
|
* new admin user list UIUnknwon2015-09-111-2/+6
|
* Able to use `GOGS_WORK_DIR` environment variable to specify work directoryUnknwon2015-09-071-0/+5
|
* finish initial version of pull requestUnknwon2015-09-021-1/+1
|
* #1009 Config option for preserving hard line breaksUnknwon2015-09-011-3/+11
|
* minor fixes on #1551Unknwon2015-09-011-1/+3
|
* add webhook recent deliveriesUnknwon2015-08-271-0/+2
|
* new create webhook UIUnknwon2015-08-271-0/+2
|
* Merge pull request #1414 from nice-software/wip/currentUser无闻2015-08-191-4/+2
|\ | | | | Factor out function to get the current user