summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* optimize getMetaData for local storageRobin Appelman2020-04-011-6/+57
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #20209 from nextcloud/techdebt/php-cs-configRoeland Jago Douma2020-04-015-4/+1744
|\ | | | | Add a shared php coding style fixer config
| * Add shared php-cs configChristoph Wurst2020-03-315-4/+1744
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #20220 from ↵Roeland Jago Douma2020-04-012-4/+4
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/eslint-plugin-node-11.1.0 Bump eslint-plugin-node from 11.0.0 to 11.1.0
| * | Bump eslint-plugin-node from 11.0.0 to 11.1.0dependabot-preview[bot]2020-03-292-4/+4
| | | | | | | | | | | | | | | | | | | | | Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 11.0.0 to 11.1.0. - [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases) - [Commits](https://github.com/mysticatea/eslint-plugin-node/compare/v11.0.0...v11.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma2020-04-01540-145/+682
|\ \ \ | | | | | | | | Update the license headers for Nextcloud 19
| * | | Update the license headers for Nextcloud 19Christoph Wurst2020-03-31540-145/+682
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #20221 from ↵Roeland Jago Douma2020-04-013-5/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.13.0 Bump blueimp-md5 from 2.12.0 to 2.13.0
| * | | | Bump blueimp-md5 from 2.12.0 to 2.13.0dependabot-preview[bot]2020-04-013-5/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [blueimp-md5](https://github.com/blueimp/JavaScript-MD5) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/blueimp/JavaScript-MD5/releases) - [Commits](https://github.com/blueimp/JavaScript-MD5/compare/v2.12.0...v2.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Merge pull request #19858 from nextcloud/feature/webauthnRoeland Jago Douma2020-03-3167-308/+2523
|\ \ \ \ | | | | | | | | | | Add WebAuthn support
| * | | | Start with webauthnRoeland Jago Douma2020-03-3166-306/+2521
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | | | Make password nullable in LoginDataRoeland Jago Douma2020-03-311-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #19845 from nextcloud/enh/events/loginFailedEventRoeland Jago Douma2020-03-319-5/+207
|\ \ \ \ \ | |/ / / / |/| | | | Event for failed login attempts
| * | | | [POC] Event for failed login attemptsRoeland Jago Douma2020-03-319-5/+207
|/ / / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #20210 from nextcloud/fix/outdated/admin-dir_permissionsJoas Schilling2020-03-313-9/+3
|\ \ \ \ | |/ / / |/| | | Remove outdated admin-dir_permissions documentation link
| * | | Update base.phpJohn Molakvoæ2020-03-281-2/+1
| | | |
| * | | Update base.phpJohn Molakvoæ2020-03-281-1/+0
| | | |
| * | | Update util.phpJohn Molakvoæ2020-03-281-2/+1
| | | |
| * | | Update Config.phpJohn Molakvoæ2020-03-281-4/+1
| |/ /
* | | Merge pull request #20245 from nextcloud/tcitworld-patch-1-1Christoph Wurst2020-03-311-0/+1
|\ \ \ | |_|/ |/| | Add myself to .mailmap
| * | Add myself to .mailmapThomas Citharel2020-03-311-0/+1
|/ / | | | | See https://github.com/nextcloud/server/pull/20241
* | Merge pull request #20219 from nextcloud/dependabot/npm_and_yarn/webpack-4.42.1Christoph Wurst2020-03-3148-202/+195
|\ \ | | | | | | Bump webpack from 4.42.0 to 4.42.1
| * | Bump webpack from 4.42.0 to 4.42.1dependabot-preview[bot]2020-03-3048-202/+195
| |/ | | | | | | | | | | | | | | | | 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>
* | Merge pull request #20234 from nextcloud/design/pdf-iconRoeland Jago Douma2020-03-311-1/+1
|\ \ | | | | | | Remove Acrobat logo from PDF filetype icon
| * | Remove Acrobat logo from PDF filetype iconJan-Christoph Borchardt2020-03-301-1/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-03-3114-6/+32
| | |
* | | Merge pull request #20227 from ↵Christoph Wurst2020-03-302-0/+4
|\ \ \ | |/ / |/| | | | | | | | nextcloud/enhancement/sabre-address-book-calendar-plugins Update the info.xsd for address book and calendar plugins
| * | Update the info.xsd for address book and calendar pluginsChristoph Wurst2020-03-302-0/+4
|/ / | | | | | | | | | | | | | | For https://github.com/nextcloud/server/pull/19795 For https://github.com/nextcloud/server/pull/19196 Ref https://github.com/nextcloud/appstore/pull/673 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | 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-3023-41/+45
|\ \ \ | | | | | | | | 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-2713-13/+13
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | Update Sabre (and friends) to 4.0Christoph Wurst2020-03-271-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | [tx-robot] updated from transifexNextcloud bot2020-03-3040-40/+116
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2020-03-2944-62/+84
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2020-03-28132-196/+328
| | |
* | | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-27197-332/+0
|\ \ \ | |/ / |/| | Remove unused imports
| * | Remove unused importsChristoph Wurst2020-03-25197-332/+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-2716-8/+428
|/ / /
* | | Merge pull request #19872 from nextcloud/techdebt/bable-polyfill-to-core-jsJohn Molakvoæ2020-03-2617-107/+105
|\ \ \ | | | | | | | | Migrate from @babel/polyfill to core-js@3
| * | | Migrate from @babel/polyfill to core-js@3Christoph Wurst2020-03-2617-107/+105
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #20168 from nextcloud/techdebt/short-array-syntaxJoas Schilling2020-03-26454-4220/+4220
|\ \ \ \ | |/ / / |/| | | Use the short array syntax, everywhere