summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-06-0134-12/+146
|
* Merge pull request #9655 from nextcloud/backport/9268/stable13Roeland Jago Douma2018-05-3114-38/+252
|\ | | | | [stable13] Do not load calendar/addressbook plugins if not needed
| * Remove not needed changeMorris Jobke2018-05-311-3/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Remove type hints for PHP 5.6Morris Jobke2018-05-314-4/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Move repairstep to a custom commandRoeland Jago Douma2018-05-306-39/+24
| | | | | | | | | | | | People that have issues can run it manually Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Fix testsRoeland Jago Douma2018-05-302-2/+16
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Adding repair step which cleans shares of invalid principalsRoeland Jago Douma2018-05-306-11/+188
| | | | | | | | | | | | https://github.com/owncloud/core/pull/30149/commits/edacf22fbce4deefc181c53dd84c5fb278a9a28d Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * CalDAV and CardDAV plugins need to be registered for the principals ↵Roeland Jago Douma2018-05-302-13/+29
| | | | | | | | | | | | | | | | collection as well https://github.com/owncloud/core/pull/30149/commits/9f2e6431b88a9635b291b0e824abf74ba766616d Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * When sharing calendars and addressbooks the principal has to be verified to ↵Roeland Jago Douma2018-05-304-5/+18
| | | | | | | | | | | | | | | | be valid https://github.com/owncloud/core/pull/30149/commits/d3fb8fcdd3a6b00bde0c3c9eb4039876e7fc1967 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Do not load calendar/addressbook plugins if not neededRoeland Jago Douma2018-05-301-16/+28
| | | | | | | | | | | | | | Fixes #6711 Based on https://github.com/owncloud/core/pull/30149/commits/f0fb21cf3563088284c56be4eac48c7d9725cb21 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-05-3134-166/+138
|/
* Merge pull request #9654 from nextcloud/backport/9360/stable13Morris Jobke2018-05-302-6/+6
|\ | | | | [stable13] Fix "Invalid argument supplied for foreach()"
| * adjust unit tests for \"Invalid argument supplied for foreach()\" fixRoger Szabo2018-05-291-4/+4
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * Fix "Invalid argument supplied for foreach()"Roger Szabo2018-05-291-2/+2
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | Merge pull request #9668 from nextcloud/backport/9666/stable13Morris Jobke2018-05-302-0/+26
|\ \ | | | | | | [stable13] Make sure the file is readable before attempting to create a preview
| * | Make sure the file is readable before attempting to create a previewRoeland Jago Douma2018-05-292-0/+26
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9662 from nextcloud/backport/9640/stable13Morris Jobke2018-05-302-7/+56
|\ \ \ | | | | | | | | [stable13] check user state when fetching to avoid dealing with offline objects
| * | | check user state when fetching to avoid dealing with offline objectsArthur Schiwon2018-05-292-7/+56
| | | | | | | | | | | | | | | | | | | | | | | | fixes #9502 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #9657 from nextcloud/backport/9256/stable13Morris Jobke2018-05-306-89/+25
|\ \ \ \ | | | | | | | | | | [stable13] improve error reporting and move format parameter to the options
| * | | | improve error reporting and move format parameter to the optionsBjoern Schiessle2018-05-296-89/+25
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Merge pull request #9672 from nextcloud/drone-mysqlmb4-fix-stable13Morris Jobke2018-05-301-1/+1
|\ \ \ \ | | | | | | | | | | [stable13] Fix drone mysqlmb4 tests
| * | | | Fix drone mysqlmb4 testsJohn Molakvoæ (skjnldsv)2018-05-301-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | / [tx-robot] updated from transifexNextcloud bot2018-05-3064-14/+106
| |_|/ |/| |
* | | Merge pull request #9650 from nextcloud/backport/8842/stable13Morris Jobke2018-05-291-8/+10
|\ \ \ | | | | | | | | [stable13] fix(AmazonS3): fix loop $result['Contents'] error
| * | | fix(AmazonS3): fix loop $result['Contents'] errorenoch2018-05-291-8/+10
| |/ / | | | | | | Invalid argument supplied for foreach() at /var/www/html/apps/files_external/lib/Lib/Storage/AmazonS3.php#295
* | | Merge pull request #9661 from nextcloud/backport/9288/stable13Roeland Jago Douma2018-05-292-11/+126
|\ \ \ | | | | | | | | [stable13] LDAP password renewal fixes
| * | | Remove unneeded semicolon and parenthesesRoger Szabo2018-05-291-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * | | css indent alignmentRoger Szabo2018-05-291-70/+87
| | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * | | adjust css to nc13 core changesRoger Szabo2018-05-291-5/+107
| | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * | | remove reset password linkRoger Szabo2018-05-291-5/+1
| |/ / | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | | Merge pull request #9659 from nextcloud/backport/9653/stable13Morris Jobke2018-05-292-0/+89
|\ \ \ | | | | | | | | [stable13] The OAuth endpoint needs to support Basic Auth
| * | | The OAuth endpoint needs to support Basic AuthRoeland Jago Douma2018-05-292-0/+89
| |/ / | | | | | | | | | | | | | | | * Add test Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9651 from nextcloud/backport/9271/stable13Morris Jobke2018-05-292-4/+2
|\ \ \ | | | | | | | | [stable13] Fix undefined variables
| * | | Remove a check for an unused variableMorris Jobke2018-05-291-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Left over from a refactoring https://github.com/nextcloud/server/pull/1940 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Fix undefined variable - found by PhanMorris Jobke2018-05-291-1/+1
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #9656 from nextcloud/backport/9490/stable13Morris Jobke2018-05-291-6/+14
|\ \ \ | | | | | | | | [stable13] Make LargeFileHelper.php faster by avoiding execs as much as possible
| * | | Make LargeFileHelper.php faster by avoiding execs as much as possiblemarco442018-05-291-6/+14
| |/ / | | | | | | | | | Signed-off-by: Marc Cousin <cousinmarc@gmail.com>
* | | Merge pull request #9649 from nextcloud/sabre-head-dont-open-file-13Morris Jobke2018-05-291-0/+0
|\ \ \ | | | | | | | | [13] dont open the file on dav HEAD request
| * | | dont open the file on dav HEAD requestRobin Appelman2018-05-291-0/+0
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #9608 from nextcloud/smb-exceptions-on-listingMorris Jobke2018-05-291-3/+13
|\ \ \ | |_|/ |/| | [13] Handle exception while itterating trough smb file listing
| * | Make SMB module more fault-tolerantRoland Tapken2018-05-251-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore unavailable files when fetching the share's mtime or reading directory listings. This can happen on servers using a distributed file system (DFS) with unavailable destinations, for example when the remote server is offline. Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
* | | Merge pull request #9652 from nextcloud/search-category-stable13theming-1.4.5Morris Jobke2018-05-291-0/+5
|\ \ \ | |_|/ |/| | [stable13] Add search category icon
| * | Add search category iconJohn Molakvoæ (skjnldsv)2018-05-291-0/+5
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #9647 from nextcloud/release/noid/theming-1.4.5-translationsblizzz2018-05-291-1/+1
|\ \ | | | | | | [stable13] prepare another theming release including translations for recently added imprint and privacy policy strings
| * | prepare another theming release including translations for recentlyArthur Schiwon2018-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | added imprint and privacy policy strings. Languages: fi, fr, de, de_DE (formal), it, es, pt_BR, tr Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #9620 from nextcloud/backport/9576/stable13Morris Jobke2018-05-293-8/+18
|\ \ \ | |/ / |/| | [stable13] Emit event when running ./occ db:add-missing-indices
| * | Emit event when running ./occ db:add-missing-indicesRoeland Jago Douma2018-05-283-8/+18
| | | | | | | | | | | | | | | | | | | | | This allows apps to listen to this event in order to also update indecies there. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-05-2932-8/+44
| | |
* | | Merge pull request #9629 from nextcloud/backport/9627/stable13Roeland Jago Douma2018-05-281-1/+1
|\ \ \ | | | | | | | | [stable13] Limit Sinon version to 5.0.7 at most
| * | | Limit Sinon version to 5.0.7 at mostDaniel Calviño Sánchez2018-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using fake servers with Sinon.JS, the JavaScript test framework, the XHR objects are also fake. In Sinon 5.0.8 the "setRequestHeader" of XMLHttpRequest was modified to normalize the header values (as requested by the spec), but since then only string values are accepted; null or integer values can no longer be passed to "setRequestHeader", as it expects the "replace" function to be available in the object. However, in the tests null and integer values are passed to "setRequestHeader", which causes them to fail. Both Firefox and Chromium accept passing non-string values to their "setRequestHeader" implementation, and it is done, for example, in davclient.js; it is not clear yet whether Sinon got too restrictive or the code calling "setRequestHeader" was too loose. Given that davclient.js is an external dependency, as a temporary measure Sinon version is forced to be 5.0.7 at most until either Sinon or davclient.js are updated. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>