summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #22455 from nextcloud/version/20.0.0/beta3v20.0.0beta3Roeland Jago Douma2020-09-031-2/+2
|\ | | | | 20 Beta3
| * 20 Beta3Roeland Jago Douma2020-08-271-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #22556 from nextcloud/bugfix/noid/cleanup-part-fileblizzz2020-09-031-0/+3
|\ \ | | | | | | Do not keep the part file if the forbidden exception has no retry set
| * | Do not keep the part file if the forbidden exception has retry set to falseJulius Härtl2020-09-031-0/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #22557 from nextcloud/bugfix/noid/group-share-failureblizzz2020-09-031-1/+1
|\ \ \ | | | | | | | | Do not fail if share for mountpoint is no longer available
| * | | Do not fail if share for mountpoint is no longer availableJulius Härtl2020-09-031-1/+1
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #22111 from nextcloud/enh/unified-search-filtersJohn Molakvoæ2020-09-0376-272/+476
|\ \ \
| * | | Adjust acceptance tests to changes in @nextcloud/vue 2.6.3Daniel Calviño Sánchez2020-09-0315-92/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | Bump @nextcloud/vue to v2.6.3John Molakvoæ (skjnldsv)2020-09-0352-97/+77
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fix search placeholder animation & dark theme compatibilityJohn Molakvoæ (skjnldsv)2020-09-0311-167/+152
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Allow unified search filteringJohn Molakvoæ (skjnldsv)2020-09-034-7/+188
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #22528 from nextcloud/bug/22475/trash-bin-sizeRoeland Jago Douma2020-09-032-8/+20
|\ \ \ | | | | | | | | Change free space calculation
| * | | Tests only: Forward calls to getUserValue and getAppValueDaniel Kesselberg2020-09-011-4/+14
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Change free space calculationDaniel Kesselberg2020-08-311-4/+6
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #22545 from ↵Roeland Jago Douma2020-09-031-5/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | Update psalm baselineNextcloud-PR-Bot2020-09-031-5/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | / / [tx-robot] updated from transifexNextcloud bot2020-09-032-0/+4
| |/ / |/| |
* | | Merge pull request #22526 from nextcloud/feature/unified-search/emit-queryJohn Molakvoæ2020-09-0213-12/+17
|\ \ \ | | | | | | | | Emit unified search query
| * | | Emit unified search queryRaimund Schlüßler2020-09-0213-12/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-09-024-0/+4
|/ / /
* | | Merge pull request #22423 from nextcloud/bugfix/noid/direct-editing-encryptionRoeland Jago Douma2020-09-015-10/+60
|\ \ \ | | | | | | | | Do not expose direct editing if no master key is available
| * | | Do not expose direct editing if no master key is availableJulius Härtl2020-09-015-10/+60
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #22535 from nextcloud/fix/zipstreamer_external_storageChristoph Wurst2020-09-011-1/+5
|\ \ \ \ | | | | | | | | | | Only disable zip64 if the size is known
| * | | | Only disable zip64 if the size is knownRoeland Jago Douma2020-09-011-1/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #22533 from nextcloud/fix/noid/rm-matcher-magicblizzz2020-09-013-10/+6
|\ \ \ \ | |/ / / |/| | | Flow: do not hide "matches" and "does not match" checkers
| * | | do not hide "matches" and "does not match" checkersArthur Schiwon2020-09-013-10/+6
|/ / / | | | | | | | | | | | | | | | | | | - 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>
* | | Merge pull request #22491 from ↵dependabot-preview[bot]2020-09-0110-14/+14
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/dompurify-2.0.14
| * | | Bump dompurify from 2.0.12 to 2.0.14dependabot-preview[bot]2020-09-0110-14/+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>
* | | | Merge pull request #22116 from ↵Roeland Jago Douma2020-09-013-3/+48
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/transfer-ownership-share-root Fix share transfer of single files and on the transfered node
| * | | | Transfer shares of the transferred root nodeJulius Härtl2020-08-313-3/+48
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #16632 from nextcloud/bugfix/external-reshareRoeland Jago Douma2020-09-012-49/+43
|\ \ \ \ \ | | | | | | | | | | | | Set proper root path for single file shares originating from other storages
| * | | | | remove unneeded ifRobin Appelman2020-08-281-44/+42
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | trim slashesRobin Appelman2020-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | Set proper root path for single file shares originating from other storagesJulius Härtl2020-08-281-5/+1
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-09-01128-266/+274
| |_|_|/ |/| | |
* | | | Merge pull request #22514 from nextcloud/fix/s3/only_delete_new_failedRoeland Jago Douma2020-08-311-7/+27
|\ \ \ \ | | | | | | | | | | Fix S3 error handling
| * | | | Only update the filecache entry once the file has been written to S3Roeland Jago Douma2020-08-311-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we already update before we have no way to revert if the upload fails. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Don't lose filecache entry on s3 overwrite errorRoeland Jago Douma2020-08-311-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #22424 from ↵Georg Ehrke2020-08-314-7/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/noid/dnd_will_mute_notifications User Status: Display hint that DND mutes all notifications
| * | | | | User Status: Display hint that DND mutes all notificationsGeorg Ehrke2020-08-314-7/+8
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | Merge pull request #22517 from nextcloud/external-mount-id-before-wrapperRobin Appelman2020-08-311-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | set the mount id before calling storage wrapper
| * | | | set the mount id before calling storage wrapperRobin Appelman2020-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this allows the storage wrapper to use the mount id for it's own logic Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #22494 from ↵dependabot-preview[bot]2020-08-3120-22/+22
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | nextcloud/dependabot/npm_and_yarn/underscore-1.11.0
| * | | | Bump underscore from 1.10.2 to 1.11.0dependabot-preview[bot]2020-08-3120-22/+22
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #22459 from ↵dependabot-preview[bot]2020-08-3134-43/+65
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-2.0.1
| * | | | Bump @nextcloud/dialogs from 1.4.0 to 2.0.1dependabot-preview[bot]2020-08-3134-43/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #22472 from nextcloud/fix/contacts-interaction-blob-postgresblizzz2020-08-313-2/+9
|\ \ \ \ \ | |/ / / / |/| | | | Fix writing BLOBs to postgres with recent contacts interaction
| * | | | Fix writing BLOBs to postgres with recent contacts interactionChristoph Wurst2020-08-283-2/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #22511 from nextcloud/fix/oca-search-monkey-patchRoeland Jago Douma2020-08-319-19/+48
|\ \ \ \ \ | | | | | | | | | | | | Declare OCA.Search directly, not via a monkey patch
| * | | | | Declare OCA.Search directly, not via a monkey patchChristoph Wurst2020-08-319-19/+48
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>