Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-14 | 8 | -8/+170 |
| | |||||
* | Merge pull request #8259 from nextcloud/guzzle6 | Morris Jobke | 2018-02-14 | 4 | -27/+53 |
|\ | | | | | update guzzlehttp/guzzle to 6.3.0 | ||||
| * | adjust post body for new guzzle | Robin Appelman | 2018-02-09 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | Adjust dav client to new guzzle | Robin Appelman | 2018-02-09 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | adjust httpclient to guzzle6 | Robin Appelman | 2018-02-09 | 3 | -25/+47 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #8335 from nextcloud/remove-unused-import | Morris Jobke | 2018-02-14 | 13 | -26/+0 |
|\ \ | | | | | | | Remove unused import statements | ||||
| * | | Remove unused import statements | Morris Jobke | 2018-02-14 | 13 | -26/+0 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #8328 from ↵ | Joas Schilling | 2018-02-14 | 1 | -2/+9 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/filter-out-the-current-user-by-email-too Filter out the current user when searching for emails too | ||||
| * | | | Filter out the current user when searching for emails too | Joas Schilling | 2018-02-13 | 1 | -2/+9 |
| |/ / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #8337 from nextcloud/use-non-alias-method | Joas Schilling | 2018-02-14 | 4 | -6/+6 |
|\ \ \ | | | | | | | | | Use non aliased method instead | ||||
| * | | | Use non aliased method instead | Morris Jobke | 2018-02-13 | 4 | -6/+6 |
| |/ / | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #8338 from nextcloud/simplify-return-statement | Joas Schilling | 2018-02-14 | 1 | -3/+1 |
|\ \ \ | | | | | | | | | Simplify return statement | ||||
| * | | | Simplify return statement | Morris Jobke | 2018-02-13 | 1 | -3/+1 |
| |/ / | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / / | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-14 | 2 | -2/+30 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-12 | 8 | -8/+92 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-09 | 72 | -0/+4856 |
| | | |||||
* | | Try to silence phan | Roeland Jago Douma | 2018-02-08 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | don't swallow exception from touch | Robin Appelman | 2018-02-08 | 2 | -2/+10 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | better error message on catalog error | Robin Appelman | 2018-02-08 | 2 | -1/+6 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #8033 from nextcloud/s3-uploader | Morris Jobke | 2018-02-08 | 1 | -43/+2 |
|\ | | | | | Use S3Client::upload instead of splitting single/multipart upload ourselves | ||||
| * | Use S3Client::upload instead of splitting single/multipart upload ourselves | Robin Appelman | 2018-01-24 | 1 | -43/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #8218 from nextcloud/display_proper_lang_string | Morris Jobke | 2018-02-08 | 1 | -1/+1 |
|\ \ | | | | | | | Display the proper language strings in setttings | ||||
| * | | Display the proper language strings in setttings | Roeland Jago Douma | 2018-02-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Since this was moved to lib, we have to the lib language files. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #8023 from nextcloud/webdavsearch_limit_order_fixing | Morris Jobke | 2018-02-08 | 1 | -2/+9 |
|\ \ \ | | | | | | | | | Respect limit and order in webdav search | ||||
| * | | | CacheJail should apply limit and offset after searching | Roeland Jago Douma | 2018-02-07 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | Else the results might not be correct. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | Merge pull request #8233 from nextcloud/swift-return-stream | Roeland Jago Douma | 2018-02-08 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | actually return stream from swift | ||||
| * | | | | actually return stream from swift | Robin Appelman | 2018-02-07 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* / / / | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-08 | 2 | -2/+4 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-07 | 22 | -22/+24 |
| | | | |||||
* | | | Merge pull request #8217 from nextcloud/fix_8180 | Morris Jobke | 2018-02-07 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | Use proper lanugage in langauge code | ||||
| * | | | Use proper lanugage in langauge code | Roeland Jago Douma | 2018-02-07 | 1 | -1/+3 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | Fixes #8180 The _ is not valid in language codes use - instead. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-07 | 2 | -2/+30 |
| | | | |||||
* | | | Merge pull request #8182 from robert-scheck/pki-validation | Morris Jobke | 2018-02-06 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Handle SSL certificate verifications for others than Let's Encrypt | ||||
| * | | Handle SSL certificate verifications for others than Let's Encrypt | Robert Scheck | 2018-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do no longer (wrongly) rewrite URLs like * http://example.net/.well-known/pki-validation/file.txt (Comodo) * http://example.net/.well-known/pki-validation/fileauth.txt (DigiCert, Thawte, GeoTrust) * http://example.net/.well-known/pki-validation/gsdv.txt (GlobalSign) * http://example.net/.well-known/pki-validation/starfield.htm (Starfield, GoDaddy) * http://example.net/.well-known/pki-validation/swisssign-check.txt (SwissSign) for automated SSL certificate verifications. All (common commercial) certificate authorities (CA) except Let's Encrypt (via ACME) seem to use "pki-validation" rather "acme-challenge" for their domain control validation (DCV). Signed-off-by: Robert Scheck <robert@fedoraproject.org> | ||||
* | | | Merge pull request #8173 from michaelletzgus/fix_for_each | Morris Jobke | 2018-02-06 | 1 | -3/+5 |
|\ \ \ | |/ / |/| | | Fix "undefined index" problem | ||||
| * | | using isset() | michaelletzgus | 2018-02-05 | 1 | -1/+1 |
| | | | | | | | | | using isset() instead of array_key_exists() | ||||
| * | | Fix undefined index problem | michaelletzgus | 2018-02-04 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Nextcloud 13RC4, error in logfile, triggered by "occ config:list": Invalid argument supplied for foreach() at lib/private/AppConfig.php#297 PHP Undefined index: workflowengine at lib/private/AppConfig.php#297 Fix: Check if index exists in array before using it. | ||||
* | | | Merge pull request #8144 from nextcloud/cache-update-occ | Morris Jobke | 2018-02-05 | 7 | -9/+111 |
|\ \ \ | | | | | | | | | Repair step to clear frontend related caches | ||||
| * | | | Move depsCache clearing to SCSSCacher/JSCombiner | Julius Härtl | 2018-02-03 | 3 | -15/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | | Add tests and class mapping | Julius Härtl | 2018-02-03 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | | Add repair step to clear frontend related caches | Julius Härtl | 2018-02-03 | 5 | -6/+118 |
| |/ / | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #8155 from nextcloud/use-guest-css | Morris Jobke | 2018-02-05 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | Fix styling issues of guest pages | ||||
| * | | | Load guest css on any guest and error page | Julius Härtl | 2018-02-02 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | Do not try to get the jailed path if we can't find the id | Roeland Jago Douma | 2018-02-03 | 1 | -0/+4 |
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Fixes #8047 If we can't find the file by id there we should just return null instead of trying to get the jailed path of null. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-03 | 12 | -10/+156 |
|/ / | |||||
* | | Merge pull request #8134 from coliff/patch-2 | Joas Schilling | 2018-02-02 | 1 | -1/+1 |
|\ \ | | | | | | | Update iOS link to geo-detect & show correct store listing | ||||
| * | | Update defaults.php | Christian Oliff | 2018-02-02 | 1 | -1/+1 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-02 | 8 | -8/+114 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-01 | 2 | -0/+372 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-01 | 94 | -3574/+88 |
| | | |