summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-04-0652-88/+242
|
* Merge pull request #20314 from ↵Roeland Jago Douma2020-04-052-14/+32
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/eslint-loader-3.0.4 Bump eslint-loader from 3.0.3 to 3.0.4
| * Bump eslint-loader from 3.0.3 to 3.0.4dependabot-preview[bot]2020-04-052-14/+32
| | | | | | | | | | | | | | | | Bumps [eslint-loader](https://github.com/webpack-contrib/eslint-loader) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/webpack-contrib/eslint-loader/releases) - [Changelog](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.3...v3.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #20309 from nextcloud/rakekniven-patch-2Roeland Jago Douma2020-04-051-1/+1
|\ \ | |/ |/| l10n: Triple dot to ellipsis.
| * l10n: Triple dot to ellipsis.rakekniven2020-04-041-1/+1
| | | | | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* | Merge pull request #20316 from ↵Roeland Jago Douma2020-04-052-7/+7
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/eslint-plugin-import-2.20.2 Bump eslint-plugin-import from 2.20.1 to 2.20.2
| * | Bump eslint-plugin-import from 2.20.1 to 2.20.2dependabot-preview[bot]2020-04-052-17/+17
| |/ | | | | | | | | | | | | | | Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.1 to 2.20.2. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.20.1...v2.20.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #20308 from nextcloud/rakekniven-patch-1Roeland Jago Douma2020-04-054-9/+9
|\ \ | | | | | | l10n: Changed spelling of WebAuthn
| * | Compile assetsnpmbuildbot[bot]2020-04-052-5/+5
| | | | | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | l10n: Changed spelling of WebAuthnrakekniven2020-04-041-2/+2
| | | | | | | | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
| * | l10n: Changed spelling of WebAuthnrakekniven2020-04-041-1/+1
| | | | | | | | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
| * | l10n: Changed spelling of WebAuthnrakekniven2020-04-041-1/+1
| |/ | | | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* | Merge pull request #20312 from nextcloud/dependabot/npm_and_yarn/jsdom-16.2.2Roeland Jago Douma2020-04-052-32/+40
|\ \ | | | | | | Bump jsdom from 16.2.1 to 16.2.2
| * | Bump jsdom from 16.2.1 to 16.2.2dependabot-preview[bot]2020-04-052-32/+40
| |/ | | | | | | | | | | | | | | Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.1 to 16.2.2. - [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.1...16.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / [tx-robot] updated from transifexNextcloud bot2020-04-0532-74/+364
|/
* Merge pull request #20139 from ↵Roeland Jago Douma2020-04-045-5/+60
|\ | | | | | | | | nextcloud/unify-default-value-for-restricting-user-enumeration-with-settings Unify default value for restricting user enumeration with settings
| * Add acceptance test for restricting user enumeration to groupsDaniel Calviño Sánchez2020-03-242-0/+55
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Unify default value for restricting user enumeration with settingsDaniel Calviño Sánchez2020-03-243-5/+5
| | | | | | | | | | | | | | | | | | | | If the value was never enabled or disabled, the settings show "Restrict username enumeration to groups" as disabled. However, in some components it was enabled by default, which caused an inconsistency in the behaviour with respect to the settings, for example in the contacts menu. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #20273 from ↵Roeland Jago Douma2020-04-0410-19/+152
|\ \ | | | | | | | | | | | | nextcloud/dependachristoph/npm_and_yarn/handlebars-minimist Update handlebars to get rid of minimist
| * | Update handlebars to get rid of minimistChristoph Wurst2020-04-0310-19/+152
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #20284 from nextcloud/bugfix/noid/catch-no-user-in-cronRoeland Jago Douma2020-04-043-3/+10
|\ \ \ | | | | | | | | Properly catch NoUserException during upload cleanup
| * | | Properly hint exceptions thrown by getUserFolderJulius Härtl2020-04-032-2/+8
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Catch NoUserException when running the upload cleanup as cronjobJulius Härtl2020-04-031-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-0428-6/+130
|/ / /
* | | Merge pull request #20293 from ↵blizzz2020-04-031-2/+4
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/noid/BeforeUserLoggedInEvent-returntype fixes the return type of BeforeUserLoggedInEvent
| * | | fixes the return type of BeforeUserLoggedInEventArthur Schiwon2020-04-031-2/+4
|/ / / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2020-04-03508-892/+1918
| | |
* | | Merge pull request #20285 from nextcloud/fix/l10n-webauthnRoeland Jago Douma2020-04-031-0/+1
|\ \ \ | |/ / |/| | Ignore compiled webauthn settings
| * | Ignore compiled webauthn settingsRoeland Jago Douma2020-04-031-0/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #20257 from nextcloud/version/19/beta1v19.0.0beta1Roeland Jago Douma2020-04-031-2/+2
|\ \ \ | | | | | | | | 19 beta 1
| * | | 19 beta 1Roeland Jago Douma2020-04-011-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #19913 from ↵Roeland Jago Douma2020-04-034-38/+260
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/bugfix/noid/remove-user-name-from-public-sharing-page Remove user name from public sharing page
| * | | Add a test and fix the existing onesJoas Schilling2020-04-011-29/+220
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Remove user name from public sharing pageJoas Schilling2020-04-013-9/+40
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #20217 from ↵Roeland Jago Douma2020-04-0320-31/+31
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/regenerator-runtime-0.13.5 Bump regenerator-runtime from 0.13.3 to 0.13.5
| * | | | Bump regenerator-runtime from 0.13.3 to 0.13.5dependabot-preview[bot]2020-04-0320-31/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [regenerator-runtime](https://github.com/facebook/regenerator) from 0.13.3 to 0.13.5. - [Release notes](https://github.com/facebook/regenerator/releases) - [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.13.3...regenerator-runtime@0.13.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | Merge pull request #20216 from ↵Roeland Jago Douma2020-04-032-15/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/karma-viewport-1.0.6 Bump karma-viewport from 1.0.5 to 1.0.6 in /build
| * | | | | Bump karma-viewport from 1.0.5 to 1.0.6 in /builddependabot-preview[bot]2020-03-292-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [karma-viewport](https://github.com/squidfunk/karma-viewport) from 1.0.5 to 1.0.6. - [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.5...1.0.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | Merge pull request #20244 from CHRINIMUE/add-progress-bar-to-public-uploadRoeland Jago Douma2020-04-035-13/+37
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add basic progressbar to public upload page
| * | | | | | fix wrong indentationChristopher Mueller2020-03-311-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Mueller <chrinimue@posteo.me>
| * | | | | | add translation strings & add margin to uploaded files-listChristopher Mueller2020-03-313-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Mueller <chrinimue@posteo.me>
| * | | | | | add progressbar for every element & better designChristopher Mueller2020-03-314-14/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Mueller <chrinimue@posteo.me>
| * | | | | | Add basic progressbar to public upload pageChristopher Mueller2020-03-314-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Mueller <chrinimue@posteo.me>
* | | | | | | Merge pull request #20275 from ↵Roeland Jago Douma2020-04-031-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/publicwebdav-query-application Query Application class on publicwebdav
| * | | | | | | Query Application class on publicwebdavJulius Härtl2020-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | Merge pull request #19486 from nextcloud/scanner-performanceRoeland Jago Douma2020-04-024-21/+99
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improve performance of file scanner
| * | | | | | | | restart transaction when cache insert fails due to duplicateRobin Appelman2020-04-011-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | fix testsRobin Appelman2020-04-011-6/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | call cache->insert directly instead of going trough cache->put first when ↵Robin Appelman2020-04-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scanning Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | dont try to get existing cache data during scanning if we already know its a ↵Robin Appelman2020-04-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new file Signed-off-by: Robin Appelman <robin@icewind.nl>