summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24670 from ↵dependabot-preview[bot]2020-12-122-42/+54
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.12.10
| * Bump @babel/preset-env from 7.12.7 to 7.12.10dependabot-preview[bot]2020-12-122-45/+57
| | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.7 to 7.12.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-preset-env) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #24667 from nextcloud/dependabot/npm_and_yarn/sinon-9.2.2dependabot-preview[bot]2020-12-122-11/+11
|\ \
| * | Bump sinon from 9.2.1 to 9.2.2dependabot-preview[bot]2020-12-122-11/+11
| |/ | | | | | | | | | | | | | | Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.1 to 9.2.2. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/commits/v9.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / [tx-robot] updated from transifexNextcloud bot2020-12-1218-0/+122
|/
* Merge pull request #24588 from nextcloud/version/21/beta1v21.0.0beta1Roeland Jago Douma2020-12-111-1/+1
|\ | | | | 21 beta1
| * 21 beta1Roeland Jago Douma2020-12-071-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #24635 from nextcloud/bugfix/noid/show-email-recipientRoeland Jago Douma2020-12-113-2/+8
|\ \ | | | | | | Show email address for shares that were created by other users
| * | Show email address for shares that were created by other usersJulius Härtl2020-12-103-2/+8
| | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | Merge pull request #24643 from nextcloud/fix/noid/recent-files-has-previewJohn Molakvoæ2020-12-111-0/+1
|\ \ \ | | | | | | | | Indicate preview availability in recent file api responses
| * | | Indicate preview availability in recent file api responsesRichard Steinmetz2020-12-101-0/+1
| |/ / | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-1116-4/+48
| | |
* | | Merge pull request #24416 from nextcloud/fix/app-store-check-php-compatRoeland Jago Douma2020-12-101-7/+25
|\ \ \ | | | | | | | | Check php compatibility of app store app releases
| * | | Check php compatibility of app store app releasesChristoph Wurst2020-12-041-7/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apps might increase the minimum php version requirement, in which case an update could break the app or even the whole instance. We must not install those releases, or better, don't even show them for update/installation. This extends the app fetcher code to filter out the releases that are not installable. The filter respects minimum and maximum requirements. E.g. apps that are still only released for php7.3 won't show up for php7.4 instances. This behavior is new but if an app lists an explicit version requirement, then we ought to repect that. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #24650 from nextcloud/dependabot/npm_and_yarn/build/ini-1.3.7dependabot-preview[bot]2020-12-101-6/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | [Security] Bump ini from 1.3.5 to 1.3.7 in /builddependabot-preview[bot]2020-12-101-6/+7
|/ / / | | | | | | | | | | | | | | | | | | Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. **This update includes a security fix.** - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #24630 from nextcloud/enh/noid/unknown_named_parameterRoeland Jago Douma2020-12-101-1/+1
|\ \ \ | | | | | | | | Error: Unknown named parameter $remote_id
| * | | Fix variable name for testDaniel Kesselberg2020-12-101-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #23044 from nextcloud/migration-10.5Roeland Jago Douma2020-12-1025-8/+1546
|\ \ \ \ | | | | | | | | | | Handle owncloud migration to latest release
| * | | | Make sure the migrations table schema is always checkedJulius Härtl2020-12-092-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Revert "Make sure the migrations table schema is always checked" This reverts commit 258955ef738a52d9da2ac2fe59466e6093d7e9bc. Set current vendor during upgrade and perform migrations table change if needed Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Change further columns to be nullable with a default of 0Julius Härtl2020-12-093-11/+25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Properly migrate from new owncloud avatar locationJulius Härtl2020-12-091-73/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as the files are not scanned we cannot use the OCP\Files api Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Dump autoloaderJulius Härtl2020-12-092-14/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Readd repair steps that are relevant when migrating from ownCloudJulius Härtl2020-12-0913-0/+1325
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d9b1492e03ab9fe58bb87baaeba745790ca15c53. Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Handle oc_dav_properties migrationJulius Härtl2020-12-091-0/+75
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Add missing index on oc_cards and rename if it previously existedJulius Härtl2020-12-092-0/+37
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Move authtoken login_name column to varchar(255)Julius Härtl2020-12-091-0/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Add missing mount_id indexJulius Härtl2020-12-091-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Drop attributes on oc_share tableJulius Härtl2020-12-091-0/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Drop assignable systemtag columnJulius Härtl2020-12-091-0/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Drop oc_dav_job_status tableJulius Härtl2020-12-091-0/+23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Adjust execution duration to 0Vincent Petry2020-12-091-0/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | Adjust further columnsVincent Petry2020-12-092-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - calendarsubscriptions.lastmodified -> not null - external_config.value -> allow null Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | Adjust calendars.components to 64 charsVincent Petry2020-12-091-0/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | Allow major/minor match for owncloud versionJulius Härtl2020-12-091-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Avoid checking for brute force protection capabilities when upgradingJulius Härtl2020-12-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This might happen a releases that doesn't have this table yet Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Fix missing authtoken scopeJulius Härtl2020-12-091-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Drop fk constraints on locks tableJulius Härtl2020-12-091-0/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Allow upgrade from oc 10.5Julius Härtl2020-12-091-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Add missing table columnsJulius Härtl2020-12-092-2/+25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #24605 from nextcloud/enh/share-deckRoeland Jago Douma2020-12-1032-35/+279
|\ \ \ \ \ | | | | | | | | | | | | Add deck share provider support
| * | | | | Address minor commentsJulius Härtl2020-12-096-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Adjust mountprovider testsJulius Härtl2020-12-092-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Update psalm baselineJulius Härtl2020-12-091-11/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Suppress psalm warnings about app classesJulius Härtl2020-12-091-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Extend dummy factory in testsJulius Härtl2020-12-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Bump bundlesJulius Härtl2020-12-096-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Indicate deck shares as shared in the file listJulius Härtl2020-12-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Allow share results to have a detailed description and share entries to have ↵Julius Härtl2020-12-093-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a link Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Add share type deck to search resultsJulius Härtl2020-12-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>