]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agodont use `false` as cache key for non utf8 path in normalizePath 22520/head
Robin Appelman [Mon, 31 Aug 2020 15:29:36 +0000 (17:29 +0200)]
dont use `false` as cache key for non utf8 path in normalizePath

since `json_encode` returns `false` if it's input isn't utf8, all non utf8 paths passed to normalizePath will currently return the same cached result.

Fixing this makes working with non utf8 storages a *little* bit more possible for apps

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoMerge pull request #22517 from nextcloud/external-mount-id-before-wrapper
Robin Appelman [Mon, 31 Aug 2020 15:19:51 +0000 (15:19 +0000)]
Merge pull request #22517 from nextcloud/external-mount-id-before-wrapper

set the mount id before calling storage wrapper

4 years agoMerge pull request #22494 from nextcloud/dependabot/npm_and_yarn/underscore-1.11.0
dependabot-preview[bot] [Mon, 31 Aug 2020 14:44:33 +0000 (14:44 +0000)]
Merge pull request #22494 from nextcloud/dependabot/npm_and_yarn/underscore-1.11.0

4 years agoset the mount id before calling storage wrapper 22517/head
Robin Appelman [Mon, 31 Aug 2020 14:38:47 +0000 (16:38 +0200)]
set the mount id before calling storage wrapper

