ChangeLog: More 2.4.0 changes

This commit is contained in:
Markus Goetz 2017-09-20 14:44:33 +02:00
parent ee7593bbe3
commit a9bf7a90ed
1 changed files with 24 additions and 5 deletions

View File

@ -3,32 +3,39 @@ ChangeLog
version 2.4.0 (2017-0X-XX)
* OAuth2 authentication support
* Server URL: Update configuration in case of permanent redirection (#5972)
* Sharing: Add support for multiple public link shares (#5655)
* Sharing: Add option to copy/email direct links (#5627, #5023)
* Sharing: Add option to copy/email private links (#5627, #5023)
* Sharing: Add option "show file listing" (#5837)
* Sharing: Show warning that links are public
* Sharing: Many UI improvements
* Sharing: Make "can edit" partially checked sometimes #5642
* Sharing: Make "can edit" partially checked sometimes (#5642)
* Wizards: Never propose an existing folder for syncing (#5597)
* Wizard: Don't show last page anymore, go to settings directly (#5726)
* Settings Dialog: Display the user server avatar
* Gui: Allow to add multiple sync folder connection of the same folder
* Selective Sync: Open sub folder context menu (#5596)
* Selective Sync: Skip excluded folders when reading db
* Selective Sync: Remove local files of unselected folder despite other modified files (#5783)
* Exclude list: remove .htaccess form list of excluded files
* Sync Issues: More functional error view including filters and conflicts #5516
* Excludes: remove .htaccess form list of excluded files
* Excludes: Hardcode desktop.ini
* Excludes: Allow escaping "#" (#6012)
* Sync Issues: More functional error view including filters and conflicts (#5516)
* Discovery: Increase the MAX_DEPTH and show deep folders as ignored
* Downloads: Remove empty temporary if disk space full (#5746)
* Downloads: Re-trigger folder discovery on 404
* When creating explorer favorite use more specific windows functions (#5690)
* Create favorite also in folder wizard (#455)
* Use the application icon for the sidebar favorite (#2446)
* AccountSettings: Triggering log in re-ask about previously rejected certificates #5819
* Added owncloudcmd bandwidth limit parameter (#5707)
* AccountSettings: Sync with clean discovery on Ctrl-F6 (#5666)
* Sync: Dynamic sizing of chunks in chunked uploads for improved big file upload performance
* Sync: Introduce overall errors that are not tied to a file #5746
* Sync: Introduce overall errors that are not tied to a file (#5746)
* Sync: Better messaging for 507 Insufficient Storage #5537
* Sync: Create conflicts by comparing the hash of files with identical mtime/size #5589
* Sync: Blacklist: Don't let errors become warnings #5516
* Sync: Check etag again after active sync (#4116)
* macOS: Finder sidebar icon #296
* Reduce memory usage
* Fix at least one memory leak
@ -45,9 +52,21 @@ version 2.4.0 (2017-0X-XX)
* HTTP: Support HTTP2 when built and running with Qt 5.9.x (Official packages still on Qt 5.6.x)
* owncloudcmd: Don't start if connection or auth fails #5692
* Overlays: Consider also the "shared by me" as shared (#4788)
* Overlays: Fix different case paths not matching (#5257)
* Switch 3rdparty/json usage to Qt5's QJson (#5710)
* OpenSSL: Don't require directly, only via Qt
* Remove iconv dependency, use Qt for file system locale encoding/decoding (emoji filename support on macOS)
* Linux Overlay Icons: fix branded nemo and caja shell integration (#5966)
* csync: Switch build from C to C++
* csync: Refactor a lot to use common data structures to save memory and memory copying
* csync: Switch some data structures to Qt data structures
* Http credentials: Fix behavior for bad password #5989
* Credentials: Use per-account keychain entries #5830
* Compliation: Enable DEP & ASLR on Windows
* SyncJournalDB: Fall back to DELETE journal mode if WAL mode does not seem to work (#5723)
* Compilation: Remove Qt 4 code
* Quota: PropagateUpload: Model of remote quota, avoid some uploads #5537
* Wizard: Handle url-shortener redirects #5954
version 2.3.3 (2017-08-29)
* Chunking NG: Don't use old chunking on new DAV endpoint (#5855)