summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9701 from nextcloud/3rdparty/noid/bump_symfonyRoeland Jago Douma2018-06-051-0/+0
|\ | | | | [3rdparty] Bump symfony packages
| * [3rdparty] Bump symfony packagesRoeland Jago Douma2018-06-051-0/+0
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9483 from nextcloud/azure-blobMorris Jobke2018-06-048-0/+182
|\ | | | | add azure object storage backend
| * add azure unit tests with azuriteRobin Appelman2018-06-045-1/+90
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Bump autoloaderRoeland Jago Douma2018-06-042-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * add azure object storage backendRobin Appelman2018-06-041-0/+91
| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * add azure blob storage sdkRobin Appelman2018-06-041-0/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #9724 from nextcloud/feature/9327/parent_share_indexMorris Jobke2018-06-042-1/+10
|\ \ | | | | | | Add parent index to share table
| * | Add parent index to share tableRoeland Jago Douma2018-06-032-1/+10
| | | | | | | | | | | | | | | | | | Fixes #9327 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9641 from ↵Morris Jobke2018-06-048-102/+26
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdep/noid/caching_explicit_in_response Move caching logic to response
| * | | Fix usageRoeland Jago Douma2018-06-046-98/+0
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Move caching logic to responseRoeland Jago Douma2018-06-042-4/+26
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | This avoids having to do it at all the places we want cached responses. We can't inject the ITimeFactor without breaking public API. However we can perfectly overwrite the service (resulting in the same testable effect). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9721 from nextcloud/feature/9122/referrer-policyMorris Jobke2018-06-042-4/+226
|\ \ \ | | | | | | | | Add referrer policy setup check
| * | | Add referrer policy setup checkRoeland Jago Douma2018-06-042-4/+226
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #9122 Based on https://www.w3.org/TR/referrer-policy/ and https://scotthelme.co.uk/a-new-security-header-referrer-policy/ Setting a sane Referrer-Policy will tell the browser if/when to send referrer headers when accessing a link from Nextcloud. When configured properly this results in less tracking and less leaking of (possibly) sensitive urls * Fix tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9725 from nextcloud/fix/contacts-menu-local-null-checkMorris Jobke2018-06-041-1/+2
|\ \ \ | | | | | | | | Fix local users check in contacts menu
| * | | Fix local users check in contacts menuChristoph Wurst2018-06-041-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #9425 from nextcloud/db-reconnect-timeoutMorris Jobke2018-06-044-1/+55
|\ \ \ \ | |/ / / |/| | | Check connection status and attempt to reconnect each each minute
| * | | Check connection status and attempt to reconnect each each minuteRobin Appelman2018-05-084-1/+55
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2018-06-0414-36/+38
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2018-06-0310-18/+20
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2018-06-026-146/+156
| |
* | Merge pull request #9542 from nextcloud/anonymous-optionsMorris Jobke2018-06-016-0/+139
|\ \ | | | | | | Add sabre plugin to allow anonymous options requests to the dav root
| * | Add tests for handling anonymous authRobin Appelman2018-06-011-0/+71
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Add sabre plugin to allow anonymous options requests to the dav rootRobin Appelman2018-06-015-0/+68
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #9711 from nextcloud/fix/noid/fixmaster_unittestsMorris Jobke2018-06-012-0/+4
|\ \ | | | | | | Fix the master unit tests
| * | Fix the master unit testsRoeland Jago Douma2018-06-012-0/+4
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9609 from ↵Morris Jobke2018-06-011-0/+67
|\ \ | | | | | | | | | | | | nextcloud/bugfix/3830/invitations_for_shared_calendars send invitations for shared calendars
| * | send invitations for shared calendarsGeorg Ehrke2018-05-251-0/+67
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #9550 from ↵Morris Jobke2018-06-018-89/+172
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/override_freebusy_sharing_rules allow admins to disable FreeBusy without modifying ShareAPI capabilities
| * | | allow admins to override FreeBusy capabilities without modifying ShareAPI ↵Georg Ehrke2018-05-228-89/+172
| | | | | | | | | | | | | | | | | | | | | | | | capabilities Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | [tx-robot] updated from transifexNextcloud bot2018-06-0134-12/+146
| | | |
* | | | Merge pull request #9704 from nextcloud/fix/noid/remove-unneeded-importsRoeland Jago Douma2018-05-311-2/+0
|\ \ \ \ | | | | | | | | | | Remove not needed change
| * | | | Remove not needed changeMorris Jobke2018-05-311-2/+0
|/ / / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | [tx-robot] updated from transifexNextcloud bot2018-05-3134-166/+138
| | | |
* | | | Merge pull request #9167 from nextcloud/migration-descriptionRoeland Jago Douma2018-05-306-5/+82
|\ \ \ \ | | | | | | | | | | Add human readable description to migration steps
| * | | | Add since tagsRoeland Jago Douma2018-05-301-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Add human readable description to migration stepsRobin Appelman2018-05-306-5/+80
|/ / / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #9673 from ↵Julius Härtl2018-05-301-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-6.3.3 Update guzzlehttp/guzzle requirement to 6.3.3 in /build/integration
| * | | | Update guzzlehttp/guzzle requirement to 6.3.3 in /build/integrationdependabot[bot]2018-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/commits/6.3.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | Merge pull request #9666 from ↵John Molakvoæ2018-05-302-0/+26
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enhancement/noid/preview_check_file_readbale Make sure the file is readable before attempting to create a preview
| * | | | | Make sure the file is readable before attempting to create a previewRoeland Jago Douma2018-05-302-0/+26
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #9680 from ↵John Molakvoæ2018-05-301-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/karma-viewport-tw-1.0.2 Update karma-viewport requirement to ^1.0.2 in /build
| * | | | | Update karma-viewport requirement to ^1.0.2 in /builddependabot[bot]2018-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [karma-viewport](https://github.com/squidfunk/karma-viewport) to permit the latest version. - [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/commits/1.0.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | Merge pull request #9682 from ↵John Molakvoæ2018-05-301-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/karma-tw-2.0.2 Update karma requirement to ^2.0.2 in /build
| * | | | | | Update karma requirement to ^2.0.2 in /builddependabot[bot]2018-05-301-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [karma](https://github.com/karma-runner/karma) to permit the latest version. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/commits/v2.0.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | Merge pull request #9681 from ↵John Molakvoæ2018-05-302-78/+62
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/css-loader-0.28.11 Bump css-loader from 0.28.9 to 0.28.11 in /apps/updatenotification
| * | | | | | Bump css-loader from 0.28.9 to 0.28.11 in /apps/updatenotificationdependabot[bot]2018-05-302-78/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 0.28.9 to 0.28.11. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v0.28.9...v0.28.11) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | | Merge pull request #9688 from ↵Julius Härtl2018-05-302-323/+354
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/webpack-cli-2.1.4 Bump webpack-cli from 2.1.3 to 2.1.4 in /settings
| * | | | | | Bump webpack-cli from 2.1.3 to 2.1.4 in /settingsdependabot[bot]2018-05-302-323/+354
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v2.1.3...v2.1.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | Merge pull request #9685 from ↵Julius Härtl2018-05-301-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/node-sass-approx-4.9.0 Update node-sass requirement to ~4.9.0 in /build