summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump sinon from 9.2.1 to 9.2.2dependabot-preview[bot]2020-12-122-11/+11
* Merge pull request #24588 from nextcloud/version/21/beta1v21.0.0beta1Roeland Jago Douma2020-12-111-1/+1
|\
| * 21 beta1Roeland Jago Douma2020-12-071-2/+2
* | 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 usersJulius Härtl2020-12-103-2/+8
* | | 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 responsesRichard Steinmetz2020-12-101-0/+1
| |/ /
* | | [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 releasesChristoph Wurst2020-12-041-7/+25
* | | | 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
|/ / /
* | | Merge pull request #24630 from nextcloud/enh/noid/unknown_named_parameterRoeland Jago Douma2020-12-101-1/+1
|\ \ \
| * | | Fix variable name for testDaniel Kesselberg2020-12-101-1/+1
* | | | Merge pull request #23044 from nextcloud/migration-10.5Roeland Jago Douma2020-12-1025-8/+1546
|\ \ \ \
| * | | | Make sure the migrations table schema is always checkedJulius Härtl2020-12-092-1/+2
| * | | | Change further columns to be nullable with a default of 0Julius Härtl2020-12-093-11/+25
| * | | | Properly migrate from new owncloud avatar locationJulius Härtl2020-12-091-73/+42
| * | | | Dump autoloaderJulius Härtl2020-12-092-14/+14
| * | | | Readd repair steps that are relevant when migrating from ownCloudJulius Härtl2020-12-0913-0/+1325
| * | | | Handle oc_dav_properties migrationJulius Härtl2020-12-091-0/+75
| * | | | Add missing index on oc_cards and rename if it previously existedJulius Härtl2020-12-092-0/+37
| * | | | Move authtoken login_name column to varchar(255)Julius Härtl2020-12-091-0/+8
| * | | | Add missing mount_id indexJulius Härtl2020-12-091-0/+3
| * | | | Drop attributes on oc_share tableJulius Härtl2020-12-091-0/+7
| * | | | Drop assignable systemtag columnJulius Härtl2020-12-091-0/+7
| * | | | Drop oc_dav_job_status tableJulius Härtl2020-12-091-0/+23
| * | | | Adjust execution duration to 0Vincent Petry2020-12-091-0/+6
| * | | | Adjust further columnsVincent Petry2020-12-092-0/+12
| * | | | Adjust calendars.components to 64 charsVincent Petry2020-12-091-0/+6
| * | | | Allow major/minor match for owncloud versionJulius Härtl2020-12-091-1/+4
| * | | | Avoid checking for brute force protection capabilities when upgradingJulius Härtl2020-12-091-0/+4
| * | | | Fix missing authtoken scopeJulius Härtl2020-12-091-0/+5
| * | | | Drop fk constraints on locks tableJulius Härtl2020-12-091-0/+9
| * | | | Allow upgrade from oc 10.5Julius Härtl2020-12-091-0/+1
| * | | | Add missing table columnsJulius Härtl2020-12-092-2/+25
* | | | | Merge pull request #24605 from nextcloud/enh/share-deckRoeland Jago Douma2020-12-1032-35/+279
|\ \ \ \ \
| * | | | | Address minor commentsJulius Härtl2020-12-096-11/+13
| * | | | | Adjust mountprovider testsJulius Härtl2020-12-092-3/+25
| * | | | | Update psalm baselineJulius Härtl2020-12-091-11/+2
| * | | | | Suppress psalm warnings about app classesJulius Härtl2020-12-091-0/+7
| * | | | | Extend dummy factory in testsJulius Härtl2020-12-091-0/+6
| * | | | | Bump bundlesJulius Härtl2020-12-096-6/+6
| * | | | | Indicate deck shares as shared in the file listJulius Härtl2020-12-091-0/+2
| * | | | | Allow share results to have a detailed description and share entries to have ...Julius Härtl2020-12-093-2/+18
| * | | | | Add share type deck to search resultsJulius Härtl2020-12-091-0/+2
| * | | | | Include deck shares in sharing mountsJulius Härtl2020-12-091-0/+2
| * | | | | Add internal DECK_USER type to allow unsharing for individual usersJulius Härtl2020-12-091-0/+5
| * | | | | Introduce deck share type to ShareAPIControllerJulius Härtl2020-12-095-7/+105
| * | | | | Handle deck share type in audit and dav appJulius Härtl2020-12-093-0/+27