]>
source.dussan.org Git - nextcloud-server.git/log
Roeland Jago Douma [Tue, 29 Oct 2019 18:29:38 +0000 (19:29 +0100)]
Having the contructor in the interface makes no sense...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
John Molakvoæ [Tue, 29 Oct 2019 13:48:30 +0000 (14:48 +0100)]
Add OCA.Files.Sidebar and migrate sharing (#15719)
Add OCA.Files.Sidebar and migrate sharing
npmbuildbot[bot] [Mon, 28 Oct 2019 06:46:16 +0000 (06:46 +0000)]
Compile assets
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
John Molakvoæ (skjnldsv) [Thu, 24 Oct 2019 13:51:56 +0000 (15:51 +0200)]
Fix current user edit/delete permissions
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Wed, 23 Oct 2019 16:40:48 +0000 (18:40 +0200)]
Fix legacy tab backbone fileinfo change
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Wed, 23 Oct 2019 09:41:47 +0000 (11:41 +0200)]
Fix triggering favorite file actions on the file list
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Wed, 16 Oct 2019 19:46:31 +0000 (21:46 +0200)]
Adjust acceptance tests to new OCA.Sidebar
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Wed, 16 Oct 2019 19:46:31 +0000 (21:46 +0200)]
Adjust unit tests to new OCA.Sidebar
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Mon, 14 Oct 2019 20:55:58 +0000 (22:55 +0200)]
Prevent multiple systemtags views
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Thu, 10 Oct 2019 09:26:15 +0000 (11:26 +0200)]
Add LoadSidebar event
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Wed, 9 Oct 2019 05:53:30 +0000 (07:53 +0200)]
Systemtags and external actions update
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Julius Härtl [Tue, 9 Jul 2019 13:00:41 +0000 (15:00 +0200)]
Add ShareTabSections service to register sections in the share tab
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 9 Jul 2019 10:49:09 +0000 (12:49 +0200)]
Add projects view to sidebar
Signed-off-by: Julius Härtl <jus@bitgrid.net>
John Molakvoæ (skjnldsv) [Thu, 23 May 2019 15:03:04 +0000 (17:03 +0200)]
Transpile also dependencies in node_modules
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>
John Molakvoæ (skjnldsv) [Thu, 23 May 2019 15:03:04 +0000 (17:03 +0200)]
Add OCA.Files.Sidebar
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Thu, 23 May 2019 15:03:04 +0000 (17:03 +0200)]
Extend data returned when searching remote shares
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Roeland Jago Douma [Tue, 29 Oct 2019 07:33:53 +0000 (08:33 +0100)]
Merge pull request #17730 from nextcloud/fix/15048/search_mimetype_like
Fix DAV mimetype search
Nextcloud bot [Tue, 29 Oct 2019 02:15:20 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 28 Oct 2019 20:56:05 +0000 (21:56 +0100)]
Fix DAV mimetype search
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>
John Molakvoæ [Mon, 28 Oct 2019 14:14:32 +0000 (15:14 +0100)]
Merge pull request #17521 from R0Wi/master
Quickfix #17515
Roeland Jago Douma [Mon, 28 Oct 2019 12:59:09 +0000 (13:59 +0100)]
Merge pull request #17712 from nextcloud/enh/limit_hardening/database/user
Make sure limit is never negative
Roeland Jago Douma [Mon, 28 Oct 2019 12:58:35 +0000 (13:58 +0100)]
Merge pull request #17173 from nextcloud/feature/event-broadcasting
Make it possible to broadcast events to (web) clients
Christoph Wurst [Mon, 16 Sep 2019 16:09:43 +0000 (18:09 +0200)]
Make it possible to broadcast events to (web) clients
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Mon, 28 Oct 2019 12:07:43 +0000 (13:07 +0100)]
Make sure limit is never negative
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>
John Molakvoæ [Mon, 28 Oct 2019 06:36:55 +0000 (07:36 +0100)]
Bump nextcloud-vue from 0.12.6 to 0.12.7 (#17702)
Bump nextcloud-vue from 0.12.6 to 0.12.7
Nextcloud bot [Mon, 28 Oct 2019 02:15:34 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Mon, 28 Oct 2019 00:13:29 +0000 (00:13 +0000)]
Bump nextcloud-vue from 0.12.6 to 0.12.7
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>
Roeland Jago Douma [Sun, 27 Oct 2019 21:34:49 +0000 (22:34 +0100)]
Merge pull request #17698 from nextcloud/dependabot/npm_and_yarn/build/node-sass-4.13.0
Bump node-sass from 4.12.0 to 4.13.0 in /build
Roeland Jago Douma [Sun, 27 Oct 2019 13:52:27 +0000 (14:52 +0100)]
Merge pull request #17706 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-0.5.0
Bump @nextcloud/axios from 0.4.2 to 0.5.0
dependabot-preview[bot] [Sun, 27 Oct 2019 10:19:41 +0000 (10:19 +0000)]
Bump @nextcloud/axios from 0.4.2 to 0.5.0
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>
Roeland Jago Douma [Sun, 27 Oct 2019 10:20:45 +0000 (11:20 +0100)]
Merge pull request #17699 from nextcloud/dependabot/npm_and_yarn/build/handlebars-4.4.5
Bump handlebars from 4.4.3 to 4.4.5 in /build
dependabot-preview[bot] [Sun, 27 Oct 2019 10:18:39 +0000 (10:18 +0000)]
Bump handlebars from 4.4.3 to 4.4.5 in /build
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>
Roeland Jago Douma [Sun, 27 Oct 2019 10:16:58 +0000 (11:16 +0100)]
Merge pull request #17703 from nextcloud/dependabot/npm_and_yarn/handlebars-4.4.5
Bump handlebars from 4.4.3 to 4.4.5
dependabot-preview[bot] [Sun, 27 Oct 2019 07:49:57 +0000 (07:49 +0000)]
Bump handlebars from 4.4.3 to 4.4.5
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>
Roeland Jago Douma [Sun, 27 Oct 2019 07:48:17 +0000 (08:48 +0100)]
Merge pull request #17704 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.7
Bump dompurify from 2.0.6 to 2.0.7
dependabot-preview[bot] [Sun, 27 Oct 2019 07:47:52 +0000 (07:47 +0000)]
Bump node-sass from 4.12.0 to 4.13.0 in /build
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>
Roeland Jago Douma [Sun, 27 Oct 2019 07:46:10 +0000 (08:46 +0100)]
Merge pull request #17701 from nextcloud/dependabot/npm_and_yarn/node-sass-4.13.0
Bump node-sass from 4.12.0 to 4.13.0
dependabot-preview[bot] [Sun, 27 Oct 2019 02:16:37 +0000 (02:16 +0000)]
Bump dompurify from 2.0.6 to 2.0.7
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>
dependabot-preview[bot] [Sun, 27 Oct 2019 02:14:30 +0000 (02:14 +0000)]
Bump node-sass from 4.12.0 to 4.13.0
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>
Nextcloud bot [Sun, 27 Oct 2019 02:14:12 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 26 Oct 2019 18:32:11 +0000 (20:32 +0200)]
Merge pull request #17691 from nextcloud/enh/17673/fix-first-day-week
Show first day of the week in correct language
Roeland Jago Douma [Sat, 26 Oct 2019 18:31:34 +0000 (20:31 +0200)]
Merge pull request #17693 from nextcloud/enh/unused-test-dependency
Remove unused import Punic\Data
John Molakvoæ [Sat, 26 Oct 2019 14:58:37 +0000 (16:58 +0200)]
Cleanup and do not list current user shares in getShares too (#16789)
Cleanup and do not list current user shares in getShares too
Robin Windey [Sat, 26 Oct 2019 14:44:33 +0000 (16:44 +0200)]
Revert changes and add css-rule to correct file inside files-app
Daniel Kesselberg [Sat, 26 Oct 2019 14:39:05 +0000 (16:39 +0200)]
Remove unused import Punic\Data
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
John Molakvoæ [Sat, 26 Oct 2019 14:38:02 +0000 (16:38 +0200)]
Bump davclient.js from 0.1.3 to 0.2.1 (#17606)
Bump davclient.js from 0.1.3 to 0.2.1
Daniel Kesselberg [Sat, 26 Oct 2019 12:31:38 +0000 (14:31 +0200)]
Show first day of the week in correct language
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Calviño Sánchez [Fri, 25 Oct 2019 15:02:05 +0000 (17:02 +0200)]
Add more integration tests for getting shares
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
dependabot-preview[bot] [Sat, 26 Oct 2019 11:55:26 +0000 (11:55 +0000)]
Bump davclient.js from 0.1.3 to 0.2.1
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>
Roeland Jago Douma [Sat, 26 Oct 2019 11:53:30 +0000 (13:53 +0200)]
Merge pull request #17604 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.6.0
Bump nextcloud-vue-collections from 0.5.6 to 0.6.0
Roeland Jago Douma [Sat, 26 Oct 2019 11:53:01 +0000 (13:53 +0200)]
Merge pull request #17626 from nextcloud/fix/weird_kde/loginflowv2
Fix weird KDE bug with loginflowv2
Roeland Jago Douma [Sat, 26 Oct 2019 10:13:58 +0000 (12:13 +0200)]
Merge pull request #17673 from nextcloud/fix/lang/locale/jshelper/mess
Fix jsConfigHelper lang/locale mixup
Nextcloud bot [Sat, 26 Oct 2019 02:15:17 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
John Molakvoæ (skjnldsv) [Mon, 19 Aug 2019 08:53:29 +0000 (10:53 +0200)]
Unify code to get shares of a file or also including subfiles
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Mon, 19 Aug 2019 08:53:29 +0000 (10:53 +0200)]
Filter out duplicated shares before processing them
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Daniel Calviño Sánchez [Fri, 25 Oct 2019 09:15:02 +0000 (11:15 +0200)]
Do not return shares with the current user
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>
Daniel Calviño Sánchez [Fri, 25 Oct 2019 08:45:49 +0000 (10:45 +0200)]
Extract method to get all shares
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 25 Oct 2019 08:40:11 +0000 (10:40 +0200)]
Add missing share types when getting shares of a file
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 25 Oct 2019 08:20:32 +0000 (10:20 +0200)]
Unify share type sorting when getting shares of a file or with subfiles
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 25 Oct 2019 08:15:50 +0000 (10:15 +0200)]
Remove unneeded calls to "ShareManager::shareProviderExists()"
"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>
Daniel Calviño Sánchez [Fri, 25 Oct 2019 08:02:06 +0000 (10:02 +0200)]
Add unit tests for getting shares of a file
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 25 Oct 2019 04:31:40 +0000 (06:31 +0200)]
Add unit tests for getting shares including subfiles
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Thu, 24 Oct 2019 23:54:17 +0000 (01:54 +0200)]
Add integration tests for getting shares including subfiles
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Roeland Jago Douma [Fri, 25 Oct 2019 14:33:49 +0000 (16:33 +0200)]
Merge pull request #17678 from nextcloud/enh/nicer_2fa_middleware_check
Harden middleware check
Roeland Jago Douma [Fri, 25 Oct 2019 12:42:00 +0000 (14:42 +0200)]
Harden middleware check
These annotations will allow for extra checks. And thus make it harder
to break things.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
John Molakvoæ [Fri, 25 Oct 2019 12:59:35 +0000 (14:59 +0200)]
fix filename overlapping on mobile (#17469)
fix filename overlapping on mobile
Roeland Jago Douma [Fri, 25 Oct 2019 11:31:19 +0000 (13:31 +0200)]
Cleanup theming mess
* 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>
Roeland Jago Douma [Fri, 25 Oct 2019 11:29:51 +0000 (13:29 +0200)]
Don't pass in the locale as the language
This messes with the translation of the date names etc.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Daniel Calviño Sánchez [Thu, 24 Oct 2019 23:13:23 +0000 (01:13 +0200)]
Replace fully qualified name with alias
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Nextcloud bot [Fri, 25 Oct 2019 02:15:33 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 24 Oct 2019 02:15:26 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 23 Oct 2019 17:51:51 +0000 (19:51 +0200)]
Merge pull request #17640 from nextcloud/refactor/new-browserslist-config-package
Use @nextcloud/browserslist-config
Roeland Jago Douma [Wed, 23 Oct 2019 17:51:17 +0000 (19:51 +0200)]
Merge pull request #17616 from nextcloud/bug/15486/dont-fclose
Remove superfluous fclose
Roeland Jago Douma [Wed, 23 Oct 2019 17:38:59 +0000 (19:38 +0200)]
Merge pull request #17482 from nextcloud/feature/noid/rich-workspace
Allow registering header/footer sections in the file lists
Julius Härtl [Mon, 19 Aug 2019 09:40:42 +0000 (11:40 +0200)]
Allow registering header sections in the file lists
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Wed, 23 Oct 2019 06:34:23 +0000 (08:34 +0200)]
Merge pull request #17645 from nextcloud/run-acceptance-tests-on-php7.3
Run acceptance tests on PHP 7.3
Nextcloud bot [Wed, 23 Oct 2019 02:15:24 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 22 Oct 2019 20:04:41 +0000 (22:04 +0200)]
Merge pull request #17646 from nextcloud/bugfix/noid/help-route
Fix help route in navigation
Julius Härtl [Tue, 22 Oct 2019 15:56:55 +0000 (17:56 +0200)]
Fix help route in navigation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Daniel Calviño Sánchez [Tue, 22 Oct 2019 14:48:55 +0000 (16:48 +0200)]
Run acceptance tests on PHP 7.3
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>
Christoph Wurst [Tue, 22 Oct 2019 14:00:58 +0000 (16:00 +0200)]
Use @nextcloud/browserslist-config
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Tue, 22 Oct 2019 13:55:58 +0000 (15:55 +0200)]
Merge pull request #17639 from nextcloud/enhancement/entity-boolean-getter
Add isXXX getter to Entity
Roeland Jago Douma [Tue, 22 Oct 2019 13:40:38 +0000 (15:40 +0200)]
Merge pull request #17628 from nextcloud/enh/14811/2fa_backup_chars
Only human readbale backup chars
Christoph Wurst [Tue, 22 Oct 2019 12:54:21 +0000 (14:54 +0200)]
Add isXXX getter to Entity
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Mon, 21 Oct 2019 19:51:17 +0000 (21:51 +0200)]
Only human readbale backup chars
Fixes #14811
Only use humand readable chars (so no I and 1 etc)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
John Molakvoæ [Tue, 22 Oct 2019 09:36:36 +0000 (11:36 +0200)]
Fix browser back button (#17627)
Fix browser back button
Nextcloud bot [Tue, 22 Oct 2019 02:15:41 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 21 Oct 2019 19:36:17 +0000 (21:36 +0200)]
Fix browser back button
Fixes #17108
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Mon, 21 Oct 2019 18:58:40 +0000 (20:58 +0200)]
Fix weird KDE bug with loginflowv2
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>
blizzz [Mon, 21 Oct 2019 11:40:36 +0000 (13:40 +0200)]
Merge pull request #17568 from nextcloud/fix/noid/move-away-from-deprecated-event
use OCP\EventDispatcher\Event over Symfony's deprecated Event
dependabot-preview[bot] [Mon, 21 Oct 2019 09:24:19 +0000 (09:24 +0000)]
Bump nextcloud-vue-collections from 0.5.6 to 0.6.0
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>
Roeland Jago Douma [Mon, 21 Oct 2019 10:07:00 +0000 (12:07 +0200)]
Merge pull request #17593 from nextcloud/ensure-valid-theming-image-route
make sure that the urls for theming images are valid
Roeland Jago Douma [Mon, 21 Oct 2019 10:06:49 +0000 (12:06 +0200)]
Merge pull request #17594 from nextcloud/dont-cache-notfound
Dont cache empty url for not found routes
blizzz [Mon, 21 Oct 2019 09:55:51 +0000 (11:55 +0200)]
Merge pull request #17595 from nextcloud/fix/noid/wrong-pwd-apple-open-dir
treat LDAP error 50 as auth issue, prevents lost server connection errors
blizzz [Mon, 21 Oct 2019 09:53:44 +0000 (11:53 +0200)]
Merge pull request #17450 from nextcloud/fix/17368/odd-group-numbers
hide strange Everyone and Disabled group numbers with LDAP
Daniel Kesselberg [Mon, 21 Oct 2019 09:25:23 +0000 (11:25 +0200)]
Remove superfluous fclose
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Roeland Jago Douma [Mon, 21 Oct 2019 09:15:04 +0000 (11:15 +0200)]
Merge pull request #17577 from nextcloud/bugfix/noid/about-help
Migrate help to a Controller
Roeland Jago Douma [Mon, 21 Oct 2019 09:14:03 +0000 (11:14 +0200)]
Merge pull request #17547 from nextcloud/enh/noid/log-exception-json-escape
Do not escape slashes for logged exceptions
npmbuildbot[bot] [Mon, 21 Oct 2019 08:11:49 +0000 (08:11 +0000)]
Compile assets
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Arthur Schiwon [Tue, 15 Oct 2019 16:19:23 +0000 (18:19 +0200)]
when adding/removing users from groups don't touch counters if LDAP
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>