summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't break when the IP is emptyJoas Schilling2020-09-102-2/+26
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #22672 from ↵Roeland Jago Douma2020-09-1028-36/+36
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/v-click-outside-3.1.1 Bump v-click-outside from 3.1.0 to 3.1.1
| * Compile assetsnpmbuildbot[bot]2020-09-1026-32/+32
| | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * Bump v-click-outside from 3.1.0 to 3.1.1dependabot[bot]2020-09-102-4/+4
| | | | | | | | | | | | | | Bumps [v-click-outside](https://github.com/ndelvalle/v-click-outside) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/ndelvalle/v-click-outside/releases) - [Commits](https://github.com/ndelvalle/v-click-outside/compare/v3.1.0...v3.1.1) Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #22665 from ↵Morris Jobke2020-09-101-1/+1
|\ \ | |/ |/| | | | | nextcloud/dependabot/composer/build/integration/behat/behat-approx-3.7.0 Update behat/behat requirement from ~3.6.1 to ~3.7.0 in /build/integration
| * Update behat/behat requirement in /build/integrationdependabot[bot]2020-09-081-1/+1
| | | | | | | | | | | | | | | | Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version. - [Release notes](https://github.com/Behat/Behat/releases) - [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Behat/compare/v3.6.1...v3.7.0) Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #22687 from ↵Morris Jobke2020-09-104-12/+18
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/query-string-6.13.1 Bump query-string from 5.1.1 to 6.13.1
| * | Bump query-string from 5.1.1 to 6.13.1dependabot[bot]2020-09-084-12/+18
| |/ | | | | | | | | | | | | | | | | Bumps [query-string](https://github.com/sindresorhus/query-string) from 5.1.1 to 6.13.1. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v5.1.1...v6.13.1) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #22747 from nextcloud/s3-isdir-emptyMorris Jobke2020-09-101-2/+3
|\ \ | | | | | | fix s3 doesDirectoryExist check for empty directories
| * | Set delimiter so that the CommonPrefixes response can properly be determinedJulius Härtl2020-09-101-1/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | fix s3 doesDirectoryExist check for empty directoriesRobin Appelman2020-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if a directory is empty, only the 'marker' object `/` exists. since not all s3 implementations return just the prefix when listing objects by prefix, when listing objects by the folder prefix, nothing will be returned if the directory is empty. by not including the trailing slash in the prefix, the folder marked will always be returned if it exists Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #22622 from ↵Morris Jobke2020-09-102-9/+9
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/sass-loader-10.0.2 Bump sass-loader from 9.0.3 to 10.0.2
| * | | Bump sass-loader from 9.0.3 to 10.0.2dependabot-preview[bot]2020-09-072-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 9.0.3 to 10.0.2. - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v9.0.3...v10.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #22552 from nextcloud/bugfix/noid/opendocument-templatesMorris Jobke2020-09-102-0/+19
|\ \ \ \ | | | | | | | | | | Add opendocument templates to mimetype mappings
| * | | | Update repair step apply new opendocument template mimesJulius Härtl2020-09-042-1/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Add opendocument templates to mimetype mappingsJulius Härtl2020-09-031-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #22615 from nextcloud/fix/22606/popover-flutterMorris Jobke2020-09-103-3/+4
|\ \ \ \ \ | | | | | | | | | | | | Change status popover container
| * | | | | Change status popover containerRaimund Schlüßler2020-09-083-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
* | | | | | Merge pull request #22766 from nextcloud/fix/22507/php-eol-warningMorris Jobke2020-09-101-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Clarify PHP warning in admin settings
| * | | | | | Clarify PHP warning in admin settingsMorris Jobke2020-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | Merge pull request #22765 from ↵Morris Jobke2020-09-101-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/allow-to-get-activities-for-files-by-email-again Allow to get activities for files by email again
| * | | | | | | Allow to get activities for files by email againJoas Schilling2020-09-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Merge pull request #22762 from ↵Morris Jobke2020-09-101-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/dont-create-debug-log-in-base.php Don't create a deprecation log in base.php
| * | | | | | | | Don't create a deprecation log in base.phpJoas Schilling2020-09-101-1/+1
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Merge pull request #22744 from nextcloud/shared-cached-permissionsMorris Jobke2020-09-101-6/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | only get the permissions from the share source if it's not already cached
| * | | | | | | only get the permissions from the share source if it's not already cachedRobin Appelman2020-09-091-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this prevents having to setup the share source when doing metadata stuff on the share root Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Merge pull request #22614 from nextcloud/fix/22606/popover-boundariesMorris Jobke2020-09-101-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Increase html body height to full content height
| * | | | | | | Increase html body height to full content heightRaimund Schlüßler2020-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
* | | | | | | | Merge pull request #22700 from ↵Morris Jobke2020-09-092-4/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.18.0 Bump blueimp-md5 from 2.17.0 to 2.18.0
| * | | | | | | | Bump blueimp-md5 from 2.17.0 to 2.18.0dependabot[bot]2020-09-092-4/+4
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [blueimp-md5](https://github.com/blueimp/JavaScript-MD5) from 2.17.0 to 2.18.0. - [Release notes](https://github.com/blueimp/JavaScript-MD5/releases) - [Commits](https://github.com/blueimp/JavaScript-MD5/compare/v2.17.0...v2.18.0) Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | Merge pull request #22520 from nextcloud/normalize-path-invalid-utf8Roeland Jago Douma2020-09-091-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | dont use `false` as cache key for non utf8 path in normalizePath
| * | | | | | | | dont use `false` as cache key for non utf8 path in normalizePathRobin Appelman2020-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since `json_encode` returns `false` if it's input isn't utf8, all non utf8 paths passed to normalizePath will currently return the same cached result. Fixing this makes working with non utf8 storages a *little* bit more possible for apps Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | Merge pull request #22651 from nextcloud/fix/s3/empty_filesRoeland Jago Douma2020-09-092-2/+13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix reading empty files from objectstorage
| * | | | | | | | | Fix reading empty files from objectstorageRoeland Jago Douma2020-09-092-2/+13
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we try to do range requests this will fail hard. However since empty files are not that interesting to read anyways we just read from an emptry memory stream. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | | Merge pull request #22663 from ↵Roeland Jago Douma2020-09-092-22/+15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/karma-viewport-1.0.7 Bump karma-viewport from 1.0.6 to 1.0.7 in /build
| * | | | | | | | | Bump karma-viewport from 1.0.6 to 1.0.7 in /builddependabot[bot]2020-09-082-22/+15
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [karma-viewport](https://github.com/squidfunk/karma-viewport) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/squidfunk/karma-viewport/releases) - [Changelog](https://github.com/squidfunk/karma-viewport/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/karma-viewport/compare/1.0.6...1.0.7) Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | | Merge pull request #22587 from timm2k/patch-1Roeland Jago Douma2020-09-091-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Check if var debugMode exists
| * | | | | | | | | Check if var debugMode existstimm2k2020-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #21150 a second time. 2nd appearance of debugMode may not seen in first fix.
* | | | | | | | | | Merge pull request #22600 from ↵Roeland Jago Douma2020-09-091-10/+12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/http-proxy-1.18.1 [Security] Bump http-proxy from 1.17.0 to 1.18.1 in /build
| * | | | | | | | | | [Security] Bump http-proxy from 1.17.0 to 1.18.1 in /builddependabot-preview[bot]2020-09-041-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. **This update includes a security fix.** - [Release notes](https://github.com/http-party/node-http-proxy/releases) - [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md) - [Commits](https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | | | | | Merge pull request #22634 from ↵Roeland Jago Douma2020-09-091-13/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | | | | | | | Update psalm baselineNextcloud-PR-Bot2020-09-091-13/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | | | | Merge pull request #22657 from nextcloud/bugfix/noid/quota-trash-creationMorris Jobke2020-09-092-3/+19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Check if quota should be applied to path when creating directories
| * | | | | | | | | | | Fix code styleMorris Jobke2020-09-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | | | | | | Make sure tests cover the new mkdir behaviour on 0 quotaJulius Härtl2020-09-081-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | | | | | Check if quota should be applied to path when creating directoriesJulius Härtl2020-09-081-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes an issue where the files_trashbin hierarchy of a user could not been created as the mkdir operations were blocked by the quota storage wrapper. Even with 0 quota, users should be able to have a trashbin for external storages. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | | | | | Merge pull request #22564 from nextcloud/bugfix/noid/show-avatars-againMorris Jobke2020-09-092-63/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | The privacy setting is only about syncing to other servers
| * | | | | | | | | | | | Remove unused members and importsJoas Schilling2020-09-082-15/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | | | | | The privacy setting is only about syncing to other serversJoas Schilling2020-09-032-48/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | | | | | Merge pull request #22660 from nextcloud/dependabot/composer/psalm/phar-3.15Morris Jobke2020-09-091-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | Bump psalm/phar from 3.12.2 to 3.15