- Sep 03, 2020
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Sep 02, 2020
-
-
John Molakvoæ authored
Emit unified search query
-
Raimund Schlüßler authored
Signed-off-by:
Raimund Schlüßler <raimund.schluessler@mailbox.org> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
Nextcloud bot authored
-
- Sep 01, 2020
-
-
Roeland Jago Douma authored
Do not expose direct editing if no master key is available
-
Christoph Wurst authored
Only disable zip64 if the size is known
-
Roeland Jago Douma authored
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 authored
Flow: do not hide "matches" and "does not match" checkers
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Arthur Schiwon authored
- 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] authored
-
Roeland Jago Douma authored
Fix share transfer of single files and on the transfered node
-
Roeland Jago Douma authored
Set proper root path for single file shares originating from other storages
-
dependabot-preview[bot] authored
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 authored
-
- Aug 31, 2020
-
-
Roeland Jago Douma authored
Fix S3 error handling
-
Georg Ehrke authored
User Status: Display hint that DND mutes all notifications
-
Robin Appelman authored
set the mount id before calling storage wrapper
-
Georg Ehrke authored
Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
dependabot-preview[bot] authored
-
Robin Appelman authored
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] authored
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] authored
-
blizzz authored
Fix writing BLOBs to postgres with recent contacts interaction
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Roeland Jago Douma authored
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 authored
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] authored
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 authored
Declare OCA.Search directly, not via a monkey patch
-
Christoph Wurst authored
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 authored
Pimp Oauth2 table
-
Roeland Jago Douma authored
Fixes #12302 Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Nextcloud bot authored
-
- Aug 30, 2020
-
-
Roeland Jago Douma authored
ignore duplicate setting sections
-
Roeland Jago Douma authored
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 authored
Bump webpack-node-externals from 2.5.1 to 2.5.2
-
Nextcloud bot authored
-
- Aug 29, 2020
-
-
dependabot-preview[bot] authored
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 authored
-
Daniel Calviño Sánchez authored
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>
-