summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add DB mapper and EntityRoeland Jago Douma2019-08-144-0/+115
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add table to handle calendar delegationsRoeland Jago Douma2019-08-142-1/+54
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-08-1410-84/+368
|
* Merge pull request #14429 from tobiasKaminsky/shareesOnDavRoeland Jago Douma2019-08-135-115/+150
|\ | | | | Show sharees via propfind
| * Fix testsRoeland Jago Douma2019-08-111-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * get all shares, not only first one per typetobiasKaminsky2019-08-081-2/+1
| | | | | | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
| * use namespace everywheretobiasKaminsky2019-08-061-3/+3
| | | | | | | | | | | | no camelCase Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
| * Fix testsRoeland Jago Douma2019-08-012-63/+39
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * add display name to sharee listtobiasKaminsky2019-07-311-2/+3
| | | | | | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
| * Unify share fetchingRoeland Jago Douma2019-07-301-99/+27
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Use proper ShareeListRoeland Jago Douma2019-07-304-6/+63
| | | | | | | | | | | | This makes the XML parsing more sane ;) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Use proper cachingRoeland Jago Douma2019-07-301-25/+54
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * wiptobiasKaminsky2019-07-232-62/+32
| | | | | | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
| * wiptobiasKaminsky2019-07-224-62/+76
| | | | | | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
| * Show sharees via propfindtobiasKaminsky2019-07-222-1/+62
| | | | | | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
* | Merge pull request #16728 from nextcloud/bugfix/invalid_uidRoeland Jago Douma2019-08-135-1/+63
|\ \ | | | | | | Get the proper UID
| * | Get the proper UIDRoeland Jago Douma2019-08-135-1/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some user backends (like the database backend) allow us to obtain a user case insensitive. However the UID itself is case sensitive. Example: * create a user User1 * login as User1 - This results the data/User1 folder to be created etc * now have some code somewhere that obtains the userFolder (from IRootFolder) but pas in 'uSER1' as uid - The code will check if that is a valid user. And in this case it is since User1 and uSER1 both map to the same user - However the the UID in the user object is used for the folder a new folder fill be create data/uSER1 With this PR this is avoided now. Since we obtain the real UID casing in the backend before creating the user object. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2019-08-132-0/+542
|/ /
* | Merge pull request #16711 from nextcloud/fix/csp/form_actions/loginflowRoeland Jago Douma2019-08-122-2/+20
|\ \ | | | | | | Fix login flow form actions
| * | Fix login flow form actionsRoeland Jago Douma2019-08-112-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | So fun fact. Chrome considers a redirect after submitting a form part of the form actions. Since we redirect to a new protocol (nc://login/). Causing the form submission to work but the redirect failing hard. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Bump vue-router from 3.0.7 to 3.1.2 (#16718)John Molakvoæ2019-08-124-10/+10
|\ \ \ | | | | | | | | Bump vue-router from 3.0.7 to 3.1.2
| * | | Bump vue-router from 3.0.7 to 3.1.2dependabot-preview[bot]2019-08-114-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.7 to 3.1.2. - [Release notes](https://github.com/vuejs/vue-router/releases) - [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-router/compare/v3.0.7...v3.1.2) 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 bot2019-08-126-0/+16
| | | |
* | | | Merge pull request #16721 from nextcloud/fix/16644Roeland Jago Douma2019-08-112-6/+16
|\ \ \ \ | |/ / / |/| | | Correctly handle emtpy string in proxyuserpwd config
| * | | Correctly handle emtpy string in proxyuserpwd configScott Shambarger2019-08-112-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As documented, the default value for config value proxyuserpwd is ''. However, that value results in the error: "cURL error 5: Unsupported proxy syntax in '@'". This patch handles the values of '' and null (the default in the code) the same for config values proxyuserpwd and proxy. Signed-off-by: Scott Shambarger <devel@shambarger.net>
* | | | Merge pull request #16179 from J0WI/mv-frameoptionsRoeland Jago Douma2019-08-112-13/+14
|\ \ \ \ | | | | | | | | | | Add X-Frame-Options header to .htaccess
| * | | | Remove duplicated spacesJ0WI2019-08-112-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
| * | | | Use "always" condition for security headersJ0WI2019-08-111-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
| * | | | Sort headersJ0WI2019-08-112-8/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
| * | | | Add X-Frame-Options header to .htaccessJ0WI2019-08-112-1/+2
| | |/ / | |/| | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | Merge pull request #16713 from ↵Roeland Jago Douma2019-08-1146-145/+157
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/style-loader-1.0.0 Bump style-loader from 0.23.1 to 1.0.0
| * | | | Bump style-loader from 0.23.1 to 1.0.0dependabot-preview[bot]2019-08-1146-145/+157
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 0.23.1 to 1.0.0. - [Release notes](https://github.com/webpack-contrib/style-loader/releases) - [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/style-loader/compare/v0.23.1...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Merge pull request #16716 from ↵Roeland Jago Douma2019-08-114-12/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/css-loader-3.2.0 Bump css-loader from 3.1.0 to 3.2.0
| * | | | Bump css-loader from 3.1.0 to 3.2.0dependabot-preview[bot]2019-08-114-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.1.0 to 3.2.0. - [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/v3.1.0...v3.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | Merge pull request #16717 from ↵Roeland Jago Douma2019-08-112-7/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/file-loader-4.2.0 Bump file-loader from 4.1.0 to 4.2.0
| * | | | | Bump file-loader from 4.1.0 to 4.2.0dependabot-preview[bot]2019-08-112-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/webpack-contrib/file-loader/releases) - [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/file-loader/compare/v4.1.0...v4.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | Merge pull request #16714 from ↵Roeland Jago Douma2019-08-1116-76/+76
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.12.1 Bump nextcloud-vue from 0.12.0 to 0.12.1
| * | | | | Bump nextcloud-vue from 0.12.0 to 0.12.1dependabot-preview[bot]2019-08-1116-79/+79
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.0...v0.12.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | Merge pull request #16715 from ↵Roeland Jago Douma2019-08-113-5/+5
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.11.1 Bump blueimp-md5 from 2.11.0 to 2.11.1
| * | | | Bump blueimp-md5 from 2.11.0 to 2.11.1dependabot-preview[bot]2019-08-113-8/+8
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [blueimp-md5](https://github.com/blueimp/JavaScript-MD5) from 2.11.0 to 2.11.1. - [Release notes](https://github.com/blueimp/JavaScript-MD5/releases) - [Commits](https://github.com/blueimp/JavaScript-MD5/compare/v2.11.0...v2.11.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Bump sass-loader from 7.1.0 to 7.2.0 (#16712)John Molakvoæ2019-08-112-63/+26
|\ \ \ \ | | | | | | | | | | Bump sass-loader from 7.1.0 to 7.2.0
| * | | | Bump sass-loader from 7.1.0 to 7.2.0dependabot-preview[bot]2019-08-112-63/+26
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v7.1.0...v7.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #16613 from nextcloud/enh/featurepolicyRoeland Jago Douma2019-08-1120-2/+1053
|\ \ \ \ | | | | | | | | | | Add Feature-Policy header
| * | | | Add testsRoeland Jago Douma2019-08-105-0/+492
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Add feature policy headerRoeland Jago Douma2019-08-1014-1/+559
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the events and the classes to modify the feature policy. It also adds a default restricted feature policy. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Have the OCSBaseResponse call the parent constructorRoeland Jago Douma2019-08-081-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-08-114-2/+4
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-08-1012-28/+1586
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-08-0920-10/+28
| | | |
* | | | Bump js-yaml from 3.12.0 to 3.13.1 in /build (#16693)John Molakvoæ2019-08-081-11/+9
|\ \ \ \ | | | | | | | | | | Bump js-yaml from 3.12.0 to 3.13.1 in /build