Commit dcd16d1
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3202 | 3202 | | |
3203 | 3203 | | |
3204 | 3204 | | |
3205 | | - | |
3206 | | - | |
3207 | | - | |
| 3205 | + | |
| 3206 | + | |
| 3207 | + | |
3208 | 3208 | | |
3209 | 3209 | | |
3210 | 3210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3288 | 3288 | | |
3289 | 3289 | | |
3290 | 3290 | | |
3291 | | - | |
3292 | | - | |
3293 | | - | |
| 3291 | + | |
| 3292 | + | |
| 3293 | + | |
3294 | 3294 | | |
3295 | 3295 | | |
3296 | 3296 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3166 | 3166 | | |
3167 | 3167 | | |
3168 | 3168 | | |
3169 | | - | |
3170 | | - | |
3171 | | - | |
| 3169 | + | |
| 3170 | + | |
| 3171 | + | |
3172 | 3172 | | |
3173 | 3173 | | |
3174 | 3174 | | |
0 commit comments