summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-04-0522-72/+344
|/ / / / /
* | | | | Merge pull request #20139 from ↵Roeland Jago Douma2020-04-041-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/unify-default-value-for-restricting-user-enumeration-with-settings Unify default value for restricting user enumeration with settings
| * | | | | Unify default value for restricting user enumeration with settingsDaniel Calviño Sánchez2020-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-042-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependachristoph/npm_and_yarn/handlebars-minimist Update handlebars to get rid of minimist
| * | | | | | Update handlebars to get rid of minimistChristoph Wurst2020-04-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-041-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Properly catch NoUserException during upload cleanup
| * | | | | | | 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-0420-4/+112
|/ / / / / / /
* | | | | / / [tx-robot] updated from transifexNextcloud bot2020-04-03268-254/+1010
| |_|_|_|/ / |/| | | | |
* | | | | | 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 #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-0316-25/+25
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0316-25/+25
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #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>
* | | | | | | Query Application class on publicwebdavJulius Härtl2020-04-021-1/+1
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-023-8/+25
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add optional comments reference_id
| * | | | | Fix unit testsJoas Schilling2020-04-021-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Add optional column oc_comments.reference_idJoas Schilling2020-03-312-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma2020-04-01333-102/+440
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update the license headers for Nextcloud 19
| * | | | | | Update the license headers for Nextcloud 19Christoph Wurst2020-03-31333-102/+440
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Start with webauthnRoeland Jago Douma2020-03-3133-232/+1220
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | | Merge pull request #20219 from nextcloud/dependabot/npm_and_yarn/webpack-4.42.1Christoph Wurst2020-03-3136-65/+65
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Bump webpack from 4.42.0 to 4.42.1
| * | | | | Bump webpack from 4.42.0 to 4.42.1dependabot-preview[bot]2020-03-3036-65/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.42.0 to 4.42.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.42.0...v4.42.1) 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-3114-6/+32
| |/ / / / |/| | | |
* | | | | Merge pull request #20208 from nextcloud/smb-folder-contents-normalize-pathJohn Molakvoæ2020-03-301-1/+1
|\ \ \ \ \ | | | | | | | | | | | | normalize smb path while listing folder contents
| * | | | | normalize smb path while listing folder contentsRobin Appelman2020-03-271-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | currently when listing `'/'`, it will include a double slash in the paths used for the listing logic this causes unneeeded cache misses in the statCache Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #20207 from nextcloud/smb-3.2.1John Molakvoæ2020-03-3021-93/+300
|\ \ \ \ \ | | | | | | | | | | | | update icewind/smb to 3.2.1
| * | | | | update icewind/smb to 3.2.1Robin Appelman2020-03-2721-93/+300
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #19325 from nextcloud/dependachristoph/composer/sabre-4.0Roeland Jago Douma2020-03-3021-40/+44
|\ \ \ \ \ | | | | | | | | | | | | Update Sabre (and friends) to 4.0
| * | | | | RequestTestCase: Default type for headers needs to be arrayGeorg Ehrke2020-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | | | Adjust FakeLockerPluginTest to new Sabre versionGeorg Ehrke2020-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | | | Set custom ProdId in Birthday service, do not depend on Sabre Versio number ↵Georg Ehrke2020-03-272-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for unit tests Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | | | Fix usage of Sabre\HTTP\Request in unit testsGeorg Ehrke2020-03-275-18/+14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | | | Sabre/DAV 4.0: beforeMethod is now beforeMethod:*Georg Ehrke2020-03-2712-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-03-3030-24/+98
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-03-2936-46/+64
| |_|/ / / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-03-28126-194/+318
| | | | |
* | | | | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-2793-166/+0
|\ \ \ \ \ | |/ / / / |/| | | | Remove unused imports
| * | | | Remove unused importsChristoph Wurst2020-03-2593-166/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #20186 from szaimen/patch-2Roeland Jago Douma2020-03-271-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix "Use this address..." String
| * | | | | Fix "Use this address..." Stringszaimen2020-03-261-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-03-278-8/+414
|/ / / / /
* | | | | Merge pull request #19872 from nextcloud/techdebt/bable-polyfill-to-core-jsJohn Molakvoæ2020-03-263-22/+20
|\ \ \ \ \ | | | | | | | | | | | | Migrate from @babel/polyfill to core-js@3