Update docker.io/nextcloud Docker tag to v31.0.1
Semiautomated major upgrade by means of Watchtower Docker container management with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
Package | Update | Change |
---|---|---|
docker.io/nextcloud | patch | 31.0.0-apache -> 31.0.1-apache |
Release Notes
nextcloud/server (docker.io/nextcloud)
v31.0.1
What's Changed
- [stable31] ci(autochecks): Run some autochecks also on non-PHP files by @backportbot in https://github.com/nextcloud/server/pull/50953
- [stable31] fix(cron): Ignore time sensitivity when a class was explicitely scheduled by @backportbot in https://github.com/nextcloud/server/pull/50954
- [stable31] fix: Initialize lastConnectionCheck after first connection by @backportbot in https://github.com/nextcloud/server/pull/51017
- [stable31] fix(files_versions): Do not expire versions newer than min age by @backportbot in https://github.com/nextcloud/server/pull/51025
- [stable31] fix: wipe local storages on log out by @backportbot in https://github.com/nextcloud/server/pull/50995
- [stable31] fix: Change UserAgent to *cloud by @backportbot in https://github.com/nextcloud/server/pull/50941
- [stable31] Fix: NotFoundException for anonymous users by @backportbot in https://github.com/nextcloud/server/pull/51003
- [stable31] Spelling standardization by @backportbot in https://github.com/nextcloud/server/pull/51028
- [stable31] fix(admin_audit): Fix incorrect truncation of files path in admin audit log by @backportbot in https://github.com/nextcloud/server/pull/50994
- [stable31] chore(deps-dev): bump ts-loader from 9.5.1 to 9.5.2 by @dependabot in https://github.com/nextcloud/server/pull/50963
- [stable31] fix(security): Update CA certificate bundle by @nextcloud-command in https://github.com/nextcloud/server/pull/51041
- [stable31] fix(systemtags): Use literal strings for i18n in showSuccess by @backportbot in https://github.com/nextcloud/server/pull/51047
- [stable31] feat: support migrating an instance to sharding by @backportbot in https://github.com/nextcloud/server/pull/51034
- [stable31] fix: Report duplicated extra files in integrity check by @backportbot in https://github.com/nextcloud/server/pull/51062
- [stable31] fix(translation): Fix string concatenation in LDAP endpoint by @backportbot in https://github.com/nextcloud/server/pull/51076
- [stable31] files: fix exception when share-attributes is undefined by @backportbot in https://github.com/nextcloud/server/pull/51093
- [stable31] fix(l10n): Improve english source strings by @backportbot in https://github.com/nextcloud/server/pull/51058
- [stable31] make it possible to run occ as root by @backportbot in https://github.com/nextcloud/server/pull/51118
- [stable31] fix(cypress): wait for toast to appear by @backportbot in https://github.com/nextcloud/server/pull/51143
- [stable31] fix(dav): Handle end of stream in
File::put
by @backportbot in https://github.com/nextcloud/server/pull/51128 - chore(deps-dev): bump @nextcloud/eslint-config from 8.4.1 to 8.4.2 by @dependabot in https://github.com/nextcloud/server/pull/51170
- chore(deps): bump @nextcloud/files from 3.10.1 to 3.10.2 by @dependabot in https://github.com/nextcloud/server/pull/51169
- chore(deps): bump marked from 15.0.6 to 15.0.7 by @dependabot in https://github.com/nextcloud/server/pull/51168
- Fix A+ rating when checking with Nextcloud Security Scan. by @DaleBCooper in https://github.com/nextcloud/server/pull/51173
- chore(deps): bump focus-trap from 7.6.0 to 7.6.4 by @dependabot in https://github.com/nextcloud/server/pull/51167
- chore(deps-dev): bump @types/dockerode from 3.3.34 to 3.3.35 by @dependabot in https://github.com/nextcloud/server/pull/51171
- [stable31] fix(files_reminders): Do not attempt to send reminders after a user has left a share by @backportbot in https://github.com/nextcloud/server/pull/51121
- [stable31] Remove space by @backportbot in https://github.com/nextcloud/server/pull/51149
- [stable31] chore(deps): bump webdav from 5.7.1 to 5.8.0 by @backportbot in https://github.com/nextcloud/server/pull/51186
- [stable31] fix: remove caching in fetchListOfGroups by @backportbot in https://github.com/nextcloud/server/pull/51111
- [stable31] feat: Close sessions created for login flow v2 by @backportbot in https://github.com/nextcloud/server/pull/51090
- [stable31] fix(files_external): Move definition parameter to the correct place by @backportbot in https://github.com/nextcloud/server/pull/51106
- [stable31] fix(files): Ensure the filter instance is mounted by @backportbot in https://github.com/nextcloud/server/pull/51132
- [stable31] fix(files_trashbin): disable bulk download for trashbin by @backportbot in https://github.com/nextcloud/server/pull/51210
- [stable31] fix(FederatedShareProvider): Delete external shares when groups are deleted or users removed from a group by @backportbot in https://github.com/nextcloud/server/pull/51206
- [stable31] refactor(TempManager): Simplify and unify implementations and remove legacy behavior by @backportbot in https://github.com/nextcloud/server/pull/51203
- [stable31] fix(userconfig): simpler db request pre-upgrade by @ArtificialOwl in https://github.com/nextcloud/server/pull/51197
- [stable31] feat: Support deleting metadata from WebDAV by @backportbot in https://github.com/nextcloud/server/pull/51223
- [stable31] feat: log query for dbal exceptions by @backportbot in https://github.com/nextcloud/server/pull/51230
- [stable31] feat: Add bases and gidNumber attribute to ldap:test-user-settings output by @backportbot in https://github.com/nextcloud/server/pull/51227
- [stable31] fix(lookup_server_connector): correctly handle account properties by @backportbot in https://github.com/nextcloud/server/pull/51237
- [stable31] Fix SQL query so that it is ansi safe fixing #51067 by @backportbot in https://github.com/nextcloud/server/pull/51091
- [stable31] feat(files): allow to ignore warning to change file type by @backportbot in https://github.com/nextcloud/server/pull/51015
- [stable31] fix(files_sharing): Map sharee information for
shared-by-you
view by @backportbot in https://github.com/nextcloud/server/pull/50935 - [stable31] fix(files_sharing): ignore duplicated navigation when replacing current route by @backportbot in https://github.com/nextcloud/server/pull/51236
- [stable31] test(e2e): adjust trashbin tests to be less flaky by @backportbot in https://github.com/nextcloud/server/pull/51257
- [stable31] fix(files_sharing): ensure downloaded file has the correct filename by @backportbot in https://github.com/nextcloud/server/pull/51263
- [stable31] fix(dav): Handle long absence status earlier by @backportbot in https://github.com/nextcloud/server/pull/51273
- [stable31] fix(Comment): replace richEditor mixin with NcRichText by @backportbot in https://github.com/nextcloud/server/pull/51268
- [stable31] fix(dav): Use IUser::getDisplayName directly by @backportbot in https://github.com/nextcloud/server/pull/51283
- [stable31] fix(files): Don't do session related work in the constructor of the View by @backportbot in https://github.com/nextcloud/server/pull/51276
- [stable31] fix: Use case insensitive check when validating login name by @backportbot in https://github.com/nextcloud/server/pull/51251
- [stable31] fix(login): Properly target public page with attribute by @backportbot in https://github.com/nextcloud/server/pull/51295
- [stable31] fix(l10n): Remove leading space from translation string by @backportbot in https://github.com/nextcloud/server/pull/51289
- [stable31] chore(deps): update
@nextcloud/upload
to 1.9.0 by @skjnldsv in https://github.com/nextcloud/server/pull/51262 - [stable31] fix(files_external): request strict password auth on credentials enter action by @backportbot in https://github.com/nextcloud/server/pull/50932
- 31.0.1 RC1 by @blizzz in https://github.com/nextcloud/server/pull/51240
- [stable31] fix(systemtags): unify restrict_creation_to_admin handling by @backportbot in https://github.com/nextcloud/server/pull/51308
- [stable31] fix(lookup-server): disable when not using global scale by @backportbot in https://github.com/nextcloud/server/pull/51404
- [stable31] fix(external_storage): fix settings save by @backportbot in https://github.com/nextcloud/server/pull/51395
- [stable31] fix(mimetypes): drop
tar.gz
andtar.bz2
and adjusttgz
by @backportbot in https://github.com/nextcloud/server/pull/51413 - [stable31] fix(AppDiscover): Strip double-quotes from folder name by @backportbot in https://github.com/nextcloud/server/pull/51402
- [stable31] fix(lookup-server): Only flag new users for lookup update / delete by @backportbot in https://github.com/nextcloud/server/pull/51417
- 31.0.1 RC2 by @blizzz in https://github.com/nextcloud/server/pull/51428
- [stable31] revert(deps): jquery-ui to 1.13.3 by @skjnldsv in https://github.com/nextcloud/server/pull/51440
- 31.0.1 by @blizzz in https://github.com/nextcloud/server/pull/51460
New Contributors
- @DaleBCooper made their first contribution in https://github.com/nextcloud/server/pull/51173
Full Changelog: https://github.com/nextcloud/server/compare/v31.0.0...v31.0.1