Skip to content

Commit dcd16d1

Browse files
committed
Update Nextcloud Server for version 17, 18 and 19
Upstream changes for Nextcloud 19.0.4.2: * Only run the query to get the account data once * Don't influence toastify errors and always use white * Fix legacy update notifications * Don't hold a transaction during the move to trash * Fix ignoring the correct settings files for translations * Use user mount with matching shared storage only * Fix settings chunk loading * Sync all users to the system addresssbook * Show federation and email results also with exact user match unless it contains an at (@) character. * Do not match sharees on an empty email address * Generate exception to log on php errors * Fix share transfer of single files and on the transfered node * Make sure that getConfig is still called for browsers that do not support CSPv3 * Flow: do not hide "matches" and "does not match" checkers * Never copy the share link when the password is forced * Fix numeric folders throwing on markDirty * Improve handling of out of space errors for smb * Fix file quota not being applied in all cases * Revoke old certificate of secsignid * Only get the permissions from the share source if it's not already cached * Mitigate encoding issue with user principal uri * Make LDAP group updater dispatch type events * Don't fail when copying an empty file * Fix S3 doesDirectoryExist check for empty directories * Better error message when blocked by access control * Clarify PHP warning in admin settings * Check if var debugMode exists * Fix reading empty files from objectstorage * Allow additional personal settings via normal registration * Fix detecting text/x-php mimetype and secure mimetype mapping * Fix installing on Oracle * Do not fail if share for mountpoint is no longer available * Don't use SELECT DISTINCT when to_char() is used in a WHERE statement Changelogs for version 17 and 18 are not yet online as of this commit, but can soon be found at: https://nextcloud.com/changelog/ Signed-off-by: aszlig <aszlig@nix.build>
1 parent 18b6386 commit dcd16d1

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

packages/17/upstream.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3202,9 +3202,9 @@
32023202
}
32033203
},
32043204
"nextcloud": {
3205-
"sha256": "13pf28kr252r3r0jwrv7q4kv4r5qib9b7jmcl7sw0s73y967pdwk",
3206-
"url": "https://download.nextcloud.com/server/releases/nextcloud-17.0.9.tar.bz2",
3207-
"version": "17.0.9.2"
3205+
"sha256": "1iysxmax48g50k7yvrhf2q84cx7g77167bdjy82f42lwmrk1zrk7",
3206+
"url": "https://download.nextcloud.com/server/releases/nextcloud-17.0.10.tar.bz2",
3207+
"version": "17.0.10.1"
32083208
},
32093209
"themes": {
32103210
"breeze-dark": {

packages/18/upstream.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3288,9 +3288,9 @@
32883288
}
32893289
},
32903290
"nextcloud": {
3291-
"sha256": "17j9837g8xqhi4rrrdbhw8lqvd3wjyhhy9v4w5x5q0jyqw9361gj",
3292-
"url": "https://download.nextcloud.com/server/releases/nextcloud-18.0.9.tar.bz2",
3293-
"version": "18.0.9.1"
3291+
"sha256": "0bkg8ih7d3dd54k167xsbna26y19n4yip727ki3z3rk6yag5igzz",
3292+
"url": "https://download.nextcloud.com/server/releases/nextcloud-18.0.10.tar.bz2",
3293+
"version": "18.0.10.2"
32943294
},
32953295
"themes": {}
32963296
}

packages/19/upstream.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3166,9 +3166,9 @@
31663166
}
31673167
},
31683168
"nextcloud": {
3169-
"sha256": "1q9c5ri5sk1dx7q8bink4mzq48nwlz7vz98qpnh4220qnydv5sah",
3170-
"url": "https://download.nextcloud.com/server/releases/nextcloud-19.0.3.tar.bz2",
3171-
"version": "19.0.3.1"
3169+
"sha256": "0l3c03i8qg1ykl4gzyaiwa57s12kc7yd7f8fldh66zb7r2xxs1cq",
3170+
"url": "https://download.nextcloud.com/server/releases/nextcloud-19.0.4.tar.bz2",
3171+
"version": "19.0.4.2"
31723172
},
31733173
"themes": {}
31743174
}

0 commit comments

Comments
 (0)