Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #2650 fix possbility that use email as pusher user name | Unknwon | 2016-02-17 |
| | | | | | | | | | | Remove the possibility of using email as user name when user actually push through combination of email and password with HTTP. Also refactor update action function to replcae tons of arguments with single PushUpdateOptions struct. And define the user who pushes code as pusher, therefore variable names shouldn't be confusing any more. | ||
* | 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 |
| | |||
* | stop compile bindata for TRANSLATORS | Unknwon | 2016-01-11 |
| | | | | - update required version of git-module for #2373 | ||
* | fix markdown autolink error | Unknwon | 2016-01-09 |
| |