summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-03-2160-110/+112
|
* Merge pull request #19569 from ↵Roeland Jago Douma2020-03-209-52/+211
|\ | | | | | | | | nextcloud/enh/noid/restrict-user-enumeration-to-groups Restrict sharing user enumeration to groups
| * Fix tests due to config adjustmentsJulius Härtl2020-03-202-36/+44
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Return empty system addressbook since we cannot easily limit it to groupsJulius Härtl2020-03-201-1/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Limit enumeration in principal searchJulius Härtl2020-03-202-1/+150
| | | | | | | | 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 #20039 from nextcloud/fix/19549/fix-uuid-attr-detectionblizzz2020-03-201-4/+0
|\ \ | |/ |/| fixes auto-detecting UUID attributes
| * fixes auto-detecting UUID attributesArthur Schiwon2020-03-191-4/+0
| | | | | | | | | | | | | | the continue (and later the early return) avoided proper looping over the attribute candidates. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | 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-2024-46/+58
| | | |
* | | | 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>
* / | Update autoloaders for composer v1.10.1Christoph Wurst2020-03-1923-0/+69
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-03-198-6/+22
| |
* | Merge pull request #20013 from ↵Roeland Jago Douma2020-03-181-2/+3
|\ \ | | | | | | | | | | | | 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-181-2/+3
| | | | | | | | | | | | 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 #19813 from ↵Joas Schilling2020-03-181-1/+1
|\ \ \ | | | | | | | | | | | | | | | | 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>
* | | | [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-172-5/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Log untyped server DI requests
| * | | | | Move deprecated aliases over to new registrationRoeland Jago Douma2020-03-152-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | 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-1722-76/+206
| | | | | |