summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Expose enumeration config though share managerJulius Härtl2020-03-202-0/+25
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Limit enumeration in contacts storeJulius Härtl2020-03-201-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Limit user search in Collaborators pluginsJulius Härtl2020-03-203-5/+50
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove unused properties in ShareesAPIControllerJulius Härtl2020-03-202-14/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add setting to restrict user enumeration to groupsJulius Härtl2020-03-203-0/+13
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #20043 from nextcloud/fix/welcome-no-ircRoeland Jago Douma2020-03-201-2/+0
|\ | | | | Most of us don't use IRC anymore
| * We don't use IRC anymoreChristoph Wurst2020-03-201-2/+0
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #19971 from joeried/visual-feedback-for-2fa-code-creationRoeland Jago Douma2020-03-203-4/+5
|\ | | | | Add visual feedback while creating 2fa backup codes
| * Move spinner behind text to match design guidelinesJohannes Riedel2020-03-193-4/+4
| | | | | | | | | | Signed-off-by: Johannes Riedel <joeried@users.noreply.github.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * Add visual feedback while creating 2fa backup codesJohannes Riedel2020-03-191-1/+2
| | | | | | | | Signed-off-by: Johannes Riedel <joeried@users.noreply.github.com>
* | Merge pull request #20032 from ↵Roeland Jago Douma2020-03-201-8/+18
|\ \ | | | | | | | | | | | | nextcloud/bugfix/19878/allow-video-player-on-hide-download Allow the video player on the hide download
| * | Allow the video player on the hide downloadJoas Schilling2020-03-191-8/+18
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #19993 from nextcloud/bug/19991/check-if-value-is-arrayRoeland Jago Douma2020-03-201-0/+4
|\ \ \ | | | | | | | | Make sure app_install_overwrite is an array
| * | | Make sure app_install_overwrite is an arrayDaniel Kesselberg2020-03-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | otherwise in_array will complain. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | [tx-robot] updated from transifexNextcloud bot2020-03-2034-54/+76
| | | |
* | | | Merge pull request #20031 from nextcloud/fix/files-external-user-mount-cache-diRoeland Jago Douma2020-03-191-4/+0
|\ \ \ \ | |_|_|/ |/| | | Do not use the deprecated service name
| * | | Do not use the deprecated service nameChristoph Wurst2020-03-191-4/+0
| | |/ | |/| | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #20026 from nextcloud/techdebt/composer-files-v1.10.1Christoph Wurst2020-03-1924-0/+72
|\ \ \ | |/ / |/| | Update autoloaders for composer v1.10.1
| * | Update autoloaders for composer v1.10.1Christoph Wurst2020-03-1924-0/+72
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-03-1910-6/+24
| |
* | 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>