Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2823 from zacheryph/feature/local-only-password-reset | Unknwon | 2016-03-14 | 1 | -0/+1 |
|\ | | | | | Prevent `Forgot Password` for non local users | ||||
| * | ensure we don’t try changing LDAP passswords | Zachery Hostens | 2016-03-14 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #2796 from saboya/custom_app_data_path | Unknwon | 2016-03-12 | 1 | -0/+2 |
|\ \ | | | | | | | Making AppDataPath customizable. | ||||
| * | | Adding APP_DATA_PATH entry to the default app.ini. | Rodrigo Saboya | 2016-03-09 | 1 | -0/+2 |
| |/ | |||||
* | | Update locales | Unknwon | 2016-03-11 | 14 | -268/+198 |
| | | |||||
* | | #13 finish user and repository search | Unknwon | 2016-03-11 | 1 | -7/+2 |
|/ | | | | Both are possible on explore and admin panel | ||||
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 | 1 | -0/+1 |
| | |||||
* | Prepare release | Unknwon | 2016-03-06 | 5 | -313/+313 |
| | |||||
* | Some minor changes | Unknwon | 2016-03-06 | 1 | -5/+1 |
| | |||||
* | Add Finnish support | Unknwon | 2016-03-05 | 15 | -91/+1234 |
| | |||||
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 | 1 | -1/+1 |
| | |||||
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 | 1 | -2/+4 |
| | | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin. | ||||
* | #1597 fix activitity feeds for pull requests | Unknwon | 2016-03-05 | 1 | -0/+2 |
| | |||||
* | #1157 some avatar setting changes | Unknwon | 2016-03-05 | 1 | -2/+1 |
| | | | | - Allow to delete current avatar | ||||
* | Update locales | Unknwon | 2016-03-04 | 13 | -316/+602 |
| | |||||
* | Minor fixes for #2746 | Unknwon | 2016-03-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2746 from joshfng/feature-delete-wiki-pages | Unknwon | 2016-03-04 | 1 | -0/+2 |
|\ | | | | | Add ability to delete single wiki pages. | ||||
| * | Add ability to delete single wiki pages. | Josh Frye | 2016-03-04 | 1 | -0/+2 |
| | | |||||
* | | #2743 and #2751 fix bad SQL generated by XORM | Unknwon | 2016-03-04 | 1 | -1/+3 |
|/ | | | | Use hand-written SQL to do complex query | ||||
* | Minor fixes for #2745 | Unknwon | 2016-03-03 | 1 | -3/+4 |
| | |||||
* | Repo setting to delete and disable wiki | Josh Frye | 2016-03-03 | 1 | -0/+3 |
| | |||||
* | #1891 attempt to fix expected invalid CSRF token | Unknwon | 2016-03-03 | 2 | -2/+1 |
| | | | | - Remove unused config settings `[picture] service` | ||||
* | #2743 workaround to fix XORM problem | Unknwon | 2016-03-03 | 1 | -0/+4 |
| | |||||
* | Update TRANSLATORS and remove tip for CI | Unknwon | 2016-03-02 | 1 | -0/+3 |
| | |||||
* | Allow setting git operations timeouts | Unknwon | 2016-02-29 | 1 | -0/+7 |
| | | | | | | - Migrate: #2704 #2653 - Clone: #2701 - Mirror, Pull | ||||
* | #2700 fix sqlite3 can't create issue with more than one label | Unknwon | 2016-02-29 | 1 | -1/+1 |
| | |||||
* | Post work for #2637 | Unknwon | 2016-02-27 | 2 | -16/+27 |
| | | | | 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/+16 |
|\ | | | | | allow native and ssh-keygen public key check | ||||
| * | allow native and ssh-keygen public key check | Gibheer | 2016-02-16 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -1/+6 |
| | | | | | | | | | | | | | | 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. | ||||
* | | Minor fix for #2660 | Unknwon | 2016-02-24 | 1 | -1/+3 |
| | | |||||
* | | Test mailer button. Addresses #1531 | Josh Frye | 2016-02-24 | 1 | -0/+1 |
| | | |||||
* | | Prepare to release | Unknwon | 2016-02-24 | 13 | -111/+150 |
| | | |||||
* | | #1821 add actions for close and reopen issues | Unknwon | 2016-02-22 | 1 | -0/+2 |
| | | |||||
* | | Fix #857 | Unknwon | 2016-02-20 | 1 | -0/+1 |
| | | |||||
* | | LDAP: Fetch attributes in Bind DN context option | Adam Strzelecki | 2016-02-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | This is feature is workaround for #2628 (JumpCloud) and some other services that allow LDAP search only under BindDN user account, but not allow any LDAP search query in logged user DN context. Such approach is an alternative to minimal permissions security pattern for BindDN user. | ||||
* | | Fix chmod for several files in conf/locale/ and public/ | Florian Kaiser | 2016-02-18 | 13 | -0/+0 |
|/ | |||||
* | #2633 fix removed config option | Unknwon | 2016-02-16 | 1 | -1/+0 |
| | |||||
* | Minor fix for #2624 | Unknwon | 2016-02-15 | 14 | -156/+260 |
| | |||||
* | Merge pull request #2624 from mhartkorn/convert-mirror-to-repo | Unknwon | 2016-02-15 | 1 | -3/+8 |
|\ | | | | | Convert mirrors to regular repositories | ||||
| * | Refactored according to suggestions | Martin Hartkorn | 2016-02-14 | 1 | -7/+7 |
| | | |||||
| * | Convert mirrors to regular repositories. | Martin Hartkorn | 2016-02-14 | 1 | -0/+5 |
| | | |||||
* | | Remove cache avatar support and add its tests | Unknwon | 2016-02-14 | 1 | -2/+0 |
| | | |||||
* | | fix #2454 | Unknwon | 2016-02-14 | 1 | -1/+1 |
|/ | |||||
* | Add helper text for log path. | Josh Frye | 2016-02-12 | 1 | -0/+1 |
| | |||||
* | Add install option for log path | Josh Frye | 2016-02-12 | 1 | -0/+2 |
| | |||||
* | Update locales and update sponsor | Unknwon | 2016-02-11 | 13 | -128/+154 |
| | |||||
* | Implementing the "theme-color" meta tag. | Andrey Nering | 2016-02-08 | 1 | -0/+4 |
| | | | | | | 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 | ||||
* | Improve db path prompt when install | Unknwon | 2016-02-07 | 2 | -2/+2 |
| | |||||
* | Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme | Unknwon | 2016-02-05 | 1 | -0/+3 |
|\ | | | | | Feature/markdown custom url scheme |