summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | Merge pull request #17604 from ↵Roeland Jago Douma2019-10-268-1401/+137
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.6.0 Bump nextcloud-vue-collections from 0.5.6 to 0.6.0
| * | Bump nextcloud-vue-collections from 0.5.6 to 0.6.0dependabot-preview[bot]2019-10-218-1401/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.5.6 to 0.6.0. - [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases) - [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.5.6...v0.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Merge pull request #17626 from nextcloud/fix/weird_kde/loginflowv2Roeland Jago Douma2019-10-261-4/+0
|\ \ \ | | | | | | | | Fix weird KDE bug with loginflowv2
| * | | Fix weird KDE bug with loginflowv2Roeland Jago Douma2019-10-211-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems that KDE by default opens the url in secret. Should fix: https://github.com/nextcloud/desktop/issues/1412 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #17673 from nextcloud/fix/lang/locale/jshelper/messRoeland Jago Douma2019-10-263-8/+6
|\ \ \ \ | | | | | | | | | | Fix jsConfigHelper lang/locale mixup
| * | | | Cleanup theming messRoeland Jago Douma2019-10-252-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Do not do translations in the constructor. This gets called to early so there is no user yet. Which means we can't obtain the locale. Which means we store the wrong translation instance. * Same for the theming app magic. Just use the parent call when needed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Don't pass in the locale as the languageRoeland Jago Douma2019-10-251-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This messes with the translation of the date names etc. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-10-268-2/+50
| | | | |
* | | | | Merge pull request #17678 from nextcloud/enh/nicer_2fa_middleware_checkRoeland Jago Douma2019-10-253-4/+98
|\ \ \ \ \ | | | | | | | | | | | | Harden middleware check
| * | | | | Harden middleware checkRoeland Jago Douma2019-10-253-4/+98
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These annotations will allow for extra checks. And thus make it harder to break things. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | fix filename overlapping on mobile (#17469)John Molakvoæ2019-10-251-4/+5
|\ \ \ \ \ | |/ / / / |/| | | | fix filename overlapping on mobile
| * | | | add commentGreta Doci2019-10-081-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
| * | | | fix filename overlapping on mobile ref #17364Greta Doci2019-10-081-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-10-256-24/+68
| |_|_|/ |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-10-2410-178/+234
| | | |
* | | | Merge pull request #17640 from ↵Roeland Jago Douma2019-10-232-14/+58
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/refactor/new-browserslist-config-package Use @nextcloud/browserslist-config
| * | | | Use @nextcloud/browserslist-configChristoph Wurst2019-10-222-14/+58
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #17616 from nextcloud/bug/15486/dont-fcloseRoeland Jago Douma2019-10-231-1/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove superfluous fclose
| * | | | | Remove superfluous fcloseDaniel Kesselberg2019-10-211-1/+0
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #17482 from nextcloud/feature/noid/rich-workspaceRoeland Jago Douma2019-10-232-0/+62
|\ \ \ \ \ | | | | | | | | | | | | Allow registering header/footer sections in the file lists
| * | | | | Allow registering header sections in the file listsJulius Härtl2019-10-232-0/+62
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #17645 from nextcloud/run-acceptance-tests-on-php7.3Roeland Jago Douma2019-10-232-12/+12
|\ \ \ \ \ | | | | | | | | | | | | Run acceptance tests on PHP 7.3
| * | | | | Run acceptance tests on PHP 7.3Daniel Calviño Sánchez2019-10-222-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no difference (as far as I know) between running the acceptance tests on PHP 7.1 or on PHP 7.3; this is simply a preparatory step to be ready when PHP 7.1 support is dropped in Nextcloud server. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-10-2312-12/+16
| | | | | |
* | | | | | Merge pull request #17646 from nextcloud/bugfix/noid/help-routeRoeland Jago Douma2019-10-221-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Fix help route in navigation
| * | | | | Fix help route in navigationJulius Härtl2019-10-221-1/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>