summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20013 from ↵Roeland Jago Douma2020-03-185-172/+208
|\ | | | | | | | | nextcloud/bugfix/noid/fix-recursive-calls-in-logging-via-methods Fix recursive calls in logging via server methods
| * Fix recursive calls in logging via server methodsJoas Schilling2020-03-185-172/+208
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #19242 from nextcloud/dav-long-propertiesRoeland Jago Douma2020-03-187-504/+182
|\ \ | |/ |/| Handle long dav property paths by hashing them
| * rebuild autoloaderRobin Appelman2020-03-182-2/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * fix testsRobin Appelman2020-03-181-57/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * remove the detour trough node and work with path directlyRobin Appelman2020-03-182-73/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * use INode instead of Node for custom propertiesRobin Appelman2020-03-182-6/+20
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * handle long property paths to hasing paths >250 charsRobin Appelman2020-03-182-32/+77
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * remove unused codeRobin Appelman2020-03-181-53/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * test custom properties backend against real databaseRobin Appelman2020-03-181-52/+87
| | | | | | | | | | | | test behaviour not implementation Signed-off-by: Robin Appelman <robin@icewind.nl>
| * merge the two almost identical custom property backendsRobin Appelman2020-03-185-376/+135
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #20003 from nextcloud/enh/19989/type-additional-scoesJoas Schilling2020-03-182-1/+5
|\ \ | |/ |/| Annotate $additionalScopes so the IDE knows what type $scopeCandidate is
| * Annotate $additionalScopes so the IDE knows what type $scopeCandidate is.Daniel Kesselberg2020-03-172-1/+5
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #19978 from nextcloud/harden/check_for_ownerRoeland Jago Douma2020-03-181-0/+5
|\ \ | | | | | | Actually check if the owner is not null
| * | Actually check if the owner is not nullRoeland Jago Douma2020-03-161-0/+5
| | | | | | | | | | | | | | | | | | | | | Else this can error out on storages that do not have an owner (e.g. groupfolders). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #19981 from nextcloud/enh/reset_target_if_null_after_shareRoeland Jago Douma2020-03-181-0/+5
|\ \ \ | | | | | | | | Update the target when it isempty after sharing
| * | | Update the target when it isempty after sharingRoeland Jago Douma2020-03-161-0/+5
| |/ / | | | | | | | | | | | | | | | | | | Hooks that listen to it (audit log) benefit from having the target properly set. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #19813 from ↵Joas Schilling2020-03-182-2/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-color-box-shadow-variable Fix color-box-shadow variable
| * | | Fix dark mode color-box-shadow variableMarco Ambrosini2020-03-131-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
| * | | Fix color-box-shadow variableMarco Ambrosini2020-03-131-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* | | | [tx-robot] updated from transifexNextcloud bot2020-03-184-4/+6
| | | |
* | | | Merge pull request #19932 from nextcloud/remove-placeholder-checkRoeland Jago Douma2020-03-172-77/+0
|\ \ \ \ | | | | | | | | | | remove the requirement that everything that looks like a placeholder …
| * | | | remove the requirement that everything that looks like a placeholder is ↵Robin Appelman2020-03-132-77/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | substituted While maybe not common, `$` is a valid option in config fields Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #19964 from ↵Roeland Jago Douma2020-03-172-5/+24
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bug/19963/invalid-constructor-template-response Fix invalid instantiation of TemplateResponse if client not found
| * | | | | Fix invalid instantiation of TemplateResponse if client not foundDaniel Kesselberg2020-03-152-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | Merge pull request #19347 from nextcloud/fix/19345/log_deprecated_alias_useRoeland Jago Douma2020-03-174-71/+89
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Log untyped server DI requests
| * | | | | Move deprecated aliases over to new registrationRoeland Jago Douma2020-03-154-71/+72
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Add a deprecated alias registration to find deprecated usagesRoeland Jago Douma2020-03-151-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #19345 Basically just a stupid wrapper with extra logging. So that we can at least inform people they are using the wrong methods. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #19967 from roscomputing/enh/19958/usejsnoncedocsRoeland Jago Douma2020-03-171-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | add docs for useJsNonce
| * | | | | | add docs for useJsNoncePavel Krasikov2020-03-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pavel Krasikov <klonishe@gmail.com>
* | | | | | | Merge pull request #19989 from ↵Roeland Jago Douma2020-03-171-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix-single-ScopeContext-passed-to-setScopes Fix single "ScopeContext" passed to "setScopes"
| * | | | | | | Fix single "ScopeContext" passed to "setScopes"Daniel Calviño Sánchez2020-03-161-1/+1
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "setScopes" expects an array, but a single "ScopeContext" was being passed instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | | | Merge pull request #19987 from ↵Roeland Jago Douma2020-03-171-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/disable-storage-stats-without-session_keepalive Only do regular polling of storage statistics if session_keepalive is enabled
| * | | | | | | Only do regular polling of storage statistics if session_keepalive is enabledJulius Härtl2020-03-161-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #19995 from ↵Roeland Jago Douma2020-03-172-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/unify_default_types_lookupServerEnabled Default value of lookupServerEnabled should be the same everywhere
| * | | | | | | Default value of lookupServerEnabled should be the same everywhereGeorg Ehrke2020-03-172-2/+2
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-03-1732-90/+224
| | | | | | |
* | | | | | | Merge pull request #19968 from nextcloud/enh/noid/hide-apps-store-if-disabledblizzz2020-03-165-14/+30
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Hide card for apps store if disabled
| * | | | | | Hide card for apps store if disabledDaniel Kesselberg2020-03-165-14/+30
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | | Merge pull request #19960 from nextcloud/dependabot/npm_and_yarn/sinon-9.0.1John Molakvoæ2020-03-162-10/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bump sinon from 9.0.0 to 9.0.1
| * | | | | | Bump sinon from 9.0.0 to 9.0.1dependabot-preview[bot]2020-03-152-10/+9
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sinon](https://github.com/sinonjs/sinon) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/compare/v9.0.0...v9.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | Merge pull request #19962 from nextcloud/dependabot/npm_and_yarn/vuex-3.1.3Roeland Jago Douma2020-03-1610-26/+26
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bump vuex from 3.1.2 to 3.1.3
| * | | | | | Bump vuex from 3.1.2 to 3.1.3dependabot-preview[bot]2020-03-1510-26/+26
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vuex](https://github.com/vuejs/vuex) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/vuejs/vuex/releases) - [Commits](https://github.com/vuejs/vuex/compare/v3.1.2...v3.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | / / / [tx-robot] updated from transifexNextcloud bot2020-03-1620-12/+92
| |_|/ / / |/| | | |
* | | | | Merge pull request #19954 from roscomputing/fix/19941/fix_safari_useragentRoeland Jago Douma2020-03-151-1/+1
|\ \ \ \ \ | | | | | | | | | | | | fix safari useragent for versions with 3 digits
| * | | | | fix safari useragent for versions with 3 digitsPavel Krasikov2020-03-141-1/+1
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Pavel Krasikov <klonishe@gmail.com>
* | | | | Merge pull request #19961 from nextcloud/dependabot/npm_and_yarn/jsdom-16.2.1Roeland Jago Douma2020-03-152-35/+89
|\ \ \ \ \ | | | | | | | | | | | | Bump jsdom from 16.2.0 to 16.2.1
| * | | | | Bump jsdom from 16.2.0 to 16.2.1dependabot-preview[bot]2020-03-152-35/+89
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.0 to 16.2.1. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/16.2.0...16.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / | | | [tx-robot] updated from transifexNextcloud bot2020-03-1538-16/+224
|/ / / /
* | | | Merge pull request #19947 from nextcloud/dependabot/npm_and_yarn/acorn-6.4.1Roeland Jago Douma2020-03-141-21/+9
|\ \ \ \ | | | | | | | | | | [Security] Bump acorn from 6.3.0 to 6.4.1