Nextcloud Hub 15.0.5
28 February 2019
Nextcloud Hub version 15.0.5 is now available (security release).
Upgrading to Nextcloud Hub 15.0.5
Nextcloud Hub 15.0.5 can be upgraded to (or installed) using any of Installatron's products. Use Installatron's optional Automatic Update feature to automatically apply Nextcloud Hub updates as new versions are released, or use Installatron's Clone feature to duplicate an existing Nextcloud Hub install to test the 15.0.5 upgrade prior to applying it live. Get started managing your Nextcloud Hub installations with Installatron
What's New in Nextcloud Hub 15.0.5
15.0.5
- Show autocompletion as soon as "@" is typed (server#13961)
- Trim filename in webfrontend for windows compatibility (server#13978)
- Clean code and fix drop zone shadow (server#13982)
- Show original path in trashbin (server#14029)
- Update icewind/smb to 3.0.1 (server#14068)
- Fix: Check if `$this->params['user']` is an array (server#14085)
- [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093)
- [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094)
- [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095)
- Make sure the relative path is always a string (server#14101)
- Fix the thorrtler whitelist bitmask (server#14151)
- [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187)
- Fix recent files (server#14195)
- Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201)
- Ensure attribute names are lower cased (server#14203)
- Fix small glitches in update notification page (server#14207)
- Fix expiration date changing (server#14212)
- Fix trashbin restore translation (server#14213)
- Remove trailing spaces from localized strings (server#14225)
- Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268)
- Fix empty file uploads to S3 (and other streaming storages) (server#14273)
- Do not do redirect handling when loggin out (server#14275)
- Catch Request exception in testRemoteUrl (server#14277)
- Correctly determinate the owner in case of shared external storages (server#14283)
- Fix header label visibility on open menu (server#14287)
- Prefix $path for filename for internal file cache (server#14288)
- Set false as default for requirePNG (server#14292)
- Use proper scroll container when dragging files (server#14301)
- Fix OC.getCurrentUser() on guest pages (server#14308)
- Fix ocm end-point discovery discovery (server#14312)
- Apply theme to 2FA button (server#14331)
- Fix "Undefined index: user_uid" on login page (server#14339)
- Fix unsafe array access (server#14340)
- Always query lookup server in GS mode (server#14368)
- Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371)
- Try to support 7.3 for DAV (3rdparty#213)
- Backport/stable15/streams 0.7.1 (3rdparty#244)
- Don't add empty entries to the objects array (activity#347)
- Ensure parameters are always an array (activity#350)
- Bye, Scrutinizer! (notifications#293)
15.0.4
- Make external storages browsable again in the web UI
15.0.3
- Upload new files in objectstore to a .part path first
- Broker: add timezone to CANCEL messages
- Add strengthify.min files
- Fix click app names
- Principals can be principal/user/ or principal/ from lega…
- Correctly handle displaynames returned from the sharee API
- Don't close input stream when writing in encrypted file
- Bump pear/archive_tar to 1.4.5
- Fix integer background job id type error
- Fix user settings label translation
- Fix app navigation flickering on hover
- Update URL for federation
- Fix colorizeSvg with transformations that contain a comma (,)
- Use warning background color & primary text color for setting warnings
- Fix template paramter
- Cache tokens when using swift's v2 authentication
- Cleanup shared lock if changing to exclusive lock failed
- Honor remember_login_cookie_lifetime
- Fix integration of social sharing into the link popover menu
- Respect user locale in natural sort comparator
- Call proper function when fetching link shares in the breadcrumb view
- Add acceptance tests for moving and copying files
- Show proper default locale
- Ignore non existing users when retrieving details of group members
- Remove .css fileending from accessibility user css route
- Add icon to restore activity
- Fix long comment in dark theme
- Bump bower from 1.8.4 to 1.8.8 in /build
- Fix for high contrast theme
- Always use multipart uploader for s3 uploads
- Fix paged search with multiple bases (LDAP)
- Fix dropping a folder on a folder row
- Fix updating the password of a link share when passwords are enforced
- Add fallback for trashbin original location
- Allow shared versions again in legacy backend
- Improve data directory write checking for NFS mounts
- Clean pending 2FA authentication on password reset
- Forward error message from password policy
- Remove warning in case of external storage error
- Handle mail send error gracefully
- Bump pear/archive_tar from 1.4.3 to 1.4.5
- Move to SCSS and fix app icon for dark theme
- Fill screen in fullscreen mode for public videos. Fixes #77
- Use target="_blank" and rel="noreferrer noopener"
- Fix notification documentation to reflect recent changes