summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Systemtags and external actions updateJohn Molakvoæ (skjnldsv)2019-10-296-10/+23
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add ShareTabSections service to register sections in the share tabJulius Härtl2019-10-292-0/+53
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add projects view to sidebarJulius Härtl2019-10-291-0/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Transpile also dependencies in node_modulesJohn Molakvoæ (skjnldsv)2019-10-293-2/+5
| | | | | | | | | | | | | | Some of the dependencies in node_modules, such as "p-queue", are not ES5 compatible, so they need to be transpiled to work in older browsers like Internet Explorer 11. Besides not excluding the dependencies for babel-loader in "webpack.common.js" the global Babel configuration must be defined in "babel.config.js", as in Babel 7.X, when ".babelrc.js" is used, all the dependencies in "node_modules" are ignored (even if whitelisted in the configuration file itself). Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-2946-109/+4607
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Extend data returned when searching remote sharesJohn Molakvoæ (skjnldsv)2019-10-295-9/+32
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #17730 from nextcloud/fix/15048/search_mimetype_likeRoeland Jago Douma2019-10-291-4/+7
|\ | | | | Fix DAV mimetype search
| * Fix DAV mimetype searchRoeland Jago Douma2019-10-281-4/+7
| | | | | | | | | | | | | | | | | | Fixes #15048 Catches the case where a full mimetype is sumbitted in the where like clause. Before we didn't catch this and it was just forwarded as is causing invalid queries. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-10-2910-14/+206
|/
* Merge pull request #17521 from R0Wi/masterJohn Molakvoæ2019-10-281-0/+4
|\ | | | | Quickfix #17515
| * Revert changes and add css-rule to correct file inside files-appRobin Windey2019-10-261-0/+4
| |
* | Merge pull request #17712 from nextcloud/enh/limit_hardening/database/userRoeland Jago Douma2019-10-281-0/+10
|\ \ | | | | | | Make sure limit is never negative
| * | Make sure limit is never negativeRoeland Jago Douma2019-10-281-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | There were some cases where a negative limit could be passed in. Which would happily make the query explode. This is just a quick hack to make sure it never is negative. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #17173 from nextcloud/feature/event-broadcastingRoeland Jago Douma2019-10-288-0/+308
|\ \ \ | |/ / |/| | Make it possible to broadcast events to (web) clients
| * | Make it possible to broadcast events to (web) clientsChristoph Wurst2019-10-288-0/+308
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Bump nextcloud-vue from 0.12.6 to 0.12.7 (#17702)John Molakvoæ2019-10-2818-179/+184
|\ \ \ | | | | | | | | Bump nextcloud-vue from 0.12.6 to 0.12.7
| * | | Bump nextcloud-vue from 0.12.6 to 0.12.7dependabot-preview[bot]2019-10-2818-179/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.6 to 0.12.7. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.6...v0.12.7) 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-10-284-10/+12
|/ / /
* | | Merge pull request #17698 from ↵Roeland Jago Douma2019-10-272-8/+14
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/node-sass-4.13.0 Bump node-sass from 4.12.0 to 4.13.0 in /build
| * | | Bump node-sass from 4.12.0 to 4.13.0 in /builddependabot-preview[bot]2019-10-272-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 4.13.0. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v4.12.0...v4.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #17706 from ↵Roeland Jago Douma2019-10-2730-130/+151
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/axios-0.5.0 Bump @nextcloud/axios from 0.4.2 to 0.5.0
| * | | | Bump @nextcloud/axios from 0.4.2 to 0.5.0dependabot-preview[bot]2019-10-2730-130/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 0.4.2 to 0.5.0. - [Release notes](https://github.com/nextcloud/nextcloud-axios/releases) - [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v0.4.2...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | Merge pull request #17699 from ↵Roeland Jago Douma2019-10-272-11/+11
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/handlebars-4.4.5 Bump handlebars from 4.4.3 to 4.4.5 in /build
| * | | | Bump handlebars from 4.4.3 to 4.4.5 in /builddependabot-preview[bot]2019-10-272-11/+11
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.3 to 4.4.5. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.3...v4.4.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #17703 from ↵Roeland Jago Douma2019-10-2714-43/+29
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/handlebars-4.4.5 Bump handlebars from 4.4.3 to 4.4.5
| * | | | Bump handlebars from 4.4.3 to 4.4.5dependabot-preview[bot]2019-10-2714-43/+29
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.3 to 4.4.5. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.3...v4.4.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Merge pull request #17704 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.7Roeland Jago Douma2019-10-272-4/+4
|\ \ \ \ | |/ / / |/| | | Bump dompurify from 2.0.6 to 2.0.7
| * | | Bump dompurify from 2.0.6 to 2.0.7dependabot-preview[bot]2019-10-272-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.6...2.0.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #17701 from ↵Roeland Jago Douma2019-10-272-5/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/node-sass-4.13.0 Bump node-sass from 4.12.0 to 4.13.0
| * | | | Bump node-sass from 4.12.0 to 4.13.0dependabot-preview[bot]2019-10-272-5/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 4.13.0. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v4.12.0...v4.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / / / [tx-robot] updated from transifexNextcloud bot2019-10-274-2/+4
|/ / /
* | | Merge pull request #17691 from nextcloud/enh/17673/fix-first-day-weekRoeland Jago Douma2019-10-262-7/+7
|\ \ \ | | | | | | | | Show first day of the week in correct language
| * | | Show first day of the week in correct languageDaniel Kesselberg2019-10-262-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #17693 from nextcloud/enh/unused-test-dependencyRoeland Jago Douma2019-10-261-1/+0
|\ \ \ \ | | | | | | | | | | Remove unused import Punic\Data
| * | | | Remove unused import Punic\DataDaniel Kesselberg2019-10-261-1/+0
| |/ / / | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Cleanup and do not list current user shares in getShares too (#16789)John Molakvoæ2019-10-265-86/+1099
|\ \ \ \ | | | | | | | | | | Cleanup and do not list current user shares in getShares too
| * | | | Add more integration tests for getting sharesDaniel Calviño Sánchez2019-10-262-2/+126
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Unify code to get shares of a file or also including subfilesJohn Molakvoæ (skjnldsv)2019-10-251-39/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Filter out duplicated shares before processing themJohn Molakvoæ (skjnldsv)2019-10-251-3/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Do not return shares with the current userDaniel Calviño Sánchez2019-10-252-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Getting the shares of a file no longer returns shares with the current user for consistency with the results when getting the shares including subfiles. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Extract method to get all sharesDaniel Calviño Sánchez2019-10-251-34/+43
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Add missing share types when getting shares of a fileDaniel Calviño Sánchez2019-10-252-0/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Unify share type sorting when getting shares of a file or with subfilesDaniel Calviño Sánchez2019-10-252-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Remove unneeded calls to "ShareManager::shareProviderExists()"Daniel Calviño Sánchez2019-10-252-25/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "ShareManager::getSharesBy()" already checks if the share provider exists before returning the shares and, if the provider does not exist, it returns an empty array. Therefore it is not needed to explicitly check if the provider exists or not. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Add unit tests for getting shares of a fileDaniel Calviño Sánchez2019-10-251-6/+185
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Add unit tests for getting shares including subfilesDaniel Calviño Sánchez2019-10-251-0/+421
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Add integration tests for getting shares including subfilesDaniel Calviño Sánchez2019-10-252-0/+294
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Replace fully qualified name with aliasDaniel Calviño Sánchez2019-10-251-10/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | Bump davclient.js from 0.1.3 to 0.2.1 (#17606)John Molakvoæ2019-10-268-9/+9
|\ \ \ \ \ | |_|/ / / |/| | | | Bump davclient.js from 0.1.3 to 0.2.1
| * | | | Bump davclient.js from 0.1.3 to 0.2.1dependabot-preview[bot]2019-10-268-9/+9
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [davclient.js](https://github.com/owncloud/davclient.js) from 0.1.3 to 0.2.1. - [Release notes](https://github.com/owncloud/davclient.js/releases) - [Commits](https://github.com/owncloud/davclient.js/compare/0e5ef1af5d174d9ec10dbe889a415b8f481d5094...1ab200d099a3c2cd2ef919c3a56353ce26865994) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>