Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: Fix typos (found by codespell) | Stefan Weil | 2016-04-04 | 7 | -9/+9 |
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Merge pull request #23638 from owncloud/new-placeholder-colours-generator | Jan-Christoph Borchardt | 2016-04-03 | 1 | -6/+56 |
|\ | | | | | New colour generator | ||||
| * | New colour generator | John Molakvoæ | 2016-04-01 | 1 | -6/+56 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-02 | 2 | -0/+36 |
| | | |||||
* | | Merge pull request #23487 from owncloud/core-globalajaxerrorwhengoingaway | Vincent Petry | 2016-04-01 | 2 | -7/+77 |
|\ \ | | | | | | | Detect user navigating away, don't interpret as ajax error | ||||
| * | | Adjust core unit tests for unload/reload cases | Vincent Petry | 2016-03-23 | 2 | -6/+43 |
| | | | |||||
| * | | Stronger fix for navigate away detection | Vincent Petry | 2016-03-22 | 1 | -2/+10 |
| | | | |||||
| * | | Firefox returns 303 on cross-domain redirect | Vincent Petry | 2016-03-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Added 303 to catch SSO cross-domain redirect in Firefox. | ||||
| * | | Detect user navigating away, don't interpret as ajax error | Vincent Petry | 2016-03-22 | 1 | -1/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever a user navigates away, all ajax calls will fail with the same result like a cross-domain redirect (SSO). To distinguish these cases, we need to detect whether the error is a result of the user navigating away. For this, we introduce a new flag that will be set in "beforeunload". Additional handling was required for false positives in case "beforeunload" is used (ex: cancelled upload) and the user cancelled the navigation. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-01 | 2 | -0/+42 |
| | | | |||||
* | | | Merge pull request #16857 from owncloud/printStylesheets | C. Montero Luque | 2016-03-31 | 3 | -3/+12 |
|\ \ \ | | | | | | | | | Support for print stylesheets | ||||
| * | | | support print stylesheets | Hendrik Leppelsack | 2016-01-13 | 3 | -3/+12 |
| | | | | |||||
* | | | | improve emptycontent styles | Jan-Christoph Borchardt | 2016-03-31 | 1 | -2/+5 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-31 | 2 | -0/+36 |
| | | | | |||||
* | | | | Merge pull request #23630 from owncloud/upload-white | Thomas Müller | 2016-03-30 | 2 | -3/+1 |
|\ \ \ \ | | | | | | | | | | | correct form of upload-white icon to be same as upload icon | ||||
| * | | | | correct form of upload-white icon to be same as upload icon | Jan-Christoph Borchardt | 2016-03-29 | 2 | -3/+1 |
| | |_|/ | |/| | | |||||
* / | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-30 | 2 | -0/+18 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-29 | 2 | -0/+10 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-28 | 2 | -0/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-27 | 8 | -0/+78 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-26 | 6 | -0/+30 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-25 | 10 | -0/+108 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-24 | 102 | -428/+72 |
| | | | |||||
* | | | Merge pull request #23463 from owncloud/lets-consistently-use-no-referer | Thomas Müller | 2016-03-23 | 3 | -21/+21 |
|\ \ \ | | | | | | | | | Consistently use rel=noreferrer | ||||
| * | | | Consistently use rel=noreferrer | Lukas Reschke | 2016-03-20 | 3 | -21/+21 |
| | | | | | | | | | | | | | | | | When linking to external entities we should consistently use rel=noreferrer | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-23 | 86 | -172/+0 |
| | | | | |||||
* | | | | Fix js strings if group sharing is disabled | Roeland Jago Douma | 2016-03-22 | 3 | -6/+20 |
| | | | | |||||
* | | | | Merge pull request #23377 from owncloud/optimize-svgs | Thomas Müller | 2016-03-22 | 10 | -1382/+10 |
|\ \ \ \ | | | | | | | | | | | Optimize SVGs | ||||
| * | | | | Optimize SVGs | Morris Jobke | 2016-03-18 | 10 | -1382/+10 |
| | | | | | |||||
* | | | | | Merge pull request #23386 from owncloud/share-keepoptioncheckboxinblocks | Thomas Müller | 2016-03-21 | 2 | -36/+55 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Keep share checkboxes together | ||||
| * | | | | Keep share checkboxes together | Vincent Petry | 2016-03-18 | 2 | -36/+55 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed leading spaces before markup which can affect rendering in some cases - added shareOption CSS class to group and keep share option checkbox + label - moved ".showCruds" arrow into the matching shareOption to keep the arrow together with the checkbox | ||||
* | | | | Merge pull request #22065 from owncloud/systemtags-create-same-prefix | Thomas Müller | 2016-03-21 | 2 | -1/+12 |
|\ \ \ \ | |_|/ / |/| | | | Allow creating tags where another one with same prefix exists | ||||
| * | | | Allow creating tags where another one with same prefix exists | Vincent Petry | 2016-02-02 | 2 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | When creating a new entry, compare the full tag name and not only the prefix. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-20 | 4 | -0/+8 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-19 | 2 | -0/+18 |
| |/ / |/| | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-18 | 2 | -0/+38 |
| | | | |||||
* | | | Rating icons changed to .svg | Pau | 2016-03-17 | 22 | -0/+1486 |
| | | | |||||
* | | | Some typo corrections in occ command output | Carla Schroder | 2016-03-16 | 3 | -3/+3 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-16 | 6 | -12/+62 |
| | | | |||||
* | | | Generate a valid URL for link notification | Roeland Jago Douma | 2016-03-15 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | fixes #23197 * Updated unit test | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-15 | 18 | -0/+60 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-14 | 46 | -48/+30 |
| | | | |||||
* | | | Adjust wording a bit | Lukas Reschke | 2016-03-11 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **Before:** > Your PHP version (5.4.16) is no longer supported by PHP. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by PHP. **After:** > You are currently running PHP 5.4.0. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it. Fixes https://github.com/owncloud/enterprise/issues/1170 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-11 | 8 | -100/+122 |
| | | | |||||
* | | | Fix MKCOL for IE11 as well | Roeland Jago Douma | 2016-03-10 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | Using https://github.com/owncloud/core/pull/22274 we have to patch the iedavclient.js as well. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-10 | 2 | -4/+4 |
| | | | |||||
* | | | Merge pull request #22967 from Aeyoun/master | Thomas Müller | 2016-03-09 | 3 | -3/+3 |
|\ \ \ | | | | | | | | | Change rel="shortcut icon" to the standard rel="icon" | ||||
| * | | | Stupid clients only literally understand rel="icon" | Daniel Aleksandersen | 2016-03-08 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | rel="shortcut icon" hasn’t been relevant in years, isn’t in any standards, and causes problems for simple pattern matching clients. https://www.w3.org/TR/html/links.html#linkTypes | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-09 | 2 | -0/+2 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-08 | 8 | -0/+34 |
| | | |