Skip to content

Commit

Permalink
fix(files): Call davGetFavoritesReport after the registration of prop…
Browse files Browse the repository at this point in the history
…find properties

Signed-off-by: Louis Chemineau <[email protected]>
  • Loading branch information
artonge committed Apr 8, 2024
1 parent e108534 commit cde41b5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 3rdparty
Submodule 3rdparty updated 36 files
+17 −17 composer.lock
+0 −9 composer/autoload_classmap.php
+0 −9 composer/autoload_static.php
+19 −19 composer/installed.json
+8 −8 composer/installed.php
+3 −8 doctrine/dbal/src/Connection.php
+2 −2 doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php
+0 −5 doctrine/dbal/src/Driver/AbstractMySQLDriver.php
+1 −12 doctrine/dbal/src/Driver/OCI8/Driver.php
+0 −20 doctrine/dbal/src/Driver/OCI8/Exception/InvalidConfiguration.php
+0 −4 doctrine/dbal/src/Driver/PDO/PgSQL/Driver.php
+0 −1 doctrine/dbal/src/Driver/PgSQL/Driver.php
+6 −7 doctrine/dbal/src/Id/TableGenerator.php
+1 −35 doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php
+36 −82 doctrine/dbal/src/Platforms/AbstractPlatform.php
+4 −13 doctrine/dbal/src/Platforms/DB2Platform.php
+19 −33 doctrine/dbal/src/Platforms/MariaDb1043Platform.php
+0 −16 doctrine/dbal/src/Platforms/MariaDb1060Platform.php
+0 −6 doctrine/dbal/src/Platforms/MySQL80Platform.php
+2 −2 doctrine/dbal/src/Platforms/OraclePlatform.php
+0 −6 doctrine/dbal/src/Platforms/PostgreSQL100Platform.php
+2 −9 doctrine/dbal/src/Platforms/PostgreSQLPlatform.php
+0 −86 doctrine/dbal/src/Platforms/SQLServer/SQL/Builder/SQLServerSelectSQLBuilder.php
+0 −9 doctrine/dbal/src/Platforms/SQLServerPlatform.php
+4 −59 doctrine/dbal/src/Platforms/SqlitePlatform.php
+0 −1 doctrine/dbal/src/Query/Expression/CompositeExpression.php
+0 −21 doctrine/dbal/src/Query/ForUpdate.php
+0 −27 doctrine/dbal/src/Query/ForUpdate/ConflictResolutionMode.php
+0 −30 doctrine/dbal/src/Query/Limit.php
+37 −170 doctrine/dbal/src/Query/QueryBuilder.php
+0 −107 doctrine/dbal/src/Query/SelectQuery.php
+0 −95 doctrine/dbal/src/SQL/Builder/DefaultSelectSQLBuilder.php
+0 −12 doctrine/dbal/src/SQL/Builder/SelectSQLBuilder.php
+2 −2 doctrine/dbal/src/Schema/Column.php
+7 −8 doctrine/dbal/src/Schema/MySQLSchemaManager.php
+1 −9 doctrine/dbal/src/Schema/SQLServerSchemaManager.php
3 changes: 1 addition & 2 deletions apps/files/src/services/Favorites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ import { resultToNode } from './Files'

const client = getClient()

const reportPayload = davGetFavoritesReport()

export const getContents = async (path = '/'): Promise<ContentsWithRoot> => {
const propfindPayload = davGetDefaultPropfind()
const reportPayload = davGetFavoritesReport()

// Get root folder
let rootResponse
Expand Down
4 changes: 2 additions & 2 deletions dist/files-init.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-init.js.map

Large diffs are not rendered by default.

0 comments on commit cde41b5

Please sign in to comment.