summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add $secureRandom to test caseDaniel Kesselberg2020-12-101-6/+13
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Make $vars and $secureRandom required.Daniel Kesselberg2020-12-102-3/+3
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* 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>
| * | | Include deck shares in sharing mountsJulius Härtl2020-12-091-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Add internal DECK_USER type to allow unsharing for individual usersJulius Härtl2020-12-091-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Introduce deck share type to ShareAPIControllerJulius Härtl2020-12-095-7/+105
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Handle deck share type in audit and dav appJulius Härtl2020-12-093-0/+27
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Dummy general share checks for deckJulius Härtl2020-12-091-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Let sharees endpoint properly handle deck sharesJulius Härtl2020-12-095-0/+17
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Add share type for deckJulius Härtl2020-12-092-0/+7
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Allow apps to register their share providers from outsideJulius Härtl2020-12-094-0/+39
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #24628 from nextcloud/bugfix/noid/ocs-endpoint-load-issuesJoas Schilling2020-12-101-3/+6
|\ \ \ \ | |_|_|/ |/| | | Fix loading order for OCS endpoints
| * | | Fix loading order for OCS endpointsVincent Petry2020-12-101-3/+6
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The loading order can have side effects in the way how apps register plugins, listeners, etc. Recently the order had been changed as part of cleaning up old code, but caused apps to break. This brings back the old app loading order to guarantee that apps won't break, even though it might not semantically make sense. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-1072-86/+456
| | |
* | | Merge pull request #24247 from nextcloud/bugfix/noid/ocm-providerId-stringJulius Härtl2020-12-0917-165/+293
|\ \ \
| * | | Update psalm baselineJulius Härtl2020-12-081-15/+3
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Add temporary test for migrating int to stringJulius Härtl2020-12-081-0/+49
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>