]>
source.dussan.org Git - nextcloud-server.git/log
Joas Schilling [Thu, 3 Sep 2020 13:46:21 +0000 (15:46 +0200)]
The privacy setting is only about syncing to other servers
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Thu, 3 Sep 2020 11:09:03 +0000 (13:09 +0200)]
Merge pull request #22455 from nextcloud/version/20.0.0/beta3
20 Beta3
blizzz [Thu, 3 Sep 2020 11:01:08 +0000 (13:01 +0200)]
Merge pull request #22556 from nextcloud/bugfix/noid/cleanup-part-file
Do not keep the part file if the forbidden exception has no retry set
blizzz [Thu, 3 Sep 2020 10:59:45 +0000 (12:59 +0200)]
Merge pull request #22557 from nextcloud/bugfix/noid/group-share-failure
Do not fail if share for mountpoint is no longer available
Julius Härtl [Thu, 3 Sep 2020 09:17:59 +0000 (11:17 +0200)]
Do not fail if share for mountpoint is no longer available
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 3 Sep 2020 09:00:24 +0000 (11:00 +0200)]
Do not keep the part file if the forbidden exception has retry set to false
Signed-off-by: Julius Härtl <jus@bitgrid.net>
John Molakvoæ [Thu, 3 Sep 2020 08:25:55 +0000 (10:25 +0200)]
Merge pull request #22111 from nextcloud/enh/unified-search-filters
Roeland Jago Douma [Thu, 3 Sep 2020 07:28:48 +0000 (09:28 +0200)]
Merge pull request #22528 from nextcloud/bug/22475/trash-bin-size
Change free space calculation
Roeland Jago Douma [Thu, 3 Sep 2020 07:28:13 +0000 (09:28 +0200)]
Merge pull request #22545 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
Daniel Calviño Sánchez [Wed, 2 Sep 2020 02:24:03 +0000 (04:24 +0200)]
Adjust acceptance tests to changes in @nextcloud/vue 2.6.3
The menu button and the menu of a share are no longer direct childs of
the actions of the share row. The menu button is now a child of a
".trigger" element, while the menu is a direct child of the body and has
an id defined in the "aria-describedby" attribute of the ".trigger"
element.
In XPath 1.0 it does not seem possible to "backreference" a value or
create variables, so when the share menu or one of its item is needed
now the ".trigger" element is first found and then its XPath expression
is used to compose its "aria-describedby" attribute in the XPath
expression for the menu.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
John Molakvoæ (skjnldsv) [Fri, 21 Aug 2020 10:01:09 +0000 (12:01 +0200)]
Bump @nextcloud/vue to v2.6.3
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Wed, 5 Aug 2020 12:42:08 +0000 (14:42 +0200)]
Fix search placeholder animation & dark theme compatibility
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Wed, 5 Aug 2020 10:56:11 +0000 (12:56 +0200)]
Allow unified search filtering
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Nextcloud-PR-Bot [Thu, 3 Sep 2020 04:22:57 +0000 (04:22 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Thu, 3 Sep 2020 02:16:37 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Wed, 2 Sep 2020 07:27:58 +0000 (09:27 +0200)]
Merge pull request #22526 from nextcloud/feature/unified-search/emit-query
Emit unified search query
Raimund Schlüßler [Mon, 31 Aug 2020 19:38:07 +0000 (21:38 +0200)]
Emit unified search query
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Nextcloud bot [Wed, 2 Sep 2020 02:17:10 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 1 Sep 2020 18:32:21 +0000 (20:32 +0200)]
Merge pull request #22423 from nextcloud/bugfix/noid/direct-editing-encryption
Do not expose direct editing if no master key is available
Christoph Wurst [Tue, 1 Sep 2020 13:40:46 +0000 (15:40 +0200)]
Merge pull request #22535 from nextcloud/fix/zipstreamer_external_storage
Only disable zip64 if the size is known
Roeland Jago Douma [Tue, 1 Sep 2020 09:24:01 +0000 (11:24 +0200)]
Only disable zip64 if the size is known
Else we might run into the issue that for an external storage where the
size is not known yet we do not use zip64. Which then of course fails on
large zip files.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
blizzz [Tue, 1 Sep 2020 09:55:57 +0000 (11:55 +0200)]
Merge pull request #22533 from nextcloud/fix/noid/rm-matcher-magic
Flow: do not hide "matches" and "does not match" checkers
Julius Härtl [Tue, 25 Aug 2020 15:12:27 +0000 (17:12 +0200)]
Do not expose direct editing if no master key is available
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Daniel Kesselberg [Tue, 1 Sep 2020 07:58:59 +0000 (09:58 +0200)]
Tests only: Forward calls to getUserValue and getAppValue
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Arthur Schiwon [Tue, 1 Sep 2020 08:29:46 +0000 (10:29 +0200)]
do not hide "matches" and "does not match" checkers
- they show up previously with / typed – end user needs to know about it
- inconsistent with some other fields, that show it directly
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
dependabot-preview[bot] [Tue, 1 Sep 2020 06:55:07 +0000 (06:55 +0000)]
Merge pull request #22491 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.14
Roeland Jago Douma [Tue, 1 Sep 2020 06:50:22 +0000 (08:50 +0200)]
Merge pull request #22116 from nextcloud/bugfix/noid/transfer-ownership-share-root
Fix share transfer of single files and on the transfered node
Roeland Jago Douma [Tue, 1 Sep 2020 06:48:31 +0000 (08:48 +0200)]
Merge pull request #16632 from nextcloud/bugfix/external-reshare
Set proper root path for single file shares originating from other storages
dependabot-preview[bot] [Mon, 31 Aug 2020 14:50:03 +0000 (14:50 +0000)]
Bump dompurify from 2.0.12 to 2.0.14
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.12 to 2.0.14.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.0.12...2.0.14)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Nextcloud bot [Tue, 1 Sep 2020 02:16:09 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Daniel Kesselberg [Mon, 31 Aug 2020 21:10:04 +0000 (23:10 +0200)]
Change free space calculation
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Roeland Jago Douma [Mon, 31 Aug 2020 17:03:24 +0000 (19:03 +0200)]
Merge pull request #22514 from nextcloud/fix/s3/only_delete_new_failed
Fix S3 error handling
Georg Ehrke [Mon, 31 Aug 2020 15:45:24 +0000 (17:45 +0200)]
Merge pull request #22424 from nextcloud/feature/noid/dnd_will_mute_notifications
User Status: Display hint that DND mutes all notifications
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
Georg Ehrke [Tue, 25 Aug 2020 15:46:11 +0000 (17:46 +0200)]
User Status: Display hint that DND mutes all notifications
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
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
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>
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>
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
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
Julius Härtl [Fri, 31 Jul 2020 09:10:48 +0000 (11:10 +0200)]
Transfer shares of the transferred root node
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Mon, 31 Aug 2020 10:28:04 +0000 (12:28 +0200)]
Only update the filecache entry once the file has been written to S3
If we already update before we have no way to revert if the upload
fails.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Mon, 31 Aug 2020 10:25:20 +0000 (12:25 +0200)]
Don't lose filecache entry on s3 overwrite error
If the object store errors we should not always delete the filecache
entry. As this might lead to people losing access to their files.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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>
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
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>
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
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>
Nextcloud bot [Mon, 31 Aug 2020 02:16:10 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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
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
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
Nextcloud bot [Sun, 30 Aug 2020 02:16:07 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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>
Nextcloud bot [Sat, 29 Aug 2020 02:17:47 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
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>
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>
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
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>
Robin Appelman [Fri, 28 Aug 2020 09:43:23 +0000 (11:43 +0200)]
remove unneeded if
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Fri, 28 Aug 2020 09:14:50 +0000 (11:14 +0200)]
trim slashes
Signed-off-by: Robin Appelman <robin@icewind.nl>
Julius Härtl [Thu, 1 Aug 2019 12:45:50 +0000 (14:45 +0200)]
Set proper root path for single file shares originating from other storages
Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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
Nextcloud bot [Fri, 28 Aug 2020 02:16:21 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Valdnet [Thu, 27 Aug 2020 20:07:45 +0000 (22:07 +0200)]
Removing the added parentheses
Valdnet [Thu, 27 Aug 2020 19:51:25 +0000 (21:51 +0200)]
Add the missing parenthesis
Valdnet [Thu, 27 Aug 2020 16:55:47 +0000 (18:55 +0200)]
l10n: Add a period at the end of the sentence
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
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
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
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
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>
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>
Roeland Jago Douma [Thu, 27 Aug 2020 08:47:31 +0000 (10:47 +0200)]
20 Beta3
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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>
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
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
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>
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>
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
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
Nextcloud bot [Thu, 27 Aug 2020 02:16:40 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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
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
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
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>
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>
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>
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
Robin Appelman [Wed, 26 Aug 2020 13:46:24 +0000 (15:46 +0200)]
fix tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
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>
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>
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
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
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
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
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>
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>
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>
Nextcloud-PR-Bot [Wed, 26 Aug 2020 04:21:23 +0000 (04:21 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>