summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-12-302-0/+4
|
* dont apply encryption wrapper for root mountRobin Appelman2020-12-291-1/+1
| | | | | | | the `shouldEncrypt` already disables encryption for anything thats not in the users data folder, however the encryption wrapper being applied anyway on the root folder breaks groupfolders Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #24874 from nextcloud/enh/exception_loggingRoeland Jago Douma2020-12-292-4/+22
|\ | | | | Avoid huge exception argument logging
| * Avoid huge exception argument loggingRoeland Jago Douma2020-12-292-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | In some cases it might happen that you have an argument that deep down somewhere has an array with a lot of entries (think thousands). Now before we would just happily print them all. Which would fill the log. Now it will just print the first 5. And add a line that there are N more. If you are on debug level we will still print them all. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-2914-87/+113
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-12-292-32/+32
|
* Move to single share event. Just emit more if neededRoeland Jago Douma2020-12-232-22/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* cs fixMaxence Lange2020-12-231-3/+3
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* +ShareDeletedEventMaxence Lange2020-12-234-0/+84
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-2215-118/+118
|\ | | | | Unify links to php.net
| * Unify links to php.netJ0WI2020-09-1715-118/+118
| | | | | | | | | | | | Update all links to https://www.php.net/ Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | Merge pull request #24594 from kofemann/dcacheJulius Härtl2020-12-2211-20/+24
|\ \
| * | storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan2020-12-2110-19/+23
| | | | | | | | | | | | | | | | | | | | | The current phpdoc of IStorage#file_put_contents doesnt corresponds to it's actual usage in code, e.g. Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
| * | files: Local#writeStream should use it's own file_put_contentsTigran Mkrtchyan2020-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The OC\Files\Storage\Local#writeStream use system provided file_put_contents. However, it overrides file_put_contents, thus expects that the default behaviour can be different. Use Local#file_put_contents in writeStream to benefit from class specific functionality. Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-222-22/+44
| | |
* | | Actually set the TTL on redis setRoeland Jago Douma2020-12-211-1/+7
| | | | | | | | | | | | | | | | | | Else well the keys remain for ever and ever. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #24730 from J0WI/fix-trusted-ipv6Julius Härtl2020-12-211-1/+1
|\ \ \ | | | | | | | | Fix IPv6 localhost regex
| * | | Fix IPv6 localhost regexJ0WI2020-12-161-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | Merge pull request #24715 from nextcloud/bug/noid/limit-get-incomplete-to-1Roeland Jago Douma2020-12-211-1/+2
|\ \ \ \ | | | | | | | | | | Limit getIncomplete query to one row
| * | | | Limit getIncomplete query to one rowDaniel Kesselberg2020-12-151-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-12-204-24/+26
| | | | |
* | | | | Merge pull request #24702 from nextcloud/enhancement/well-known-handler-apiChristoph Wurst2020-12-1810-0/+530
|\ \ \ \ \ | | | | | | | | | | | | Add well known handlers API
| * | | | | Add well known handlers APIChristoph Wurst2020-12-1610-0/+530
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #24737 from nextcloud/fix/23544/unset_parameterRoeland Jago Douma2020-12-181-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Also unset the other possible unused paramters
| * | | | | | Also unset the other possible unused paramtersRoeland Jago Douma2020-12-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-12-182-8/+8
|/ / / / / /
* | | / / / Update all license headers for Nextcloud 21Christoph Wurst2020-12-16224-173/+250
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #24629 from nextcloud/enh/noid/optional-before-requiredChristoph Wurst2020-12-162-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Make $vars and $secureRandom required.
| * | | | | Make $vars and $secureRandom required.Daniel Kesselberg2020-12-102-3/+3
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #24659 from ↵Roeland Jago Douma2020-12-163-3/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enh/noid/dav-honour-sharing.maxAutocompleteResults dav principal search to honour sharing.maxAutocompleteResults setting
| * | | | | use a consistent default value for sharing.maxAutocompleteResultsArthur Schiwon2020-12-153-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Merge pull request #24706 from ↵Roeland Jago Douma2020-12-161-0/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/log-error-on-setting-custom-headers-on-no-content-responses Log an error when setting a custom header on "Not Modified" responses
| * | | | | | Log an error when setting a custom header on "Not Modified" responsesJoas Schilling2020-12-151-0/+14
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Do not include non-required scripts on the upgrade pageJulius Härtl2020-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #24488 from zzkt/patch-1Julius Härtl2020-12-151-0/+13
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | repair text/org MIME typesnik gaffney2020-12-111-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nik gaffney <nik@fo.am>
* | | | | | Merge pull request #24683 from doc75/federation_confidentialityJulius Härtl2020-12-151-1/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [Fix #24682]: ensure federation cloud id is retruned if FN property not foundGuillaume Virlet2020-12-131-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Guillaume Virlet <github@virlet.org>
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-12-152-0/+26
| | | | | |
* | | | | | Merge pull request #23017 from nextcloud/enh/distinguish-usersJulius Härtl2020-12-143-1/+10
|\ \ \ \ \ \
| * | | | | | Show unique displayname context in the sharing inputJulius Härtl2020-12-143-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #24631 from ↵Joas Schilling2020-12-141-0/+21
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/prevent-select-asterix-and-specifics Prevent * and other things in the same query for Oracle
| * | | | | | Prevent * and other things in the same query for OracleJoas Schilling2020-12-141-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #24679 from nextcloud/tcitworld-patch-1Roeland Jago Douma2020-12-141-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update comment to reflect current CSP policy
| * | | | | | | Update comment to reflect current CSP policyThomas Citharel2020-12-121-1/+1
| | |/ / / / / | |/| | | | | | | | | | | | JS unsafe-eval was removed a long time ago in https://github.com/nextcloud/server/pull/11028
* | | | | | | Merge pull request #24663 from nextcloud/sanitizersRoeland Jago Douma2020-12-142-0/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Add sanitizers for JSON output
| * | | | | | Add sanitizers for JSON outputLukas Reschke2020-12-112-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Those functions set proper content-types that prevent rendering of data. Therefore it's safe to mark them as sanitizers. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-12-122-0/+6
|/ / / / / /
* | | | | | Merge pull request #24416 from nextcloud/fix/app-store-check-php-compatRoeland Jago Douma2020-12-101-7/+25
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Check php compatibility of app store app releases
| * | | | | Check php compatibility of app store app releasesChristoph Wurst2020-12-041-7/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apps might increase the minimum php version requirement, in which case an update could break the app or even the whole instance. We must not install those releases, or better, don't even show them for update/installation. This extends the app fetcher code to filter out the releases that are not installable. The filter respects minimum and maximum requirements. E.g. apps that are still only released for php7.3 won't show up for php7.4 instances. This behavior is new but if an app lists an explicit version requirement, then we ought to repect that. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>