this allows the storage wrapper to use the mount id for it's own logic

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoBump underscore from 1.10.2 to 1.11.0 22494/head
dependabot-preview[bot] [Mon, 31 Aug 2020 13:47:17 +0000 (13:47 +0000)]
Bump underscore from 1.10.2 to 1.11.0

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.10.2 to 1.11.0.
- [Release notes](https://github.com/jashkenas/underscore/releases)
- [Commits](https://github.com/jashkenas/underscore/compare/1.10.2...1.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #22459 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs...
dependabot-preview[bot] [Mon, 31 Aug 2020 13:41:58 +0000 (13:41 +0000)]
Merge pull request #22459 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-2.0.1

4 years agoMerge pull request #22472 from nextcloud/fix/contacts-interaction-blob-postgres
blizzz [Mon, 31 Aug 2020 13:07:22 +0000 (15:07 +0200)]
Merge pull request #22472 from nextcloud/fix/contacts-interaction-blob-postgres

Fix writing BLOBs to postgres with recent contacts interaction

4 years agoBump @nextcloud/dialogs from 1.4.0 to 2.0.1 22459/head
dependabot-preview[bot] [Mon, 31 Aug 2020 09:08:53 +0000 (09:08 +0000)]
Bump @nextcloud/dialogs from 1.4.0 to 2.0.1

Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 1.4.0 to 2.0.1.
- [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v1.4.0...v2.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #22511 from nextcloud/fix/oca-search-monkey-patch
Roeland Jago Douma [Mon, 31 Aug 2020 09:04:49 +0000 (11:04 +0200)]
Merge pull request #22511 from nextcloud/fix/oca-search-monkey-patch

Declare OCA.Search  directly, not via a monkey patch

4 years agoDeclare OCA.Search directly, not via a monkey patch 22511/head
Christoph Wurst [Mon, 31 Aug 2020 08:31:12 +0000 (10:31 +0200)]
Declare OCA.Search  directly, not via a monkey patch

Apps could use OCA.Search very early on a page load without a problem
prior to Nextcloud 20 (current master). Since the unified search work
moved some code around, it now was added later, resulting in `TypeError:
OCA.Search is not a constructor` errors if the apps did not wrap their
calls in a `DOMLoaded` event handler.

To ensure existing code continues to work without modification, this
patch moves the declaration of the `OCA.Search` API to where we defined
`OCA`, instead of monkey-patching it later on.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #22502 from nextcloud/fix/12302/oauth2_table
Roeland Jago Douma [Mon, 31 Aug 2020 07:49:02 +0000 (09:49 +0200)]
Merge pull request #22502 from nextcloud/fix/12302/oauth2_table

Pimp Oauth2 table

4 years agoPimp Oauth2 table 22502/head
Roeland Jago Douma [Sun, 30 Aug 2020 17:58:55 +0000 (19:58 +0200)]
Pimp Oauth2 table

Fixes #12302

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 31 Aug 2020 02:16:10 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22476 from nextcloud/setting-sections-unique
Roeland Jago Douma [Sun, 30 Aug 2020 19:15:50 +0000 (21:15 +0200)]
Merge pull request #22476 from nextcloud/setting-sections-unique

ignore duplicate setting sections

4 years agoMerge pull request #22481 from nextcloud/fix-clicks-on-actions-menu-of-non-opaque...
Roeland Jago Douma [Sun, 30 Aug 2020 18:07:13 +0000 (20:07 +0200)]
Merge pull request #22481 from nextcloud/fix-clicks-on-actions-menu-of-non-opaque-file-rows-in-acceptance-tests

Fix clicks on actions menu of non opaque file rows in acceptance tests

4 years agoMerge pull request #22490 from nextcloud/dependabot/npm_and_yarn/webpack-node-externa...
Roeland Jago Douma [Sun, 30 Aug 2020 18:06:10 +0000 (20:06 +0200)]
Merge pull request #22490 from nextcloud/dependabot/npm_and_yarn/webpack-node-externals-2.5.2

Bump webpack-node-externals from 2.5.1 to 2.5.2

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 30 Aug 2020 02:16:07 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoBump webpack-node-externals from 2.5.1 to 2.5.2 22490/head
dependabot-preview[bot] [Sat, 29 Aug 2020 17:20:31 +0000 (17:20 +0000)]
Bump webpack-node-externals from 2.5.1 to 2.5.2

Bumps [webpack-node-externals](https://github.com/liady/webpack-node-externals) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/liady/webpack-node-externals/releases)
- [Commits](https://github.com/liady/webpack-node-externals/compare/v2.5.1...v2.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 29 Aug 2020 02:17:47 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoFix clicks on actions menu of non opaque file rows in acceptance tests 22481/head
Daniel Calviño Sánchez [Fri, 28 Aug 2020 23:08:30 +0000 (01:08 +0200)]
Fix clicks on actions menu of non opaque file rows in acceptance tests

When a row is added to the file list the opacity of the file row is
animated from transparent to fully opaque. As the file actions menu is a
descendant of the row but overflows it when the row is not fully opaque
clicks on the menu entries "fall-through" and are received instead by
the rows behind.

The opacity animation is a CSS animation, and it is not possible to know
if a row is appearing or not except from its opacity (the row will have
the "appear" CSS class even after the animation ended). Therefore it
should be waited until the row of the file is fully opaque before using
the menu.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
4 years agoignore duplicate setting sections 22476/head
Robin Appelman [Fri, 28 Aug 2020 15:06:48 +0000 (17:06 +0200)]
ignore duplicate setting sections

this prevents some 'Section with the same ID already registered' errors in the log

also includes an improvement of the error message to make other cases easier to find

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoMerge pull request #21288 from lmamane/master
Roeland Jago Douma [Fri, 28 Aug 2020 14:11:46 +0000 (16:11 +0200)]
Merge pull request #21288 from lmamane/master

Return correct loginname in credentials

4 years agoFix writing BLOBs to postgres with recent contacts interaction 22472/head
Christoph Wurst [Fri, 28 Aug 2020 12:30:33 +0000 (14:30 +0200)]
Fix writing BLOBs to postgres with recent contacts interaction

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #22463 from nextcloud/Valdnet-patch-3
Roeland Jago Douma [Fri, 28 Aug 2020 06:47:01 +0000 (08:47 +0200)]
Merge pull request #22463 from nextcloud/Valdnet-patch-3

l10n: Add a period at the end of the sentence

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 28 Aug 2020 02:16:21 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoRemoving the added parentheses 22463/head
Valdnet [Thu, 27 Aug 2020 20:07:45 +0000 (22:07 +0200)]
Removing the added parentheses

4 years agoAdd the missing parenthesis
Valdnet [Thu, 27 Aug 2020 19:51:25 +0000 (21:51 +0200)]
Add the missing parenthesis

4 years agol10n: Add a period at the end of the sentence
Valdnet [Thu, 27 Aug 2020 16:55:47 +0000 (18:55 +0200)]
l10n: Add a period at the end of the sentence

4 years agoMerge pull request #22362 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collec...
Roeland Jago Douma [Thu, 27 Aug 2020 13:52:34 +0000 (15:52 +0200)]
Merge pull request #22362 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.8.1

Bump nextcloud-vue-collections from 0.7.2 to 0.8.1

4 years agoMerge pull request #22450 from nextcloud/bugfix/22433/user_status_app_icon_coloring
Roeland Jago Douma [Thu, 27 Aug 2020 13:34:44 +0000 (15:34 +0200)]
Merge pull request #22450 from nextcloud/bugfix/22433/user_status_app_icon_coloring

UserStatus: Fix app icon visibility in apps management

4 years agoMerge pull request #22454 from nextcloud/bugfix/noid/fix_double_escaping_status_dashboard
Roeland Jago Douma [Thu, 27 Aug 2020 13:02:04 +0000 (15:02 +0200)]
Merge pull request #22454 from nextcloud/bugfix/noid/fix_double_escaping_status_dashboard

Fix double escape of user-status in Dashboard widget

4 years agoMerge pull request #22458 from nextcloud/fix/weather-status-navigate-error
Roeland Jago Douma [Thu, 27 Aug 2020 12:59:57 +0000 (14:59 +0200)]
Merge pull request #22458 from nextcloud/fix/weather-status-navigate-error

Hide error if a background request fails during navigation

4 years agoBump nextcloud-vue-collections from 0.7.2 to 0.8.1 22362/head
dependabot-preview[bot] [Thu, 27 Aug 2020 11:46:05 +0000 (11:46 +0000)]
Bump nextcloud-vue-collections from 0.7.2 to 0.8.1

Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.7.2 to 0.8.1.
- [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases)
- [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.7.2...v0.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoHide error if a background request fails during navigation 22458/head
Christoph Wurst [Thu, 27 Aug 2020 11:19:12 +0000 (13:19 +0200)]
Hide error if a background request fails during navigation

If you open the dashboard but quickly navigate somewhere else, a toast
will show telling you that the weather status could not be fetched. As a
user I don't care about this. This is only relevant if the user intents
to no leave the page.

So let's not show a toast for aborted connections. This makes the UX a
tad smoother.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoFix double escape of user-status in Dashboard widget 22454/head
Georg Ehrke [Thu, 27 Aug 2020 08:42:48 +0000 (10:42 +0200)]
Fix double escape of user-status in Dashboard widget

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoMerge pull request #22447 from nextcloud/enh/phpdoc
Roeland Jago Douma [Thu, 27 Aug 2020 08:28:30 +0000 (10:28 +0200)]
Merge pull request #22447 from nextcloud/enh/phpdoc

Use proper branch name in phpdoc builds

4 years agoMerge pull request #22352 from nextcloud/version/20.0.0-beta2 v20.0.0beta2
Roeland Jago Douma [Thu, 27 Aug 2020 08:27:31 +0000 (10:27 +0200)]
Merge pull request #22352 from nextcloud/version/20.0.0-beta2

20 Beta 2

4 years agoApp Icons need to be white 22450/head
Georg Ehrke [Thu, 27 Aug 2020 08:05:12 +0000 (10:05 +0200)]
App Icons need to be white

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoUse proper branch name in phpdoc builds 22447/head
Julius Härtl [Thu, 27 Aug 2020 06:45:43 +0000 (08:45 +0200)]
Use proper branch name in phpdoc builds

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #22420 from nextcloud/fix/unified-search-ellipsized-title-subline
John Molakvoæ [Thu, 27 Aug 2020 06:22:03 +0000 (08:22 +0200)]
Merge pull request #22420 from nextcloud/fix/unified-search-ellipsized-title-subline

Make ellipsized unified search results visible on hover

4 years agoMerge pull request #22440 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-dashbo...
John Molakvoæ [Thu, 27 Aug 2020 06:15:42 +0000 (08:15 +0200)]
Merge pull request #22440 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-dashboard-0.1.8

Bump @nextcloud/vue-dashboard from 0.1.3 to 0.1.8

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 27 Aug 2020 02:16:40 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22425 from nextcloud/bugfix/noid/status_icons_coloring
Georg Ehrke [Wed, 26 Aug 2020 20:49:14 +0000 (22:49 +0200)]
Merge pull request #22425 from nextcloud/bugfix/noid/status_icons_coloring

User-status: Fix icon coloring

4 years agoMerge pull request #22432 from nextcloud/enh/phpdoc
Roeland Jago Douma [Wed, 26 Aug 2020 19:18:11 +0000 (21:18 +0200)]
Merge pull request #22432 from nextcloud/enh/phpdoc

Add php docs build script

4 years agoMerge pull request #22421 from nextcloud/group-folder-quota-warning
Roeland Jago Douma [Wed, 26 Aug 2020 19:15:47 +0000 (21:15 +0200)]
Merge pull request #22421 from nextcloud/group-folder-quota-warning

show better quota warning for group folders and external storage

4 years agoBump @nextcloud/vue-dashboard from 0.1.3 to 0.1.8 22440/head
dependabot-preview[bot] [Wed, 26 Aug 2020 18:26:05 +0000 (18:26 +0000)]
Bump @nextcloud/vue-dashboard from 0.1.3 to 0.1.8

Bumps [@nextcloud/vue-dashboard](https://github.com/nextcloud/nextcloud-vue-dashboard) from 0.1.3 to 0.1.8.
- [Release notes](https://github.com/nextcloud/nextcloud-vue-dashboard/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue-dashboard/compare/v0.1.3...v0.1.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMake ellipsized unified search results visible on hover 22420/head
Christoph Wurst [Tue, 25 Aug 2020 12:57:26 +0000 (14:57 +0200)]
Make ellipsized unified search results visible on hover

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoRemove @package annotations from public namespace 22432/head
Julius Härtl [Wed, 26 Aug 2020 14:59:40 +0000 (16:59 +0200)]
Remove @package annotations from public namespace

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #22134 from nextcloud/merge-calendar-activity-settings
Roeland Jago Douma [Wed, 26 Aug 2020 13:56:27 +0000 (15:56 +0200)]
Merge pull request #22134 from nextcloud/merge-calendar-activity-settings

merge activity settings for calendars, events and todos

4 years agofix tests 22421/head
Robin Appelman [Wed, 26 Aug 2020 13:46:24 +0000 (15:46 +0200)]
fix tests

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoUpdate apps/dav/lib/CalDAV/Activity/Setting/CalDAVSetting.php 22134/head
Robin Appelman [Wed, 26 Aug 2020 12:20:46 +0000 (12:20 +0000)]
Update apps/dav/lib/CalDAV/Activity/Setting/CalDAVSetting.php

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
4 years agoRemove wrongly annotated package names
Julius Härtl [Wed, 26 Aug 2020 10:35:27 +0000 (12:35 +0200)]
Remove wrongly annotated package names

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #17536 from nextcloud/enh/noid/expose-current-filelist
John Molakvoæ [Wed, 26 Aug 2020 09:57:18 +0000 (11:57 +0200)]
Merge pull request #17536 from nextcloud/enh/noid/expose-current-filelist

Expose currently active file list though OCA.Files.App

4 years agoMerge pull request #22392 from nextcloud/bugfix/noid/dashboard-loading-til-moutned
Roeland Jago Douma [Wed, 26 Aug 2020 09:23:58 +0000 (11:23 +0200)]
Merge pull request #22392 from nextcloud/bugfix/noid/dashboard-loading-til-moutned

Dashboard polishing

4 years agoMerge pull request #22431 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
Roeland Jago Douma [Wed, 26 Aug 2020 09:23:18 +0000 (11:23 +0200)]
Merge pull request #22431 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

4 years agoMerge pull request #22422 from nextcloud/fix/unified-search-pagination
Joas Schilling [Wed, 26 Aug 2020 08:15:12 +0000 (10:15 +0200)]
Merge pull request #22422 from nextcloud/fix/unified-search-pagination

Add the missing cursor parameter to unified search requests

4 years agoProvide from on the search query too 22422/head
Joas Schilling [Tue, 25 Aug 2020 15:16:12 +0000 (17:16 +0200)]
Provide from on the search query too

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoAdd the missing cursor parameter to unified search requests
Christoph Wurst [Tue, 25 Aug 2020 15:01:10 +0000 (17:01 +0200)]
Add the missing cursor parameter to unified search requests

Otherwise paginated search does not work. Basically you always requested
the first x items and then showed them again and again. The second or
any other subsequent page was never requested.

On a side note this also caused lots of Vue warning due to duplicate
keys.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoAdd php docs build script
Julius Härtl [Wed, 26 Aug 2020 06:08:37 +0000 (08:08 +0200)]
Add php docs build script

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoUpdate psalm baseline 22431/head
Nextcloud-PR-Bot [Wed, 26 Aug 2020 04:21:23 +0000 (04:21 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 26 Aug 2020 02:16:29 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoExpose currently active file list though OCA.Files.App 17536/head
Julius Härtl [Mon, 14 Oct 2019 18:02:51 +0000 (20:02 +0200)]
Expose currently active file list though OCA.Files.App

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoFix Dashboard CSS indentation 22392/head
Jan C. Borchardt [Mon, 24 Aug 2020 19:49:47 +0000 (21:49 +0200)]
Fix Dashboard CSS indentation

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoFix Dashboard background blur for Safari and iOS Safari
Jan C. Borchardt [Mon, 24 Aug 2020 19:48:34 +0000 (21:48 +0200)]
Fix Dashboard background blur for Safari and iOS Safari

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoAdd shadow behind navigation when Dashboard is scrolled
Jan C. Borchardt [Mon, 24 Aug 2020 19:16:31 +0000 (21:16 +0200)]
Add shadow behind navigation when Dashboard is scrolled

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoAdd body class when dashboard is scrolled
Julius Härtl [Mon, 24 Aug 2020 12:34:43 +0000 (14:34 +0200)]
Add body class when dashboard is scrolled

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAdd loading indicator until the widget is mounted
Julius Härtl [Mon, 24 Aug 2020 12:24:17 +0000 (14:24 +0200)]
Add loading indicator until the widget is mounted

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #22369 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template...
Roeland Jago Douma [Tue, 25 Aug 2020 18:25:17 +0000 (20:25 +0200)]
Merge pull request #22369 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.12

Bump vue and vue-template-compiler

4 years agomove calendar settings into their own group
Robin Appelman [Tue, 25 Aug 2020 17:11:28 +0000 (19:11 +0200)]
move calendar settings into their own group

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoUser-status: Fix icon coloring 22425/head
Georg Ehrke [Tue, 25 Aug 2020 16:08:46 +0000 (18:08 +0200)]
User-status: Fix icon coloring

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoshow better quota warning for group folders and external storage
Robin Appelman [Tue, 25 Aug 2020 14:05:16 +0000 (16:05 +0200)]
show better quota warning for group folders and external storage

instead of showing the generic 'Your storage is full' message, better explain that it's the group folder/external storage that is full

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoBump vue and vue-template-compiler 22369/head
dependabot-preview[bot] [Tue, 25 Aug 2020 09:24:30 +0000 (09:24 +0000)]
Bump vue and vue-template-compiler

Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.6.11 to 2.6.12
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12)

Updates `vue-template-compiler` from 2.6.11 to 2.6.12
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #22359 from nextcloud/fix/noid/flow-leaking-scope
Joas Schilling [Tue, 25 Aug 2020 08:40:26 +0000 (10:40 +0200)]
Merge pull request #22359 from nextcloud/fix/noid/flow-leaking-scope

fix possible leaking scope in Flow

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 25 Aug 2020 02:17:40 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22393 from nextcloud/fix/license-headers-20
Roeland Jago Douma [Mon, 24 Aug 2020 20:03:00 +0000 (22:03 +0200)]
Merge pull request #22393 from nextcloud/fix/license-headers-20

Update the license headers for Nextcloud 20

4 years agoMerge pull request #22357 from nextcloud/enh/dashboard/toggle-statuses
Jan C. Borchardt [Mon, 24 Aug 2020 17:29:49 +0000 (19:29 +0200)]
Merge pull request #22357 from nextcloud/enh/dashboard/toggle-statuses

Ability to toggle statuses in dashboard

4 years agoMerge pull request #22394 from nextcloud/fix/share-federation-missing-fn
John Molakvoæ [Mon, 24 Aug 2020 16:05:00 +0000 (18:05 +0200)]
Merge pull request #22394 from nextcloud/fix/share-federation-missing-fn

Fix missing FN from federated contact

4 years agoMerge pull request #21894 from nextcloud/fix-file-quota
Joas Schilling [Mon, 24 Aug 2020 13:48:48 +0000 (15:48 +0200)]
Merge pull request #21894 from nextcloud/fix-file-quota

fix: file quota was not applied in all cases

4 years agoMerge pull request #22376 from nextcloud/design/wording-leave-share
John Molakvoæ [Mon, 24 Aug 2020 13:23:55 +0000 (15:23 +0200)]
Merge pull request #22376 from nextcloud/design/wording-leave-share

4 years agoFix missing FN from federated contact 22394/head
John Molakvoæ (skjnldsv) [Mon, 24 Aug 2020 13:15:32 +0000 (15:15 +0200)]
Fix missing FN from federated contact

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoUpdate the license headers for Nextcloud 20 22393/head
Christoph Wurst [Mon, 24 Aug 2020 12:54:25 +0000 (14:54 +0200)]
Update the license headers for Nextcloud 20

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMake the tick always white 22357/head
Joas Schilling [Mon, 24 Aug 2020 12:29:34 +0000 (14:29 +0200)]
Make the tick always white

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMake the recent status icon dark theme compatible
Joas Schilling [Mon, 24 Aug 2020 12:28:59 +0000 (14:28 +0200)]
Make the recent status icon dark theme compatible

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #22358 from nextcloud/fix/noid/flow-icon-size-and-alignment
blizzz [Mon, 24 Aug 2020 12:11:41 +0000 (14:11 +0200)]
Merge pull request #22358 from nextcloud/fix/noid/flow-icon-size-and-alignment

fix event icon sizes and text alignment

4 years agoMerge pull request #22382 from nextcloud/bugfix/22380
John Molakvoæ [Mon, 24 Aug 2020 12:00:41 +0000 (14:00 +0200)]
Merge pull request #22382 from nextcloud/bugfix/22380

Add repair step to remove old dashboard app config

4 years agofix possible leaking scope in Flow 22359/head
Arthur Schiwon [Fri, 21 Aug 2020 15:36:01 +0000 (17:36 +0200)]
fix possible leaking scope in Flow

- a configured flow can be brought into consideration, despite its event
  was not fired
- it could either run through
- or run into a RuntimeException and killing processing of valid flows

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #22385 from nextcloud/bump/crl
Roeland Jago Douma [Mon, 24 Aug 2020 11:24:29 +0000 (13:24 +0200)]
Merge pull request #22385 from nextcloud/bump/crl

Update the CRL

4 years agoMerge pull request #22361 from nextcloud/dependabot/npm_and_yarn/vue-material-design...
Roeland Jago Douma [Mon, 24 Aug 2020 11:05:36 +0000 (13:05 +0200)]
Merge pull request #22361 from nextcloud/dependabot/npm_and_yarn/vue-material-design-icons-4.9.0

Bump vue-material-design-icons from 4.8.0 to 4.9.0

4 years agoCompile assets 22358/head
npmbuildbot[bot] [Mon, 24 Aug 2020 10:56:57 +0000 (10:56 +0000)]
Compile assets

Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoUpdate the CRL 22385/head
Roeland Jago Douma [Mon, 24 Aug 2020 10:29:38 +0000 (12:29 +0200)]
Update the CRL

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoAdd repair step to remove old dashboard app config 22382/head
Julius Härtl [Mon, 24 Aug 2020 08:12:25 +0000 (10:12 +0200)]
Add repair step to remove old dashboard app config

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #22363 from nextcloud/dependabot/npm_and_yarn/p-queue-6.6.1
Roeland Jago Douma [Mon, 24 Aug 2020 07:59:37 +0000 (09:59 +0200)]
Merge pull request #22363 from nextcloud/dependabot/npm_and_yarn/p-queue-6.6.1

Bump p-queue from 6.6.0 to 6.6.1

4 years agoBump vue-material-design-icons from 4.8.0 to 4.9.0 22361/head
dependabot-preview[bot] [Mon, 24 Aug 2020 07:35:06 +0000 (07:35 +0000)]
Bump vue-material-design-icons from 4.8.0 to 4.9.0

Bumps [vue-material-design-icons](https://github.com/robcresswell/vue-material-design-icons) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/robcresswell/vue-material-design-icons/releases)
- [Changelog](https://github.com/robcresswell/vue-material-design-icons/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/robcresswell/vue-material-design-icons/compare/4.8.0...4.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #22364 from nextcloud/dependabot/npm_and_yarn/vuedraggable-2.24.1
Roeland Jago Douma [Mon, 24 Aug 2020 07:31:03 +0000 (09:31 +0200)]
Merge pull request #22364 from nextcloud/dependabot/npm_and_yarn/vuedraggable-2.24.1

Bump vuedraggable from 2.24.0 to 2.24.1

4 years agoMerge pull request #22365 from nextcloud/dependabot/npm_and_yarn/webpack-merge-5.1.2
Roeland Jago Douma [Mon, 24 Aug 2020 07:12:45 +0000 (09:12 +0200)]
Merge pull request #22365 from nextcloud/dependabot/npm_and_yarn/webpack-merge-5.1.2

Bump webpack-merge from 5.1.1 to 5.1.2

4 years agoMerge pull request #22360 from nextcloud/dependabot/npm_and_yarn/babel/core-7.11.4
Roeland Jago Douma [Mon, 24 Aug 2020 07:11:35 +0000 (09:11 +0200)]
Merge pull request #22360 from nextcloud/dependabot/npm_and_yarn/babel/core-7.11.4

Bump @babel/core from 7.11.1 to 7.11.4

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 24 Aug 2020 02:16:45 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoFix contrast issue in Files app menu 22376/head
Jan C. Borchardt [Sun, 23 Aug 2020 21:58:53 +0000 (23:58 +0200)]
Fix contrast issue in Files app menu

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoClarify wording to 'Leave this share', fix #18622
Jan C. Borchardt [Sun, 23 Aug 2020 21:58:38 +0000 (23:58 +0200)]
Clarify wording to 'Leave this share', fix #18622

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 23 Aug 2020 02:16:43 +0000 (02:16 +0000)]
[tx-robot] updated from transifex