2
0
Commit Graph

1050 Commits

Author SHA1 Message Date
Martin Hartkorn
71c5f9133e Refactored according to suggestions 2016-02-14 22:40:39 +01:00
Martin Hartkorn
e31b92a896 Convert mirrors to regular repositories. 2016-02-14 21:12:00 +01:00
Josh Frye
a87aabe835 Make log path required 2016-02-12 10:10:02 -05:00
Josh Frye
ab7816a69f Add helper text for log path. 2016-02-12 09:24:09 -05:00
Josh Frye
1b9438c2eb Add install option for log path 2016-02-12 09:19:45 -05:00
Unknwon
39fc9747cb Update locales and update sponsor 2016-02-11 13:34:21 -05:00
Unknwon
aee228d07e #2485 fix payloads mixed up for webhook
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.
2016-02-10 15:21:39 -05:00
Andrey Nering
ce1ab1ad2d Implementing the "theme-color" meta tag.
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
2016-02-08 17:03:18 -02:00
Unknwon
e68f821533 Merge pull request #2579 from nanoant/patch/fix-ldap-username
Fix #2221 LDAP username attribute must be fetched
2016-02-07 12:27:10 -05:00
Adam Strzelecki
284d7022e7 Fix #2221 LDAP username attribute must be fetched
This is fix-up for 8d0ee10. Forgot to fetch AttributeUsername value from the
LDAP server, so the setting was effectively not working as intended.
2016-02-07 18:18:29 +01:00
Unknwon
e7f964a2b0 Improve db path prompt when install 2016-02-07 11:51:53 -05:00
Unknwon
8706ef1cc6 Merge pull request #2528 from andreynering/diff-sintax-highlight-733
Enable syntax highlighting on diff view
2016-02-07 11:49:11 -05:00
Unknwon
2572dba3f0 Generate CSS for #2561 2016-02-05 14:53:45 -05:00
Unknwon
b52970cd3d Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme
Feature/markdown custom url scheme
2016-02-05 13:11:45 -05:00
Unknwon
3aaace1dc5 #2556 handle space in image URL 2016-02-04 22:51:40 -05:00
Andrey Nering
594c929461 Enable sintax highlighting on diff view. Close #733 2016-02-04 18:21:47 -02:00
Unknwon
a49a7a6b9b Minor fix for #2530 2016-02-04 13:03:34 -05:00
Unknwon
c29b0b3252 Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page
Hide other teams & repos from organization page
2016-02-04 12:52:11 -05:00
Unknwon
7ba66bb20b #2554 reinitialize all repos from the db
- Update locales
2016-02-04 12:51:00 -05:00
Unknwon
9436967e65 Minor fix for #2444 2016-02-01 20:55:12 -05:00
Unknwon
2a808b06db Fix one user may block entire listen loop for builtin SSH 2016-02-01 12:10:49 -05:00
Unknwon
a7126a11d5 #2229 adjust URL verbose depth for reverse proxy sub-path 2016-01-31 15:38:20 -05:00
Florian Kaiser
0509d1d0fc Organization owners see all repositories & teams 2016-01-31 16:14:24 +00:00
Florian Kaiser
01d3dfca1b Refactor .IsAdminTeam to .IsTeamAdmin and requireAdminTeam to requireTeamAdmin 2016-01-31 15:30:07 +00:00
Florian Kaiser
df81362363 Only show teams the user has access to 2016-01-31 15:30:07 +00:00
Florian Kaiser
4fd123a216 Allow modification of a release if Content is empty (fix #2516) 2016-01-30 13:39:02 +00:00
Unknwon
ce7051e2ae #2497 incorrect error handle for team name 2016-01-29 17:06:14 -05:00
Unknwon
4c65383498 Merge pull request #2508 from MilesPong/develop
Fixed gravatar url
2016-01-29 05:44:00 -05:00
miles@Oscar
7ebbc80bbb Using https for gravatar 2016-01-29 13:06:17 +08:00
miles@Oscar
d11b794f8a Fixed gravatar url 2016-01-29 11:05:41 +08:00
Unknwon
c7e4b45a62 Update locales 2016-01-28 06:15:49 -05:00
Kim "BKC" Carlbäcker
f852ab7ada Not working, but slightly better... 2016-01-27 21:48:57 +01:00
Kim "BKC" Carlbäcker
93d56ee5af Custom URL-Schemas for Markdown 2016-01-27 02:02:03 +01:00
Unknwon
3f3578d99d Minor fix for #2396 2016-01-25 14:04:46 -05:00
Unknwon
e817885c87 Merge pull request #2396 from bkcsoft/feature/markdown-checklist
[Feature] Markdown Checklist-rendering
2016-01-25 13:56:13 -05:00
Unknwon
3719d1e52f Merge pull request #2432 from nd/develop
Fix #2431 - handle requests waiting for reply
2016-01-25 13:16:32 -05:00
Unknwon
0c47ca5745 Update locales 2016-01-25 02:33:52 -05:00
Pourya Daneshvar
740bc4663c Fixed forgotten err variable assignment 2016-01-24 10:24:21 +03:30
Dmitry Neverov
6f2339f7ec Fix #2431 - handle requests waiting for reply
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
2016-01-18 16:54:10 +01:00
Unknwon
16796f2763 #2179 use Go sub-repo ssh to verify public key content 2016-01-15 18:39:51 +08:00
Kim "BKC" Carlbäcker
49bfb31540 Made Sanitizer-setup cleaner 2016-01-14 03:00:05 +01:00
Kim "BKC" Carlbäcker
125aa91d30 Checklist-rendering implemented 2016-01-13 13:25:52 +01:00
Unknwon
ee97f04f27 #2287 Truncate repository name if too long 2016-01-11 20:41:43 +08:00
Unknwon
e5e6ad1a65 update locale 2016-01-11 18:30:44 +08:00
Unknwon
86d716a423 stop compile bindata for TRANSLATORS
- update required version of git-module for #2373
2016-01-11 15:01:38 +08:00
Unknwon
0c2a30fc7c fix markdown autolink error 2016-01-09 10:59:04 +08:00
Unknwon
b974b26bf7 fix #2350 2016-01-07 09:24:19 +08:00
zhuharev
8037b4f6cc typo fix 2016-01-06 22:41:42 +03:00
Unknwon
71b5aa36ca update locale 2016-01-06 18:44:57 +08:00
Kim "BKC" Carlbäcker
b30ab96210 Changed name from inline to unified 2016-01-05 19:21:50 +01:00