ChangeLog 60 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240
  1. 2.5 Series ChangeLog
  2. ====================
  3. version 2.5.3 (release 2019-07-22)
  4. * Fix empty file wording in error log (small)
  5. * Add Qt-5.12 to CI
  6. * Fix a minor typo
  7. * Libcloudproviders: Add missing check for Qt5DBus
  8. * Fix several memory leaks in cloudproviders and add translation support
  9. * Share link fixing
  10. * New drone config
  11. * Uses configuraion to determine if it should show empty folder popup.
  12. * Simplify cmake command to make copy-pastable
  13. * Updated default remote poll to 5 seconds #1115
  14. * Fix memory leak with device pointer
  15. * Added a nice UI for the E2E-enabled account first connect
  16. * This should fix issue #1000
  17. * Adds parameter to retrieve shares with its reshares.
  18. * Fixed typo
  19. * Fixed typo in "certificate"
  20. * WebView: Properly handle usernames with spaces and plus signs in it
  21. * Add error category for http file lock error status 423.
  22. * Displays the uid_owner of a shared file.
  23. * Minor text change in the link to help in the tab 'General'.
  24. version 2.5.2 (release 2019-04-11)
  25. * Handle spaces in username properly in login flow
  26. * Wizard: show an error message if there is no enough free space in the local folder
  27. * Removed whitespace from string
  28. * Do not add double slash to login flow url
  29. * Fix login flow with system proxy
  30. * Start with easier theming
  31. * Do not display dismissed notifications
  32. * Fixed l18n issue. Added space for separating string
  33. * Add invalid certiticate messagebox
  34. * Correct app passwords link
  35. * Be less verbose with logging
  36. * Fix typo in translation string
  37. * Add a command line option to launch the client in the background
  38. * Support Ubuntu Disco Dingo
  39. * Added missing Include
  40. * Make sure _profile and _page are deleted in the correct order
  41. * Fix KDEInstallDirs deprecation warnings
  42. * Removed Stylesheet
  43. version 2.5.1 (release 2019-01-06)
  44. * Fixup the port in server notification URLs
  45. * GUI: let Clang-Tidy modernize nullptr & override usage
  46. * Improve the slide show
  47. * Libsync: let Clang-Tidy modernize nullptr & override usage
  48. * SettingsDialog: fix a little glitch in the account tool button size
  49. * SettingsDialog: tweak color aware icons
  50. * More verbose error and proper app name on configuration read error
  51. * Fix cmake build using WITH_PROVIDERS=OFF
  52. * Debian/Ubuntu target repository update
  53. * Change man page names and contents for nextcloud
  54. * Share dialog alignment
  55. * Fixed typo
  56. * Change link to docs for NC 15
  57. * Do not fetch activities if they are not enabled
  58. * Do not read system exclude list if user exclude is present
  59. * Fix the activity loop
  60. * Write the actual folder to the log
  61. * Fix appname for Nautilus integration script
  62. version 2.5.0 (release 2018-11-14)
  63. * End to end encryption
  64. * New Web login flow
  65. * UI improvements: Notifications
  66. * UI improvements: refactoring of Activities
  67. * SyncJournal: Clear etag filter before sync
  68. * Partial local discovery: Fix scheduling logic
  69. * Sync hidden files by default
  70. * Larger Windows App Icon
  71. * Show a tray message when a folder watcher becomes unreliable #6119
  72. * Create symlinks for the small-letter application icon file names
  73. * In setup wizard put link to nextcloud installation
  74. * Web view scales vertically
  75. * Add a WebFlowCredentialsAccessManager
  76. * Mac Application Icon
  77. * Ensure GETFileJob notices finishing #6581
  78. * OAuth2: Try to refresh the token even if the credentials weren't ready.
  79. * Tray workarounds #6545
  80. * UpdateInfo: Remove unused code
  81. * OAuth: Remove the timeout
  82. * TestOAuth: Don't have global static QObject
  83. * Log: Adjust update/reconcile log verbosity
  84. * Reconcile: When detecting a local move, keep the local mtime
  85. * Wizard enhancement
  86. * FolderMan::checkPathValidityForNewFolder: make sure to work when fold…
  87. * Update: Report on readdir() errors #6610
  88. * Use encode()/decode() with Python 3 only
  89. * Sqlite: Update bundled version to 3.24.0
  90. * Do not require server replies to contain an mtime
  91. * Settings: Attempt to fix rename issue on old macOS
  92. * Support higher resolution theme icons
  93. * OAuth: Fix infinite loop when the refresh token is expired
  94. * Windows: Don't ignore files with FILE_ATTRIBUTE_TEMPORARY
  95. * Data-Fingerprint: Fix backup detection when fingerprint is empty
  96. * Nautilus: Fix GET_MENU_ITEMS with utf8 filenames #6643
  97. * Windows: Release handle/fd when file open fails #6699
  98. * SettingsDialog: Show the page for the newly created account
  99. * Updates submodule qtmacgoodies.
  100. * Fixes #665 Adds slot for confirmShare button.
  101. * Rename INSTALL to INSTALL.md for Preview :)
  102. * Add cmake temporary stuff
  103. * Inform user that configuration is not writable
  104. * Uses QByteArray to store private key.
  105. * Fix cmake command for linux in README too
  106. * Build fix: remove an unused QtSvg/QSvgRenderer include
  107. * Qtkeychain: 0.8.0 -> 0.9.1
  108. * Setup wizard: implement an animated and interactive slide show
  109. * Theming for general settings ui
  110. * Make the "Add Folder Sync Connection" button act like a button
  111. * Allow to use the login flow with a self signed certificate
  112. * Fix warning in ShareUserGroupWidget
  113. * Copy over config file to new location on windows
  114. * Update to translate strings
  115. * Migrate http auth to webflow
  116. * Margins
  117. * Qt 5.5 compatibility patch for Xenial
  118. * Fix cmake build of documentation
  119. * Use Nextcloud
  120. * Update isntaller background for OSX
  121. * Fix ActivityWidget palette
  122. * SettingsDialog: disable unnecessary wrapping for the about label
  123. * Added default scheme when server returns just a host
  124. * Removed explicit initialization; Fixed RAND_bytes not found
  125. * Actually open the activity view on a click for more info
  126. * Use a format that supports alpha channels for avatars
  127. * L10n. Added space for correct grammar.
  128. 2.4 Series ChangeLog
  129. ====================
  130. version 2.4.1 (2017-02-xx)
  131. * Ignore files with file names that can't be encoded for the filesystem (#6287, #5676, #5719)
  132. * Issues: Speed up insertion and add hard upper limit (#6272)
  133. * Notifications: Fix "Dismiss" action
  134. * Notifications: Fix timer invocation on macOS
  135. * Notifications: Immediately poll when account online
  136. * Protocol: Remove entries for auto resolved conflicts (#6316)
  137. * owncloudcmd: Set proxy before capabilities call (#6281)
  138. * owncloudcmd: Do not do the capability call when --nonshib is passed
  139. * Avatars: Use old location for servers <10 (#6279)
  140. * Link shares: Change default share name (#6298)
  141. * Nautilus integration: Work with python2 and python3
  142. * HTTP2: Only allow with Qt 5.9.4 (#6285)
  143. * Crash fixes
  144. version 2.4.0 (2017-12-21)
  145. * If you're using 2.4.0 alpha1, please upgrade as previous alphas/rcs had an issue with hidden files and renames!
  146. * OAuth2 authentication support by opening external browser (#5668)
  147. * Shibboleth: Change to use OAuth2 if supported (#6198)
  148. * Sharing: Add support for multiple public link shares (#5655)
  149. * Sharing: Add option to copy/email private links (#5023, #5627)
  150. * Sharing: Add option "show file listing" (#5837)
  151. * Sharing: Show warning that links are public (#5747)
  152. * Sharing: Sharing dialog redesign: multiple share links support (#5695)
  153. * Sharing: Make "can edit" partially checked sometimes (#5642)
  154. * Sharing: Trigger a sync for folder affected by a change of sharing (#6098)
  155. * Wizard: Never propose an existing folder for syncing (#5597)
  156. * Wizard: Don't show last page anymore, go to settings directly (#5726)
  157. * Wizard: Handle url-shortener redirects (#5954)
  158. * Wizard: Resolve url/ redirects only if url/status.php not found (#5954)
  159. * Wizard: Add explanation text when server error is shown (#6157)
  160. * Wizard: Update the window size on high dpi screen (#6156)
  161. * Wizard: Don't report confusing error message (#6116)
  162. * Gui: Display the user server avatar (#5482)
  163. * Gui: Use display name of user, not internal name
  164. * Server URL: Update configuration in case of permanent redirection (#5972)
  165. * Gui: Allow to add multiple sync folder connection of the same folder (#6032)
  166. * Tray Menu: More detailed status messages
  167. * Tray Menu: Shibboleth: raise the browser when clicking on the tray (#6105)
  168. * Activity: Link errors from the account tab, allow filtering by account/folder (#5861)
  169. * Activity: Present conflicts more prominently (#5894)
  170. * Activity: Allow sorting the columns in issues and protocol tabs (#6093, #6086)
  171. * Selective Sync: Open sub folder context menu (#5596)
  172. * Selective Sync: Skip excluded folders when reading db (#5772)
  173. * Selective Sync: Remove local files of unselected folder despite other modified files (#5783)
  174. * Excludes: Remove .htaccess form list of excluded files (#5701)
  175. * Excludes: Hardcode desktop.ini
  176. * Excludes: Allow escaping "#" (#6012)
  177. * Excludes: Use faster matching via QRegularExpression (#6063)
  178. * Discovery: Increase the MAX_DEPTH and show deep folders as ignored (#1067)
  179. * Discovery: General speed improvements
  180. * Downloads: Remove empty temporary if disk space full (#5746)
  181. * Downloads: Read Content-MD5 header for object store setups
  182. * Checksums: Add global disable environment variable (#5017)
  183. * Quota: PropagateUpload: Model of remote quota, avoid some uploads (#5537)
  184. * Create favorite also in folder wizard (#455)
  185. * Windows: Use the application icon for the Windows 8 sidebar favorite (#2446, #5690)
  186. * macOS: Finder sidebar icon (#296)
  187. * Overlay Icons: Consider also the "shared by me" as shared (#4788)
  188. * Overlay Icons: Update right after sharing (#6115)
  189. * Overlay Icons: Fix different case paths not matching (#5257)
  190. * Overlay Icons: Detect changes in the shared flag (#6098)
  191. * Windows Overlay Icons: Potential hang fixes
  192. * Linux Overlay Icons: fix branded nemo and caja shell integration (#5966)
  193. * Credentials: Fix behavior for bad password (#5989)
  194. * Credentials: Don't create empty client cert keychain entries (#5752)
  195. * Credentials: Namespace windows cred keys (#6125)
  196. * Credentials: Use per-account keychain entries (#5830, #6126)
  197. * AccountSettings: Triggering log in re-ask about previously rejected certificates (#5819)
  198. * owncloudcmd: Added bandwidth limit parameter (#5707)
  199. * owncloudcmd: Fix timestamps, Fix --logdebug
  200. * AccountSettings: Sync with clean discovery on Ctrl-F6 (#5666)
  201. * Sync: Dynamic sizing of chunks in chunked uploads for improved big file upload performance (#5852)
  202. * Sync: Introduce overall errors that are not tied to a file (#5746)
  203. * Sync: Better messaging for 507 Insufficient Storage (#5537)
  204. * Sync: Create conflicts by comparing the hash of files with identical mtime/size (#5589)
  205. * Sync: Avoid downloads by comparing the hash of files with identical mtime/size (#6153)
  206. * Sync: Upload conflict files if OWNCLOUD_UPLOAD_CONFLICT_FILES environment variable is set (#6038)
  207. * Sync: Blacklist: Don't let errors become warnings (#5516)
  208. * Sync: Check etag again after active sync (#4116)
  209. * Sync: Rename handling fixes: duplicate file ids (#6096, #6212)
  210. * Sync: Rename handling fixes: File size must be equal
  211. * Sync: Rename handling: Fix duplicate files on abort/resume sync (#5949)
  212. * Sync: Add capability for invalid filename regexes (#6092)
  213. * SyncJournalDB: Fall back to DELETE journal mode if WAL mode does not seem to work (#5723)
  214. * SyncJournalDB: Don't crash if the db file is readonly (#6050)
  215. * SyncJournalDB: DB close error is not fatal
  216. * Fix at least one memory leak
  217. * Documentation improvements
  218. * Logging improvements (With Qt logging categories) (#5671)
  219. * Logging filtering per account (#5672)
  220. * Crash fixes
  221. * Test improvements
  222. * Small UI layout fixes
  223. * Performance improvements
  224. * Maintenance Mode: Detect maintenance mode (#4485)
  225. * Maintenance Mode: Add a 1 to 5 min reconnection delay (#5872)
  226. * HTTP: Send a unique X-Request-ID with each request (#5853)
  227. * HTTP: Support HTTP2 when built and running with Qt 5.9.x (Official packages still on Qt 5.6.x) (#5659)
  228. * owncloudcmd: Don't start if connection or auth fails (#5692)
  229. * csync: Switch build from C to C++ (#6033)
  230. * csync: Refactor a lot to use common data structures to save memory and memory copying
  231. * csync: Switch some data structures to Qt data structures
  232. * csync: Switch to using upper layer SyncJournalDB (#6087)
  233. * Switch 3rdparty/json usage to Qt5's QJson (#5710)
  234. * OpenSSL: Don't require directly, only via Qt (#5833)
  235. * Remove iconv dependency, use Qt for file system locale encoding/decoding (emoji filename support on macOS) (#5875)
  236. * Compilation: Remove Qt 4 code (#6025, #5702, #5505)
  237. * Harmonize source code style with clang-format (#5732)
  238. * Switch over to Qt 5 function pointer signal/slot syntax (#6041)
  239. * Compile with stack-smashing protection
  240. * Updater: Rudimentary support for beta channel (#6048)
  241. 2.3 Series ChangeLog
  242. ====================
  243. version 2.3.4 (2017-11-02)
  244. * Checksums: Use addData function to avoid endless loop CPU load issues with Office files
  245. * Packaging: Require ZLIB
  246. version 2.3.3 (2017-08-29)
  247. * Chunking NG: Don't use old chunking on new DAV endpoint (#5855)
  248. * Selective Sync: Skip excluded folders when reading DB, don't let them show errors (#5772)
  249. * Settings: Make window bigger so Qt version is always visible (#5760)
  250. * Share links: Show warning that public link shares are public (#5786)
  251. * Downloads: Re-trigger folder discovery on HTTP 404 (#5799)
  252. * Overlay Icons: Fix potential hangs on Windows
  253. * SyncJournalDB: Don't use ._ as filename pattern if that does not work because of SMB storage settings (#5844)
  254. * SyncJournalDB: Log reason for sqlite3 opening errors
  255. * Notifications: Proapgate "Dismiss" button action to server (#5922)
  256. * Switch Linux build also to Qt 5.6.2 (#5470)
  257. * Stopped maintaining Qt 4 buildability
  258. version 2.3.2 (2017-05-08)
  259. * Fix more crashes (thanks to everyone submitting to our crash reporter!)
  260. * Improve compatibility with server 10.0 (#5691, X-OC-Total-Size)
  261. * Share dialog: UI improvements, Bring to front on tray click
  262. * owncloudcmd: Align process return value with sync return value (#3936)
  263. * Fix disk free check on Windows when opening the local DB
  264. version 2.3.1 (2017-03-21)
  265. * Fix several crashes (thanks to everyone submitting to our crash reporter!)
  266. * Improve HTTP redirect handling (#5555)
  267. * Blacklist: Escalate repeated soft error to normal error (#5500)
  268. * NTFS: Do not attempt to upload two existing files with similar casing (#5544)
  269. * Fix URL for linking to application password generation for ownCloud 10.0 (#5605)
  270. version 2.3.0 (2017-03-03)
  271. * Decreased memory usage during sync
  272. * Overlay icons: Lower CPU usage
  273. * Allow to not sync the server's external storages by default
  274. * Switch Windows and OS X build to Qt 5.6.2
  275. * Switch to new ownCloud server WebDAV endpoint
  276. * Chunking NG: New file upload chunking algorithmn for ownCloud server 9.2
  277. * Allow to sync a folder to multiple different servers (Filename change from .csync_journal.db to _sync_$HASH.db)
  278. * Conflicts: Use the local mtime for the conflict file name (#5273)
  279. * "Sync now" menu item
  280. * SSL Client certificate support improved (Show UI, Store keys in keychain)
  281. * Propagator: Upload more small files in parallel
  282. * Sync Engine: Read data-fingerprint property to detect backups (#2325)
  283. * GUI: Show link to ceate an app password/token for syncing
  284. * Share dialog: Add 'Mail link' button
  285. * Caja file manager plugin
  286. * Make "backup detected" message to not trigger in wrong cases
  287. * SyncEngine: Fix renaming of folder when file are changed (#5192)
  288. * Fix reconnect bug if status.php intermittently returns wrong data (#5188)
  289. * Improve sync scheduling (#5317)
  290. * Overlay icons: Improvements in correctnes
  291. * Tray menu: Only update on demand to fix Linux desktop integration glitches
  292. * Progress: Better time/bandwidth estimations
  293. * Network: Follow certain HTTP redirects (#2791)
  294. * Network: Remove all cookies (including load balancers etc) when logging out
  295. * Discovery thread: Low priority
  296. * owncloudsync.log: Write during propagation
  297. * Better error message for files with trailing spaces on Windows
  298. * Excludes: Consider files in hidden folders excluded (#5163)
  299. * Allow sync directory to be a symlinked directory
  300. * Add manifest file on Windows to make the application UAC aware
  301. * macOS: Improve monochrome tray icons
  302. * Shibboleth bugfixes
  303. * Fixes with regards to low disk space
  304. * A ton of other bugfixes
  305. * Refactorings
  306. * Improved documentation
  307. * Crash fixes
  308. 2.2 Series ChangeLog
  309. ====================
  310. version 2.2.4 (release 2016-09-27)
  311. * Dolphin Plugin: Use the Application name for the socket path (#5172)
  312. * SyncEngine: Fix renaming of folder when file are changed (#5195)
  313. * Selective Sync: Fix HTTP request loop and show error in view (#5154)
  314. * ConnectionValidator: properly handle error in status.php request (#5188)
  315. * Discovery: Set thread priority to low (#5017)
  316. * ExcludeFiles: Fix when the folder casing is not the same in the settings and in the FS
  317. * ShareLink: Ensure the password line edit is enabled (#5117)
  318. version 2.2.3 (release 2016-08-08)
  319. * SyncEngine: Fix detection of backup (#5104)
  320. * Fix bug with overriding URL in config (#5016)
  321. * Sharing: Fix bug with file names containing percent encodes (#5042, #5043)
  322. * Sharing: Permissions for federated shares on servers >=9.1 (#4996, #5001)
  323. * Overlays: Fix issues with file name casing on OS X and Windows
  324. * Windows: Skip symlinks and junctions again (#5019)
  325. * Only accept notification API Capability if endpoint is OCS-enabled (#5034)
  326. * Fix windows HiDPI (#4994)
  327. * SocketAPI: Use different pipe name to avoid unusual delay (#4977)
  328. * Tray: Add minimal mode as workaround and testing tool for Linux issues (#4985, #4990)
  329. * owncloudcmd: Fix --exclude regression #4979
  330. * Small memleak: Use the full file stat destructors (#4992)
  331. * Fix small QAction memleak (#5008)
  332. * Fix crash on shutting down during propagation (#4979)
  333. * Decrease memory usage during sync #4979
  334. * Setup csync logging earlier to get all log output (#4991)
  335. * Enable Shibboleth debug view with OWNCLOUD_SHIBBOLETH_DEBUG env
  336. version 2.2.2 (release 2016-06-21)
  337. * Excludes: Don't redundantly add the same exclude files (memleak) (#4967, #4988)
  338. * Excludes: Only log if the pattern was really logged. (#4989)
  339. version 2.2.1 (release 2016-06-06)
  340. * Fix out of memory error when too many uploads happen (#4611)
  341. * Fix display errors in progress display (#4803 #4856)
  342. * LockWatcher: Remember to upload files after they become unlocked (#4865)
  343. * Fix overlay icons for files with umlauts (#4884)
  344. * Certs: Re-ask for different cert after rejection (#4898, #4911)
  345. * Progress: Don't count items without propagation jobs (#4856, #4910)
  346. * Utility: Fix for the translation of minutes, second (#4855)
  347. * SyncEngine: invalid the blacklist entry when the rename destination change
  348. version 2.2.0 (release 2016-05-12)
  349. * Overlay icons: Refactoring - mainly for performance improvements
  350. * Improved error handling with Sync Journal on USB storages (#4632)
  351. * Sharing Completion: Improved UI of completion in sharing from desktop. (#3737)
  352. * Show server notifications on the client (#3733)
  353. * Improved Speed with small files by dynamic parallel request count (#4529)
  354. * LockWatcher: Make sure to sync files after apps released exclusive locks on Windows.
  355. * Improved handling of Win32 file locks and network files
  356. * Workaround Ubuntu 16.04 tray icon bug (#4693)
  357. * Removed the Alias field from the folder definition (#4695)
  358. * Improved netrc parser (#4691)
  359. * Improved user notifications about ignored files and conflicts (#4761, #3222)
  360. * Add warnings for old server versions (#4523)
  361. * Enable tranportation checksums if the server supports based on server capabilities (#3735)
  362. * Default Chunk-size changed to 10MB (#4354)
  363. * Documentation Improvements, ie. about overlay icons
  364. * Translation fixes
  365. * Countless other bugfixes
  366. * Update of QtKeyChain to support Windows credential store
  367. * Packaging of dolphin overlay icon module for bleeding edge distros
  368. 2.1 Series ChangeLog
  369. ====================
  370. version 2.1.1 (release 2016-02-10)
  371. * UI improvements for HiDPI screens, error messages, RTL languages
  372. * Fix occurences of "Connection Closed" when a new unauthenticated TCP socket is used
  373. * Fix undeliberate WiFi scanning done by Qt Network classes
  374. * Several fixes/improvements to the sharing dialog
  375. * Several fixes/improvements to the server activity tab
  376. * Create the directory when using --confdir and it does not exist
  377. * Windows Overlay icons: Fix DLL and icon oddities
  378. * Mac Overlay icons: Don't install legacy Finder plugin on >= 10.10
  379. * Linux Overlay icons: Nemo plugin
  380. * Overlay icons: Fix several wrong icon state computations
  381. * Allow changeable upload chunk size in owncloud.cfg
  382. * Crash fixes on account deletion
  383. * Forget password on explicit sign-out
  384. * OS X: Fix the file system watcher ignoring unicode paths (#4424)
  385. * Windows Installer: Update to NSIS 2.50, fixes possible DLL injection
  386. * Sync Engine: .lnk files
  387. * Sync Engine: symlinked syn directories
  388. * Sync Engine: Windows: Fix deleting and replacing of read-only files (#4308, #4277)
  389. * Sync Engine: Fixes for files becoming directories and vice versa (#4302)
  390. * Misc other fixes/improvements
  391. version 2.1 (release 2015-12-03)
  392. * GUI: Added a display of server activities
  393. * GUI: Added a separate view for not synced items, ignores, errors
  394. * GUI: Improved upload/download progress UI (#3403, #3569)
  395. * Allowed sharing with ownCloud internal users and groups from Desktop
  396. * Changed files starting in .* to be considered hidden on all platforms (#4023)
  397. * Reflect read-only permissions in filesystem (#3244)
  398. * Blacklist: Clear on successful chunk upload (#3934)
  399. * Improved reconnecting after network change/disconnect (#4167 #3969 ...)
  400. * Improved performance in Windows file system discovery
  401. * Removed libneon-based propagator. As a consequence, The client can no
  402. * longer provide bandwith limiting on Linux-distributions where it is
  403. * using Qt < 5.4
  404. * Performance improvements in the logging functions
  405. * Ensured that local disk space problems are handled gracefully (#2939)
  406. * Improved handling of checksums: transport validation, db (#3735)
  407. * For *eml-files don't reupload if size and checksum are unchanged (#3235)
  408. * Ensured 403 reply code is handled properly (File Firewall) (#3490)
  409. * Reduced number of PROPFIND requests to server(#3964)
  410. * GUI: Added Account toolbox widget to keep account actions (#4139)
  411. * Tray Menu: Added fixes for Recent Activity menu (#4093, #3969)
  412. * FolderMan: Fixed infinite wait on pause (#4093)
  413. * Renamed env variables to include unit (#2939)
  414. * FolderStatusModel: Attempt to detect removed undecided files (#3612)
  415. * SyncEngine: Don't whipe the white list if the sync was aborted (#4018)
  416. * Quota: Handle special negative value for the quota (#3940)
  417. * State app name in update notification (#4020)
  418. * PropagateUpload: Fixed double-emission of finished (#3844)
  419. * GUI: Ensured folder names which are excluded from sync can be clicked
  420. * Shell Integration: Dolphin support, requires KF 5.16 and KDE Application 15.12
  421. * FolderStatusModel: Ensured reset also if a folder was renamed (#4011)
  422. * GUI: Fixed accessiblity of remaing items in full settings toolbar (#3795)
  423. * Introduced the term "folder sync connection" in more places (#3757)
  424. * AccountSettings: Don't disable pause when offline (#4010)
  425. * Fixed handling of hidden files (#3980)
  426. * Handle download errors while resuming as soft errors (#4000)
  427. * SocketAPI: Ensured that the command isn't trimmed (#3297)
  428. * Shutdown socket API before removing the db (#3824)
  429. * GUI: Made "Keep" default in the delete-all dialog (#3824)
  430. * owncloudcmd: Introduced return code 0 for --version and --help
  431. * owncloudcmd: Added --max-sync-retries (#4037)
  432. * owncloudcmd: Don't do a check that file are older than 2s (#4160)
  433. * Fixed getting size for selective sync (#3986)
  434. * Re-added close button in the settings window (#3713)
  435. * Added abililty to handle storage limitations gracefully (#3736)
  436. * Organized patches to our base Qt version into admin/qt/patches
  437. * Plus: A lot of unmentioned improvements and fixes
  438. 2.0 Series ChangeLog
  439. ====================
  440. version 2.0.2 (release 2015-10-21)
  441. * csync_file_stat_s: Save a bit of memory
  442. * Shibboleth: Add our base user agent to WebKit
  443. * SelectiveSync: Increase folder list timeout to 60
  444. * Propagation: Try another sync on 423 Locked (#3387)
  445. * Propagation: Make 423 Locked a soft error (#3387)
  446. * Propagation: Reset upload blacklist if a chunk succeeds
  447. * Application: Fix crash on early shutdown (#3898)
  448. * Linux: Don't show settings dialog always when launched twice (#3273, #3771, #3485)
  449. * win32 vio: Add the OPEN_REPARSE_POINTS flag to the CreateFileW call. (#3813)
  450. * AccountSettings: only expand root elements on single click.
  451. * AccountSettings: Do not allow to expand the folder list when disconnected.
  452. * Use application SHORT name for the name of the MacOSX pkg file (ownBrander).
  453. * FolderMan: Fix for removing a syncing folder (#3843)
  454. * ConnectionMethodDialog: Don't be insecure on close (#3863)
  455. * Updater: Ensure folders are not removed (#3747)
  456. * Folder settings: Ensure path is cleaned (#3811)
  457. * Propagator: Simplify sub job finished counting (#3844)
  458. * Share dialog: Hide settings dialog before showing (#3783)
  459. * UI: Only expand 1 level in folder list (#3585)
  460. * UI: Allow folder expanding from button click (#3585)
  461. * UI: Expand folder treeview on single click (#3585)
  462. * GUI: Change tray menu order (#3657)
  463. * GUI: Replace term "sign in" with "Log in" and friends.
  464. * SetupPage: Fix crash caused by uninitialized Account object.
  465. * Use a themable WebDAV path all over.
  466. * Units: Back to the "usual" mix units (JEDEC standard).
  467. * csync io: Full UNC path support on Win (#3748)
  468. * Tray: Don't use the tray workaround with the KDE theme (#3706, #3765)
  469. * ShareDialog: Fix folder display (#3659)
  470. * AccountSettings: Restore from legacy only once (#3565)
  471. * SSL Certificate Error Dialog: show account name (#3729)
  472. * Tray notification: Don't show a message about modified folder (#3613)
  473. * PropagateLocalRemove: remove entries from the DB even if there was an error.
  474. * Settings UI improvements (eg. #3713, #3721, #3619 and others)
  475. * Folder: Do not create the sync folder if it does not exist (#3692)
  476. * Shell integration: don't show share menu item for top level folders
  477. * Tray: Hide while modifying menus (#3656, #3672)
  478. * AddFolder: Improve remote path selection error handling (#3573)
  479. * csync_update: Use excluded_traversal() to improve performance (#3638)
  480. * csync_excluded: Add fast _traversal() function (#3638)
  481. * csync_exclude: Speed up significantly (#3638)
  482. * AccountSettings: Adjust quota info design (#3644, #3651)
  483. * Adjust buttons on remove folder/account questions (#3654)
  484. version 2.0.1 (release 2015-09-01)
  485. * AccountWizard: fix when the theme specify a override URL (#3699)
  486. version 2.0.0 (release 2015-08-25)
  487. * Add support for multiple accounts (#3084)
  488. * Do not sync down new big folders from server without users consent (#3148)
  489. * Integrate Selective Sync into the default UI
  490. * OS X: Support native finder integration for 10.10 Yosemite (#2340)
  491. * Fix situation where client would not reconnect after timeout (#2321)
  492. * Use SI units for the file sizes
  493. * Improve progress reporting during sync (better estimations, show all files, show all bandwidth)
  494. * Windows: Support paths >255 characters (#57) by using Windows API instead of POSIX API
  495. * Windows, OS X: Allow to not sync hidden files (#2086)
  496. * OS X: Show file name in UI if file has invalid UTF-8 in file name
  497. * Sharing: Make use of Capability API (#3439)
  498. * Sharing: Do not allow sharing the root folder (#3495)
  499. * Sharing: Show thumbnail
  500. * Client Updater: Check for updates periodically, not only once per run (#3044)
  501. * Windows: Remove misleading option to remove sync data (#3461)
  502. * Windows: Do not provoke AD account locking if password changes (#2186)
  503. * Windows: Fix installer when installing unprivileged (#2616, #2568)
  504. * Quota: Only refresh from server when UI is shown
  505. * SSL Button: Show more information
  506. * owncloudcmd: Fix --httpproxy (#3465)
  507. * System proxy: Ask user for credentials if needed
  508. * Several fixes and performance improvements in the sync engine
  509. * Network: Try to use SSL session tickets/identifiers. Check the SSL button to see if they are used.
  510. * Bandwidth Throttling: Provide automatic limit setting for downloads (#3084)
  511. * Systray: Workaround for issue with Qt 5.5.0 #3656
  512. 1.8 Series ChangeLog
  513. ====================
  514. version 1.8.4 (release 2015-07-13)
  515. * Release to ship a security release of openSSL. No source changes of the ownCloud Client code.
  516. version 1.8.3 (release 2015-06-23)
  517. * Fix a bug in the Windows Installer that could crash explorer (#3320)
  518. * Reduce 'Connection closed' errors (#3318, #3313, #3298)
  519. * Ignores: Force a remote discovery after ignore list change (#3172)
  520. * Shibboleth: Avoid crash by letting the webview use its own QNAM (#3359)
  521. * System Ignores: Removed *.tmp from system ignore again. If a user
  522. * wants to ignore *.tmp, it needs to be added to the user ignore list.
  523. version 1.8.2 (release 2015-06-08)
  524. * Improve reporting of server error messages (#3220)
  525. * Discovery: Ignore folders with any 503 (#3113)
  526. * Wizard: Show server error message if possible (#3220)
  527. * QNAM: Fix handling of mitm cert changes (#3283)
  528. * Win32: Installer translations added (#3277)
  529. * Win32: Allow concurrent OEM (un-)installers (#3272)
  530. * Win32: Make Setup/Update Mutex theme-unique (#3272)
  531. * HTTP: Add the branding name to the UserAgent string
  532. * ConnectonValidator: Always run with new credentials (#3266)
  533. * Recall Feature: Admins can trigger an upload of a file from
  534. * client to server again (#3246)
  535. * Propagator: Add 'Content-Length: 0' header to MKCOL request (#3256)
  536. * Switch on checksum verification through branding or config
  537. * Add ability for checksum verification of up and download
  538. * Fix opening external links for some labels (#3135)
  539. * AccountState: Run only a single validator, allow error message
  540. * overriding (#3236, #3153)
  541. * SyncJournalDB: Minor fixes and simplificatons
  542. * SyncEngine: Force re-read of folder Etags for upgrades from
  543. * 1.8.0 and 1.8.1
  544. * Propagator: Limit length of temporary file name (#2789)
  545. * ShareDialog: Password ui fixes (#3189)
  546. * Fix startup hang by removing QSettings lock file (#3175)
  547. * Wizard: Allow SSL cert dialog to show twice (#3168)
  548. * ProtocolWidget: Fix rename message (#3210)
  549. * Discovery: Test better, treat invalid hrefs as error (#3176)
  550. * Propagator: Overwrite local data only if unchanged (#3156)
  551. * ShareDialog: Improve error reporting for share API fails
  552. * OSX Updater: Only allow updates only if in /Applications (#2931)
  553. * Wizard: Fix lock icon (#1447)
  554. * Fix compilation with GCC 5
  555. * Treat any 503 error as temporary (#3113)
  556. * Work around for the Qt PUT corruption bug (#2425)
  557. * OSX Shell integration: Optimizations
  558. * Windows Shell integration: Optimizations
  559. .. more than 250 commits since 1.8.1
  560. version 1.8.1 (release 2015-05-07)
  561. * Make "operation canceled" error a soft error
  562. * Do not throw an error for files that are scheduled to be removed,
  563. * but can not be found on the server. #2919
  564. * Windows: Reset QNAM to proper function after hibernation. #2899 #2895 #2973
  565. * Fix argument verification of --confdir #2453
  566. * Fix a crash when accessing a dangling UploadDevice pointer #2984
  567. * Add-folder wizard: Make sure there is a scrollbar if folder names
  568. * are too long #2962
  569. * Add-folder Wizard: Select the newly created folder
  570. * Activity: Correctly restore column sizes #3005
  571. * SSL Button: do not crash on empty certificate chain
  572. * SSL Button: Make menu creation lazy #3007 #2990
  573. * Lookup system proxy async to avoid hangs #2993 #2802
  574. * ShareDialog: Some GUI refinements
  575. * ShareDialog: On creation of a share always retrieve the share
  576. * This makes sure that if a default expiration date is set this is reflected
  577. * in the dialog. #2889
  578. * ShareDialog: Only show share dialog if we are connected.
  579. * HttpCreds: Fill pw dialog with previous password. #2848 #2879
  580. * HttpCreds: Delete password from old location. #2186
  581. * Do not store Session Cookies in the client cookie storage
  582. * CookieJar: Don't accidentally overwrite cookies. #2808
  583. * ProtocolWidget: Always add seconds to the DateTime locale. #2535
  584. * Updater: Give context as to which app is about to be updated #3040
  585. * Windows: Add version information for owncloud.exe. This should help us know
  586. * what version or build number a crash report was generated with.
  587. * Fix a crash on shutdown in ~SocketApi #3057
  588. * SyncEngine: Show more timing measurements #3064
  589. * Discovery: Add warning if returned etag is 0
  590. * Fix a crash caused by an invalid DiscoveryDirectoryResult::iterator #3051
  591. * Sync: Fix sync of deletions during 503. #2894
  592. * Handle redirect of auth request. #3082
  593. * Discovery: Fix parsing of broken XML replies, which fixes local file disappearing #3102
  594. * Migration: Silently restore files that were deleted locally by bug #3102
  595. * Sort folder sizes SelectiveSyncTreeView numerically #3112
  596. * Sync: PropagateDownload: Read the mtime from the file system after writing it #3103
  597. * Sync: Propagate download: Fix restoring files for which the conflict file exists #3106
  598. * Use identical User Agents and version for csync and the Qt parts
  599. * Prevent another crash in ~SocketApi #3118
  600. * Windows: Fix rename of finished file. #3073
  601. * AccountWizard: Fix auth error handling. #3155
  602. * Documentation fixes
  603. * Infrastructure/build fixes
  604. * Win32/OS X: Apply patch from OpenSSL to handle oudated intermediates gracefully #3087
  605. version 1.8.0 (release 2015-03-17)
  606. * Mac OS: HIDPI support
  607. * Support Sharing from desktop: Added a share dialog that can be
  608. * opened by context menu in the file managers (Win, Mac, Nautilus)
  609. * Supports public links with password enforcement
  610. * Enhanced usage of parallel HTTP requests for ownCloud 8 servers
  611. * Renamed github repository from mirall to client.
  612. * Mac OS: Use native notification support
  613. * Selective Sync: allow to enforce selective sync in brandings.
  614. * Added ability to build on Windows utilizing MingGW
  615. * SQLite database fixes if running on FAT filesystems
  616. * Improved detection of changing files to upload from local
  617. * Preparations for the multi-account feature
  618. * Fixed experience for Window manager without system tray
  619. * Build with Qt 5.4
  620. * Dropped libneon dependency if Qt 5.4 is available
  621. * Keep files open very short, that avoid lock problems on Windows
  622. * especially with office software but also others.
  623. * Merged some NetBSD patches
  624. * Selective sync support for owncloudcmd
  625. * Reorganize the source repository
  626. * Prepared direct download
  627. * Added Crashreporter feature to be switched on on demand
  628. * A huge amount of bug fixes in all areas of the client.
  629. * almost 700 commits since 1.7.1
  630. 1.7 Series ChangeLog
  631. ====================
  632. version 1.7.1 (release 2014-12-18)
  633. * Documentation fixes and updates
  634. * Nautilus Python plugin fixed for Python 3
  635. * GUI wording fixes plus improved log messages
  636. * Fix hidning of the database files in the sync directories
  637. * Compare http download size with the header value to avoid broken
  638. * downloads, bug #2528
  639. * Avoid initial ETag fetch job at startup, which is not needed.
  640. * Add chunk size http header to PUT requests
  641. * Fixed deteteCookie method of our CookieJar, fix for Shibboleth
  642. * Added fallback for distros where XDG_RUNTIME_DIR is undefined
  643. * Fix the setup wizard, bug #1989, #2264
  644. * Fix scheduling of ETag check jobs, bug #2553
  645. * Fix to avoid syncing more than one folder at a time, bug #2407
  646. * Use fife minutes timeout for all network jobs
  647. * Cleanup for Folderwizard wording
  648. * Improve journal check: Remove corrupted journal files, bug #2547
  649. * Fix item count in progress dialog for deletes, bug #1132
  650. * Display correct file count on deletion (#1132)
  651. * Fix reinitializing the folder using the wizard in certain cases (#2606)
  652. * Mac OS: Fixed branding of the pkg file
  653. * Mac OS: Fix display of overlay icons in certain situations (#1132)
  654. * Mac OS: Use a bundled version of OpenSSL (#764, #2600, #2510)
  655. * Win32: improved filesystem watcher
  656. * Win32: Improve threading with shell integration
  657. * Win32: Upgraded to OpenSSL 1.0.1j
  658. * Win32: Improve reliability of Installer, fix removal of Shell Extensions
  659. version 1.7.0 (release 2014-11-07)
  660. * oC7 Sharing: Handle new sharing options of ownCloud 7 correctly.
  661. * Added Selective sync: Ability to unselect server folders which are
  662. * excluded from syncing, plus GUI and setup GUI
  663. * Added overlay icons for Windows Explorer, Mac OS Finder and GNOME Nautilus.
  664. * Information is provided by the client via a local socket / named pipe API
  665. * which provides information about the sync status of files.
  666. * Improved local change detection: consider file size, detect files
  667. * with ongoing changes and do not upload immediately
  668. * Improved HTTP request timeout handler: all successful requests reset
  669. * the timeout counter
  670. * Improvements for syncing command line tool: netrc support, improved
  671. * SSL support, non interactive mode
  672. * Permission system: ownCloud 7 delivers file and folder permissions,
  673. * added ability to deal with it for shared folders and more.
  674. * Ignore handling: Do not recurse into ignored or excluded directories
  675. * Major sync journal database improvements for more stability and performance
  676. * New library interface to sqlite3
  677. * Improve "resync handling" if errors occur
  678. * Blacklist improvements
  679. * Improved logging: more useful meta info, removed noise
  680. * Updated to latest Qt5 versions on Windows and OS X
  681. * Fixed data loss when renaming a download temporary fails and there was
  682. * a conflict at the same time.
  683. * Fixed missing warnings about reusing a sync folder when the back button
  684. * was used in the advanced folder setup wizard.
  685. * The 'Retry Sync' button now also restarts all downloads.
  686. * Clean up temporary downloads and some extra database files when wiping a
  687. * folder.
  688. * OS X: Sparkle update to provide pkg format properly
  689. * OS X: Change distribution format from dmg to pkg with new installer.
  690. * Windows: Fix handling of filenames with trailing dot or space
  691. * Windows: Don't use the wrong way to get file mtimes in the legacy propagator.
  692. 1.6 Series ChangeLog
  693. ====================
  694. version 1.6.4 (release 2014-10-22)
  695. * Fix startup logic, fixes bug #1989
  696. * Fix raise dialog on X11
  697. * Win32: fix overflow when computing the size of file > 4GiB
  698. * Use a fixed function to get files modification time, the
  699. * original one was broken for certain timezone issues, see
  700. * core bug #9781 for details
  701. * Added some missing copyright headers
  702. * Avoid data corruption due to wrong error handling, bug #2280
  703. * Do improved request timeout handling to reduce the number of
  704. * timed out jobs, bug #2155
  705. * version 1.6.3 (release 2014-09-03)
  706. * Fixed updater on OS X
  707. * Fixed memory leak in SSL button that could lead to quick memory draining
  708. * Fixed upload problem with files >4 GB
  709. * MacOSX, Linux: Bring Settings window to front properly
  710. * Branded clients: If no configuration is detected, try to import the data
  711. * from a previously configured community edition.
  712. version 1.6.2 (release 2014-07-28 )
  713. * Limit the HTTP buffer size when downloading to limit memory consumption.
  714. * Another small mem leak fixed in HTTP Credentials.
  715. * Fix local file name clash detection for MacOSX.
  716. * Limit maximum wait time to ten seconds in network limiting.
  717. * Fix data corruption while trying to resume and the server does
  718. * not support it.
  719. * HTTP Credentials: Read password from legacy place if not found.
  720. * Shibboleth: Fix the waiting curser that would not disapear (#1915)
  721. * Limit memory usage to avoid mem wasting and crashes
  722. * Propagator: Fix crash when logging out during upload (#1957)
  723. * Propagator_qnam: Fix signal slot connection (#1963)
  724. * Use more elaborated way to detect that the server was reconfigured (#1948)
  725. * Setup Wizard: Reconfigure Server also if local path was changed (#1948)
  726. version 1.6.1 (release 2014-06-26 )
  727. * Fix 'precondition failed' bug with broken upload
  728. * Fix openSSL problems for windows deployment
  729. * Fix syncing a folder with '#' in the name
  730. * Fix #1845: do not update parent directory etag before sub
  731. * directories are removed
  732. * Fix reappearing directories if dirs are removed during its
  733. * upload
  734. * Fix app version in settings dialog, General tab
  735. * Fix crash in FolderWizard when going offline
  736. * Shibboleth fixes
  737. * More specific error messages (file remove during upload, open
  738. * local sync file)
  739. * Use QSet rather than QHash in SyncEngine (save memory)
  740. * Fix some memory leaks
  741. * Fix some thread race problems, ie. wait for neon thread to finish
  742. * before the propagator is shut down
  743. * Fix a lot of issues and warnings found by Coverity
  744. * Fix Mac some settings dialog problems
  745. version 1.6.0 (release 2014-05-30 )
  746. * Minor GUI improvements
  747. * Qt5 compile issues fixed
  748. * Ignore sync log file in filewatcher
  749. * Install libocsync to private library dir and use rpath to localize
  750. * Fix reconnect after server disconnect
  751. * Fix "unknown action" display in Activity window
  752. * Fix memory leaks
  753. * Respect XDG_CONFIG_HOME environment var
  754. * Handle empty fileids in the journal correctly
  755. * Add abilility to compile libowncloudsync without GUI dependendy
  756. * Fix SSL error with previously-expired CAs on Windows
  757. * Fix incorrect folder pause state after start
  758. * Fix a couple of actual potential crashes
  759. * Improve Cookie support (e.g. for cookie-based load-balancers)
  760. * Introduce a general timeout of 300s for network operations
  761. * Improve error handling, blacklisting
  762. * Job-based change propagation, enables faster parallel up/downloads
  763. * (right now only if no bandwidth limit is set and no proxy is used)
  764. * Significantly reduced CPU load when checking for local and remote changes
  765. * Speed up file stat code on Windows
  766. * Enforce Qt5 for Windows and Mac OS X builds
  767. * Improved owncloudcmd: SSL support, documentation
  768. * Added advanced logging of operations (file .???.log in sync
  769. * directory)
  770. * Avoid creating a temporary copy of the sync database (.ctmp)
  771. * Enable support for TLS 1.2 negotiation on platforms that use
  772. * Qt 5.2 or later
  773. * Forward server exception messages to client error messages
  774. * Mac OS X: Support Notification Center in OS X 10.8+
  775. * Mac OS X: Use native settings dialog
  776. * Mac OS X: Fix UI inconsistencies on Mavericks
  777. * Shibboleth: Warn if authenticating with a different user
  778. * Remove vio abstraction in csync
  779. * Avoid data loss when a client file system is not case sensitive
  780. 1.5 Series ChangeLog
  781. ====================
  782. version 1.5.3 (release 2014-03-10 )
  783. * Fix usage of proxies after first sync run (#1502, #1524, #1459, #1521)
  784. * Do not wipe the credentials from config for reconnect (#1499, #1503)
  785. * Do not erase the full account config if an old version of the client stored
  786. * the password (related to above)
  787. * Fix layout of the network tab (fixes #1491)
  788. * Handle authentication requests by a Shibboleth IdP
  789. * Shibboleth: If no connection is available, don't open the login window
  790. * [Packaging] Debian/Ubuntu: ship sync-exclude.lst
  791. * [Packaging] Fix issues with access to gnome keychain in Fedora and RHEL6
  792. * [Packaging] Ensure all sub packages get updated
  793. * [Packaging] Fix incorrect path in desktop file (RHEL6/CentOS6)
  794. version 1.5.2 (release 2014-02-26 )
  795. * Fix behavior when attempting to rename Shared folder
  796. * Fix potential endless sync loops on Mac OS (#1463)
  797. * Fix potential crash when pausing during update phase (#1442)
  798. * Fix handing of shared directories
  799. * Fix online state handling (#1441, #1459)
  800. * Fix potential crash in c_iconv on Mac OS
  801. * Fix certificate chain display in SSLButton
  802. * Fix sporadicly appearing multiple auth prompts on sign-in
  803. * Show correct state icon in Account Settings right away
  804. * Re-fetch content that gets deleted from read only shared directories
  805. * Do not store the password in the config file, erase existing ones (#1469)
  806. * Shibboleth: Close browser window after login
  807. * Shibboleth: Proper invalidation if timeout during sync
  808. * Shibboleth: Do not pop up IdP login immediately when modifying account
  809. * Shibboleth: Avoid auth on restart by storing cookies in the wallet
  810. * Fix license headers
  811. version 1.5.1 (release 2014-02-13 )
  812. * Added an auto updater that updates the client if a
  813. * more recent version was found automatically (Windows, Mac OS X)
  814. * Added a button to the account dialog that gives information
  815. * about the encryption layer used for communication, plus a
  816. * certificate information widget
  817. * Preserve the permission settings of local files rather than
  818. * setting them to a default (Bug #820)
  819. * Handle windows lnk files correctly (Bug #1307)
  820. * Detect removes and renames in read only shares and
  821. * restore the gone away files. (Bug #1386)
  822. * Fixes sign in/sign out and password dialog. (Bug #1353)
  823. * Fixed error messages (Bug #1394)
  824. * Lots of fixes for building with Qt5
  825. * Changes to network limits are now also applied during a
  826. * sync run
  827. * Fixed mem leak after via valgrind on Mac
  828. * Imported the ocsync library into miralls repository.
  829. * Adopted all build systems and packaging to that.
  830. * Introduce a new linux packaging scheme following the
  831. * debian upstream scheme
  832. * Use a refactored Linux file system watcher based on
  833. * inotify, incl. unit tests
  834. * Wizard: Gracefully fall back to HTTP if HTTPS connection
  835. * fails, issuing a warning
  836. * Fixed translation misses in the propagator
  837. * Fixes in proxy configuration
  838. * Fixes in sync journal handling
  839. * Fix the upload progress if the local source is still
  840. * changing when the upload begins.
  841. * Add proxy support to owncloud commandline client
  842. * NSIS fixes
  843. * A lot of other fixes and minor improvements
  844. * Improve Qt5 compatability
  845. version 1.5.0 (release 2013-12-12 ), csync 0.91.4 required
  846. * New owncloud propagator that skips the vio abstraction layer
  847. * Add owncloudcmd to replace the ocsync command line tool
  848. * Localize Windows installer
  849. * Allow to sign in and out
  850. * Ask for password if missing
  851. * Introduce activity view
  852. * Introduce black list for files which could not be synced
  853. * Enabling accessbility by shipping accessibility enables on OS X (#736)
  854. * Toggle Settings window when clicking on systray icon on Win and KDE (#896)
  855. * FolderWizard: Sanitize error detection (#1201)
  856. * Set proper enable state of blacklist button after the dialog was opened
  857. * Set proper tooltips in blacklist
  858. * Translatable error messages for file errors
  859. * Add man page for owncloudcmd (#1234)
  860. * Don't close setup wizard when the initial sync run is started
  861. * Close the sync journal if a folder gets removed (#1252)
  862. * Activity: Avoid horizontal scrollbar (#1213)
  863. * Fix crash (#1229)
  864. * Resize wizard appropriately (#1130)
  865. * Fix account identity test (#1231)
  866. * Maintain the file type correctly
  867. * Display rename-target in sync protocol action column
  868. * Let recursive removal also remove the top dir
  869. * If item is a directory, remove its contents from the database as well (#1257)
  870. * Install headers for owncloudsync library
  871. * Fix opening the explorer with a selected file in Windows (#1249)
  872. * Add build number into versioning scheme
  873. * Windows: Fix rename of temporary files
  874. * Windows: Fix move file operation
  875. 1.4 Series ChangeLog
  876. ====================
  877. version 1.4.2 (release 2013-10-18 ), csync 0.90.4 required
  878. * Do not show the warning icon in the tray (#944)
  879. * Fix manual proxy support when switching (#1016)
  880. * Add folder column to detailed sync protocol (#1037)
  881. * Fix possible endless loop in inotify (#1041)
  882. * Do not elide the progress text (#1049)
  883. * Fix high CPU load (#1073)
  884. * Reconnect if network is unavailable after startup (#1080)
  885. * Ensure paused folder stays paused when syncing with more than one folder (#1083)
  886. * Don't show desktop notification when the user doesn't want to (#1093)
  887. * System tray: Avoid quick flickering up of the ok-icon for the sync prepare state
  888. * Progress: Do not show progress if nothing is transmitted
  889. * Progress: Show number of deletes.
  890. version 1.4.1 (release 2013-09-24 ), csync 0.90.1 required
  891. * Translation and documentation fixes.
  892. * Fixed error display in settings/status dialog, displays multi
  893. * line error messages now correctly.
  894. * Wait up to 30 secs before complaining about missing systray
  895. * Fixes bug #949
  896. * Fixed utf8 issues with basic auth authentication, fixes bug #941
  897. * Fixed remote folder selector, avoid recursive syncing, fixes bug #962
  898. * Handle and display network problems at startup correctly.
  899. * Enable and disable the folder watcher during syncs correctly.
  900. * Fix setting of thread priority.
  901. * Fixed file size display.
  902. * Fixed various folder wizard issues, bug #992
  903. * Made "Sync started" message optional, fixes bug #934
  904. * Fixed shutdown, avoid crashed config on win32, fixes bug #945
  905. * Pop up config wizard if no server url is configured, fixes bug #1018
  906. * Settings: calculate sidebar width dynamically, fixes bug #1020
  907. * Fixed a crash if sync folders were removed, fixes bug #713
  908. * Do proper resync after network disconnect, fixes bug #1007
  909. * Various minor code fixes
  910. version 1.4.0 (release 2013-09-04 ), csync 0.90.0 required
  911. * New Scheduler: Only sync when there are actual changes in the server
  912. * Add a Settings Dialog, move Proxy Settings there
  913. * Transform folder Status Dialog into Account Settings, provide feedback via context menu
  914. * Add Bandwidth Control
  915. * Add a visual storage/quota indicator (context menu and account settings)
  916. * Add progress indication (context menu and account settings)
  917. * Introduce a sync history, persisting results across syncs
  918. * Move ability to switch to mono icons from a switch to a Settings option
  919. * Add "Launch on System Startup" GUI option
  920. * Add "Show Desktop Nofications"GUI option (enabled by default)
  921. * top optionally disable sync notifications
  922. * Add Help item, pointing to online reference
  923. * Implement graphical selection of remote folders in FolderWizard
  924. * Allow custom ignore patterns
  925. * Add an editor for ingore patterns
  926. * ALlow to flag certain ignore patterns as discardable
  927. * Ensure to ship with all valid translations
  928. * Progress Dialog now preserves the last syncned items across sync runs
  929. * Split Setup Wizard into multiple pages again
  930. * Implement "--logfile -" to log to stdout
  931. * Add preliminary support for Shibboleth authentication
  932. * Linux: Provide more icon sizes
  933. * Linux: Do not trigger notifier on ignored files
  934. * Windows: Reduce priority of CSync thread
  935. * Documentation: Prem. updates to reflect UI changes
  936. * Significant code refactorings
  937. * Require Qt 4.7
  938. * Known issue: Under certain conditions, a file will only get uploaded after up to five minutes
  939. 1.3 Series ChangeLog
  940. ====================
  941. version 1.3.0 (release 2013-06-25 ), csync 0.80.0 required
  942. * Default proxy port to 8080
  943. * Don't lose proxy settings when changing passwords
  944. * Support SOCKS5 proxy (useful in combination with ssh* *D)
  945. * Propagate proxy changes to csync at runtime
  946. * Improve proxy wizard
  947. * Display proxy errors
  948. * Solved problems with lock files
  949. * Warn if for some reason all files are scheduled for removal on either side
  950. * Avoid infinite loop if authentication fails in certain cases
  951. * Fix reading the password from the config in certain cases
  952. * Do not crash when configured sync target disappears
  953. * Make --help work on windows
  954. * Make sync feedback less ambiguous.
  955. * Fix icon tray tooltip sometimes showing repeated content
  956. * More use of native directory separators on Windows
  957. * Remove journal when reusing a directory that used to have a journal before
  958. * Visual clean up of status dialog items
  959. * Wizard: When changing the URL or user name, allow the user to push his data
  960. * to the new location or wipe the folder and start from scratch
  961. * Wizard: Make setting a custom folder as a sync target work again
  962. * Fix application icon
  963. * User-Agent now contains "Mozilla/5.0" and the Platform name (for firewall/proxy compat)
  964. * Server side directory moves will be detected
  965. * New setup wizard, defaulting to root syncing (only for new setups)
  966. * Improved thread stop/termination
  967. 1.2 Series ChangeLog
  968. ====================
  969. version 1.2.5 (release 2013-04-23 ), csync 0.70.7 required
  970. * [Fixes] NSIS installer fixes
  971. * [Fixes] Fix crash race by making certificateChain() thread safe
  972. * [Fixes] Build with older CMake versions (CentOS/RHEL 6)
  973. * [Fixes] Wording in GUI
  974. * [Fixes] Silently ignore "installed = true" status.php
  975. * Set log verbosity before calling csync_init.
  976. * GUI feedback for the statistics copy action
  977. * Safer approach for detecting duplicate sync runs
  978. version 1.2.4 (release 2013-04-11 ), csync 0.70.6 required
  979. * [Fixes] Clarify string in folder wizard
  980. * [Fixes] Fixed some valgrind warnings
  981. * [Fixes] Ensure that only one sync thread can ever run
  982. * [Fixes] Fix default config storage path
  983. * [Fixes] Skip folders with no absolute path
  984. * [Fixes] Allow setting the configuration directory on command line
  985. version 1.2.3 (release 2013-04-02 ), csync 0.70.5 required
  986. * [Fixes] Unbreak self-signed certificate handling
  987. version 1.2.2 (release 2013-04-02 ), csync 0.70.5 required
  988. * [Fixes] Do not crash when local file tree contains symlinks
  989. * [Fixes] Correctly handle locked files on Windows
  990. * [Fixes] Display errors in all members of the SSL chain
  991. * [Fixes] Enable Accessibility features on Windows
  992. * [Fixes] Make setupFavLink work properly on Mac OS
  993. * [Fixes] Ignore temporary files created by MS Office
  994. * [Gui] Support Nautilus in setupFavLink
  995. version 1.2.1 (release 2013-02-26 ), csync 0.70.4 required
  996. * [Fixes] Leave configured folders on configuration changes.
  997. * [Fixes] Do not allow to finish the setup dialog if connection can't be established.
  998. * [Fixes] Better handling of credentials in setup dialog.
  999. * [Fixes] Do not leak fd's to /dev/null when using gnutls
  1000. * [Fixes] Stop sync scheduling when configuration wizard starts.
  1001. * [Fixes] Clear pending network requests when stepping back in config wizard.
  1002. * [Fixes] User password dialog asynchronous issues.
  1003. * [Fixes] Make folderman starting and stoping the scheduling.
  1004. * [Fixes] Various minor fixes and cleanups.
  1005. * [Fixes] Crash on pausing sync
  1006. * [Fixes] Stale lock file after pausing sync
  1007. * [App] Load translations from app dir or bundle as well.
  1008. * [Platform] Build fixes and simplifications, ie. build only one lib.
  1009. * [Platform] Added some getter/setters for configuration values.
  1010. * [Platform] Added man pages.
  1011. * [Platform] Simplified/fixed credential store usage and custom configs.
  1012. * [Platform] Added soname version to libowncloudsync.
  1013. * [Platform] Pull in Qt translations
  1014. * [Gui] Make sync result popups less annoyingq
  1015. * [Gui] Fix for result popup
  1016. version 1.2.0 (release 2013-01-24 ), csync 0.70.2 required
  1017. * [GUI] New status dialog to show a detailed list of synced files.
  1018. * [GUI] New tray notifications about synced files.
  1019. * [GUI] New platform specific icon set.
  1020. * [App] Using cross platform QtKeychain library to store credentials crypted.
  1021. * [App] Use cross platform notification for changes in the local file system rather than regular poll.
  1022. * [Fixes] Improved SSL Certificate handling and SSL fixes troughout syncing.
  1023. * [Fixes] Fixed proxy authentication.
  1024. * [Fixes] Allow brackets in folder name alias.
  1025. * [Fixes] Lots of other minor fixes.
  1026. * [Platform] cmake fixes.
  1027. * [Platform] Improved, more detailed error reporting.
  1028. 1.1 Series ChangeLog
  1029. ====================
  1030. version 1.1.4 (release 2012-12-19 ), csync 0.60.4 required
  1031. * No changes to mirall, only csync fixes.
  1032. version 1.1.3 (release 2012-11-30 ), csync 0.60.3 required
  1033. * No changes to mirall, only csync fixes.
  1034. version 1.1.2 (release 2012-11-26 ), csync 0.60.2 required
  1035. * [Fixes] Allow to properly cancel the password dialog.
  1036. * [Fixes] Share folder name correctly percent encoded with old Qt
  1037. * * * * 4.6 builds ie. Debian.
  1038. * [Fixes] If local sync dir is not existing, create it.
  1039. * [Fixes] lots of other minor fixes.
  1040. * [GUI] Display error messages in status dialog.
  1041. * [GUI] GUI fixes for the connection wizard.
  1042. * [GUI] Show username for connection in statusdialog.
  1043. * [GUI] Show intro wizard on new connection setup.
  1044. * [APP] Use CredentialStore to better support various credential
  1045. * * * backends.
  1046. * [APP] Handle missing local folder more robust: Create it if
  1047. * * * missing instead of ignoring.
  1048. * [APP] Simplify treewalk code.
  1049. * [Platform] Fix Mac building
  1050. version 1.1.1 (release 2012-10-18), csync 0.60.1 required
  1051. * [GUI]* Allow changing folder name in single folder mode
  1052. * [GUI]* Windows: Add license to installer
  1053. * [GUI]* owncloud --logwindow will bring up the log window
  1054. * * * * in an already running instance
  1055. * [Fixes] Make sure SSL errors are always handled
  1056. * [Fixes] Allow special characters in folder alias
  1057. * [Fixes] Proper workaround for Menu bug in Ubuntu
  1058. * [Fixes] csync: Fix improper memory cleanup which could
  1059. * * * * cause memory leaks and crashes
  1060. * [Fixes] csync: Fix memory leak
  1061. * [Fixes] csync: Allow single quote (') in file names
  1062. * [Fixes] csync: Remove stray temporary files
  1063. * [GUI]* Reworked tray context menu.
  1064. * [GUI]* Users can now sync the server root folder.
  1065. * [Fixes] Proxy support: now supports Proxy Auto-Configuration (PAC)
  1066. * * * * on Windows, reliability fixes across all OSes.
  1067. * [Fixes] Url entry field in setup assistant handles http/https correctly.
  1068. * [Fixes] Button enable state in status dialog.
  1069. * [Fixes] Crash fixed on ending the client, tray icon related.
  1070. * [Fixes] Crash through wrong delete operator.
  1071. * [MacOS] behave correctly on retina displays.
  1072. * [MacOS] fix focus policy.
  1073. * [MacOS] Packaging improvements.
  1074. * [MacOS] Packaging improvements.
  1075. * [Platform] Windows: Setup closes client prior to uninstall.
  1076. * [Platform] Windows: ownCloud gets added to autorun by default.
  1077. * [Platform] insert correct version info from cmake.
  1078. * [Platform] csync conf file and database were moved to the users app data
  1079. * * * * * directory, away from the .csync dir.
  1080. ** * * Renamed exclude.lst to sync-exclude.lst and moved it to
  1081. * * * * /etc/appName()/ for more clean packaging. From the user path,
  1082. * * * * still exclude.lst is read if sync-exclude.lst is not existing.
  1083. ** * * Placed custom.ini with customization options to /etc/appName()
  1084. 1.0 Series ChangeLog
  1085. ====================
  1086. version 1.0.5 (release 2012-08-14), csync 0.50.8 required
  1087. * [Fixes] Fixed setup dialog: Really use https if checkbox is activated.
  1088. version 1.0.4 (release 2012-08-10), csync 0.50.8 required
  1089. * [APP] ownCloud is now a single instance app, can not start twice any more.
  1090. * [APP] Proxy support
  1091. * [APP] Handle HTTP redirection correctly, note new url.
  1092. * [APP] More relaxed handling of read only directories in the sync paths.
  1093. * [APP] Started to split off a library with sync functionality, eg for KDE
  1094. * [APP] Make ownCloud Info class a singleton, more robust.
  1095. * [GUI] New, simplified connection wizard.
  1096. * [GUI] Added ability for customized theming.
  1097. * [GUI] Improved icon size handling.
  1098. * [GUI] Removed Log Window Button, log available through command line.
  1099. * [GUI] Proxy configuration dialog added.
  1100. * [GUI] Added Translations to languages Slovenian, Polish, Catalan,
  1101. * * * Portuguese (Brazil), German, Greek, Spanish, Czech, Italian, Slovak,
  1102. * * * French, Russian, Japanese, Swedish, Portuguese (Portugal)
  1103. * * * all with translation rate >90%.
  1104. * [Fixes] Loading of self signed certs into Networkmanager (#oc-843)
  1105. * [Fixes] Win32: Handle SSL dll loading correctly.
  1106. * [Fixes] Many other small fixes and improvements.
  1107. version 1.0.3 (release 2012-06-19), csync 0.50.7 required
  1108. * [GUI] Added a log window which catches the logging if required and
  1109. * * * allows to save for information.
  1110. * [CMI] Added options --help, --logfile and --logflush
  1111. * [APP] Allow to specify sync frequency in the config file.
  1112. * [Fixes] Do not use csync database files from a sync before.
  1113. * [Fixes] In Connection wizard, write the final config onyl if
  1114. * * * * the user really accepted. Also remove the former database.
  1115. * [Fixes] More user expected behaviour deletion of sync folder local
  1116. * * * * and remote.
  1117. * [Fixes] Allow special characters in the sync directory names
  1118. * [Fixes] Win32: Fixed directory removal with special character dirs.
  1119. * [Fixes] MacOS: Do not flood the system log any more
  1120. * [Fixes] MacOS: Put app translations to correct places
  1121. * [Fixes] Win32: Fix loading of csync state db.
  1122. * [Fixes] Improved some english grammar.
  1123. * [Platform] Added krazy2 static code checks.
  1124. version 1.0.2 (release 2012-05-18), csync 0.50.6 required
  1125. * [GUI] New icon set for ownCloud client
  1126. * [GUI] No splashscreen any more (oC Bug #498)
  1127. * [GUI] Russian translation added
  1128. * [GUI] Added 'open ownCloud' to traymenu
  1129. * [GUI] "Pause" and "Resume" instead of Enable/Disable
  1130. * [Fixes] Long running syncs can be interrupted now.
  1131. * [Fixes] Dialogs comes to front on click
  1132. * [Fixes] Open local sync folder from tray and status for win32
  1133. * [Fixes] Load exclude.lst correctly on MacOSX
  1134. * + csync fixes.
  1135. version 1.0.1 (release 2012-04-18), csync 0.50.5 required
  1136. * [Security] Support SSL Connections
  1137. * [Security] SSL Warning dialog
  1138. * [Security] Do not store password in clear text anymore
  1139. * [Security] Restrict credentials to the configured host
  1140. * [Security] Added ability to forbid local password storage.
  1141. * [Fixes] Various fixes of the startup behaviour.
  1142. * [Fixes] Various fixes in sync status display
  1143. * [GUI] Various error messages for user display improved.
  1144. * [GUI] fixed terms and Translations
  1145. * [GUI] fixed translation loading
  1146. * [Intern] Migrate old credentials to new format
  1147. * [Intern] Some code refactorings, got rid of rotten QWebDav lib
  1148. * [Intern] lots of cmake cleanups
  1149. * [Intern] Backport to Qt Version 4.6 for compat. with older distros.
  1150. * [Platform] MacOSX porting efforts
  1151. * [Platform] MacOSX Bundle creation added
  1152. * [Platform] Enabled ranslations on Windows.