Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update locales and update sponsor | Unknwon | 2016-02-11 | 1 | -26/+26 |
| | |||||
* | #2485 fix payloads mixed up for webhook | Unknwon | 2016-02-10 | 1 | -2/+2 |
| | | | | | | | | | 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 | 2 | -0/+5 |
| | | | | | | 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 | 1 | -1/+1 |
|\ | | | | | Fix #2221 LDAP username attribute must be fetched | ||||
| * | Fix #2221 LDAP username attribute must be fetched | Adam Strzelecki | 2016-02-07 | 1 | -1/+1 |
| | | | | | | | | | | 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 | 1 | -17/+17 |
| | | |||||
* | | Merge pull request #2528 from andreynering/diff-sintax-highlight-733 | Unknwon | 2016-02-07 | 1 | -1/+1 |
|\ \ | |/ |/| | Enable syntax highlighting on diff view | ||||
| * | Enable sintax highlighting on diff view. Close #733 | Andrey Nering | 2016-02-04 | 1 | -1/+1 |
| | | |||||
* | | Generate CSS for #2561 | Unknwon | 2016-02-05 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme | Unknwon | 2016-02-05 | 3 | -16/+14 |
|\ \ | | | | | | | Feature/markdown custom url scheme | ||||
| * | | Not working, but slightly better... | Kim "BKC" Carlbäcker | 2016-01-27 | 3 | -12/+14 |
| | | | |||||
| * | | Custom URL-Schemas for Markdown | Kim "BKC" Carlbäcker | 2016-01-27 | 4 | -10/+6 |
| | | | |||||
* | | | #2556 handle space in image URL | Unknwon | 2016-02-04 | 1 | -1/+4 |
| |/ |/| | |||||
* | | Minor fix for #2530 | Unknwon | 2016-02-04 | 1 | -2/+1 |
| | | |||||
* | | Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page | Unknwon | 2016-02-04 | 2 | -20/+56 |
|\ \ | | | | | | | Hide other teams & repos from organization page | ||||
| * | | Organization owners see all repositories & teams | Florian Kaiser | 2016-01-31 | 1 | -4/+11 |
| | | | |||||
| * | | Refactor .IsAdminTeam to .IsTeamAdmin and requireAdminTeam to requireTeamAdmin | Florian Kaiser | 2016-01-31 | 2 | -8/+8 |
| | | | |||||
| * | | Only show teams the user has access to | Florian Kaiser | 2016-01-31 | 2 | -16/+45 |
| | | | |||||
* | | | #2554 reinitialize all repos from the db | Unknwon | 2016-02-04 | 1 | -28/+28 |
| | | | | | | | | | | | | - Update locales | ||||
* | | | Minor fix for #2444 | Unknwon | 2016-02-01 | 1 | -2/+2 |
| | | | |||||
* | | | Fix one user may block entire listen loop for builtin SSH | Unknwon | 2016-02-01 | 1 | -21/+34 |
| | | | |||||
* | | | #2229 adjust URL verbose depth for reverse proxy sub-path | Unknwon | 2016-01-31 | 2 | -7/+12 |
|/ / | |||||
* | | Allow modification of a release if Content is empty (fix #2516) | Florian Kaiser | 2016-01-30 | 1 | -1/+1 |
| | | |||||
* | | #2497 incorrect error handle for team name | Unknwon | 2016-01-29 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #2508 from MilesPong/develop | Unknwon | 2016-01-29 | 1 | -1/+1 |
|\ \ | | | | | | | Fixed gravatar url | ||||
| * | | Using https for gravatar | miles@Oscar | 2016-01-29 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed gravatar url | miles@Oscar | 2016-01-29 | 1 | -1/+1 |
| |/ | |||||
* / | Update locales | Unknwon | 2016-01-28 | 1 | -21/+21 |
|/ | |||||
* | Minor fix for #2396 | Unknwon | 2016-01-25 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2396 from bkcsoft/feature/markdown-checklist | Unknwon | 2016-01-25 | 2 | -1/+20 |
|\ | | | | | [Feature] Markdown Checklist-rendering | ||||
| * | Made Sanitizer-setup cleaner | Kim "BKC" Carlbäcker | 2016-01-14 | 1 | -1/+10 |
| | | |||||
| * | Checklist-rendering implemented | Kim "BKC" Carlbäcker | 2016-01-13 | 2 | -1/+11 |
| | | |||||
* | | Merge pull request #2432 from nd/develop | Unknwon | 2016-01-25 | 1 | -0/+1 |
|\ \ | | | | | | | Fix #2431 - handle requests waiting for reply | ||||
| * | | Fix #2431 - handle requests waiting for reply | Dmitry Neverov | 2016-01-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -224/+224 |
| | | | |||||
* | | | 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 |
|/ | |||||
* | #2287 Truncate repository name if too long | Unknwon | 2016-01-11 | 1 | -0/+9 |
| | |||||
* | update locale | Unknwon | 2016-01-11 | 1 | -26/+26 |
| | |||||
* | stop compile bindata for TRANSLATORS | Unknwon | 2016-01-11 | 1 | -25/+1 |
| | | | | - update required version of git-module for #2373 | ||||
* | fix markdown autolink error | Unknwon | 2016-01-09 | 1 | -44/+50 |
| | |||||
* | fix #2350 | Unknwon | 2016-01-07 | 1 | -2/+2 |
| | |||||
* | typo fix | zhuharev | 2016-01-06 | 1 | -2/+2 |
| | |||||
* | update locale | Unknwon | 2016-01-06 | 1 | -698/+914 |
| | |||||
* | Changed name from inline to unified | Kim "BKC" Carlbäcker | 2016-01-05 | 1 | -2/+2 |
| | |||||
* | i18n-fix for split-view | Kim "BKC" Carlbäcker | 2016-01-05 | 1 | -909/+693 |
| | |||||
* | fix #2327 | Unknwon | 2016-01-05 | 1 | -24/+0 |
| | |||||
* | #2185 fall back to use custom chardet lib | Unknwon | 2015-12-31 | 2 | -11/+15 |
| | |||||
* | #2282 fast detection of utf-8 | Unknwon | 2015-12-27 | 2 | -3/+8 |
| | |||||
* | #2283 set text/plain for non-binary files in raw mode | Unknwon | 2015-12-25 | 1 | -1/+5 |
| |