Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 |
| | | | | | - Fix go-gogs-client#10 - Related to #809 | ||
* | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 |
| | |||
* | Add APIContext | Unknwon | 2016-03-13 |
| | |||
* | #1891 attempt to fix invalid csrf token | Unknwon | 2016-03-12 |
| | |||
* | Update glide.lock | Unknwon | 2016-03-12 |
| | |||
* | Merge pull request #2796 from saboya/custom_app_data_path | Unknwon | 2016-03-12 |
|\ | | | | | Making AppDataPath customizable. | ||
| * | Making AppDataPath customizable. | Rodrigo Saboya | 2016-03-09 |
| | | |||
* | | remove errant debug statement | Alec S | 2016-03-11 |
| | | |||
* | | Update locales | Unknwon | 2016-03-11 |
| | | |||
* | | #13 finish user and repository search | Unknwon | 2016-03-11 |
| | | | | | | | | Both are possible on explore and admin panel | ||
* | | Rename module: middleware -> context | Unknwon | 2016-03-11 |
| | | |||
* | | Fix ref comment from commit create empty feed | Unknwon | 2016-03-11 |
| | | |||
* | | #2727 fix incompatible SQL in PostgreSQL | Unknwon | 2016-03-09 |
|/ | |||
* | Fix pull request availability check | Unknwon | 2016-03-06 |
| | |||
* | Prepare release | Unknwon | 2016-03-06 |
| | |||
* | Some minor changes | Unknwon | 2016-03-06 |
| | |||
* | Add Finnish support | Unknwon | 2016-03-05 |
| | |||
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 |
| | |||
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 |
| | | | | | 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 |
| | |||
* | #1157 some avatar setting changes | Unknwon | 2016-03-05 |
| | | | | - Allow to delete current avatar | ||
* | Update locales | Unknwon | 2016-03-04 |
| | |||
* | #1597 support pull requests in same repository | Unknwon | 2016-03-04 |
| | |||
* | Minor fixes for #2746 | Unknwon | 2016-03-04 |
| | |||
* | Add ability to delete single wiki pages. | Josh Frye | 2016-03-04 |
| | |||
* | #2748 fix redirect loop with auto-signin | Unknwon | 2016-03-04 |
| | |||
* | Minor fixes for #2745 | Unknwon | 2016-03-03 |
| | |||
* | Repo setting to delete and disable wiki | Josh Frye | 2016-03-03 |
| | |||
* | #1891 attempt to fix expected invalid CSRF token | Unknwon | 2016-03-03 |
| | | | | - Remove unused config settings `[picture] service` | ||
* | Allow setting git operations timeouts | Unknwon | 2016-02-29 |
| | | | | | | - Migrate: #2704 #2653 - Clone: #2701 - Mirror, Pull | ||
* | #2700 fix sqlite3 can't create issue with more than one label | Unknwon | 2016-02-29 |
| | |||
* | Post work for #2637 | Unknwon | 2016-02-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 |
|\ | | | | | allow native and ssh-keygen public key check | ||
| * | use StartSSHServer instead of DisableSSH | Gibheer | 2016-02-23 |
| | | | | | | | | | | 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 |
| | | | | | | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 |
| | | | | | | | | | | | | | | 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 |
| | | |||
* | | Test mailer button. Addresses #1531 | Josh Frye | 2016-02-24 |
| | | |||
* | | Prepare to release | Unknwon | 2016-02-24 |
| | | |||
* | | #2682 fix missing slash for go-get meta | Unknwon | 2016-02-23 |
| | | |||
* | | #1821 add actions for close and reopen issues | Unknwon | 2016-02-22 |
| | | |||
* | | Replace uuid module with original package | Unknwon | 2016-02-20 |
| | | |||
* | | #2334 strip whitespace for migrate URL | Unknwon | 2016-02-20 |
| | | | | | | | | Also fix a possible race condition while install | ||
* | | Make markdown as an independent module | Unknwon | 2016-02-20 |
| | | |||
* | | Move cron module to independent package | Unknwon | 2016-02-20 |
| | | | | | | | | Make it easier to keep track of upstream changes and bug fixes | ||
* | | Fix #857 | Unknwon | 2016-02-20 |
| | | |||
* | | Update bindata for LDAP changes | Adam Strzelecki | 2016-02-20 |
| | | |||
* | | LDAP: Make a bit more detailed log traces | Adam Strzelecki | 2016-02-20 |
| | | | | | | | | | | This is useful especially to check whether we fetch right attributes, using right LDAP search base and in right order. | ||
* | | LDAP: Fetch attributes in Bind DN context option | Adam Strzelecki | 2016-02-20 |
| | | | | | | | | | | | | | | | | | | 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. |