Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 env var check for update | Unknwon | 2016-02-15 |
| | |||
* | Minor fix for #2624 | Unknwon | 2016-02-15 |
| | |||
* | Remove cache avatar support and add its tests | Unknwon | 2016-02-14 |
| | |||
* | fix #2454 | Unknwon | 2016-02-14 |
| | |||
* | Remove unused tests | Unknwon | 2016-02-13 |
| | | | | | Module httplib will be replaced a well done third-party package soon, so remove its unused tests | ||
* | Make log path required | Josh Frye | 2016-02-12 |
| | |||
* | Add helper text for log path. | Josh Frye | 2016-02-12 |
| | |||
* | Add install option for log path | Josh Frye | 2016-02-12 |
| | |||
* | Update locales and update sponsor | Unknwon | 2016-02-11 |
| | |||
* | #2485 fix payloads mixed up for webhook | Unknwon | 2016-02-10 |
| | | | | | | | | | When repository contains a Slack type hook, it changes original payload content. This patch fixes it by using a local object to store newly created Slack payload instead of assigning back to the same variable. | ||
* | Implementing the "theme-color" meta tag. | Andrey Nering | 2016-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 #2579 from nanoant/patch/fix-ldap-username | Unknwon | 2016-02-07 |
|\ | | | | | Fix #2221 LDAP username attribute must be fetched | ||
| * | Fix #2221 LDAP username attribute must be fetched | Adam Strzelecki | 2016-02-07 |
| | | | | | | | | | | This is fix-up for 573305f. Forgot to fetch AttributeUsername value from the LDAP server, so the setting was effectively not working as intended. | ||
* | | Improve db path prompt when install | Unknwon | 2016-02-07 |
| | | |||
* | | Merge pull request #2528 from andreynering/diff-sintax-highlight-733 | Unknwon | 2016-02-07 |
|\ \ | |/ |/| | Enable syntax highlighting on diff view | ||
| * | Enable sintax highlighting on diff view. Close #733 | Andrey Nering | 2016-02-04 |
| | | |||
* | | Generate CSS for #2561 | Unknwon | 2016-02-05 |
| | | |||
* | | Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme | Unknwon | 2016-02-05 |
|\ \ | | | | | | | Feature/markdown custom url scheme | ||
| * | | Not working, but slightly better... | Kim "BKC" Carlbäcker | 2016-01-27 |
| | | | |||
| * | | Custom URL-Schemas for Markdown | Kim "BKC" Carlbäcker | 2016-01-27 |
| | | | |||
* | | | #2556 handle space in image URL | Unknwon | 2016-02-04 |
| |/ |/| | |||
* | | Minor fix for #2530 | Unknwon | 2016-02-04 |
| | | |||
* | | Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page | Unknwon | 2016-02-04 |
|\ \ | | | | | | | Hide other teams & repos from organization page | ||
| * | | Organization owners see all repositories & teams | Florian Kaiser | 2016-01-31 |
| | | | |||
| * | | Refactor .IsAdminTeam to .IsTeamAdmin and requireAdminTeam to requireTeamAdmin | Florian Kaiser | 2016-01-31 |
| | | | |||
| * | | Only show teams the user has access to | Florian Kaiser | 2016-01-31 |
| | | | |||
* | | | #2554 reinitialize all repos from the db | Unknwon | 2016-02-04 |
| | | | | | | | | | | | | - Update locales | ||
* | | | Minor fix for #2444 | Unknwon | 2016-02-01 |
| | | | |||
* | | | Fix one user may block entire listen loop for builtin SSH | Unknwon | 2016-02-01 |
| | | | |||
* | | | #2229 adjust URL verbose depth for reverse proxy sub-path | Unknwon | 2016-01-31 |
|/ / | |||
* | | Allow modification of a release if Content is empty (fix #2516) | Florian Kaiser | 2016-01-30 |
| | | |||
* | | #2497 incorrect error handle for team name | Unknwon | 2016-01-29 |
| | | |||
* | | Merge pull request #2508 from MilesPong/develop | Unknwon | 2016-01-29 |
|\ \ | | | | | | | Fixed gravatar url | ||
| * | | Using https for gravatar | miles@Oscar | 2016-01-29 |
| | | | |||
| * | | Fixed gravatar url | miles@Oscar | 2016-01-29 |
| |/ | |||
* / | Update locales | Unknwon | 2016-01-28 |
|/ | |||
* | Minor fix for #2396 | Unknwon | 2016-01-25 |
| | |||
* | Merge pull request #2396 from bkcsoft/feature/markdown-checklist | Unknwon | 2016-01-25 |
|\ | | | | | [Feature] Markdown Checklist-rendering | ||
| * | Made Sanitizer-setup cleaner | Kim "BKC" Carlbäcker | 2016-01-14 |
| | | |||
| * | Checklist-rendering implemented | Kim "BKC" Carlbäcker | 2016-01-13 |
| | | |||
* | | Merge pull request #2432 from nd/develop | Unknwon | 2016-01-25 |
|\ \ | | | | | | | Fix #2431 - handle requests waiting for reply | ||
| * | | Fix #2431 - handle requests waiting for reply | Dmitry Neverov | 2016-01-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the docs [1], the Reply method must be called for all requests where WantReply is true. This fixes a hanging java ssh implementation (jsch) which sets WantReply flag and waits for reply from the server. [1] https://godoc.org/golang.org/x/crypto/ssh#Request.Reply | ||
* | | | Update locales | Unknwon | 2016-01-25 |
| | | | |||
* | | | Fixed forgotten err variable assignment | Pourya Daneshvar | 2016-01-24 |
|/ / | |||
* / | #2179 use Go sub-repo ssh to verify public key content | Unknwon | 2016-01-15 |
|/ | |||
* | #2287 Truncate repository name if too long | Unknwon | 2016-01-11 |
| | |||
* | update locale | Unknwon | 2016-01-11 |
| |