aboutsummaryrefslogtreecommitdiff
path: root/modules/setting/setting.go
Commit message (Collapse)AuthorAge
* Remove cache avatar support and add its testsUnknwon2016-02-14
|
* Implementing the "theme-color" meta tag.Andrey Nering2016-02-08
| | | | | | 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-05
|\ | | | | Feature/markdown custom url scheme
| * Custom URL-Schemas for MarkdownKim "BKC" Carlbäcker2016-01-27
| |
* | #2229 adjust URL verbose depth for reverse proxy sub-pathUnknwon2016-01-31
| |
* | Using https for gravatarmiles@Oscar2016-01-29
| |
* | Fixed gravatar urlmiles@Oscar2016-01-29
|/
* Fixed forgotten err variable assignmentPourya Daneshvar2016-01-24
|
* #2179 use Go sub-repo ssh to verify public key contentUnknwon2016-01-15
|
* fix #1436Unknwon2015-12-19
|
* fix #2189Unknwon2015-12-18
|
* #2103 Ability to map extensions for syntax highlighting in configUnknwon2015-12-17
|
* #1692 add organization APIsUnknwon2015-12-17
|
* #1575 Limit repo creationUnknwon2015-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
|
* #2115 more precise error messageUnknwon2015-12-08
|
* remove tags redis and memcacheUnknwon2015-11-21
|
* fix old namingGibheer2015-11-18
| | | | | 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-18
| | | | | 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-08
|
* add MakefileUnknwon2015-11-03
|
* fix problem with #1879Unknwon2015-11-02
|
* Merge pull request #1871 from Gibheer/config_minimum_key_sizes无闻2015-11-01
|\ | | | | move minimum key sizes to config
| * move minimum key sizes to configGibheer2015-10-30
| | | | | | | | | | 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-29
|/
* #1657 allow forcing all private reposUnknwon2015-10-25
|
* add config and update localeUnknwon2015-10-24
|
* New push to head repo of head branch: regenerate patch and retest applyUnknwon2015-10-24
|
* fix import path, fix #1782Unknwon2015-10-15
|
* #1602 Wrong commit order on issue page when pushing multiple commitsUnknwon2015-09-25
|
* Merge pull request #1693 from sapk/fix-admin-repo-new-ui无闻2015-09-25
|\ | | | | Fix admin repos new ui
| * Fix admin repos new uiAntoine GIRARD2015-09-26
| |
* | New admin organization UIAntoine GIRARD2015-09-25
|/
* New admin notice UI based on user list exampleAntoine GIRARD2015-09-25
|
* fix #1664Unknwon2015-09-21
|
* drop oauth2 feature supportUnknwon2015-09-17
|
* simplify namesUnknwon2015-09-16
|
* #697 and #1606 and new admin edit user UIUnknwon2015-09-13
|
* #697 disable captcha and new admin create user UIUnknwon2015-09-13
|
* add tidb supportUnknwon2015-09-12
|
* new admin user list UIUnknwon2015-09-11
|
* Able to use `GOGS_WORK_DIR` environment variable to specify work directoryUnknwon2015-09-07
|
* finish initial version of pull requestUnknwon2015-09-02
|
* #1009 Config option for preserving hard line breaksUnknwon2015-09-01
|
* minor fixes on #1551Unknwon2015-09-01
|
* add webhook recent deliveriesUnknwon2015-08-27
|
* new create webhook UIUnknwon2015-08-27
|
* Merge pull request #1414 from nice-software/wip/currentUser无闻2015-08-19
|\ | | | | Factor out function to get the current user
| * Factor out function to get the current userPaolo Borelli2015-08-15
| | | | | | | | | | The same logic was duplicated in three places. Factor it out so that we can add further fallbacks in a single place.