Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | #2954 use text/plain as default email content format | Unknwon | 2016-05-30 | 1 | -21/+23 | |
| | ||||||
* | Remove code for checking ssh-keygen | Unknwon | 2016-03-19 | 1 | -6/+0 | |
| | ||||||
* | #1891 attempt to fix invalid csrf token | Unknwon | 2016-03-12 | 1 | -1/+2 | |
| | ||||||
* | Making AppDataPath customizable. | Rodrigo Saboya | 2016-03-09 | 1 | -1/+2 | |
| | ||||||
* | #1891 attempt to fix expected invalid CSRF token | Unknwon | 2016-03-03 | 1 | -2/+0 | |
| | | | | - Remove unused config settings `[picture] service` | |||||
* | Allow setting git operations timeouts | Unknwon | 2016-02-29 | 1 | -0/+6 | |
| | | | | | | - Migrate: #2704 #2653 - Clone: #2701 - Mirror, Pull | |||||
* | Post work for #2637 | Unknwon | 2016-02-27 | 1 | -59/+46 | |
| | | | | Improve test cases, config settings, also show SSH config settings on admin config panel. | |||||
* | Merge pull request #2637 from Gibheer/ssh-publickeys | Unknwon | 2016-02-27 | 1 | -0/+42 | |
|\ | | | | | allow native and ssh-keygen public key check | |||||
| * | use StartSSHServer instead of DisableSSH | Gibheer | 2016-02-23 | 1 | -1/+1 | |
| | | | | | | | | | | DisableSSH doesn't check the kind of ssh server to use, so that was wrong. Use StartSSHServer instead. | |||||
| * | seperate ssh constants from schema constants | Gibheer | 2016-02-23 | 1 | -5/+8 | |
| | | | | | | | | | | The contants were placed in the same section as the scheme ones, which may lead to confusion. | |||||
| * | allow native and ssh-keygen public key check | Gibheer | 2016-02-16 | 1 | -3/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds the possibibility to use either the native golang libraries or ssh-keygen to check public keys. The check is adjusted depending on the settings, so that only supported keys are let through. This commit also brings back the blacklist feature, which was removed in 7ef9a055886574655d9f2be70c957bc16bf30500. This allows to blacklist algorythms or keys based on the key length. This works with the native and the ssh-keygen way. Because of #2179 it also includes a way to adjust the path to ssh-keygen and the working directory for ssh-keygen. With this, sysadmins should be able to adjust the settings in a way, that SELinux is okay with it. In the worst case, they can switch to the native implementation and only loose support for ed25519 keys at the moment. There are some other places which need adjustment to utilize the parameters and the native implementation, but this sets the ground work. | |||||
* | | Add new config option for builtin SSH server | Unknwon | 2016-02-25 | 1 | -0/+2 | |
|/ | | | | | | | Config option [server] SSH_LISTEN_PORT to the port the builtin SSH server will be listen. It can be different from SSH_PORT which is supposed to be exposed in the clone URL. This should solve the problem when user runs Gogs inside Docker container and still want to use builtin SSH server. | |||||
* | Remove cache avatar support and add its tests | Unknwon | 2016-02-14 | 1 | -2/+0 | |
| | ||||||
* | Implementing the "theme-color" meta tag. | Andrey Nering | 2016-02-08 | 1 | -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-scheme | Unknwon | 2016-02-05 | 1 | -0/+1 | |
|\ | | | | | Feature/markdown custom url scheme | |||||
| * | Custom URL-Schemas for Markdown | Kim "BKC" Carlbäcker | 2016-01-27 | 1 | -0/+1 | |
| | | ||||||
* | | #2229 adjust URL verbose depth for reverse proxy sub-path | Unknwon | 2016-01-31 | 1 | -6/+9 | |
| | | ||||||
* | | Using https for gravatar | miles@Oscar | 2016-01-29 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed gravatar url | miles@Oscar | 2016-01-29 | 1 | -1/+1 | |
|/ | ||||||
* | Fixed forgotten err variable assignment | Pourya Daneshvar | 2016-01-24 | 1 | -1/+1 | |
| | ||||||
* | #2179 use Go sub-repo ssh to verify public key content | Unknwon | 2016-01-15 | 1 | -9/+0 | |
| | ||||||
* | fix #1436 | Unknwon | 2015-12-19 | 1 | -8/+13 | |
| | ||||||
* | fix #2189 | Unknwon | 2015-12-18 | 2 | -2/+18 | |
| | ||||||
* | #2103 Ability to map extensions for syntax highlighting in config | Unknwon | 2015-12-17 | 1 | -21/+23 | |
| | ||||||
* | #1692 add organization APIs | Unknwon | 2015-12-17 | 1 | -2/+2 | |
| | ||||||
* | #1575 Limit repo creation | Unknwon | 2015-12-10 | 1 | -3/+4 | |
| | ||||||
* | LOCAL_ROOT_URL for workers accessing web service | Adam Strzelecki | 2015-12-09 | 1 | -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 timeout | Unknwon | 2015-12-09 | 1 | -0/+1 | |
| | ||||||
* | #2115 more precise error message | Unknwon | 2015-12-08 | 1 | -1/+4 | |
| | ||||||
* | remove tags redis and memcache | Unknwon | 2015-11-21 | 3 | -43/+4 | |
| | ||||||
* | fix old naming | Gibheer | 2015-11-18 | 1 | -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 display | Gibheer | 2015-11-18 | 1 | -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 support | Unknwon | 2015-11-08 | 1 | -24/+25 | |
| | ||||||
* | add Makefile | Unknwon | 2015-11-03 | 1 | -0/+9 | |
| | ||||||
* | fix problem with #1879 | Unknwon | 2015-11-02 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #1871 from Gibheer/config_minimum_key_sizes | 无闻 | 2015-11-01 | 1 | -0/+6 | |
|\ | | | | | move minimum key sizes to config | |||||
| * | move minimum key sizes to config | Gibheer | 2015-10-30 | 1 | -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 start | Unknwon | 2015-10-29 | 1 | -6/+7 | |
|/ | ||||||
* | #1657 allow forcing all private repos | Unknwon | 2015-10-25 | 1 | -3/+5 | |
| | ||||||
* | add config and update locale | Unknwon | 2015-10-24 | 1 | -1/+1 | |
| | ||||||
* | New push to head repo of head branch: regenerate patch and retest apply | Unknwon | 2015-10-24 | 1 | -0/+4 | |
| | ||||||
* | Fix import path | Soputtra San | 2015-10-19 | 2 | -3/+3 | |
| | ||||||
* | fix import path, fix #1782 | Unknwon | 2015-10-15 | 1 | -1/+1 | |
| | ||||||
* | #1602 Wrong commit order on issue page when pushing multiple commits | Unknwon | 2015-09-25 | 1 | -5/+7 | |
| | ||||||
* | Merge pull request #1693 from sapk/fix-admin-repo-new-ui | 无闻 | 2015-09-25 | 1 | -0/+2 | |
|\ | | | | | Fix admin repos new ui | |||||
| * | Fix admin repos new ui | Antoine GIRARD | 2015-09-26 | 1 | -0/+2 | |
| | | ||||||
* | | New admin organization UI | Antoine GIRARD | 2015-09-25 | 1 | -0/+2 | |
|/ | ||||||
* | New admin notice UI based on user list example | Antoine GIRARD | 2015-09-25 | 1 | -0/+2 | |
| | ||||||
* | fix #1664 | Unknwon | 2015-09-21 | 1 | -13/+0 | |
| | ||||||
* | drop oauth2 feature support | Unknwon | 2015-09-17 | 1 | -2/+1 | |
| |