Release 1.8.3 June 23th 2015

  • Fix a bug in the Windows Installer that could crash explorer (#3320)
  • Reduce 'Connection closed' errors (#3318, #3313, #3298)
  • Ignores: Force a remote discovery after ignore list change (#3172)
  • Shibboleth: Avoid crash by letting the webview use its own QNAM (#3359)
  • System Ignores: Removed *.tmp from system ignore again. If a user wants to ignore *.tmp, it needs to be added to the user ignore list.
Download: Windows | Mac | Linux | Sources (PGP signature)

Release 1.8.2 (retracted) June 8th 2015

  • Improve reporting of server error messages (#3220)
  • Discovery: Ignore folders with any 503 (#3113)
  • Wizard: Show server error message if possible (#3220)
  • QNAM: Fix handling of mitm cert changes (#3283)
  • Win32: Installer translations added (#3277)
  • Win32: Allow concurrent OEM (un-)installers (#3272)
  • Win32: Make Setup/Update Mutex theme-unique (#3272)
  • HTTP: Add the branding name to the UserAgent string
  • ConnectonValidator: Always run with new credentials (#3266)
  • Recall Feature: Admins can trigger an upload of a file from client to server again (#3246)
  • Propagator: Add 'Content-Length: 0' header to MKCOL request (#3256)
  • Switch on checksum verification through branding or config
  • Add ability for checksum verification of up and download
  • Fix opening external links for some labels (#3135)
  • AccountState: Run only a single validator, allow error message overriding (#3236, #3153)
  • SyncJournalDB: Minor fixes and simplificatons
  • SyncEngine: Force re-read of folder Etags for upgrades from 1.8.0 and 1.8.1
  • Propagator: Limit length of temporary file name (#2789)
  • ShareDialog: Password ui fixes (#3189)
  • Fix startup hang by removing QSettings lock file (#3175)
  • Wizard: Allow SSL cert dialog to show twice (#3168)
  • ProtocolWidget: Fix rename message (#3210)
  • Discovery: Test better, treat invalid hrefs as error (#3176)
  • Propagator: Overwrite local data only if unchanged (#3156)
  • ShareDialog: Improve error reporting for share API fails
  • OSX Updater: Only allow updates only if in /Applications (#2931)
  • Wizard: Fix lock icon (#1447)
  • Fix compilation with GCC 5
  • Treat any 503 error as temporary (#3113)
  • Work around for the Qt PUT corruption bug (#2425)
  • OSX Shell integration: Optimizations
  • Windows Shell integration: Optimizations

Release 1.8.1 May 7th 2015

  • Make "operation canceled" error a soft error
  • Do not throw an error for files that are scheduled to be removed, but can not be found on the server. (#2919)
  • Windows: Reset QNAM to proper function after hibernation. (#2899, #2895, #2973)
  • Fix argument verification of --confdir (#2453)
  • Fix a crash when accessing a dangling UploadDevice pointer (#2984)
  • Add-folder wizard: Make sure there is a scrollbar if folder names are too long (#2962)
  • Add-folder Wizard: Select the newly created folder
  • Activity: Correctly restore column sizes (#3005)
  • SSL Button: do not crash on empty certificate chain
  • SSL Button: Make menu creation lazy (#3007, #2990)
  • Lookup system proxy async to avoid hangs (#2993, #2802)
  • ShareDialog: Some GUI refinements
  • ShareDialog: On creation of a share always retrieve the share. This makes sure that if a default expiration date is set this is reflected in the dialog. (#2889)
  • ShareDialog: Only show share dialog if we are connected.
  • HttpCreds: Fill pw dialog with previous password. (#2848, #2879)
  • HttpCreds: Delete password from old location. (#2186)
  • Do not store Session Cookies in the client cookie storage
  • CookieJar: Don't accidentally overwrite cookies. (#2808)
  • ProtocolWidget: Always add seconds to the DateTime locale. (#2535)
  • Updater: Give context as to which app is about to be updated (#3040)
  • Windows: Add version information for owncloud.exe. This should help us know what version or build number a crash report was generated with.
  • Fix a crash on shutdown in ~SocketApi (#3057)
  • SyncEngine: Show more timing measurements (#3064)
  • Discovery: Add warning if returned etag is 0
  • Fix a crash caused by an invalid DiscoveryDirectoryResult::iterator (#3051)
  • Sync: Fix sync of deletions during 503. (#2894)
  • Handle redirect of auth request. (#3082)
  • Discovery: Fix parsing of broken XML replies, which fixes local file disappearing (#3102)
  • Migration: Silently restore files that were deleted locally by bug (#3102)
  • Sort folder sizes SelectiveSyncTreeView numerically (#3112)
  • Sync: PropagateDownload: Read the mtime from the file system after writing it (#3103)
  • Sync: Propagate download: Fix restoring files for which the conflict file exists (#3106)
  • Use identical User Agents and version for csync and the Qt parts
  • Prevent another crash in ~SocketApi (#3118)
  • Windows: Fix rename of finished file (#3073)
  • AccountWizard: Fix auth error handling (#3155)
  • Documentation fixes
  • Infrastructure/build fixes
  • Win32/OS X: Apply patch from OpenSSL to handle oudated intermediates gracefully (#3087)
Download: Windows | Mac | Linux | Sources (PGP signature)

Release 1.8.0 Mar 17th 2015

  • Mac OS: HIDPI support
  • Support Sharing from desktop: Added a share dialog that can be opened by context menu in the file managers (Win, Mac, Nautilus). It supports public links with password enforcement
  • Enhanced usage of parallel HTTP requests for ownCloud 8 servers
  • Renamed github repository from mirall to client.
  • Mac OS: Use native notification support
  • Selective Sync: allow to enforce selective sync in brandings.
  • Added ability to build on Windows utilizing MingGW
  • SQLite database fixes if running on FAT filesystems
  • Improved detection of changing files to upload from local
  • Preparations for the multi-account feature
  • Fixed experience for Window manager without system tray
  • Build with Qt 5.4
  • Dropped libneon dependency if Qt 5.4 is available
  • Keep files open very short, that avoid lock problems on Windows especially with office software but also others.
  • Merged some NetBSD patches
  • Selective sync support for owncloudcmd
  • Reorganize the source repository
  • Prepared direct download
  • Added Crashreporter feature to be switched on on demand
  • A huge amount of bug fixes in all areas of the client.
  • almost 700 commits since 1.7.1
Download: Windows | Mac | Linux | Sources (PGP signature)

Release 1.7.1 Dec 18th 2014

  • Documentation fixes and updates
  • Nautilus Python plugin fixed for Python 3
  • GUI wording fixes plus improved log messages
  • Fix hiding of the database files in the sync directories
  • Compare http download size with the header value to avoid broken downloads, bug #2528
  • Avoid initial ETag fetch job at startup, which is not needed.
  • Add chunk size http header to PUT requests
  • Fixed deteteCookie method of our CookieJar, fix for Shibboleth
  • Added fallback for distros where XDG_RUNTIME_DIR is undefined
  • Fix the setup wizard, bug #1989, #2264
  • Fix scheduling of ETag check jobs, bug #2553
  • Fix to avoid syncing more than one folder at a time, bug #2407
  • Use fife minutes timeout for all network jobs
  • Cleanup for Folderwizard wording
  • Improve journal check: Remove corrupted journal files, bug #2547
  • Fix item count in progress dialog for deletes, bug #1132
  • Display correct file count on deletion (#1132)
  • Fix reinitializing the folder using the wizard in certain cases (#2606)
  • Mac OS: Fixed branding of the pkg file
  • Mac OS: Fix display of overlay icons in certain situations (#1132)
  • Mac OS: Use a bundled version of OpenSSL (#764, #2600, #2510)
  • Win32: improved filesystem watcher
  • Win32: Improve threading with shell integration
  • Win32: Upgraded to OpenSSL 1.0.1j
  • Win32: Improve reliability of Installer, fix removal of Shell Extensions
Download: Windows | Mac | Sources (PGP signature)

Release 1.7.0 Nov 7th 2014

  • oC7 Sharing: Handle new sharing options of ownCloud 7 correctly.
  • Added Selective sync: Ability to unselect server folders which are
  • excluded from syncing, plus GUI and setup GUI
  • Improved local change detection: consider file size, detect files
  • with ongoing changes and do not upload immediately
  • Improved HTTP request timeout handler: all successful requests reset the timeout counter
  • Improvements for syncing command line tool: netrc support, improved SSL support, non interactive mode
  • Added a socket based API to provide file management shells with status information about the sync status of files. That is a prerequisite for the overlay icons in the file managers.
  • Permission system: ownCloud 7 delivers file and folder permissions, added ability to deal with it for shared folders and more.
  • Ignore handling: Do not recurse into ignored or excluded directories
  • Major sync journal database improvements for more stability and performance
  • New library interface to sqlite3
  • Improve "resync handling" if errors occur
  • Blacklist improvements
  • Improved logging: more useful meta info, removed noise
  • Updated to latest Qt5 versions on Windows and OS X
  • OS X: Sparkle update to provide pkg format properly
  • OS X: Change distribution format from dmg to pkg with new installer.
  • Win: Fix handling of filenames with trailing dot or space
Download: Windows | Mac | Sources (PGP signature)

Release 1.6.4 Oct 23th 2014

  • Fix startup logic, fixes bug #1989
  • Fix raise dialog on X11
  • Win32: fix overflow when computing the size of file > 4GiB
  • Use a fixed function to get files modification time, the original one was broken for certain timezone issues, see core bug #9781 for details
  • Added some missing copyright headers
  • Avoid data corruption due to wrong error handling, bug #2280
  • Do improved request timeout handling to reduce the number of timed out jobs, bug #2155

Release 1.6.3 Sep 3rd 2014

  • Fixed updater on OS X
  • Fixed memory leak in SSL button that could lead to quick memory draining
  • Fixed upload problem with files >4 GB
  • MacOSX, Linux: Bring Settings window to front properly
  • Branded clients: If no configuration is detected, try to import the data from a previously configured ownCloud Server installation.

Release 1.6.2 Jul 28th 2014

  • Limit the HTTP buffer size when downloading to limit memory consumption.
  • Another small mem leak fixed in HTTP Credentials.
  • Fix local file name clash detection for MacOSX.
  • Limit maximum wait time to ten seconds in network limiting.
  • Fix data corruption while trying to resume and the server does not support it.
  • HTTP Credentials: Read password from legacy place if not found.
  • Shibboleth: Fix the waiting curser that would not disapear (#1915)
  • Limit memory usage to avoid mem wasting and crashes
  • Propagator: Fix crash when logging out during upload (#1957)
  • Propagator_qnam: Fix signal slot connection (#1963)
  • Use more elaborated way to detect that the server was reconfigured (#1948)
  • Setup Wizard: Reconfigure Server also if local path was changed (#1948)

Release 1.6.1 Jun 26th 2014

  • Fix 'precondition failed' bug with broken upload
  • Fix 'precondition failed' bug with broken upload
  • Fix openSSL problems for windows deployment
  • Fix syncing a folder with '#' in the name
  • Fix #1845: do not update parent directory etag before sub directories are removed
  • Fix reappearing directories if dirs are removed during its upload
  • Fix app version in settings dialog, General tab
  • Fix crash in FolderWizard when going offline
  • Shibboleth fixes
  • More specific error messages (file remove during upload, open local sync file)
  • Use QSet rather than QHash in SyncEngine (save memory)
  • Fix some memory leaks
  • Fix some thread race problems, ie. wait for neon thread to finish before the propagator is shut down
  • Fix a lot of issues and warnings found by Coverity
  • Fix Mac some settings dialog problems

Release 1.6.0 May 30th 2014

  • Minor GUI improvements
  • Qt5 compile issues fixed
  • Ignore sync log file in filewatcher
  • Install libocsync to private library dir and use rpath to localize
  • Fix reconnect after server disconnect
  • Fix "unknown action" display in Activity window
  • Fix memory leaks
  • Respect XDG_CONFIG_HOME environment var
  • Handle empty fileids in the journal correctly
  • Add abilility to compile libowncloudsync without GUI dependendy
  • Fix SSL error with previously-expired CAs on Windows
  • Fix incorrect folder pause state after start
  • Fix a couple of actual potential crashes
  • Improve Cookie support (e.g. for cookie-based load-balancers)
  • Introduce a general timeout of 300s for network operations
  • Improve error handling, blacklisting
  • Job-based change propagation, enables faster parallel up/downloads (right now only if no bandwidth limit is set and no proxy is used)
  • Significantly reduced CPU load when checking for local and remote changes
  • Speed up file stat code on Windows
  • Enforce Qt5 for Windows and Mac OS X builds
  • Improved owncloudcmd: SSL support, documentation
  • Added advanced logging of operations (file .???.log in sync directory)
  • Avoid creating a temporary copy of the sync database (.ctmp)
  • Enable support for TLS 1.2 negotiation on platforms that use Qt 5.2 or later
  • Forward server exception messages to client error messages
  • Mac OS X: Support Notification Center in OS X 10.8+
  • Mac OS X: Use native settings dialog
  • Mac OS X: Fix UI inconsistencies on Mavericks
  • Shibboleth: Warn if authenticating with a different user
  • Remove vio abstraction in csync
  • Avoid data loss when a client file system is not case sensitive

Release 1.5.4 April 11th 2014

  • Fix security issue on Windows and Mac OS X. No functional changes

Release 1.5.3 March 10th 2014

  • Fix usage of proxies after first sync run (#1502, #1524, #1459, #1521)
  • Do not wipe the credentials from config for reconnect (#1499, #1503)
  • Do not erase the full account config if an old version of the client stored the password (related to above)
  • Fix layout of the network tab (fixes #1491)
  • Handle authentication requests by a Shibboleth IdP
  • Shibboleth: If no connection is available, don't open the login window
  • [Packaging] Debian/Ubuntu: ship sync-exclude.lst
  • [Packaging] Fix issues with access to gnome keychain in Fedora and RHEL6
  • [Packaging] Ensure all sub packages get updated
  • [Packaging] Fix incorrect path in desktop file (RHEL6/CentOS6)

Release 1.5.2 February 26th 2014

  • Fix behavior when attempting to rename Shared folder
  • Fix potential endless sync loops on Mac OS (#1463)
  • Fix potential crash when pausing during update phase (#1442)
  • Fix handing of shared directories
  • Fix online state handling (#1441, #1459)
  • Fix potential crash in c_iconv on Mac OS
  • Fix certificate chain display in SSLButton
  • Fix sporadicly appearing multiple auth prompts on sign-in
  • Show correct state icon in Account Settings right away
  • Re-fetch content that gets deleted from read only shared directories
  • Do not store the password in the config file, erase existing ones (#1469)
  • Shibboleth: Close browser window after login
  • Shibboleth: Proper invalidation if timeout during sync
  • Shibboleth: Do not pop up IdP login immediately when modifying account
  • Shibboleth: Avoid auth on restart by storing cookies in the wallet
  • Fix license headers

Release 1.5.1 February 14th 2014

Please note that for the time being csync and mirall/ownCloud Client (oCC) are going to be released together for now. In the future, separated releases will be possible.

  • Added an auto updater that updates the client if a more recent version was found automatically (Windows, Mac OS X)
  • Added a button to the account dialog that gives information about the encryption layer used for communication, plus a certificate information widget
  • Preserve the permission settings of local files rather than setting them to a default (Bug #820)
  • Handle windows lnk files correctly (Bug #1307)
  • Detect removes and renames in read only shares and restore the gone away files. (Bug #1386)
  • Fixes sign in/sign out and password dialog. (Bug #1353)
  • Fixed error messages (Bug #1394)
  • Lots of fixes for building with Qt5
  • Changes to network limits are now also applied during a sync run
  • Fixed mem leak after via valgrind on Mac
  • Imported the ocsync library into miralls repository. Adopted all build systems and packaging to that.
  • Introduce a new linux packaging scheme following the debian upstream scheme
  • Use a refactored Linux file system watcher based on inotify, incl. unit tests
  • Wizard: Gracefully fall back to HTTP if HTTPS connection fails, issuing a warning
  • Fixed translation misses in the propagator
  • Fixes in proxy configuration
  • Fixes in sync journal handling
  • Fix the upload progress if the local source is still changing when the upload begins.
  • Add proxy support to owncloud commandline client
  • NSIS fixes
  • A lot of other fixes and minor improvements
  • Improve Qt5 compatability

Release 1.5.0 December 12th 2013

This is a bugfix release with fixes for the 1.5 line. Update is recommended.

Mirall/ownCloud Client, version 1.5.0

csync 0.91.4 required
  • New owncloud propagator that skips the vio abstraction layer
  • Add owncloudcmd to replace the ocsync command line tool
  • Localize Windows installer
  • Allow to sign in and out
  • Ask for password if missing
  • Introduce activity view
  • Introduce black list for files which could not be synced
  • Enabling accessibility by shipping accessibility enables on OS X (#736)
  • Toggle Settings window when clicking on systray icon on Win and KDE (#896)
  • FolderWizard: Sanitize error detection (#1201)
  • Set proper enable state of blacklist button after the dialog was opened
  • Set proper tooltips in blacklist
  • Translatable error messages for file errors
  • Add man page for owncloudcmd (#1234)
  • Don't close setup wizard when the initial sync run is started
  • Close the sync journal if a folder gets removed (#1252)
  • Activity: Avoid horizontal scrollbar (#1213)
  • Fix crash (#1229)
  • Resize wizard appropriately (#1130)
  • Fix account identity test (#1231)
  • Maintain the file type correctly
  • Display rename-target in sync protocol action column
  • Let recursive removal also remove the top dir
  • If item is a directory, remove its contents from the database as well (#1257)
  • Install headers for owncloudsync library
  • Fix opening the explorer with a selected file in Windows (#1249)
  • Add build number into versioning scheme
  • Windows: Fix rename of temporary files
  • Windows: Fix move file operation

ocsync, version 0.91.4, ownCloud release

  • Fix progress bar on win32
  • Fix network rate limiting on win32
  • Do not check for etag during failing requests
  • Start quota timer only after the predecessor returned
  • Remove tmp files in case of certain download problems
  • Some valgrind fixes
  • Theming fix: button behaviour
  • Fix a case where a sync loop could happen.
  • Multi-linguar installer
  • Fix handling of quotes in etags written by older ownClouds
  • Fix errno handling in update phase
  • Make csync compile on FreeBSD
  • Minor cleanups.
  • have translatable error message for indiv. file errors.
  • Use uint64_t for inode on win32 to fix a type glitch.
  • Add test that directrories are properly moved.
  • Handle symlinks correctly.
  • Do not longer recurse into ignored directories in update phase.
  • Added proper symlink detection for win32 platform.
  • Close database correctly to fix a potential crash (mirall#1229)
  • Handle invalid inodes correctly.
  • Use lstat rather than stat to detect symlinks correctly. (core#6146)
  • fix ascii to int conversion for large numbers.
  • add support for file ids, needed to detect server side moves.
  • removed unused code, ie. database writing code that went to mirall.
  • add functions to query the database by fileid.
  • add functions to read fileids from PUT replies.
  • add server side move detection.
  • enhanced test scripts
  • Remove ne_sock_init and ne_sock_exit from owncloud module (mirall#1115)
  • Renamed 'md5' to 'etag' in code identifiers to avoid confusion.
  • add new state EVAL_RENAME
  • link the owncloud module directly rather than dl-loading it.
  • add a content type header 'application/octet-stream' to PUTs.
  • remove -gzip from etag header if its there. (mirall#1195)
  • Many minor fixes, refactorings and improvements.

Mirall/ownCloud Client, version 1.4.2

csync 0.90.4 required
  • Do not show the warning icon in the tray (#944)
  • Fix manual proxy support when switching (#1016)
  • Add folder column to detailed sync protocol (#1037)
  • Fix possible endless loop in inotify (#1041)
  • Do not elide the progress text (#1049)
  • Fix high CPU load (#1073)
  • Reconnect if network is unavailable after startup (#1080)
  • Ensure paused folder stays paused when syncing with more than one folder (#1083)
  • Don't show desktop notification when the user doesn't want to (#1093)
  • System tray: Avoid quick flickering up of the ok-icon for the sync prepare state
  • Progress: Do not show progress if nothing is transmitted
  • Progress: Show number of deletes.
  • Fix pause/resume behaviour (#1105)

ocsync, version 0.90.4, ownCloud release

  • Disable comparison of local inode values for the win32 platform, workaround for bug #779
  • Count renamed and deleted files for progress information.
  • Do not reset csync internal error state in helper funcs and do not overwrite error messages.
    That fixes error reporting to the client.
  • Disable check on inodes on all platforms as inodes are not reliable.
  • Fix resuming after user aborting the sync process.
  • Enabled HBF debugging permanently.

Release 1.4.1 September 26th 2013

This is a bugfix release with fixes for the 1.4 line. Update is recommended.

Mirall/ownCloud Client, version 1.4.1

csync 0.90.2 required
  • Fixed app name for ownCloud.
  • Translation and documentation fixes.
  • Fixed error display in settings/status dialog, displays multi line error messages now correctly.
  • Wait up to 30 secs before complaining about missing systray Fixes bug #949
  • Fixed utf8 issues with basic auth authentication, fixes bug #941
  • Fixed remote folder selector, avoid recursive syncing, fixes bug #962
  • Handle and display network problems at startup correctly.
  • Enable and disable the folder watcher during syncs correctly.
  • Fix setting of thread priority.
  • Fixed file size display.
  • Fixed various folder wizard issues, bug #992
  • Made "Sync started" message optional, fixes bug #934
  • Fixed shutdown, avoid crashed config on win32, fixes bug #945
  • Pop up config wizard if no server url is configured, fixes bug #1018
  • Settings: calculate sidebar width dynamically, fixes bug #1020
  • Fixed a crash if sync folders were removed, fixes bug #713
  • Do proper resync after network disconnect, fixes bug #1007
  • Various minor code fixes

ocsync, version 0.90.2, ownCloud release

  • Disable comparison of local inode values for the win32 platform, workaround for bug #779
  • detect if server does not send an etag after an upload completed.
  • fix crash in case of network timeout, reported as https://github.com/owncloud/mirall/issues/1010
  • compile and cmake fixes for win32
  • fixed behaviour of csync_exclude
  • documentation and spelling fixes.

Release 1.4.0 September 4th 2013

This release massively improves user feedback, adds several settings and fixes bugs. Update is recommended.

Mirall/ownCloud Client, version 1.4.0

csync 0.90.0 required
  • New Scheduler: Only sync when there are actual changes in the server
  • Add a Settings Dialog, move Proxy Settings there
  • Transform folder Status Dialog into Account Settings, provide feedback via context menu
  • Add Bandwidth Control
  • Add a visual storage/quota indicator (context menu and account settings)
  • Add progress indication (context menu and account settings)
  • Introduce a sync history, persisting results across syncs
  • Move ability to switch to mono icons from a switch to a Settings option
  • Add "Launch on System Startup" GUI option
  • Add "Show Desktop Nofications" GUI option (enabled by default)
  • top optionally disable sync notifications
  • Add Help item, pointing to online reference
  • Implement graphical selection of remote folders in FolderWizard
  • Allow custom ignore patterns
  • Add an editor for ingore patterns
  • ALlow to flag certain ignore patterns as discardable
  • Ensure to ship with all valid translations
  • Progress Dialog now preserves the last syncned items across sync runs
  • Split Setup Wizard into multiple pages again
  • Implement "--logfile -" to log to stdout
  • Add preliminary support for Shibboleth authentication
  • Linux: Provide more icon sizes
  • Linux: Do not trigger notifier on ignored files
  • Windows: Reduce priority of CSync thread
  • Documentation: Prem. updates to reflect UI changes
  • Significant code refactorings
  • Require Qt 4.7
  • Known issue: Under certain conditions, a file will only get uploaded after up to five minutes

ocsync, version 0.90.0, ownCloud release

  • Added API to get progress information from csync.
  • Added c_rename function to csync std.
  • Fix: Do renames of files before any puts.
  • Improved database integrity checks.
  • Improvements of database writing efficiendy.
  • Fix: stat file on win32 even if its opened by application.
  • httpbf: configurable block size and threshold.
  • Many fixes found by a Coverity check.
  • Fix: use correct stat struct on all platforms
  • Fix: download resuming.
  • ownCloud module: Bandwith limitation added.
  • Added ability to remove ignored files automatically.
  • Fix: Use int64_t and friends
  • Fix: Removed all compile warnings.
  • Left excluded files and links in csync's tree to be able to show.
  • them to the user.
  • Add OC-Total-Length header for better quota handling.
  • Report inbetween progress

Release 1.3.0 June 25th 2013

This Release introduces big file handling and resuming and introduces significant improvements and fixes. Update is recommended

Mirall/ownCloud Client, version 1.3.0

csync 0.80.0 required
  • Default proxy port to 8080
  • Don't lose proxy settings when changing passwords
  • Support SOCKS5 proxy (useful in combination with ssh -D)
  • Propagate proxy changes to csync at runtime
  • Improve proxy wizard
  • Display proxy errors
  • Solved problems with lock files
  • Warn if for some reason all files are scheduled for removal on either side
  • Avoid infinite loop if authentication fails in certain cases
  • Fix reading the password from the config in certain cases
  • Do not crash when configured sync target disappears
  • Make --help work on windows
  • Make sync feedback less ambiguous.
  • Fix icon tray tooltip sometimes showing repeated content
  • More use of native directory separators on Windows
  • Remove journal when reusing a directory that used to have a journal before
  • Visual clean up of status dialog items
  • Wizard: When changing the URL or user name, allow the user to push his data to the new location or wipe the folder and start from scratch
  • Wizard: Make setting a custom folder as a sync target work again
  • Fix application icon
  • User-Agent now contains "Mozilla/5.0" and the Platform name (for firewall/proxy compat)
  • Server side directory moves will be detected
  • New setup wizard, defaulting to root syncing (only for new setups)
  • Improved thread stop/termination

csync, version 0.80.0, ownCloud release

  • Big file chunking (e.g. up/download of big files should now be no problem anymore)
  • Resuming (download of big files will resume)
  • Fix false conflicts when database is corrupt/missing
  • Fix false conflicts when file is locked
  • Put legitimate conflict files only on client side
  • Fix unreliable sync after push_file failed
  • Fix rename due to inode cast error
  • Make chunking work on nginx setups or through nginx proxies
  • Improve error reporting in csync_update
  • Clean progress database on csync_commit
  • Fix issues detected by Coverity
  • Fix conflict file appearing when a file cannot be stated
  • Do not shadow server errors by not downloading files that have failed to download in the past

Release 1.2.5 April 23rd 2013

This is another bugfix release for the 1.2 line, coming with important bug fixes. Update is recommended.

Mirall/ownCloud Client, version 1.2.5

csync 0.70.7 required.
  • [Fixes] NSIS installer fixes.
  • [Fixes] Fix crash race by making certificateChain() thread safe.
  • [Fixes] Build with older CMake versions (CentOS/RHEL 6).
  • [Fixes] Wording in GUI
  • [Fixes] Silently ignore "installed = true" status.php
  • Set log verbosity before calling csync_init.
  • GUI feedback for the statistics copy action.
  • Safer approach for detecting duplicate sync runs.

csync, version 0.70.7, ownCloud release

  • [Fixes] Resource exhaustion
  • Better logging of statedb-related errors

Known Problems

  • The about dialog displays ocsync version 0.70.6.
    That is wrong, actually the version is 0.70.7 as required, only the display is wrong.

Release 1.2.4 April 11th 2013

This is another bugfix release for the 1.2 line, coming with important bug fixes. Update is recommended.

Mirall/ownCloud Client, version 1.2.4

csync 0.70.6 required.
  • [Fixes] Clarify string in folder wizard
  • [Fixes] Fixed some valgrind warnings
  • [Fixes] Ensure that only one sync thread can ever run
  • [Fixes] Fix default config storage path
  • [Fixes] Skip folders with no absolute path
  • [Fixes] Allow setting the configuration directory on command line

csync, version 0.70.6, ownCloud release

  • [Fixes] Try to avoid to upload incomplete files
  • [Fixes] Increase read timeout to 300 seconds
  • [Fixes] Handle IGNORE status correctly
  • [Fixes] Set path and phash for ignored files
  • [Fixes] Fix some issues discovered by Coverity
  • [Fixes] Make sure to never allow empty pathes in rmdir
  • [Fixes] Fix a crash caused by superfluous free() calls

Release 1.2.3 April 2nd 2013

This is an immediate update superseeding 1.2.2

Mirall/ownCloud Client, version 1.2.3

csync 0.70.5 required.
  • [Fixes] Unbreak self-signed certificate handling

Release 1.2.2

Released April, 2, 2013

This is another bugfix release for the 1.2 line, coming with important bug fixes. Update is recommended.

Mirall/ownCloud Client, version 1.2.2

csync 0.70.5 required.
  • [Fixes] Do not crash when local file tree contains symlinks.
  • [Fixes] Correctly handle locked files on Windows.
  • [Fixes] Display errors in all members of the SSL chain.
  • [Fixes] Enable Accessibility features on Windows.
  • [Fixes] Make setupFavLink work properly on Mac OS.
  • [Fixes] Ignore temporary files created by MS Office.
  • [Gui] Support Nautilus in setupFavLink.

csync, version 0.70.5, ownCloud release

  • [Fixes] detect 'wrong' conflict files on client side.
  • [Fixes] Give context to module to enable logging (cmd client).
  • [Fixes] Fix version table contents.
  • [Fixes] Fix handling of non statable files on Win32.
  • [Fixes] Fix renames on clientside on read only shares.
  • [Fixes] Various small fixes and improvements.

Release 1.2.1 February 26th 2013

This is a bugfix release for the 1.2 line

Mirall/ownCloud Client, version 1.2.1

csync 0.70.4 required.
  • [Fixes] Leave configured folders on configuration changes.
  • [Fixes] Do not allow to finish the setup dialog if connection can't be established.
  • [Fixes] Better handling of credentials in setup dialog.
  • [Fixes] Do not leak fd's to /dev/null when using gnutls.
  • [Fixes] Stop sync scheduling when configuration wizard starts.
  • [Fixes] Clear pending network requests when stepping back in config wizard.
  • [Fixes] User password dialog asynchronous issues.
  • [Fixes] Make folderman starting and stoping the scheduling.
  • [Fixes] Various minor fixes and cleanups.
  • [Fixes] Crash on pausing sync.
  • [Fixes] Stale lock file after pausing sync.
  • [App] Load translations from app dir or bundle as well.
  • [Platform] Build fixes and simplifications, ie. build only one lib.
  • [Platform] Added some getter/setters for configuration values.
  • [Platform] Added man pages.
  • [Platform] Simplified/fixed credential store usage and custom configs.
  • [Platform] Added soname version to libowncloudsync.
  • [Platform] Pull in Qt translations.
  • [Gui] Make sync result popups less annoyingq.
  • [Gui] Fix for result popup.

csync, version 0.70.4, ownCloud release

  • [Win32] Ship with up-to-date openssl version to fix SSL problems we saw.
  • [Fixes] Fix crash during mkdir.
  • [Fixes] Added workaround for problem that server sometimes does not respond properly to PROPFIND (mirall#285)
  • [Fixes] Fix handling of deletion of non empty or locked directories.
  • [Fixes] Fixed some potential memory leaks.
  • [Fixes] Files with filenames with unix extensions are ignored now.

Release 1.2.0 January 24th 2013

This is a feature release.

Mirall/ownCloud Client, version 1.2.0

csync 0.70.3 required.
  • [GUI] New status dialog to show a detailed list of synced files.
  • [GUI] New tray notifications about synced files.
  • [GUI] New platform specific icon set.
  • [App] Using cross platform QtKeychain library to store credentials crypted.
  • [App] Use cross platform notification for changes in the local file system rather than regular poll.
  • [Fixes] Improved SSL Certificate handling and SSL fixes troughout syncing.
  • [Fixes] Fixed proxy authentication.
  • [Fixes] Allow brackets in folder name alias.
  • [Fixes] Lots of other minor fixes.
  • [Platform] cmake fixes.
  • [Platform] Improved, more detailed error reporting.

csync, version 0.70.3, ownCloud release

  • [Platform] Improved module parameter system.
  • [Platform] New logging framework. Dropped log4c dependency.
  • [Platform] New API to provide sync progress information.
  • [Fixes] More efficiency for the ownCloud plugin through less HTTP requests to the server.
  • [Fixes] ownCloud plugin: Improved upload performance.
  • [Fixes] Improved error reporting to mirall.
  • [Fixes] ownCloud plugin: Improved interpretation of HTTP error codes.
  • [Fixes] ownCloud plugin: Do not abort on errors with individual files any more.
  • [Fixes] ownCloud plugin: Use renamed session cookie correctly.
  • [Fixes] Lots of other minor fixes.
  • [MacOSX] Use libneon with proper big file support.
  • [Win32] Use libneon with openSSL support now.

Release 1.1.4 December 19th 2012

This is a bugfix release for the 1.1.x line that fixes two significant bugs.

  • No changes to mirall/ownCloud Client source.
  • [Fixes] csync: Fix encoding issues on MacOSX clients, now the client sends normalized unicode on that platform.
  • [Fixes] csync: The client does a more sophisticated handling of server error states which avoids data clearing in some cases.

Known Problems

  • Files > 2GB size can cause problems.

Release 1.1.3 November 30th 2012

This is a urgent bugfix release for 1.1.2 that fixes two potential crashes.

  • No changes to mirall/ownCloud Client source.
  • [Fixes] csync: Fix neon resource waste (oc-920)
  • [Fixes] csync: Fix a crash in error handling code path (github #123)

Known Problems

  • Mac OSX: Filenames and Directories with composited characters can cause up/download problems.
  • Syncing of Shared Folders still has issues.
  • Files > 2GB size can cause problems.

Release 1.1.2 November 26th 2012

This is a bugfix and improvement release which solves some severe bugs in the 1.1.1 release.

Mirall/ownCloud Client, version 1.1.2

csync 0.60.2 required.
  • [Fixes] Allow to properly cancel the password dialog.
  • [Fixes] Share folder name correctly percent encoded with old Qt 4.6 builds ie. Debian.
  • [Fixes] If local sync dir is not existing, create it.
  • [Fixes] lots of other minor fixes.
  • [GUI] Display error messages in status dialog.
  • [GUI] GUI fixes for the connection wizard.
  • [GUI] Show username for connection in statusdialog.
  • [GUI] Show intro wizard on new connection setup.
  • [APP] Use CredentialStore to better support various credential backends.
  • [APP] Handle missing local folder more robustly: Create it if missing instead of ignoring.
  • [APP] Simplify treewalk code.
  • [Platform] Fix Mac building.
  • [Fixes] csync: Improved cross platform testing and building capabilities
  • [Fixes] csync: Moved journal database to sync directory.
  • [Fixes] csync: More memory cleanups and renaming to ocsync issues.
  • [Fixes] csync: Fixed Daylight Saving Time time issue on Win32.
  • [Fixes] csync: Fixed inode querie for directories on Win32.
  • [Fixes] csync: Stricter error checks on HTTP replies from server.
  • [Fixes] csync: Detect looping in mkdirs to fix sharing.

Known Problems

  • Mac OSX: Filenames and Directories with composited characters can cause up/download problems.

Release 1.1.1 October 18th 2012

Mirall/ownCloud Client, version 1.1.1

csync 0.60.1 required.

This is a bugfix and improvement release which resolves issues that have been found after the initial 1.1.0 release

  • [GUI] Allow changing folder name in single folder mode
  • [GUI] Windows: Add license to installer
  • [GUI] owncloud --logwindow will bring up the log window in an already running instance
  • [Fixes] Make sure SSL errors are always handled
  • [Fixes] Allow special characters in folder alias
  • [Fixes] Proper workaround for Menu bug in Ubuntu
  • [Fixes] csync: Fix improper memory cleanup which could cause memory leaks and crashes
  • [Fixes] csync: Fix memory leak
  • [Fixes] csync: Allow single quote (') in file names
  • [Fixes] csync: Remove stray temporary files

Release 1.1.0 October 10th 2012

Mirall/ownCloud Client, version 1.1.0

csync 0.60.0 required.

This is a big feature release for the sync engine ownCloud client is using. It switches to a new, server based uniq Id based approach.

  • [GUI] Added an about dialog
  • [GUI] Improved themeing capabilities of the client.
  • [GUI] Minor fixes in folder assistant.
  • [GUI] Reworked tray context menu.
  • [GUI] Users can now sync the server root folder.
  • [Fixes] Proxy support: now supports Proxy Auto-Configuration (PAC) on Windows, reliability fixes across all OSes.
  • [Fixes] Url entry field in setup assistant handles http/https correctly.
  • [Fixes] Button enable state in status dialog.
  • [Fixes] Crash fixed on ending the client, tray icon related.
  • [Fixes] Crash through wrong delete operator.
  • [MacOS] behave correctly on retina displays.
  • [MacOS] fix focus policy
  • [MacOS] Packaging improvements.
  • [MacOS] Packaging improvements.
  • [Platform] Windows: Setup closes client prior to uninstall.
  • [Platform] Windows: ownCloud gets added to autorun by default.
  • [Platform] insert correct version info from cmake.
  • [Platform] csync conf file and database were moved to the users app data directory, away from the .csync dir.
  • Renamed exclude.lst to sync-exclude.lst and moved it to /etc/appName()/ for more clean packaging. From the user path, still exclude.lst is read if sync-exclude.lst is not existing.
  • Placed custom.ini with customization options to /etc/appName()

csync, version 0.60.0, ownCloud release

The csync ownCloud of ownCloud saw significant changes to support the Id based syncing.
Until these changes appear in csync upstream the ownCloud maintained csync package is renamed to ocsync to avoid conflicts with the upstream version.

  • simplification of pac based proxy support.
  • Renamed ownCloud version of csync to ocsync for ownCloud.
  • Migration paths for csync database and config.
  • Fixed that exclude patterns are also tested on files basenames.
  • Fixed return type for query function if no database exists.
  • many minor code cleanups and fixes
  • Fixed crash by removing a bogus free.
  • More useful logging.
  • ownCloud: Maintain the http session by handling the HTTP Cookie.
  • Fixed strncpy handling (mkdir on windows problem).
  • extend database with columns uniq id and type.
  • Use server maintained uniq IDs for update detection instead of mtimes.
  • Maintain uniq IDs in local database.
  • Handle change propagation through the file tree locally and remote.
  • Added module to build a file tree from the local database (dbtree.c).
  • Added methods to query IDs from the server and maintain it locally.

Release 1.0.5 August 14th 2012

Mirall/ownCloud Client, version 1.0.5

csync 0.50.8 required (no change over 1.0.4).

This is a pure bugfix release for release 1.0.4. Update is recommended.

  • [Fixes] Really configure https if the checkbox is activated in setup wizard.

Release 1.0.4 August 10th 2012

csync, version 0.50.8, ownCloud release

This is a feature and bugfix release.

  • Inode equivalent support for Win32 platforms to support rename.
  • ownCloud supports propagates renames from local to webdav MOVE.
  • ownCloud module works with proxy, settings from mirall.
  • improved CMake modules (openSSL)
  • Fixed namespace for lastmodified propset.
  • Added cmocka based tests for ownCloud module.
  • Added a config_test.h config header file.
  • Fix link handling: Ignore symlinks.
  • Modules can now report their capabilities to csync core.
  • A lot of minor fixes and improvements.

Mirall/ownCloud Client, version 1.0.4

csync 0.50.8 required.
  • [APP] ownCloud is now a single instance app, can not start twice any more.
  • [APP] Proxy support.
  • [APP] Handle HTTP redirection correctly, note new url.
  • [APP] More relaxed handling of read only directories in the sync paths.
  • [APP] Started to split off a library with sync functionality, eg for KDE.
  • [APP] Make ownCloud Info class a singleton, more robust.
  • [GUI] New, simplified connection wizard.
  • [GUI] Added ability for customized theming.
  • [GUI] Improved icon size handling.
  • [GUI] Removed Log Window Button, log available through command line.
  • [GUI] Proxy configuration dialog added.
  • [GUI] Added Translations to languages Slovenian, Polish, Catalan, Portuguese (Brazil), German, Greek, Spanish, Czech, Italian, Slovak, French, Russian, Japanese, Swedish, Portuguese (Portugal) all with translation rate >90%.
  • [Fixes] Loading of self signed certs into Networkmanager (#oc-843)
  • [Fixes] Win32: Handle SSL dll loading correctly.
  • [Fixes] Many other small fixes and improvements

Known Problems


    Release 1.0.3 June 22nd 2012

    csync, version 0.50.7, ownCloud release

    This is a bugfix and improvement release fixing again encoding issues and streamlining the ownCloud syncing.

    • Added ability to log to a callback to let an application catch the log output for a log file or window.
    • Added push to remote without pushing to temp file first which decreases the number of requests per sync file.
    • Fixed file copy function to use wide character (win32).
    • Fixed loading of statedb if user has special char (win32).

    Mirall/ownCloud Client, version 1.0.3

    csync 0.50.7 required.
    • [GUI] Added a log window which catches the logging if required and allows to save for information.
    • [CMI] Added options --help, --logfile and --logflush
    • [APP] Allow to specify sync frequency in the config file.
    • [Fixes] Do not use csync database files from a sync before.
    • [Fixes] In Connection wizard, write the final config onyl if the user really accepted. Also remove the former database.
    • [Fixes] Allow special characters in the sync directory names.
    • [Fixes] Win32: Fixed directory removal with special character dirs.
    • [Fixes] MacOS: Do not flood the system log any more.
    • [Fixes] MacOS: Put app translations to correct places.
    • [Fixes] Win32: Fix loading of csync state db.
    • [Fixes] Improved some english grammar.
    • [Platform] Added krazy2 static code checks.

    Known Problems

    • MacOS log lacks the information of the dynamic loaded csync owncloud module.
    • The log window drags down the client if its open for long. Better use the --logfile option to catch full logs.

    Release 1.0.2 May 18th 2012

    csync, version 0.50.6, ownCloud release

    This release is a bugfix release and fixes encoding problems of file and directory names happening cross platform, in particular windows.

    • Fixed: Directories with 'strange' characters broke sync. (oC bug #613)
    • Fixed: Special characters in Windows did not sync correctly. (oC bug #478)
    • Make neon handling redirects properly.
    • Switch logging off on Apple to not fill the syslog. (oC bug #622)

    Mirall/ownCloud Client, version 1.0.2

    csync 0.50.6 required. This version comes with the first iteration of a new icon set for the ownCloud desktop client and comes with a bunch of bug fixes.
    • [GUI] New icon set for ownCloud client.
    • [GUI] No splashscreen any more.(oC Bug #498)
    • [GUI] Russian translation added.
    • [GUI] Added 'open ownCloud' to traymenu
    • [GUI] "Pause" and "Resume" instead of Enable/Disable.
    • [Fixes] Long running syncs can be interrupted now.
    • [Fixes] Dialogs comes to front on click.
    • [Fixes] Open local sync folder from tray and status for win32.
    • [Fixes] Load exclude.lst correctly on MacOSX.

    Known Problems

    none so far.

    Release 1.0.1 April 24th 2012

    csync, version 0.50.5, ownCloud release:

    This release reflects our efforts to further improve the platform support of csync and oCC - this release brings us a big step nearer to a MacOSX release in addition to Linux and Windows. Moreover, in the csync library we improved the error detection and reporting to be able to give the user correct error messages through oCC and avoid unpleasant wrong error message situations.
    • removed arpg lib dependency
    • simplified and fixed CMake files
    • MacOS porting efforts
    • more granular error reports
    • fixed thread savity with error reporting

    Mirall/ownCloud Client, version 1.0.1

    csync 0.50.5 required. With this release we deliver the barely missed SSL support to the users, along with a long line of bugfixes and improvements. SSL support was added, together with a decent certificate warning dialog to warn users about not trusted SSL connections and certificates. The password is not longer stored in clear text, yet its still not securely encrypted (which seems not to be possible at all). For those who put security over convenience we added the option to not store the password at all, but enter at startup. Bugfixes in the following areas also went in: Expect a more robust startup of the app, with more detailed and correct error messages. The sync status display does now display the status faster and and scheduling was fixed. Also work was done to provide oCC on the MacOSX palatform. The cmake based build system was improved to also create mac dmg packages. Yet to release. Finally translations were fixed for the Windows platform. Currently German and English are provided. Detailed list:
    • [Security] Support SSL Connections
    • [Security] SSL Warning dialog
    • [Security] Do not store password in clear text anymore
    • [Security] Restrict credentials to the configured host
    • [Security] Added ability to forbid local password storage.
    • [Fixes] Various fixes of the startup behaviour.
    • [Fixes] Various fixes in sync status display
    • [GUI] Various error messages for user display improved.
    • [GUI] fixed terms and Translations
    • [GUI] fixed translation loading
    • [Intern] Migrate old credentials to new format
    • [Intern] Some code refactorings, got rid of rotten QWebDav lib
    • [Intern] lots of cmake cleanups
    • [Intern] Backport to Qt Version 4.6 for compat. with older distros.
    • [Platform] MacOSX porting efforts
    • [Platform] MacOSX Bundle creation added
    • [Platform] Enabled translations on Windows.

    Known Problems

    • After the installation on Windows, ownCloud client directly started from the installation program fails to sync. After a restart everything works fine.
    • Folders containing special characters in the filename cause problems on the windows platforms.

    Release 1.0.0 April 3rd 2012

    First release working on Linux and Windows platforms.