[Pkg-owncloud-commits] [owncloud-client] branch master updated (cedd191 -> d140455)
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Nov 29 01:51:02 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a change to branch master
in repository owncloud-client.
from cedd191 release to unstable
new 84c3d7a Update debian/watch to match on testing versions
new 3765852 Imported Upstream version 1.5.0~beta1+dfsg
new b7a3fc7 first port to C++
new cf88820 rename action to openAction to add also forgetAction and others later
new 0af772f fix defines
new e2638aa react to its own signals to set the icons
new 5294bee Infrastructure for inotify. To replace QFileSystemWatcher, which, due to a Qt bug, can't see modified files. See http://qt.gitorious.org/qt/qt/merge_requests/2301
new 03194d3 Make the inotify interface work with multiple paths
new e6a1352 - introduce a tmp dir class and rm-rf util function - start a testcase for the folder watcher part
new bd5effe - fix inotify/folderwatcher so that it uses full paths - make the test pass using QSignalSpy
new 8b5c371 - listen to the right events - rename inotify signal - pass also the cookie
new ad90a6c Make the socket read loop more robust, and handle the EINVAL when the read buffer is too small.
new 3bb5869 add some documentation
new d53490c add accessor for root folder
new 89361db Only fire folderChanged if > 2 seconds since last event
new 25685de move the subfolder list function to FileUtils
new f42169a The unison folder class.
new d885fe3 Implement an event queue:
new f31ddde Merge branch 'fix_inotify'
new 64e4d53 sync process now runs, but no synchronization between sync processes
new 6b8589f When syncing, disable event notifier and start accumulating them until the sync is done. When they are enabled again, a forced event is scheduled to empty the queue.
new 1557923 refactor the notification timer in a new method some debug messages cleanup
new 1b19507 * Missing brackets changed all logic around an 'if' * Improve debug output
new 9d09b7e show only a summary of subdirectories
new bad489a add testcases for unison
new f917dbc - Use a full sync (without -path) the first time unison is invoked - disable -confirmbigdel
new 7bac43c I missunderstood how mkdtemp worked. Allocate a buffer duplicating the template. Then free this buffer.
new 3f32499 If the first event happens before 5 secs after starting the program, it will always cause it to queue it to avoid event flood (5 secs). So don't init the QTime for last event, and then check if it is null.
new 9ac0397 unneeded
new f22caca - refactor tests repeat-myself with a cmake macro - enable cmake testing
new 8d5a760 implemented dynamic creation of folder configurations from INI files in user's home directory
new 5aa1e08 unused member variable
new 389507d Change icon when sync is running
new 4e45cab - lot of stability improvements - the crash with threads goes away by using QMap - add a polling timer
new e721acd add folder wizard class
new 9055cdc move polling system to Folder where it belongs
new f1d6352 working folder wizard, only actual creation of the folder pending
new c16fd94 Fix crash at shutdown.
new c19c985 add alias to folder
new 79f28c7 stop poll timer when syncing, and add path to the debug messages
new ab86052 typo, it is path() not root()
new 493b692 Setup the menu for new added folders
new 5ebaca5 preparing for first packaging
new 6370682 fix markdown in README
new 2411b0c add proper licensing
new f882fe4 Use icons from theme. Qt already handles this in a nice way
new 293333b add license text
new 9a6a87d add proper licensing
new 098c848 Merge branch 'master' of github.com:dmacvicar/mirall
new 598929a better goals
new 5162b9d missing goal
new 65c41b6 add simple network location infrastructure
new a4c5996 Make the folders network state aware
new 25315df fix warning
new 83eeeb4 Simplify how the event queue works. Now it is just a timer that gets restarted on every new event, and the processing starts when no events reset the timer for the event interval.
new 3ce5932 g Basic implementation of a CSyncFolder
new 0aa5f51 Use csync as default
new 5827099 force the initial sync even if the list is empty as this point
new 0ba4fac for csync, accept smb:// urls as well
new d1ee08d add a mutex for the csync threads
new b0efc50 increase poll timer to 1 minute
new 67b6e77 handle errors to the UI
new a75cf60 0.0.2
new 9569ff1 link Qt to the static library
new 7f8d1b6 Update README
new 87ac6ca add support for the conflict copy feature available on csync git
new 83613f4 Add a sitecopy backend to mirall, some GUI cleanups
new 627a269 Statusdialog added
new 0000caa - various code cleanups - fix alias usage in sitecopy config file
new b3eecf5 improved error handling
new defda47 status dialog work
new ace9e9d Error counting added
new 292965c Wizard for owncloud configuration
new 20bed61 Fix typo
new 68b9662 WIP: OC installation wizard integration
new e8dcfe4 Installation of local computer and ftp based works.
new b7c7b8a - handle empty password in .sitecopyrc. - check for the owncloud admin script and warn if its not there.
new 9043e69 - write mirall config file - check on valid parameters in owncloud wizard.
new 96eaeb2 read oc url from config file.
new 37c6276 Merge branch 'master' of git://github.com/dragotin/mirall
new 682325f Reparse configuration files when folders added/removed
new 3b04c47 Merge pull request #1 from cartman/master
new 3f86070 fix slash mixmax in url assembling for remote key in sitecopyrc
new 7452f19 Added owncloud credentials page
new 35aee0d Create the local sync folder successfully
new c9de981 Fix url parameter, add http
new 5a42aa3 Added some gpl headers to sourcefiles
new e0f8499 Setup of local folder with initial sync
new f582c19 - fixed some Ownclouds -> ownCloud - start wizard if mirall config missing
new 2dec870 Use nice empty icon
new 60c3046 added online check
new f3123b6 - simplified the folder wizard - live check of the ownCloud connect
new f4c5b9a added check for the owncloud folder - WIP
new ecc3a9e remote folder check for oC finished
new 91bf272 Don't allow to pick local directories or aliases twice.
new 91b12c7 Show a warning text in folder wizard
new c4b24ab Show warning on wrong remote folder
new ced6948 WIP status dialog
new cb359ba removal of folders added
new a2c5643 Enable secure connection via sitecopy
new 4911a52 Error publishing in the status dialog
new 95eadf2 some more smaller fixes
new 90f722e - fix alias bug in folderwizard - call restart before showing folderwizard - ask for admin credentials for ftp install
new 9d3a0e8 Implemented folder fetching.
new 9c27edc - polished the folder wizard - bugfixes - added user warnings if remote root dir is picked.
new 71873df Use icons depending on the backend
new 267d74b More polish and bugfixing
new de8d7bb Added open ownCloud button to status dialog
new 4c002a1 added webdav support utilizing qtwebdav-qnetworkmanager
new aa8ba76 deleted unused files
new e660fe2 Use the new owncloud-admin version
new b7f5b8c Fix authentication loop if ownCloud does not accept the basic auth header
new 8691524 Polished the ui, stop syncing during user actions.
new b7ca0ef Added install target, thanks to Dominik Schmidt <dev at dominik-schmidt.de> for the patch
new cd45283 error handling: sitecopy not installed
new 782cda0 Merge branch 'master' of github.com:dragotin/mirall
new 7b9bd33 Update to a consistent COPYING file
new b9ce7d0 - renamed icons to mirall instead of ownCloud - install of desktop file icon added
new cd281bc Correct COPYING file from FSF website, rpmlint found an old address in the previous one.
new cb4c5e3 - fix ownCloud sourcepackage download from owncloud.org - fix installation output in setup dialog
new 37d6fb6 Version string added
new 56a30af virtual inheritance not supported, fix compile problem
new bf40e0a - added icon defaults for systems without icon theming bnc#730834 - fixed some bugs with ownCloud status check fails - bumped version to 0.1.2
new 180c06b Patch sent in by Alvaro Soliverez: Add a "upload" button to the Status dialog to solve conflict situations from local -> cloud
new a3fa419 Bump version
new c23c96c - add exclude patterns to sitecopy config, Patch contributed by Alvaro Soliverez
new 0c9c296 Enable/Disable button, patch submitted by Alvaro Soliverez
new bb2baeb Two patches sent by Alvaro Soliverez <asoliverez at kde.org>: - fixed refresh of the folder list in the status dialog - show enabled status in the status dialog
new e168eea more useful user feedback about sync state, patch provided by Alvaro Soliverez
new 1282235 added a windows compatible implementation
new ad0be9f - Added info dialog with file listing - Added overall status display on the tray icon plus tooltip -> patches from Alvaro Soliverez
new cb1740e Initial commit.
new da77954 Major fixes in this version. Apparently there were a lot of bugs in comparing files between the server. Now it is more reasonable.
new 5e3a475 Found a function online at http://www.qtcentre.org/threads/36131-Attempting-to-use-Sqlite-backup-api-from-driver-handle-fails on a post by chemmalion that allows one to save a memory sqlite3 database to file.
new 0768511 Implemented file deletion. Now files are deleted on both sides when one side deletes theirs. This does not yet implement file moving. If files are moved, it will just reupload or download them because it will treat them as new files.
new 41c9e90 Implemented a trick to allow only one instance of the application to run. This should hopefully prevent corruption of the sync directory.
new add4cf2 Implemented a file dialog for choosing the Sync Directory.
new 6265ed0 Autohide window if SystemTray is available and we are fully configured.
new 3f0ccf1 Implemented a user required conflict resolution when files where edited locally AND in the server. The files will not be updated until the user selects which of the two files is the newest one. Note that at this time, other clients may be updating the server. So the client should take caution to select the proper new file.
new fb53edf Logs are now saved to file and cleared from the screen every 1000th sync
new 602e691 Now the username, password and hostname are checked before a synchronization is attempted.
new c11ea04 Fixed bug that prevented files from being deleted properly accross all clients. It had to do with not setting the found variable properly.
new a4da328 A drastic change required to allow for multiple accounts, and choosing server folder to sync. It turned out to be harder than anticipated.
new 856d257 Fixed the debugging option that saved logs after every 10th sync. Changed that a more manageable 1000 syncs.
new fabf753 Implemented file filters. The only wildcard accepted is *.
new dd1b49a Added a confirmation when the user closes the window if he/she wants to truly quit.
new af0f00d Added versioning information (it was about time). Currently set to version 0.3 and this is displayed in the status bar.
new 3d4d808 Minor UI improvements. Status bar now has more information, window title now reflects the program name and there is at tool tip on the system tray icon.
new 71c3c93 Added the GPL copyright notice ontop of *most* libraries. I still have to figure out what the sqlite3_util file is.
new dce757f Minor typo fix on the license. Removed reference to Foobar, the default template name for the program.
new c1568f5 Added notice indicating why program will exit if another instance is running.
new 7601e2f Added a context menu to the tray icon and the application. Now clicking the close button will hide the application window. One must go to the menu on either the tray icon or the application menu to quit.
new 84e60b2 Made the hide on start configurable. Now a user checks the checkbox in the menu to decide if they want to hide the window at start or not. Note, the window will show if no accounts are configured, regardless of the user setting.
new 9b9b7b1 Added ability to remove an account. User must enable the button from the menu bar in order to remove the account. Note, files will not be deleted but all synchronization information will be lost.
new a9ba915 Added a menu option to select the default behavior of when the user closes the window.
new 0e004ec Fixed a bug in the conflict resolution screen. I accidentally selected the wrong table when I made the change to allow multiple accounts.
new 42004a3 Fixed the installation path for owncloud_sync to be in /usr/bin by default.
new 61708ea Added two missing images to the repository.
new 6b43bbb Changed the desktop file to point to the new correct installation location of /usr/bin
new 2ee038b Fixed a bug that allowed one to enter filters before the account was created. Now the filters list is disabled until one saves the account.
new 1581ea3 Fixed typo on database name. Should be filters, not filter.
new ec9cadd Bump patch version to 0.4.2
new 2b746ba Clean up of some debug codes and output.
new 6e2986a Implemented a proper timeout for the network requests. If it times out, it will continue where it left off on the next sync cycle.
new 11836e4 Reimplemented the file progress that apparently I accidentally disabled when I made the change to multiple accounts. Should be working again.
new ccd96a5 Bump patch version to 0.4.3
new 2c3373d Contacted the author of the sqlite3_util.cpp function and found out it was placed in the public domain. Made the changes to the header and cpp file to reflect that.
new ed4fc09 Updating the files that belong to this project in QtCreator.
new 929b6af Implemented KWallet password storage for Linux. On Linux they are no longer saved to the database file.
new a006cc1 Bump version to 0.5.0
new 18d32bd Major bugfixes.
new da60594 Bump patch version to 0.5.1 (despite the fact that last changes were big, they *were* mostly bugfixes).
new a0b3249 Fixed bug where local files and directories where not properly deleted.
new f481c02 Fixed a small bug that prevented creating the properly named local directory.
new 535aa11 Minor bug fix dealing with paths
new cfa98f9 Realized I was leaking memory every time a WebDAV request was made to list the directory. Ooops. This should be fixed now!
new b171f33 Fix a bug where if the local directory specified does not exist, create it.
new 5b44131 Some code clean up removing old commented code.
new e655ce7 Bump patch version to 0.5.2
new 44fdffc Fixed another memory leak. This time when uploading files.
new 1db4fc9 Forgot this minor change in the last commit. This is needed otherwise the memory is not really freed :D
new 125a0e2 Removing (hopefully) the last of the memory bugs. This time in file upload and download.
new b43d452 Uploads to a temp file name, then renames it after the upload.
new d14150b A quick fix to try to get 32 bit libraries loaded when compiling under 32 bits, rather than the 64 libraries
new 7bcbeb6 Updated account editing/creation page to be more clear about the format of the hostname.
new c34d585 Changed the default debugging option from only printing to the terminal to allowing a configuration that will display it in the SyncWindow also.
new de07b02 Moved everything under the owncloud_sync_qt directory in preparation for merge onto the OwnCloud clients repository
new 76ca736 Changing paths due to the new directory structure
new ff9a682 Changed he database, and updated all references to the database where appropriate. Paving the ground for implementing a pause/resume feature.
new 867b247 Implemented a soft pause. Meaning, it will pause as soon as it finishes transfering the current transfer. Further tests need to be made to see if SabreDAV can successfully resume a transfer paused midway.
new 309d3a0 Re-enable show/hide on start setting that accidentally got bypassed when I moved loadApplicationSettings() further up in the queue.
new 9505b11 Added the ability to quit mid-sync (even if paused).
new c653a20 Implemented a global included list. This list are common temporary and lock files that should be ignored. The user can enable and disable them if they so wish.
new bb5c50e Ooops, in the last commit I accidentally disabled the recently added feature :D Now is enabled again.
new 0fd2df2 Implemented the global filter list.
new b5075b2 Minor debugging output silenced
new 8be1e86 Updated internal filter lists.
new 1a63ad6 Fixed a bug where at startup, the client attempted to re-download already deleted files.
new 20a24f6 Added a What's New message box that also warns users of the beta nature of the software.
new fcee623 Renamed the desktop file to match that of the executable
new 454ca25 Consolidated all menu configuration into one screen. All are now in the configurations window.
new 57f10a9 Updated to fix bug where it would not work well with owncloud being a subdirectory on a remote host.
new 99492b1 Fixed kwallet header location. Thanks Pavel!
new e0965f2 Fix for not enabling the save button after toggling "Encrypted".
new a4a8fa1 Reorganized the password manager in order to implement other support for Gnome Keyring, OS X key chain and something for windows.
new 9f2925a Check to see if KDE or Gnome is running (currently Gnome keyring still not implemented).
new 39b1ce7 Default to saving password to database if no valid wallet is available.
new e7c6882 Silence QWebDav complaining about delete requests.
new 0b75747 Ooops, added an extra } to last commit. Now fixed.
new c4cdb9c Fix compilation error
new f9e19d8 Implemented locking/unlocking in QWebDAV.
new faf912b Added kate-swp files to the filter list.
new b170150 Use QDir::cleanPath() to get unified input paths. Paths stored are now always without trailing "/" or double "/" within them.
new e648dcd Added the tasklist file Juan send me to the repo. Added myself for the task of loading the filters from a file instead of hardcoding them.
new 23cb3ed Added a README file with compilation instructions. One thing I did not make clear when I made a change to the password manager is that by default no password manager is enabled. You must enable Kwallet by adding the argument "DEFINES += OC_USE_KWALLET" to the qmake build step.
new efee4de Updated instructions for building. Make sure that if you have build the program prior to this, to re-run qmake and do a Clean All. This is because of a large change in the way KWallet is handled.
new 309760a Some restructuring that allows proper compilation on Windows systems. Still not stable on Windows. Need to resolve sqlite3 issues.
new 01629d5 Implemented locking and unlocking of a file automatically when a put statement is requested.
new dae3af1 Small typo that prevented compiling. It was due to a misplaced quotation mark. Thanks to Bugzy for pointing it out.
new a1fe2d9 Quick implementation of Select all local/server wins on Conflict resolution window.
new 40c1f93 Defaults to using no password manager if KWallet or gnome-keyring not compiled in, or not available
new 5541ec4 Recover from error if trying to upload a file that is already locked.
new 486bb0f Missed this file in last commit.
new 0c46382 moved CsyncThread class to its own file
new c55f020 remove accidentially added sync client and add owncloud folder
new 7e988d2 win32: fix static linking to libmirall/qwebdav
new 9da0861 Merge pull request #3 from dschmidt/master
new d2f9895 removed sitecopy code from application and fixed url setting bug
new 07cfc08 Use a hash to store inotified pathes.
new 591054e introduced a theming class to build the traditional mirall client as well as an ownCloud client
new 04841c9 WIP: introduce folder manager to separate folder management from GUI and ease the Application object
new 2c6c262 WIP: - split up owncloudsetup class to have a wizard class and a class that delivers plain config data - renamed ownCloudSetup -> ownCloudSetupWizard - added new class MirallConfigFile - made mirall config file (which currently only contains the owncloud connection) multi-connection aware - removed some sitecopy code - removed fetch- and push slots - adopted readFolderConfigFromFile to new file format
new d31877a - fix config file location - writing ownCloud config works again
new ddf062e - set app name correctly in config file class - fix link to newly installed ownCloud
new 0001b90 - WIP ownCloud connect wizard: added a test call to check if the connect really works, better error checking
new b52f9f5 removed ownCloudDirCheck class and enhanced ownCloudInfo class to take its functionality. Added defaultConnectionName() and AuthHeader to the config file class. Fixed folderwizard to create ownCloud folder again.
new e63fcdc simplified the folder change notification to the GUI app: Reduced to one signal stateChanged(), provided an easy api to get the new state and last sync result by alias in folderman.
new 34f28bb Display status "Sync running" in status dialog correctly.
new 4c65568 introduced theming in the status dialog, removed the syncState again and moved it to the SyncResult object to simplify code, removed icon code from folders (WIP), removed some unused code.
new 5e08f15 more elaborated version macros, moved version to theme class
new da482e7 removed all GUI related stuff finally away from the folder class, last thing were the openActions, which went to the GUI class.
new 267f444 Hide some buttons in status dialog which are currently not needed, show ownCloud info on status dialog
new 94481a6 button to add a new sync folder added to status dialog.
new c9597c8 Added a splashscreen.
new e06867f disabled a log line
new 59b8af2 removed the INotify initialisation.
new f6846a2 Added local polling to owncloud folder, based on csync.
new 1fc1964 Added #ifdef USE_WATCHER to switch between INotify and Polling depending on the platform environment var set by Qt.
new 96ac396 Fixed ignore handling, do not allow hidden files to trigger sync.
new f892212 Changes to build for mingw32 properly.
new dd1c947 added missing include stdint.h
new 060b2dd Use undef instead of numeric define for USE_WATCHER
new d1f0578 some changes to get inotify out of win build. removed moc include.
new 65f80c6 Fixes for inotify includes on win removed moc include
new 8c9e364 Removed moc includes as this is fixed in the build process.
new afe6180 Fixed some glitches in CMakeLists.txt for Unix
new 1fc60f8 Set version to internal beta version 0.2.1
new 660abb4 Add install target for owncloud
new f494492 Refresh status dialog after removal of a folder
new 1f12f3d Next beta version 0.2.2
new dbf0277 Fixed tray icon, use theme for this Fixed folder enable/disable.
new 98a3fff Removed an unused comment
new 118370d Correct version on the splash screen.
new cf4130c fix more include dirs and link commands for csync.
new df2d745 Add a hint to find the development time csync libs and includes.
new 949b33a Set a variable poll timer interval, useful for multiple folders. Start polltimer again after folder add.
new 5908cd9 open a folder on double click in status dialog.
new c61c796 introduce a proper model for the status dialog.
new 09fdcf2 add a path hint for the locally built version of csync to findcsync.
new 2ae1b5d move the poll timer stop to the correct place just before starting to sync.
new 2882b49 More elegant status dialog update
new 753be4d version to new internal beta 0.2.3
new 1a20d42 use portable QTimer to initialize the rand function.
new 4699093 Fix tray icon loading if no share is defined.
new ba13437 Remove user and passwd from ownCloud url and implement a callback.
new cc25ee6 Set strict permission on cfg file.
new 3bbfeae - do connection check to owncloud in the show event. - fix deletion of the check object
new ac2df34 Handle empty oC-Url from setup correctly.
new e30ed86 Add mirall version to user agent
new ad6b350 Added automatic creation of a sync after connect.
new 759e2ff Added missing Q_OBJECTs
new 1b12e65 Built a portable version of FindCSync that finds dev setup stuff.
new 16a9a73 - removed constants.h as not longer needed because of themes. - tray icons from theme now.
new b7eae10 Fixed crash when removing folders.
new 8382722 Fix detection of parent folders when adding a new folder.
new a074e44 Fix signal and slot arguments in Folder add wizard.
new cceb350 Fix remote dir check by starting the timer in initialize of the page. Use showWarn everywhere.
new 08991a5 fix memory leak in folderinfo
new 91cab8f allow 202 reply from server on mkcol request.
new 8f94ea9 bumped version to next beta.
new c5c3e2e prevent thread from crashing if len is less than zero.
new c6a9fb0 A more secure csync thread implementation (part1)
new bdbb85f Big changes: queue sync requests of folders and do in one thread only to avoid thread clottering. Improve error reporting from the csync thread.
new 5a4caef Update folder list in status dialog without wiping selection.
new 5f3d822 pushed version to 0.2.5 for next beta.
new 5259ae1 added translations of the application.
new 3cee127 Removed confusing open... button in status dialog, link added
new b9a861c added internationalization support in application object.
new 248a0cf - removed the sitecopy files and last references - Fix status dialog: * display local and remote folder names * fixed status icon * fixed sizing when font size changes * fixed enable/disable buttons - moved second path to folder base class - added remote folder role to status dellegate
new 9dcc948 Disabled some logging
new a89122d Fixed some mirall->ownCloud namings
new 47f5c51 Let csync load the exclude list file
new 84ffebe Let folderwatcher use the exclude list file. simplified naming in mirallconfigfile class.
new ffc5895 Poll folder watcher: compare to last seen file.
new 3a36f54 Added WIN32 switch to avoid the konsole window for production.
new 109bb10 Initialise the resource code in the main function.
new bfc96b0 Set Edit-Trigger to nothing. Do not let start editing by doubleclick.
new 3d114f5 Use a large icon because QIcon does scale down but never up.
new d938c53 - added ocInfo check on startup to prevent folder syncing without valid ownCloud connection - fixed folder remove
new 3fb471e Changed the folder queue to use QString instead of folder ptrs. Delete folder after finished if its syncing at deletion time.
new 8e637bd - fixed local file change detection in win poller - fixed context menu at startup.
new 903c8ca Provide better error messages in owncloud for csync bugs.
new ccd1623 Added check on correct oC Credentials on startup.
new c196f77 - Fixed the tray icon on all platforms. - Simplified the application icon method in the theme - Set a Window Icon
new cd81794 - added a new icon to display the waiting-to-be-synced state - fixed the status display if the status dialog opens
new 41cc1b9 search alternative places for the global exclude list
new 225753b Win32: Open local urls in Explorer correctly.
new eb1fd2d Set verion to 1.0.0
new 596e824 Fixed sync start after ownCloud initial configuration.
new 43a9d1d added app icon
new 95f6f90 Add win32 packaging with nsi
new 6f49d20 - enable WIN32 build - enable cpack changes.
new b79aff6 install the exclude list.
new 1ca83a4 install exclude list to /etc.
new d85d72d Updated translations german
new bfe35d5 bump windows installer version to 1.0.0 as well.
new 663e352 Added an update check that queries an oC server for new versions.
new df8afe1 Update german translation.
new 2e8c963 remove test setting of own version.
new 5da0859 enable install of exclude.lst again
new 5ac5d6e SSL Support WIP - not yet functionable.
new 9fbc975 Fix build, early stage.
new 21a385a - passed whole NetworkReply object to not-found slots to give more descriptive error messages. - Improved error messages for users if ownCloud is unreachable. - Fixed a crash with ownCloudInfo getting deleted by Statusdialog.
new 0d0783b Fixed owncloudinfo to handle multiple connections, workarounded a few 'interesting' behaviours of QNetworkAccessManager.
new 3fede65 SSL Connection Warning dialog working.
new b8434a8 Support for password not stored locally.
new cb9fcb0 fixed password storage field when writing config.
new fe45804 Save password base64 encoded instead of plain text
new 590f563 Pushed to version 1.0.1
new f7c34ea Try some stuff with FindCsync.cmake
new 91d374c Use CMAKE_INSTALL_SYSCONFDIR instead of /etc
new 74abe2f explicitely enable the finish button.
new 93b0f3e removed a compile warning non void return type.
new 7acf400 Removed path from csync include
new b6472ce Make USE_WATCHER configurable from CMake
new 28aa904 Fixed a missing return type.
new 7c6ec3d Created WebDAV MkCol request on ownCloudInfo, QWebDav-Lib ready to be deleted.
new c043158 clearifications in ownCloudInfo
new ccd9303 Removed obsolete class MirallWebDav
new c71ad30 Removed mirallwebdav header
new bf61aba Enable activation of status dialog entries on macos
new 8cec736 Fix mkdir in owncloudsetupwizard
new 4a89768 Removed obsolete QWebdav class from CMake
new 29a38b8 Replace USE_WATCHER with USE_INOTIFY
new 77fff8e Caught additional error messages
new 508d053 cmake fix.
new ccac3dc Make it buildable as bundle on OSX
new b92c22b use thread save implementation of error codes in csync.
new 2f5a3b8 - Restrict authentication to the configured ownCloud URL - catch wrong username error correctly and report to user.
new e521d0f fix check if INOTIFY flag was given on cmake command line.
new 3c3bdee added clearError and flag to indicate local run methods.
new 3f379b5 removed useless double include.
new 61ddff8 Fix display status dialog: Do not flicker on local runs if polling.
new 5c07363 fix status dialog status display and overall status display.
new 1cb23ec fixed wording.
new 313a56f added crypto dlls for windows package
new 2c90a36 minor fixes and changes.
new d7e161a Added a testplan to test systematically.
new d4b264a Log the system name used for translations
new 9f8e319 Push version to 1.0.1 for installers
new 3f027cd Handle translation files correct.
new 43edad2 fix version. Probably this file can be dropped. Check.
new a81ad4a Translation and wording fixes.
new 7a9ab6e Qt version requirement is 4.7
new e8aaa02 Merge branch 'master' of gitorious.org:owncloud/mirall
new e2bde7a Changelog file
new 1fefd09 Install exclude.lst to /etc, not to /usr/etc.
new 9e163a3 Fix QApp contructor singature
new 8695b8f implement MKCOL with QHttp to make it work with Qt 4.6
new c52a3f2 continue backport Qt 4.6: place holder text was introduced in Qt 4.7
new a875d14 Improved startup logging with version and lang
new fda234c initialize sync status correctly.
new 4c192d0 initialize polltimercnt with one lower than exceed to start syncing quickly on program startup.
new d8bb48b Fix tray context menu after a folder has been added or removed.
new eb4fd86 Fix missing return values for bool functions.
new 9109d7b Add missing GNUInstallDirs module for cmake.
new 633e50e Removed unsused variable
new 527bece Backport to Qt 4.6 finished - test against a local installation of owncloud via http
new 5a4554d Changelog entry backport 4.6
new 603151f Add proper error message if the owncloud module could not be loaded.
new 8e1ee5c Decreased the needed cmake version to 2.6
new 31b636a Add a win32 debug line to CMakeLists
new aca5eae Improve version handling in cmake
new c03c112 Add a CMake toolchain file for cross-compiling in openSUSE.
new 2cf667f Handle SYSCONFDIR correctly
new b5f43a8 win: copy exclude.lst from correct location into the installer
new f02a018 win: remove klaasi haasi's harcoded paths from the nsi
new f96fa3d win: allow building the installer from local csync build dir and from installed csync as well
new 9c4613e Allow to interrupt running sync task, incl. some cleanups.
new c2f0459 Add russian translation contributed by cas at altlinux.ru Fixed cmake to glob all translation files
new f8efb1f - Added an open status entry into the tray menu - fixed some menu glitches on the mac os platform.
new 69e6096 Fixed encoding issue: Do not double encode.
new 125d2a4 Make OWNCLOUD_CLIENT compile flag depending on the compile target.
new 8d33a47 Fixed theming: Made a mirall and a ownCloud icon theme working.
new bfedc2c fixed an icon name typo.
new 4965723 Fix the app icon to be ownclouds
new 1a21528 updated owncloud 128 icon.
new 7fc4091 Display a proper tray icon at app startup
new cd6d364 set owncloud compile flag for mac osx
new bacc70a Use the correct icon for sync ok
new f7fd992 added a debug line without WIN32 marker.
new 3e99f25 more useful debug output with network reply.
new 9706d6e use QLatin1String rather than QString::from...
new 4c4d293 Moved version to 1.0.2
new f054117 updated translations
new aa86561 write version set in VERSION.cmake to version.h
new 3e79a3b ignoring qt-creator files
new eb6dd2b Merge branch 'master' of gitorious.org:owncloud/mirall
new d5ebf04 Install both application icons
new 5bc6e08 Fix icon install.
new f7e5f02 Fix icon install again, renaming.
new b34da1c Updated windows pics for installer
new 9202d66 Added entries for version 1.0.2
new 64e9470 If a sync folder is removed, terminate if its currently running.
new f913790 Fix try message for disabled folders.
new 5a443bd Fix tray tooltip again
new f288827 simplified url assembly for folderman.
new 7690734 Enhanced version parsing from status.php
new c475fb6 Merge branch 'master' of gitorious.org:owncloud/mirall
new 0527f99 Push status window to front if you click on tray icon.
new 8510d1f Use pause and resume instead of enable and disable
new f9b060f Added open ownCloud action to tray menu
new bbef2ef Fix open the local folder action on Win32, workarounded a Qt bug.
new d2adecb Fix QDesktopServices::openURL for Win32, Qt bug.
new 0fdc3cb Add system info to updatedetector on Linux.
new 1f3fb4b Update Changelog
new be7a1ca Find exclude.lst under MacOS
new 5792352 osx: don't allow building a bundle when built without BUILD_OWNCLOUD_OSX_BUNDLE
new 6cf6e1d fix exclude.lst reading on MacOSX
new 93ef395 Fixed CPack Bundle check for MacOSX
new 1a24266 Updated changelog
new 428ef9a Install exclude list to /etc
new 6f7165f A lot of krazy2 (codechecker) fixes.
new b7b617a Add krazy target
new dc7c6d1 Fix win32 build again.
new 3052506 Read poll timer settings from config file.
new 59f821f Make krazy2 build target optional if krazy is installed.
new 469a7a9 fix spelling of password
new 926f7ce Added a window for log output.
new 9d0a8d3 - created setupLogBrowser method in application - removed unused config variable code
new c0cf575 Fix csync log encoding
new 9502f10 bump version to next version 1.0.3
new 1de7296 Fix package building for non apple platforms.
new 8b38131 Provide proper return value for getauth
new 06b3a50 Wipe the csync statedb after a sync definition is removed.
new 1af154f Merge branch 'extlogging'
new 408b449 Added ability to work with a custom config file different from the master one to test temporar connections in the setup wizard.
new e82681c Added ability to work with the custom config file.
new d559005 only restart folderman if the setup wizard was closed with accept.
new f219b06 Added method to drop all sync folder definitions.
new 6d8956f Make setup wizard really cancel if user clicks cancel and accept only if the user finally accepts the dialog. Remove all sync folder definitions if a new oC connection was done.
new 2dcbb54 Use UTF8 to read password and username rather than local8bit.
new 5953d36 Fixed removeAllFolders: Terminate running syncs before removal.
new f0bae07 make ssldialog aware of custom configs.
new d5d0c47 store the custom config for each reply object.
new a39fb31 use UTF-8 encoding in the settings file.
new 36ad4fd More encoding fixes to make win32 with special chars work.
new ce50043 Improved some grammar based on Matts proposals.
new 4807c35 Fixed wording in setup assistant
new 4d1fed3 Rejecting the SSL dialog means untrusting.
new c90eb1c Log to file added, with flush option
new 9901d3a Added --help option with output
new 8fe2036 Some more usefull debug output
new d26120b added mac specific files to exclude.
new 60f966e updated german translation (with mixins from transifex)
new 8384fe4 Simplified LogBrowser
new 5ca9d5b Install i18n files in MacOS installer
new cb99ccf Load translations correctly.
new 689ef12 MacOS: Move translations to the right place
new 5d0aada Fix translations loading under win32
new 17377fc Updated Changelog
new 5e2729d Fix a typo in ssl dialog
new bccb17c Clear error list on start of non local sync.
new 34cf97a Also clear error list in folders for the inotify case.
new 963e76d added HINTS to a path which can be specified via a environment setting
new 89b9e55 second possible header name added
new 7e30319 Merge branch 'master' of gitorious.org:owncloud/mirall
new 6ad89d9 - Add csync push atomar switch - Fix a wording if the directory does not exist.
new 0e418b2 Fix a missing delete.
new 07ecd85 Back to SYSCONFDIR again :-/
new 928ef73 Better protection against remote folder delete.
new c8ac719 Remove csync db in case the local path gets removed.
new c6aad55 Added change.
new 40a3b1e Use absolute path function for directory comparison
new 8154c45 updated german translation
new dd4f76c replace URL by Link in user string
new 75835c4 emit folderChange after initial setup.
new 324a9d2 Isolate a library to add a dbus interface around.
new 973c2c1 remove the push atomar method call for csync.
new c3c8e51 Fix library build for windows, un-QOBJECTed the theme class.
new d7fb6fa Fix installation on all platforms + bundle on osx
new 11b4b36 Add sync.dll to Windows bundler.
new 3244a92 fixed overall sync state calculation for tray .
new d225dd1 Fixed icon setup. Theme now really supports icons in various sizes.
new 2433b35 Merge branch 'mirall-kde'
new 5246a6f Fix SYSCONFIGDIR check, Patch from Riddell
new 4b33997 Check the system for inotify in cmake and use a config.h file.
new 4ef948b Use a better inotify implementation and use config.h. Fixes oCB #713.
new 3735996 Fix for bug #oc-1318, crash through accessing zero pointer.
new 64e83cb Added a new setup page in the ownCloud connection wizard. Also added the ability for custom images and text in the setup assistant.
new 0c89dd9 Store GUI customizations at system place.
new 66d70c0 More custom media for the connect dialog.
new eae20fc Configure version.h into the build directory, not the source directory.
new a84361a Merge commit 'refs/merge-requests/8' of git://gitorious.org/owncloud/mirall into merge-requests/8
new b7993a4 Removed Log Window Button
new e3f83f4 converted ownCloudInfo to Singleton pattern to fix crashes.
new b2580b4 Merge branch 'master' of gitorious.org:owncloud/mirall
new 0112bb1 Merge branch 'master' of gitorious.org:owncloud/mirall
new 324120e Make building of tests configurable via configuration switch.
new a89f8fd Merge commit 'refs/merge-requests/9' of git://gitorious.org/owncloud/mirall into merge-requests/9
new 9c64b5e Add a clear button to the log window.
new 90c4e42 Merge commit 'refs/merge-requests/7' of git://gitorious.org/owncloud/mirall into merge-requests/7
new 047e2b3 Add spanish translations from transifex
new eb83604 Merge commit 'refs/merge-requests/4' of git://gitorious.org/owncloud/mirall into merge-requests/4
new 43e927d Added catalan translation from transifex
new 36b162a Merge commit 'refs/merge-requests/3' of git://gitorious.org/owncloud/mirall into merge-requests/3
new 9c2224f More endings to exlude.lst
new 1ff94e8 Fix build with UNICODE under windows, fix USE_INOTIFY initialization.
new ae847e4 Added support method statusToString
new 5275238 Added 3rdpart QtSingleApplication class. Fixed some overall-status issues.
new bfb99d2 Qt part of proxy support - contributed by Thomas Mueller.
new 336f8fb Fix error message. Thanks to Danimo for the heads up.
new 8fef939 Extend wizard raising hack to OS X.
new 5bde326 Merge branch 'master' of gitorious.org:owncloud/mirall
new e4da16b support Qt 4.6
new eb2d93d read proxy settings from config on dialog startup
new 62d1f28 Fix SSL support in ownCloud wizard
new d3bb223 Proceed proxy settings to csync thread.
new 343f646 Fix load self signed certs into NetworkManager (#oc-843)
new 42283e4 Some code cleanups for the proxy dialog.
new eecb444 Replace some delete calls with QObject parenting.
new d867cfa Some translation changes.
new ba856bf Fix proper placeholding patches in oC connection wizard.
new 9fe003d Restructured the tray context menu.
new 35e9203 Fix size of dialog.
new bdb35f5 QLatin1String fixes all over.
new 2c2fe38 Fix app name back to "ownCloud" to load existing configs again.
new 84a588c Fix signal connection and initialize the dialog pointer to zero.
new 54c2368 Push version to upcoming version 1.0.4
new 4cad293 - set ownCloudUrl and known CA Certs.
new f571734 QLatin1String fix
new 4b869cf do not write CA Certs on its own, use methods in mirallconfigfile.
new a000867 connect the owncloudinfo signals more selective.
new 83bda2c handle HTTP status 301 -> redirect.
new c916f5c connect owncloudinfo signals more selective.
new d694525 Simplify loading of the exclude file on various platforms.
new 7083844 Fixed error handling on remote dir create.
new 80f2699 handle proxy port correctly.
new 5d6c933 Disable not building in bundle mode on OSX. Unless someone tests that codepath, it's probably better not to allow anyone to build it especially not by default
new 01ec654 Merge branch 'master' of gitorious.org:owncloud/mirall
new c4a6827 Add libproxy dlls.
new aeb0499 read proxy settings from config file rather than from Qt proxy obj.
new 58ca49c QLatin1String fix.
new 08d925a read proxy setting from cfg file rather than from Qt proxy object.
new 8117b98 Connect ocInfo only if needed in ownCloud setup wizard.
new d743f7f Fixed and cleaned redirect bug, make sync work again.
new 9e30fe4 Do not stop syncing if local directories are write protected.
new 74c6c4e cleanups and improved error messaging on proxy problems.
new a34601f Updated translations german and russian.
new ff7f20e updated changelog for version 1.0.4
new 32a8866 New translations added.
new 4012e3f Updated translation list in installer template
new 6b98958 Fatal error if svn2ico is missing.
new 6a69200 transifex configuration added
new b9a7ce6 [tx-robot] updated from transifex
new 2827a47 removing mirall_zh_CN.GB2312.ts as this file format is not supported and causes conflicts with mirall_zh_CN.ts
new 3f360c7 [tx-robot] updated from transifex
new 4e62abe [tx-robot] updated from transifex
new e975ec6 Merge branch 'master' of gitorious.org:owncloud/mirall
new 1b7ad22 Fix setup dialog: Use https if checkbox is activated.
new dc54fa5 Update to version 1.0.5 with Changelog entry.
new 58d75e7 Show pathes in platform specific notation
new 706b9e4 [tx-robot] updated from transifex
new 3669b43 Merge branch 'master' of gitorious.org:owncloud/mirall
new 6497ee7 [tx-robot] updated from transifex
new 6ff09dd [tx-robot] updated from transifex
new 094f791 Removed unused file temporarydir.
new a8296a6 Removed unneeded win32 headers.
new d733aac Fix QLatin1String issues.
new e6e0dd3 [tx-robot] updated from transifex
new e52b51b [tx-robot] updated from transifex
new d5570ab [tx-robot] updated from transifex
new bd39fbe [tx-robot] updated from transifex
new 6836732 [tx-robot] updated from transifex
new d2c7087 [tx-robot] updated from transifex
new dd2ac61 [tx-robot] updated from transifex
new 5294f44 Merge branch 'master' of gitorious.org:owncloud/mirall
new e3e163d [tx-robot] updated from transifex
new 803f3e4 Change the link to the oC repository.
new a459f46 Use PlainTextEdit widget for more efficient log file display.
new fd7cb38 Use qthread more correct, see http://labs.qt.nokia.com/2006/12/04/threading-without-the-headache/
new ced6f0e Fix compile problem.
new dba0332 [tx-robot] updated from transifex
new a2b5596 removed wrong path piece "win"
new f4bb981 add application path back to translation laoding.
new a723a96 allow custom media at relative path for windows.
new 7c167ae [tx-robot] updated from transifex
new 72e14b3 Use the remote.php/webdav url rather than files/webdav.php
new cb6b3e1 Setup connections to ocinfo when needed.
new 094d563 Set sslCertsTrust to defined value at start.
new 8fe4ca4 [tx-robot] updated from transifex
new 266e198 [tx-robot] updated from transifex
new d346438 Merge branch 'master' of github.com:owncloud/mirall
new 912f440 Added win dir to most hackish solution ever.
new f78f3e0 Set beta tag to application version. Not a pretty solution.
new 824bd1e Fix memory allocation for proxy struct in thread.
new 7701805 Add a warning window for/against usage of old server versions.
new ca7c250 Update to version 1.1.0 beta1
new 0006ab1 [tx-robot] updated from transifex
new e687a63 [tx-robot] updated from transifex
new a9cd492 [tx-robot] updated from transifex
new 541ae99 [tx-robot] updated from transifex
new d13fc42 [tx-robot] updated from transifex
new aa67c0e [tx-robot] updated from transifex
new 3ea1077 [tx-robot] updated from transifex
new 719c8e2 [tx-robot] updated from transifex
new 7b6063f [tx-robot] updated from transifex
new f27a3c3 [tx-robot] updated from transifex
new 825bd72 [tx-robot] updated from transifex
new 5ecab55 [tx-robot] updated from transifex
new a426c4e * Fixed bug where the if one enters the owncloud URL on the setup page of the initial wizard, continued, and then hit the back button on the Install page, the protocol was included in the URL.
new 7f6d393 Found a much slicker solution to the problem of the OC URL containing the protocol when the back button is used. Instead of moving to two separate URL fields, a slot was created and connected to the textChanged signal of the OCUrl LineEdit. This slot simply ensures the protocol is not present.
new 2652a74 Damino requested that QUrl be used to parse the URL, along with toString(QUrl::RemoveScheme). QUrl::RemoveScheme doesn't remove the slashes, so extra code was thrown in to ensure they were removed if they were present.
new 4dbd8ee Forgot to comform to ownCloud coding standards. Fixed.
new 55e1ef2 Merge pull request #3 from kyle-f/master
new 910803c [tx-robot] updated from transifex
new a9c7b93 Use a macro THEME_CLASS from CMakeLists.txt instead of ifdefs.
new ff4a119 Don't swallow ':' when entered.
new 6d13b1b Added a simple about dialog.
new aab1c94 Simplify version display.
new f1cd510 Fix up Info.plist metadata for OS X
new 92ea6a2 Tiny fix to previous commit
new 881f846 OS X: reintroduce LSUIElement in Info.plist
new 0b75075 [tx-robot] updated from transifex
new 29f3a00 Merge branch 'master' of github.com:owncloud/mirall
new 090bdca Use the THEME_CLASS macro in config file class.
new a526035 Add a method to set the enabled status of the buttons correctly.
new 09d8fb9 Add a theme switch to only allow a single sync folder for the client.
new 45d224e Handle the themed singleSyncFolder-mode correctly.
new f8cb8f3 [tx-robot] updated from transifex
new d9f5b68 Merge branch 'master' of github.com:owncloud/mirall
new 75554a2 Removed hackish beta version marker in status dialog.
new d195ad3 Fix ownCloud icon and a layout issue.
new 8f40b2a Use delete[] to free mem from qstrdup, thanks valgrind.
new 7e4ff7d [tx-robot] updated from transifex
new 5016642 Fix crash on exit on X11.
new aa34331 Remove unused declaration.
new 2c44915 ignore more build/IDE artifacts
new 8a56a90 NSIS: fix typo, expand variables properly.
new dd5d407 Fix activation of list entries in status dialog (thanks kyle-f).
new 1a603bd Update version to 1.1.0 beta2
new 663a188 CMake: Centralize all application-specific parameters.
new a94e6db NSIS: Remove stray file
new 5255a32 [tx-robot] updated from transifex
new a05a4c3 More templatization.
new d0a66b7 Defer handling of pretty remote path to subclasses.
new f1d9532 [tx-robot] updated from transifex
new 6f02746 [tx-robot] updated from transifex
new a7a744e [tx-robot] updated from transifex
new 2de9cc9 Use the themes appName() instead of "ownCloud".
new e3a9081 Fix default implementation of Folder::nativeSecondPath().
new bc08f81 More use of appName() in tr()'s.
new bcf9bb8 Reuse Theme singleton
new 2d87466 [tx-robot] updated from transifex
new 00f7b10 Drop the -client suffix.
new 95f28ec Rename win installer BMPs as a consequence of renaming the package
new 8233c0c Add autostart section
new ea123b1 Fix typo
new 783207f At least the Program group should be in 'Minimal'.
new 9d479f9 Installers on Windows are called Setup
new 1b0744d icon improvements
new 73374cb [tx-robot] updated from transifex
new 5adcc7d CMake: Finding files requires reference to srcdir
new 261731c Consistency fixes for single folder mode
new 991a04a remove arguments from ownCloudInfo ctor
new 5df5d55 Make code more readable
new 6e1deab Supplemental: less hardcoded uses of "ownCloud"
new 3d6a2a4 Partial revert of 261731
new 8881811 [tx-robot] updated from transifex
new 180b99c Change the csync config dir to the users app path, not longer .csync.
new 740370b Do not translate application name, it's a brand
new 32579dd Brown paper bag fix.
new e402401 Merge branch 'master' of github.com:owncloud/mirall
new d09693f Read sync-exclude.lst from /etc/ownCloud, renamed from exclude.lst.
new 9d3d789 Rename ownCloudClient.ini to custom.ini and put it to /etc/ownCloud.
new b34d5ca Deleted for the benefit of sync-exclude.lst
new b41d8c3 Removed app name from strings even more and replaced by theme string.
new dc5452a more useful entries for the exclude list.
new 2a46a8a Changelog update.
new ee7099f [tx-robot] updated from transifex
new 4691a6c Merge branch 'master' of github.com:owncloud/mirall
new 42d7a48 Added missing 's' - thanks Lukas :)
new 94ceb95 Remove unneeded settings-code for win32.
new 7156e47 Introduce defaultServerFolder and defaultClientFolder.
new 8939e08 Hide remove button in singleFolder mode
new 4ac85b0 Removed more hardcoded program names and replaced by theme appName.
new 1c32602 More theming fixes.
new d214071 [tx-robot] updated from transifex
new 3fc8e1c [tx-robot] updated from transifex
new e220de5 Add .htaccess to sync exclude
new 0b06982 Optimize PNG files
new 5587da9 [tx-robot] updated from transifex
new c24728b Move SslErrorDialog into Application
new de60d53 Merge branch 'sslerrordialog' of https://github.com/sebasje/mirall into sebasje-sslerrordialog
new 11706c4 Fix header.
new 9ce10e7 removed wrong header from filelist.
new fabb353 Use Qt proxy setting in csync in case its "default proxy"
new 4256d0f [tx-robot] updated from transifex
new 732ed57 Merge branch 'master' of github.com:owncloud/mirall
new 0007579 Initialize pointer before use.
new d9d0432 nicer Setup images
new af99be4 NSIS: shut down binary before uninstall
new 1752c23 Use themed app name in password dialog.
new 4d11e41 Merge branch 'master' of github.com:owncloud/mirall
new d169bc2 ownCloudInfo must not include sslErrorDialog
new c42f77c Consistency fix: name ui and src alike
new 1e96c1b [tx-robot] updated from transifex
new a8307ab [tx-robot] updated from transifex
new e50479c Push version to 1.1.0 beta3
new 3a983b4 Fix bug when trying to pause a running sync
new 736a8dc fixed name of the csync owncloud module.
new b06ab27 [tx-robot] updated from transifex
new 1442b4d Merge branch 'master' of github.com:owncloud/mirall
new 7d52884 Fix cmake for windows wrt libocsync renaming
new ae93e2a Fix OS X bundle generation
new cb6d056 Don't hardcode packag name on Mac
new 06a1cfe Anther fix for sync pausing
new e0a21eb Fix to find the header even from installed ocsync packages.
new 7e1c58b Fix include path search.
new 06b2e1f Simplify url string from textfield to avoid unwanted spaces.
new aa56d1e Fix SYSCONFIGDIR install of the sync-exclude file.
new 0ee938a Prepend slash to remote folder
new a646f72 Merge branch 'master' of github.com:owncloud/mirall
new 34b8c39 Quick hack: do not crash on windows when pausing sync
new 20a875a Fix SYCCONFIGDIR => SYSCONFDIR.
new 0b885b3 [tx-robot] updated from transifex
new 3b5bc2c [tx-robot] updated from transifex
new d7b94c7 Use HttpProxy instead of Socks5Proxy.
new 23c598a Only replace the scheme at the beginning of string
new 48d5261 Use Max instead of Min of course
new fdfafb6 NSI: add proper version of ocsync.conf
new 6459f57 Prepare for Mac package signing.
new 088a641 [tx-robot] updated from transifex
new c937212 Working PAC support
new 3db60b4 Massive simplification of proxy support.
new 861a66f Make PAC work on Windows
new a8d6c08 Make code more readable.
new 19a4f8f _accessManager is already initialized in the ctor
new e45dfdb Dirty qnam/proxy export is no longer required
new 72f3b54 Use HTTPS for update check
new c91cc8e [tx-robot] updated from transifex
new 824368e Update change log with client changes
new a6acb2a Remove beta flag in preparation for packaging
new d599c45 replace relative csync buildir detection magic
new aa63a78 Fix for prev. commmit
new 60f1689 Merge branch 'master' of github.com:owncloud/mirall
new 62a36cd CMake: Also set CSYNC_BINARY_DIR
new fee9616 OS X: Remove "make install" requirment for csync
new d52d32f add helper script to sign app bundle
new c491b9c [tx-robot] updated from transifex
new 85ac69d [tx-robot] updated from transifex
new 04642b3 Export repo revision indicator
new b7433cc Revert "Hide remove button in singleFolder mode"
new aad21c8 Add license to Windows installer
new 0955e8c [tx-robot] updated from transifex
new 6fa9b86 [tx-robot] updated from transifex
new 824a14e [tx-robot] updated from transifex
new dfe30c1 [tx-robot] updated from transifex
new bb76365 Make sure SSL errors are always handled
new fe665f2 Use better default value instead of constant number.
new 2578969 Clean up argument handling
new 94346fc [tx-robot] updated from transifex
new cff0fce Escape the folder alias as used in QSetting and as file name.
new 379da4e Proper workaround for bug in Ubuntu's Qt SNI bridge.
new bbdc742 [tx-robot] updated from transifex
new 18a0650 ChangeLog updates for 1.1.1
new 574b6f4 Add .gitattributes, needed for clean git export
new ddc3373 [tx-robot] updated from transifex
new 3e150ee [tx-robot] updated from transifex
new d8728a5 Pre-setup, disable irrelevant items in context menu
new 8fbc0e7 Show wizard with intro when starting without account
new b0801d4 If present, select first item in status dialog
new 651517c [tx-robot] updated from transifex
new 09405fc [tx-robot] updated from transifex
new 2cbcd52 Do not allow the selection of a target in single folder mode
new f948ce4 [tx] minimum_perc = 70
new 5c13115 Remove 0% translations.
new 8ddba65 [tx-robot] updated from transifex
new efa8d76 Show hashes of unknown certs
new cfe9a24 [tx-robot] updated from transifex
new e52d43f [tx-robot] updated from transifex
new 55c9c3b remove compilation warning
new 6757db2 [tx-robot] updated from transifex
new 351f9ae Add testing skeleton
new 1076618 [tx-robot] updated from transifex
new a315a3b There always must be both kinds of hashes, simplify code
new 28e15f5 Escape HTML tags in self-signed certs
new d2ebcd0 Fix tab order in setup page
new 6d4f712 Make SSL error dialog more intuitive
new bf8b924 Add docs
new 6b0abed Remove file checked-in by accident
new 0184993 [tx-robot] updated from transifex
new 01e601d [tx-robot] updated from transifex
new 8d1c7dd Make sure that path() has a trailing slash.
new 0aa403e Clean merge problems.
new 993d33f Fix fileStatus API.
new 78c1bc6 Cleanup of sync result treewalk, build up journal in owncloudfolder.
new 0224c3f Compare absolute path in fileStatus.
new 69b3e9b [tx-robot] updated from transifex
new 616d8d3 [tx-robot] updated from transifex
new 6b2be97 Docs: add build chapter
new f2cfabc Doc: improve build instructions
new 9feb9b5 Doc: fix typo
new 829bb7c [tx-robot] updated from transifex
new 8318031 doc: add chapter on (soft-)branding
new 20f04ec doc: small improvements
new 827a31f doc: formatting fix
new 855597b Doc: formatting
new 8b60726 Doc: Introduce chapter on Architecture, Glossary
new 06e7864 Doc: Require sphinx todo extension
new 0de3ae3 [tx-robot] updated from transifex
new 46a82b6 Show user name for connection in statusdialog
new 4fbfe7b Installer: Only show license on special request
new f04cf3a Bump version of master to 1.2pre
new 3a165ad Doc: add troubleshooting section
new 7cc3e7e Debug: fix typo
new ce45c78 [tx-robot] updated from transifex
new 6d17b9d [tx-robot] updated from transifex
new 7d6eb61 doc: wording
new 61b9b44 [tx-robot] updated from transifex
new 764c352 Calculate overallSyncStartup on startup.
new 4d08605 Also compute overall status for disabled folders.
new fbb46b6 Check if local folder is proper and set error stat accordingly.
new 2501cc5 Display error status in statusdialog.
new c31f088 Remove bogus space
new 5519bc7 Try to create local dir if not existing.
new 80ecd71 Doc: more trouble shooting
new 3b9f4bf Merge branch 'master' of github.com:owncloud/mirall
new 59969c3 Qt is not C.
new df219dd Doc: use correct cmake vars
new 64177df [tx-robot] updated from transifex
new 02e990b [tx-robot] updated from transifex
new 8a394dd [tx-robot] updated from transifex
new 6442c7e [tx-robot] updated from transifex
new 35b0a2b [tx-robot] updated from transifex
new 12b5ad6 [tx-robot] updated from transifex
new 6f8824e [tx-robot] updated from transifex
new 78be11b Push Version to 1.1.2 pre
new a8dbed9 Use CredentialStore to manage user credentials.
new 9c3b9b8 Prepare some entries for 1.1.2
new 39dc4cb Use CredentialStore also for Qt4.6 based builds.
new 59a1cc4 [tx-robot] updated from transifex
new 1acea00 Fixed package download link.
new 1a5a015 More changes to the Changelog.
new 1588590 [tx-robot] updated from transifex
new c5739b4 Remove extraneous legalese.
new 01e8c9d Fix credentialstore on startup, promote credentials back on setup.
new e4ae794 Remove and do not try to commit temp editor files
new ba9a07c Upate build docs
new 2a53abb [tx-robot] updated from transifex
new 9e66de0 Better error message for propagate fail.
new 8fc1b38 dialog title == menu item title
new 94ed186 [tx-robot] updated from transifex
new 385f35d [tx-robot] updated from transifex
new b6dfdc4 [tx-robot] updated from transifex
new f8f188a Mac: Deploy sync-exclude.lst to bundle at build time
new 6457153 Mac: Do not deploy DMG background, doesn't work
new 5173de5 Theme: allow enforced locale
new 53b0b96 setup wizard: Remove subtitles
new aa577ce Remove placeholder texts for username and password
new be367eb Do not prepopulate the user field, it's usually wrong
new 8c9f8bd doc: Fix build instructions; hint make package
new 9b8b656 doc: Add Qt dependency to build instructions
new fc6350c [tx-robot] updated from transifex
new afa48b0 Fix url encoding in Qt46, Bug #93
new b55d674 Merge pull request #94 from owncloud/qt46fixurl
new 01ccf67 Fix Qt 46 build
new 2b9262f [tx-robot] updated from transifex
new faa0f06 Improve building section based on user feedback
new da64639 Update doc/building.rst
new c8ff747 More changelog entries for 1.1.2
new 9e3d22a [tx-robot] updated from transifex
new ee9e814 Getter and Setter for the config file name.
new c560fc5 Escape [ and ] in Folder alias and file name.
new f20bbe0 Allow alias setting in Settings group name.
new d15c0d0 Remove pre marker for version.
new e1bf2cc Ready for Release Candidate
new 6a33b6e [tx-robot] updated from transifex
new f607cf5 doc: Make fit for use with make latexpdf
new f7b7669 [tx-robot] updated from transifex
new 78c7dc9 Add doc cmake targets (HTML, PDF, QtHelp, CHM, man)
new 0da93f3 Remove doc from the default target
new a3a0202 Fix copy/paste error
new 271d4fa Show last updated timestamp
new 824c97d [tx-robot] updated from transifex
new 0c2564d Ready for 1.1.2 Release: Set version.
new bd0882c [tx-robot] updated from transifex
new bf2181f Minor doc fix.
new 2b2eb85 Add qtkeychain to cmake - WIP read password from keychain.
new 56794e8 [tx-robot] updated from transifex
new 9d05a53 Fix cmake checks on QtKeyChain.
new 1a9a9cb More QtKeyChain integration.
new 70ea325 Do not commit devel hardcoded to KeyChain
new 593636f User feedback on wrong passwd from KeyStore.
new b349cae Build with ancient GCC (4.2 on Mac OS)
new 097be61 Fix QT_STRICT_ITERATOR errors
new b424247 [tx-robot] updated from transifex
new 53aea61 doc: Fix PDF generation here, too
new 3a04778 [tx-robot] updated from transifex
new 9c015de [tx-robot] updated from transifex
new e6409b0 [tx-robot] updated from transifex
new ee0125e [tx-robot] updated from transifex
new bcbdfdd Some cleanups to avoid build warnings under win32.
new 34dcff4 Add a ownCloudWizard finished slot.
new 2212878 Use new logging api of csync.
new 5d958a4 Make use of QKeyChain if its there.
new 8f9ad52 Find inotify on multiarch debian/ubuntu
new eccd129 factor inotify out of folderwatcher
new bc67756 Fix typo
new b74cfcf Add missing ifdef QTKEYCHAIN.
new 214261e pimpl folderwatcher
new fbf25c1 [tx-robot] updated from transifex
new 6ba098d Make use of the new csync_set_module_properties and remove stuff from before.
new 36c9a29 Move Logger into its own file, move it to libsync.
new b65fd11 Remove superfluous include
new 59b722f [tx-robot] updated from transifex
new d50d4d1 Add windows backend, require Inotify on Linux
new f20db6b Implement folder watching for OS X using FSEvents
new cab503b CredentialStore: Fix off-by-one
new 09793fc Bump version to 1.2.0pre
new 6678bea Hack: Sleep 2 secs after sync run
new 138a060 Fix Windows folder watcher
new ff1706c Add libqtkeychain dll to NSIS
new 287c073 Remove code for local sync runs
new e2d8105 Remove debug
new f296fad Set csync context as module parameter
new fbae2d7 Further cleanups that were possible by new change notification.
new a124dcd More cleanups that were possible by the new notify api.
new 8af257a Start fs watching with a delay of 2 seconds to don't catch the journal changes.
new 4ef89ab Compile on Mac
new 029535b Removed another scary thing: qstrdup for proxy type.
new 1eabdee Enable logging through new csync logging api
new ddecca4 osx/win: add sync folders to favorite folders
new 5510135 Fix formatting hashes
new 5502087 Fix windows build
new ba9f46e Make Windows-version of Add to Favorites work
new cb1a9ae [tx-robot] updated from transifex
new 9c62778 Use a two step process to store credentials for setup dialog.
new edfefab Use two step process to store credentials through config file.
new 52b22b3 [tx-robot] updated from transifex
new 243567b [tx-robot] updated from transifex
new bee3605 [tx-robot] updated from transifex
new 5da634e Transparent fallback to the former password storage if keychain is not there.
new e939c6f [tx-robot] updated from transifex
new 41082c5 Fix proxy error
new 3cb2e74 Notify user about new files.
new 8b8d78f Improved version of popup-notify
new 6e3b5e0 Fix crash
new 5c918a4 [tx-robot] updated from transifex
new c6edde1 Fix merging.
new eb0782e Check certificate fingerprints reported back from neon.
new 30494ee Added utility class with format fingerprint method.
new 552d979 [tx-robot] updated from transifex
new aac9b77 Details on windows builds
new 08ab13d Doc: More missing packages
new 8c53f6f [tx-robot] updated from transifex
new 76f571f [tx-robot] updated from transifex
new 83a1663 [tx-robot] updated from transifex
new b97d9a4 [tx-robot] updated from transifex
new 91b58bd [tx-robot] updated from transifex
new 26c01ce New icons for ownCloud client
new 144a283 Loop over all certificates to match the approved one.
new 87aa3d7 More detailed error handling.
new c3f6153 Fixed QString -> const char* conversions to handle UTF8 correctly.
new 488943a Correct inheritance in status dialog
new e6b9c16 Update About dialog
new b7aec51 Bump to 1.2.0beta1
new f4019f5 Show backend error messages to user.
new 9058916 [tx-robot] updated from transifex
new 4ce55a4 Klaas > Danimo, I am rather unpolite...
new c13218d [tx-robot] updated from transifex
new c4be510 [tx-robot] updated from transifex
new af76c77 [tx-robot] updated from transifex
new c2c89c6 [tx-robot] updated from transifex
new d559ac5 [tx-robot] updated from transifex
new 6a154c1 [tx-robot] updated from transifex
new 486c448 [tx-robot] updated from transifex
new 216f39e [tx-robot] updated from transifex
new be470b7 [tx-robot] updated from transifex
new 8168e9c [tx-robot] updated from transifex
new f714759 [tx-robot] updated from transifex
new 763dbfc [tx-robot] updated from transifex
new 8104e4b [tx-robot] updated from transifex
new 703002b Set path to neon-config file in cmake toolchain file.
new 6af1a52 [tx-robot] updated from transifex
new 9cdf2d8 Remove potentially dangerous processEvent calls
new 5c49526 Consolidate theming support.
new de69bb9 build fix
new 2a72264 [tx-robot] updated from transifex
new 280dd20 setup wizard: Improve wording and context
new bb2a359 [tx-robot] updated from transifex
new 9a71710 [tx-robot] updated from transifex
new 90e39e3 [tx-robot] updated from transifex
new 11dbaca Exclude desktop file handling for windows platform.
new 72ba421 Push to beta version 2.
new dd2eece Remove bogus reset after creds were written.
new dca8ecb Remove bogus spaces.
new 07034da Take valid caList from QSslSocket::defaultCA.
new 2eb9406 add CONTRIBUTING.md and reporting template for mirall
new 7025d61 Fix c&p error
new 304b484 Typo
new 4d4b509 [tx-robot] updated from transifex
new bc3938d A new sync file protocol dialog.
new d3c55c2 [tx-robot] updated from transifex
new 45c82a2 Go offline when server is in maintenance.
new 87df74e Fix: pause icon not visible
new 635cb4d NSIS: Remove GnuTLS remainders
new f678629 Fix proxy auth
new 8b0cfab Ignore Mac OS custom folder icons
new 5e3f2cf Remove legacy configuration options.
new 36b385e [tx-robot] updated from transifex
new 0f36dc0 FileItemDialog: Add copy to clipboard functionality
new f26f764 [tx-robot] updated from transifex
new 9af862b Fix make install, clean up
new 7552f5e [tx-robot] updated from transifex
new 67b64e0 [tx-robot] updated from transifex
new dd0cfec [tx-robot] updated from transifex
new 76653fc Minor: removed bogus stuff.
new 381aa70 Add a another default Category to make desktop file check happy.
new 915764c If credentials are ok, do not fetch them again from store.
new 0171b8b Make hash formatting static
new 7794480 csync: Put up the QNAM key chain for comparison
new b9fe6f2 bump version (pre-beta3)
new 1b8f705 Fix pre initialization of _state in fetchCredentials().
new a1bf324 normilize url before writing, error checks.
new 84e3d62 Check for empty user in keychain key.
new 8010872 Linux: Work around keychain shortcoming if chain does not contain a password entry.
new 862a9d9 Handle missed case in switch statement.
new 1385aab Changed FindCSync module to not check relative pathes + docu.
new afe6caf Remove stray object
new e0332de SSL: Use better test.
new ec1946a [tx-robot] updated from transifex
new 4ea4c70 Minor: Fixed a typo.
new 7614776 Fixed isComplete() for credential setup dialog.
new e37fc8c tr: Don't hardcode app name in string
new 5dbd987 Mirall != owncloud client. Move about dialog to theme.
new 01a8ab7 Set version to final version 1.2.0
new aca965f Fix favlink generation on windows
new a6573c2 [tx-robot] updated from transifex
new 4908dbd Updated Changelog for the 1.2.0 release.
new 6ee70a8 [tx-robot] updated from transifex
new 08f90ce [tx-robot] updated from transifex
new 3f5c534 [tx-robot] updated from transifex
new d780055 [tx-robot] updated from transifex
new 4fac625 Removed remove of list of configured sync folder on reconfiguration.
new bfee640 Simplify NSIS template
new c0f2f5b Load Qt translations from app dir/bundle, too
new 11e06c3 Fix compilation on win/mac
new f8685c9 CPack: more parameterization
new b81939b [tx-robot] updated from transifex
new d681066 Results bubble: _localPrefix might not end in a separator
new c0543cd [tx-robot] updated from transifex
new 7cd0179 [tx-robot] updated from transifex
new 1e1751e sign_dmg.sh: increase wait time for dmg mount
new 746c035 [tx-robot] updated from transifex
new a04cf32 No need to ship ocsync.conf
new 4beb9b3 [tx-robot] updated from transifex
new 8548529 Changes to handling of command line options. Fix a segmentation fault with owncloud --help. Add -h as help short. If a commandline argument isn't recognized, print that it isn't recognized, print help, and abort.
new 339f59a Merge pull request #284 from mjkent/854852959c95935efd8902f05d9935b04bb9f04c
new a074444 [tx-robot] updated from transifex
new 58ace7c [tx-robot] updated from transifex
new 5944acf Hack: Do not leak FDs when neon is built with gnutls (Linux)
new fd30d8b Typo
new a5b6c3a [tx-robot] updated from transifex
new c14e17e Set to version 1.2.1pre
new 7734656 Make mirall packager for win bundle the new openSSL dlls.
new 0bcb65d Do not allow to press Finished if connection to the server fails
new b6d5213 Add suffix, to be added with -DVERSION_SUFFIX=...
new 3f97047 [tx-robot] updated from transifex
new cece465 Link libdl explicitely.
new fa6331a Removed use of CredentialStore from class and added setter for credentials.
new 2ae5ae6 Change interface to not support customHandles.
new 08babbf Set credentials in ownCloudInfo after these have been fetched.
new 72b2e67 Use new ownCloudInfo / CredentialStore interface.
new 22cbebb Fix build on debian with ancient Qt, thanks Mr. Jenkins for notifying.
new 977a513 Always set the connect result to en/disable the Finish button.
new 7a3be71 The user name is not really to be protected.
new 82d2851 Set username in connection dialog if there.
new 2ac764b Fix compile without OWNCLOUD_CLIENT define, thx Jenkins
new 7b53e0f Fix return from non void function.
new 07258de Fix build for mirall target.
new dc16f27 [tx-robot] updated from transifex
new f75eb24 [tx-robot] updated from transifex
new 9c9e377 adding soname version to libowncloudsync and libmirallsync
new dbb0cba Removed build of obsolete mirallsync lib which is equal to owncloudsync.
new 66fc273 merging with default
new cfa7772 removing version for mirallsync (it is'nt build anymore :)
new 6276bb3 Merge pull request #322 from hefee/soname
new a617a04 Update doc/usage.rst
new 891ced0 Merge pull request #318 from LukeOwncloud/patch-1
new 1296be7 [tx-robot] updated from transifex
new f1e0cd1 Cleaned up used icons.
new d358c83 Fixed typos.
new 38a8096 Fixed sorting of header entries, ie. public / protected / private.
new 39a89e8 Allow setting of custom poll interval through status.php
new 28fcd75 [tx-robot] updated from transifex
new f62626e Delete existing folders properly before adding new ones.
new 6f9bbc4 Properly stop syncing when connection manager opens.
new 1c297c5 Stop authentication tries already after the first attempt without success.
new 0a42754 Added config file setter for poll interval. Thx for pull request.
new 76e9687 Return QNetworkReply from getRequests
new a000a7b Merge pull request #4 from sebasje/requestreply
new 591b71c Return QNetworkReply from remote mkdir
new edbb79b Merge pull request #5 from sebasje/mkdirreply
new a1d64af API additions for the Plasma client
new 28af806 Always return QNetworkReply* on mkdir and also on checkInstall.
new cac5f81 Clear pending network requests in setup wizard on back.
new 9297b3b Add chrome download file to exclude list
new 699ae17 Revert "Allow setting of custom poll interval through status.php"
new 4501ec1 Make sure that journals are wiped if server changes + some utility functions.
new 5a3bc7a [tx-robot] updated from transifex
new 424b3a9 cleanup comments and dupes.
new aa983e4 Make user password dialog real async working.
new 2b5e694 Set default argument to method.
new 8d9336f Removed obsolete scheduler start.
new 6d984b5 Handle not stored password correctly.
new 3556f90 [tx-robot] updated from transifex
new 0e6e614 adding --monoicons option to usage.rst
new 7ef9274 adding manpages for mirall and owncloud
new 279bb47 add creating manpages to CMakeLists
new 1a907f2 moving generation of manpages to sphinx
new 0285213 removing asciidoc, now creating manpages via sphinx again
new 69715d2 merging from owncloud/master
new e1f404a adding maclocation
new 0ea16c0 moving description of config file and client optinos to own files.
new 17901e7 fixing typo in mirall.1.rst
new ee7dc8e Merge pull request #312 from hefee/master
new edb4ff6 adding doc to default if CREATEDOC is set
new 1f4ea2c only add instalation dir if we are creating doc
new 0ebcdbb no more different cmake parameter is needed
new 7ba8a55 Merge pull request #313 from hefee/doc2default
new 8a06b2d [tx-robot] updated from transifex
new a730320 [tx-robot] updated from transifex
new 524ffcd owncloud setup: Fix label style
new 68afc60 proxy dialog: no extra heading
new 85f49b6 Fix guard position
new 804aef6 Remove stray code
new 2ba2036 Remove unused gitfolder class for now
new 7290afc Minimize Sync notification notification
new 8dd97a3 Introduce SyncPrepare state
new bfbec24 Add more debug in case inotify fails
new e5af8e8 Fix crash when pausing mirall.
new 1c70fb3 Set csync config dir in mirall properly
new 365dfd5 [tx-robot] updated from transifex
new 8e63652 Send OEM string to update detector.
new 5954fb2 Centralize error handling for csync steps
new 38954c2 Remove obsolete signal.
new 5b6439e [tx-robot] updated from transifex
new f01eeed [tx-robot] updated from transifex
new 406254c [tx-robot] updated from transifex
new 7a03164 Handle server offline state on application start gracefully
new 8809ac0 remove unused connect
new 89f7f75 If a new server is configured, take the proxy config to the new config file.
new a9173b1 Add setters for update check and max log lines
new ec120cd Make folderman load folders at start and update later.
new 2a6e084 [tx-robot] updated from transifex
new 9c63b89 Removed useless warning.
new 6d6deaf Setup folders added after setup wizard ended.
new 817039d Simplify and fix startup: Steer starting of sync from folderman.
new 75f075f [tx-robot] updated from transifex
new fd83bf2 Remove unused variable doTreeWalk.
new 136b699 Make sure to restart sync after folder add.
new 55a4fd7 Fix commit fd83bf - add treewalk success check.
new 0b0b762 [tx-robot] updated from transifex
new ae558a5 Add a appNameGUI method to the theming.
new 3cf7003 Load UI languages instead of locales where possible
new 4ba8531 Handle all cases in switches.
new 58a5405 Dont do the doc build step on every build.
new e85291c en language is implied
new e2e14f2 Do not install docs on OS X
new dbec98f Manual update of avail translations
new 9981453 [tx-robot] updated from transifex
new dd4aa14 [tx-robot] updated from transifex
new 8765538 Be more permission when loading languages
new ad063b0 Make chinese translations work on OS X
new 9d2c3eb Move config.h out of header files.
new bcb9491 RC1 -> final
new 26d8c21 Updated Changelog.
new d31a6e6 [tx-robot] updated from transifex
new e9b3cbf [tx-robot] updated from transifex
new 2c25005 add http and https icons for connection feedback
new fb8d116 [tx-robot] updated from transifex
new 21123bb [tx-robot] updated from transifex
new d3f51c6 Some more troubleshooting details.
new 3c07cea [tx-robot] updated from transifex
new 9169c70 [tx-robot] updated from transifex
new c514fe3 [tx-robot] updated from transifex
new 25a3ceb adding WITH_DOC parameter to cmake
new b50d201 Merge pull request #423 from hefee/master
new 948a98a [tx-robot] updated from transifex
new e2cccd8 [tx-robot] updated from transifex
new 2554a67 [tx-robot] updated from transifex
new 284285d Do not follow symlinks when recursing
new ae54c27 Added office doc lock files.
new db95e72 bump version
new c633302 Use the certificateChain() in the SSL error dialog
new 4a57957 [tx-robot] updated from transifex
new 337c6d3 Try to avoid crash on Mac OS during setup
new 1c6523b Add plugin for screenreader support
new 287f1c5 [tx-robot] updated from transifex
new a766a44 [tx-robot] updated from transifex
new 1831a97 SSLErrorDialog: We cannot use the existing key chain
new 48310d3 Add 1.2.2 changelog
new 3e45147 [tx-robot] updated from transifex
new 4085476 Manual test for favlinks
new d7a93c7 OS X: Fix creation of Finder Favorite
new dcc8f9f Fix favlink manual test
new 0ad2bd4 Add favlink generation support for Nautilus
new d4c8cad [tx-robot] updated from transifex
new bec2f7c Removed verbose logging on Win32.
new c79f4f9 [tx-robot] updated from transifex
new 396a12d Amend ChangeLog
new d68c4b3 Unbreak self-signed certificate handling
new 07db03d 1.2.3
new 310f29d [tx-robot] updated from transifex
new a8f0e79 Skipping folders with no absolute path.
new 7309a89 Merge pull request #477 from rominf/master
new e0645b4 Allow setting the configuration directory on command line
new 4caca2c The configuration directory is a static attribute in mirallconfigfile class
new be5a50a Merge branch 'confdir' of https://github.com/smessmer/mirall into smessmer-confdir
new d11ce78 [tx-robot] updated from transifex
new 8652557 Fix default config storage path.
new f74aa1e terminate if more than one thread is being started.
new a20f572 [tx-robot] updated from transifex
new 8bae068 [tx-robot] updated from transifex
new aa6160a Fixed some valgrind warnings.
new 783b166 [tx-robot] updated from transifex
new 819f76c [tx-robot] updated from transifex
new 83be334 [tx-robot] updated from transifex
new fcde01f Clarify string in folder wizard
new c7aaa3a Add 1.2.4 changelog
new ee08022 Bump version
new dd7f58b [tx-robot] updated from transifex
new bb74cab [tx-robot] updated from transifex
new 46a8561 [tx-robot] updated from transifex
new 2595b9e [tx-robot] updated from transifex
new 3cae8e7 Remove debugging code
new acdb624 safer approach for detecting duplicate sync runs
new e409814 [tx-robot] updated from transifex
new 275c2b1 Fix misleading balloon titles
new 30e0a13 invalid password: Improve wording
new 4280407 fileitemdialog: GUI feedback for the copy action
new 5e65945 filitemdialog: more wording changes
new 844d8eb Fix tr plural usage
new 88184d1 [tx-robot] updated from transifex
new a4be3f3 Set log verbosity before calling csync_init.
new cd7d2a0 Set path for configure_file of desktop file.
new 763b064 [tx-robot] updated from transifex
new 1f361b7 Make certificateChain() thread safe
new 64a0efe [tx-robot] updated from transifex
new fb0a883 Init member to 0, remove nonsensical if (foo) delete foo
new ea85d68 Revert non-working hack
new 5b5cd31 [tx-robot] updated from transifex
new 5c02c85 [tx-robot] updated from transifex
new 6695b50 Fix Issue #382
new 89e0543 Merge pull request #562 from fastfwd/master
new 668bb94 1.2.5
new de99c0c Silently ignore "installed = true" string in JSON string returned by status.php
new e3f8a91 Merge pull request #559 from ghmer/master
new 43ed874 [tx-robot] updated from transifex
new b4e2e5f 1.2.5 ChangeLog
new bcc6d59 Update CONTRIBUTING.md
new 01b4694 Bump version to distinguish nightlies
new 9f03489 Simplify csyncthread with keeping csync ctx intact
new 8928c87 Removed silly configDir hack from thread.
new 7cc73ed Merge feature branch that introduces non terminating csync.
new 1ca8ebe Do not add shortcuts to non-existent files
new f83453c [tx-robot] updated from transifex
new 2010152 [tx-robot] updated from transifex
new 55a56cc Find csync_version.h, local config.h
new 2789522 Folder/ownCloudFolder: Clean up secondPath stuff
new 1d0d1c2 [tx-robot] updated from transifex
new ce996b3 - Update Cross-Compiling section: Listing of all needed libraries to successfully build the Windows installer package - Adding a note about the missing cross-compiled LOG4C package - Minor changes to the documentation to be more specific about building the Windows package
new 1b5ed68 Formatting cleanup
new 7e07d20 Remove LOG4C information as this is not needed anymore Signed-off-by: Mario Enrico Ragucci <github at ragucci.de>
new d7bce80 Merge pull request #580 from ghmer/master
new 504b651 [tx-robot] updated from transifex
new 183f157 [tx-robot] updated from transifex
new afc96e2 Format cleanup Signed-off-by: Mario Enrico Ragucci <github at ragucci.de>
new 75448c4 Verified format cleanup (really...) Signed-off-by: Mario Enrico Ragucci <github at ragucci.de>
new 7d71f9d Merge pull request #582 from ghmer/master
new c5a674b More work on new Connection dialog. First working version.
new 09e7f5c Add qprogressindicator widget
new fab77a1 Fix build after merge
new 311bd39 Add simplified FancyLineEdit from Qt Creator to 3rdparty
new 6f0820a Add QProgressIndicator to source list
new 238111b Find csync_version.h, local config.h
new eaf8655 Added owncloud logo for new setup dialog.
new 5f535b9 owncloud logo pixmap.
new a8bc849 Add blue ownCloud logo.
new 6c5d5a5 Simplified config file write method, removed don't store pwd.
new 5aa8f5b Added own CookieJar to not return a Session Cookie, rem Auth Callback
new c848ff4 New setup dialog, simplified version.
new a215e11 Merge development branch with new setup dialog.
new 5dd53b4 Add missing lineedit method for ancient Qt versions
new 3f3f6c0 Move setPlaceholderText to correct class.
new 1e677a5 Fixed default target dir to / and fixed logging text.
new b33b638 A bit more verbose troubleshooting documentation.
new fee0aae new wizard: Better separate folder names in strings.
new 6b15b7a Update detector: make it possible to skip updates.
new 105c76c Fix sizing problems in the new wizard dialog.
new b51f210 Drop (broken) mirall binary
new c15ce2b Remove last traces of localRun
new 90d0460 Remove dummy artwork, dead switches
new f0bd1ea Add connectionvalidator class
new be5c1b2 Fix build
new a36d79e Fix make install
new eea8542 Quit app/abort sync gracefully.
new 302fdeb Use UTF-8 for basic auth
new aa23e46 Correct spelling of some mac os meta files
new 2ff9fcf Fix crash if _thread is not initialized before.
new f334b63 Add a call to quit to make the thread ending the loop
new a0599e7 Update build instructions for Mac OS
new bd74dbb doc: markup fixes
new c923e08 Add SyncResult::SyncPrepare case to FileItemDialog
new 0f03b47 Make new connection wizard themable
new be4027f Remove deleted file from resources
new 7b5079f Amendment to previous commit
new c210e2b Remove obsolete miralltheme
new 44f0fb0 Fix broken include
new 3a50eec More theming refactoring
new c06f7b7 Update README.md
new 2f0474a Add support for freedesktop notifications
new 1315ca2 Move files to correct location
new f346503 Better fdo detection
new c03199e Re add space
new fa62c27 Merge git://github.com/owncloud/mirall
new 8165b83 Check for service availability
new d4ea0ba Merge branch 'master' of git://github.com/gnumdk/mirall
new 14f5542 Remove obsolete connect statement
new 62ad2f1 Setup Wizard: Make server/folder buttons work
new 6469226 1.3.0beta1
new 804eaa7 Remove bogus debug output
new dbc085d Fix systray class when built without FDO support
new 0683c26 Make setting custom folders work again
new 70f627b Fix the folder setup wizard.
new 9dc21bf Let the keychain return new creds during async save.
new 2bcfc14 Let the folderman create a new sync directory.
new 0bd1f50 Added a checkbox "start sync from scratch".
new 23f67d9 Handle password change correct, add "sync from scratch".
new e888953 Fix owncloud theme icon
new e2c0792 take local folder path from property
new fdd52a2 Kill non-boxed mode for now
new f38d8ba Improve wizard in edit mode
new dd28598 Set User-Agent to contain Mozilla/5.0 string
new 1418512 More cheating on proxies: Add OS to User-Agent
new da6a398 Wizard: Warn on re-setup with multiple folders
new c651c8c Wizard: Improve wording.
new eec1af0 Wizard: Fix rich text label layouting
new 52eca13 Delete QWizard on destruction
new 7ee8384 Do not try to reset the wizard when visible
new ed8cdf6 Remember proxy settings even after switching type
new 7d1bd9d Properly deal with SOCKS proxies
new 94f8c39 Proxy settings: Also keep proxy user/pwd
new 0d06fe7 Status dialog: Use correct font metrics
new 078b09b Remove obsolete include
new e88b7e8 Centralize User Agent string and use in UpdateDetector
new aaf59ce Wizard: Normalize directory separators
new efbad3a Propagate proxy changes to csync at run time
new a9aab30 Display proxy errors
new 477953f Put wizard url customization before connect signals
new b6ed959 Removes server url label if a custom url is defined
new b028ca0 Merge pull request #650 from manolopm/master
new c1b92f9 beta2
new f337136 Check the CredentialStore state before fetching creds again.
new 96531b5 Minor Cleanups.
new 0eb6740 Added default argument to terminateSyncProcess
new b1c8bf5 Fix backup name generation.
new 8014bcb Check for emptiness before backuping the entire dir.
new 1f2ba7e Handle rename fails for backup reasons correctly.
new 7c1f91a Add the --logdir commandline option
new 49b4c34 Really unload folders before reconfiguring.
new a4a68c6 Wizard: Better wording when renaming failes
new 0090862 wizard: show native separators on folder chooser button
new 7978524 Docs: --logdir replaces --logfile
new 0c959e8 Windows: Log change of power state
new 0332494 Add torture scripts + standard layout files
new b70c2f5 torture scripts: fix description
new d7d77a4 Show help on Windows
new 12148b5 remove journal when adding a new sync on an existing folder
new 4442564 Clean up slotAddFolder
new 2099b7c ensureJournalGone: fix logic
new 9d7db88 status dialog: Use contrast color for highlights
new 858dcb5 Status dialog delegate: Use font from option
new b0f0d0b qDebug() ises local8bit, not utf-8.
new 779e591 Added --logexpire to remove the log after some hours
new 7658084 Fix misleading confirmation message
new d2579a7 Warn if we detect that all fles are about to be removed.
new 54e4217 Add Missing LGPL_EXCEPTION.txt
new 205502f Fix incorrect license attribution
new 74b4ade Add missing return statement
new 541239c Make the message box more explicit when all files have been removed
new 1c6bc84 Wizard: Always initialize all labels
new b03c168 Status dialog> Do not adjust pen when using Vista Style
new 2af38b0 Fix status delegate
new 10094a9 Proxy Dialog: default to port 8080
new 1a17f40 Remove debug
new e53e39c Remove obsolete members from enum
new 3eb7acd Folder wizard: use native separators in path lineedit
new 1ec5a1a Put FolderWizard on the stack
new b37645e Revert "Put FolderWizard on the stack"
new 99fbf25 Keep the member variable, avoids double instanciation
new 12ea381 Do not re-use the configuration wizard.
new 5588fbe Fix clicking on the systray when the setup is not finished
new 4b0bdd6 Do not repeat old strings
new bb5cf37 Fix issues found after review
new d323ec5 FileItemDialog: more clarity in the label
new 89438f7 Make SyncDisabler local to slotAddFolder
new 99579e8 1.3.0beta3
new 334443a Fix crash when removing a folder
new e33601b Fix leak
new 82d79b1 Remove folder from the scheduling queue
new 8ec2457 Only change subtitle if the config file actually exists
new 91b5f10 Theming cleanups
new 8ed0b1b Teach ownCloud theme about QVariant
new b87b0e1 Avoid infinite loop if authcheck fails
new 60f1c65 Don't lose proxy settings when changing passwords
new 9697571 Fix changing the password when the password manager is not available
new 3c320c2 Credidentail dialog: it was suposed to be asynchronous
new 1356a5b Fix reading the password from the config
new 9055c6a Add storage backend field to issue template
new f42a6d6 Advertise the use of Gists for long logs
new 4ac98bd Remove dead code from StatusDialog
new 01ad3c4 Remove more dead code for readability
new 46c7026 Answer correctly if proxy auth is needed
new d601285 Remove mirall man page
new c6111d0 doc: Fix wording
new 6470a3f Doc: remove now meaningless scentences
new 6d847cd Doc: Add back --logfile, as it still exists
new a0375fd Doc: Expand trouble shooting section
new c0cd255 Doc: More structure in troubleshooting.rst
new 24208e6 Remove mirall man page
new fdc8117 doc: Fix wording
new 35a67fa Doc: remove now meaningless scentences
new 22a679f Doc: Add back --logfile, as it still exists
new 0adbc03 Doc: Expand trouble shooting section
new 9cd0990 Doc: More structure in troubleshooting.rst
new bb8b58d Doc: more fixes on troubleshooting section
new 6e2042c Doc: Expand usage page
new a441b1d Bump year
new e43ff39 Merge branch '1.3'
new 5d8f9f5 Silent clang warning
new a8707b6 Report proper error when csync_init fails
new 905f70a Do not store the redirected URL in the config file.
new 0bc9b6f Revert "Do not store the redirected URL in the config file."
new 3bff5a0 Network: Display actual error message next to code.
new b206a3b Beta4
new 4553fa1 Merge remote-tracking branch '1.3' into master
new 8e42721 Do not store the redirected URL in the config file.
new 60a4180 Delay the csync_init after we called status.php
new 5c4b7d4 Add "Reset Folder" option to status dialog
new 5d9c664 [tx-robot] updated from transifex
new 9dd776f [tx-robot] updated from transifex
new 2b8e1f2 Setup Dialog: Fix widget size issue
new 8192cc7 Setup Dialog: Fix widget size issue (2)
new 5e9fcf7 Raise setup wizard
new a1767b2 String whitespace fixes
new ae57f27 [tx-robot] updated from transifex
new f2d2893 More whitespace changes
new e068098 [tx-robot] updated from transifex
new 3db0788 [tx-robot] updated from transifex
new 1facb1f 1.3.80 (pre 1.4.0)
new c602ec3 Setup Dialog: Fix widget size issue
new 11c6f20 Setup Dialog: Fix widget size issue (2)
new 12cc8bf Raise setup wizard
new a662c85 Add "Reset Folder" option to status dialog
new 016868e [tx-robot] updated from transifex
new 04c8449 String whitespace fixes
new 8eed62e [tx-robot] updated from transifex
new 644b267 More whitespace changes
new 48aa355 [tx-robot] updated from transifex
new 49a5c5b [tx-robot] updated from transifex
new 949dd5d [tx-robot] updated from transifex
new 7cd2f39 ChangeLog
new 903a786 Minor theme changes
new 3a662f7 [tx-robot] updated from transifex
new 2f16e50 [tx-robot] updated from transifex
new d35e1ba Remove obsolete code
new 1a04c9d [tx-robot] updated from transifex
new 9d01f80 Fix Dialog behavior
new efd11b6 Merge branch '1.3'
new 19aa8c6 build again
new 4945ce3 Use awesome Qt template magic
new b9b18d6 Remove unused configfile instance
new 4ff1a13 Implement folder display.
new e7c77df Quota: Distinguish 0 and <1
new 152e729 thinko
new 3008142 lowercase webdav request
new 261776c Remove useless log message.
new 4bbb29c Terminate sync process in the wizard rather than in folderman unload.
new 2ef6252 Use showTrayMessage instead of _tray directly
new 5171e58 Initialize member var with zero to avoid crash.
new c164beb Commit squashed refactoring branch
new a217e8f Compile fix
new ef03ebe Remove obsolete include
new c06410e Implement Launch on Startup (Win, Linux).
new d870d6c Implement "Show Desktop Notifications" option (default: on)
new bfdb0c0 Enable autostart when the client has been configured
new 6c2c81d Format integer to string.
new d0c5fb2 Check connection at startup through ConnectionValidator
new c621958 More work on ignore/exclude files:
new fff7951 Make Utility::*Startup* testable
new 751d7de Utility: Compile on Windows again
new b2d02ef Improve labeling in case of root sync
new 024d01a Cleanly install themed clients next to owncloud on Unix
new f1bd14e Remove superflous cast
new c8ccb01 Use plural form for sync notification
new 6c7700c Save size of settings dialog
new 748ff13 Utility::freeDiskSpace()
new a63863b Detect missing system tray
new eed3dea Acount Settings: Enable in place password change
new 2ca5eaa utility.cpp: Make compile on OS X
new eabe3f9 Raise settings dialog when creating
new 13fb49c Make Jenkins happy
new 892419e OS X: Ability to disable startup item
new c8d9e84 OS X: Find out if we are a startup item
new 3cc670e Send non-standard port along with host
new e398cfb Introduce Utility::compactFormatDouble()
new 4fde3f4 Quota in Account Settings: properly round value
new d2657bc Do display floating points with precision of 1
new 25065c4 Remember geometry of LogBrowser
new 10b55f1 Fix build for Qt <= 4.6
new 279a738 General Settings: Fix spacing in layout
new cfaaf4a Don't always send Auth headers
new eb39d14 Use default cookie jar again
new 6b5b9db Handle progress through ProgressDispatcher class, WIP.
new 5da6103 Documented the docexpire option.
new 7ae95b1 Added method to check if the password is in the config file.
new 40ab325 Cleaned up credentialstore class a bit.
new 8c66085 Folder wizard: Warn if a chosen dir is read-only
new edd9d9a Fix disabled state _again_
new ae2e3e7 Remove autostart option from Windows installer
new b8f783f Set proxies and ignored files before every sync run
new 218fa04 Reduce thread priority
new ab72644 Check if quota request had HTTP 207
new ab7bfab Put cookies into csync
new b42c7e0 More work on progress display of file up and download.
new 3b00dfe Add a textual display of the file size in progress.
new 5fa7e48 Do not show the frame around the progress.
new 992dffa Add an overall progress counter to progressDispatcher
new 44fa9bd remove skip save pwd parameter -- not used any longer
new 1400889 Small cleanups
new 7fb7cc8 Don't hardcode strings, use constants instead
new 1cc60e7 Rather show overall progress in settings dialog.
new b79a454 Implement UI changes discussed with Jan.
new f0d454b Ignore list editor fixes
new 0be0111 Use WA_DeleteOnClose for settings
new c74382a octetsToString: Add TB case to pretty printer
new d5ad3a8 Removed mistakenly checked in file.
new 40c2d89 Refactor sync result
new b2c587e Settings: Show overall state as account icon
new 5fe4d2d Introduce MirallConfigFile::save/restoreGeometry()
new a5e7af6 Make FolderMan a singleton
new 710625e Spelling bee
new 38db0ed Make selection of target ListView-based
new 56e5627 ownCloudFolder -> Folder
new 8236daf INotify backend: honor ignored files
new 7b5ef21 Remove accidential change
new 47f151c FolderWizard: Return targetPath properly
new 85d810d Rename signal from folderProgress to itemProgress.
new 274f59f Reworked progress again following mirall bug #137
new da08729 First version of progress in the context menu
new 976c41a Beautified ProgressDispatcher
new a3b3c28 CSyncThread: Fix unreachable code
new d4a5ab2 Drop Compat with Qt 4.6
new 44289c8 OS X: Fix compile
new fb547e9 Fix/compactify comments in folderman.h
new e353193 FolderMan: Remove dead code
new aee0f0c make addFolderDefintion easier to read
new 6552a48 Make compactFormatDouble a bit smarter.
new de7bcca Fixed signal and slot parameter list for progress.
new 810024f Reworked progress display for more performance.
new 8c15839 Remove all >= Qt 4.7 ifdefs
new a400a2e OS X: Fix window messup
new bca2951 Make use of bandwidth limiting, split general/network settings.
new 08acf5e Network Settings: Reword entries, fix uic warnings
new 6c90989 Make progress display more robust.
new a827056 Fix upload limit
new 8f912ca Adopt to new progress API in csync, WIP
new 3a9ab3a Consolidated progress displaying to a single slot from csync.
new edf8147 Small cleanups.
new f187864 Linux: install all available icon sizes
new a07d2cd [tx-robot] updated from transifex
new f5bbb12 Crash hotfix, need to dig down actual cause
new 84e8ab5 Make progress aware of errors, first step.
new a0d9d41 Use const reference parameters for custom struct parameters.
new a64724b More sophisticated progress, add Recent Changes Menu to tray.
new 0353d7b [tx-robot] updated from transifex
new fd6a17f Add journal and temp journal to ignore file
new be65f78 Fix win32 installer
new e705db8 [tx-robot] updated from transifex
new 1967226 fix networksettings.ui _again_
new 227ea8e kill existing
new 7274417 explicit selection and mapping of maguages
new b638341 Merge pull request #821 from owncloud/ts-cleanup
new b5b7589 [tx-robot] updated from transifex
new ce851a7 Use wildcards for translations, so they are always up-to-date
new 43ae3df no zh, but zh_CN
new a25d9fd Added itemprogressdialog class to show the sync progress and problems.
new 1399ea1 Fixed rounding of size display.
new 19bbff7 Improve FolderWizard
new 8d9b4d3 [tx-robot] updated from transifex
new 6ce1c17 Give application class control over itemprogressdialog
new 5e82dc1 Some more refinements on item progress
new 33d7696 Updated options with missing cl switches
new 1e50620 Merge pull request #822 from RealRancor/master
new 49be4a3 Propagate soft errors into SyncResult, icon fixes.
new 18f764e Fix a typo.
new 21c6363 [tx-robot] updated from transifex
new 4ce92f1 [tx-robot] updated from transifex
new 16d81db Show deletes in progress.
new ba01a69 Renamed test case to get rid of stinking name.
new 67f57a4 Disable unknown csync flags for now.
new b680540 [tx-robot] updated from transifex
new 99dea76 Fix path display in folder wizard
new 578bcc3 Remove scheduler logic from folderman and moved it in folderman
new 6fb5c04 Finish danimo's patch that refactor the scheduler
new 3f15e02 Add support for deletable ignores in IgnoreListEditor.
new 7932ec3 IgnoreListEditor: slightly better text
new 203b9c7 leak fix
new 26bd164 Safer implementation for substitution of WebDav URL
new 582ce4c Cleanup setup wizard. Split setup page into two.
new 92af3ea Add and use credentials abstraction. Implement HTTP and dummy credentials.
new 367bc40 Add Shibboleth credentials implementation.
new eacb849 Fix credentials handling in csync.
new 7f6dc29 Create HTTP credentials object for config without type value.
new 52b3f71 Remove unused stuff.
new d5885da Move credential related files to creds directory.
new 306a942 Avoid a crash when disposing Shibboleth browser.
new a6bf33c Make "Connect" button inactive until we get a Shibboleth cookie.
new 224fd21 Fix displaying URL in account settings.
new b7e88aa Fix copyright headers.
new 78b6f4d Move the creds/ and wizard/ directories one level higher.
new 6a9a255 Fix shibboleth syncing after client restart.
new 9413a30 Fix build when using QtKeyChain.
new 9724e52 Fix warnings.
new 6543a01 Fix warnings emitted by clang.
new 3b6aeb1 Make browser inside Shibboleth wizard page a bit larger.
new fa95a63 Fill username in HTTP credentials setup page.
new 945951c Fix indentation.
new 50edac8 Split setup page into server and advanced parts.
new 928eae4 Hide resolution widget in advanced setup page if nothing has changed.
new 69a4558 Actually use the remoteFolder sent by signal.
new 36cb827 Print correct subtitles when modifying account details.
new 4104db6 Remove unused method.
new c1fdeca Fix misc warnings.
new f6e3838 Create a QNetworkAccessManager subclass which sets proper user agent and use it.
new 72d51e4 Show browser as independent window instead of putting it into dialog.
new b0236ea Fix folder item being inactive.
new fb79b8a Omit the server setup page in wizard if URL is overriden by theme.
new 5930ca8 Temporarily log HTTP traffic done by MirallAccessManager.
new 2b3b4f9 Start setup wizard if no config exists on startup.
new da370c8 Go back if browser in wizard is destroyed before getting a cookie.
new f0b284e Refresh Shibboleth cookie if it gets outdated during sync.
new 740d33b Revert "Go back if browser in wizard is destroyed before getting a cookie."
new 00e819b Make sure we don't append several copies of cookies for syncing.
new ee1b846 Revert "Temporarily log HTTP traffic done by MirallAccessManager."
new 0932ee6 Merge branch 'shibboleth'
new c9ddb12 Build after merge
new 07d9d37 Refactor: move the pollTimer to the folder
new 5d24599 Fetch the etag of the folder to see if it has changed before syncing
new a9f23a8 Get the etag of all subfolder for the root directory
new 85a832f NSIS: Add WebKit dll
new 577bc54 Handle SSL problems also for Shibboleth servers.
new e1d1c10 Fix workflow in wizard.
new 0021425 Remove most of the dead code in Shibboleth setup page.
new 9c28933 Handle notifications for deletes.
new 01fd324 Add folder alias to sync result structure.
new 4d8a371 Display information from SyncResult.
new 3502edf More detailed strings for the progress kind.
new 23f8e3b Allow Delete notification.
new 933a62d Add recent action entries in correct sequence to menu.
new 7e794cd Tell the progress dialog about a new sync result object.
new c49edeb Fix regression in FolderWizard over 1.3
new 6226a6e Enable delete messages for progress display.
new 364d434 Show a more informative problem message in progress.
new f887883 Fix compiler warning
new 114f66f Add -Wall -Wextra -Wpedantic (or -pedantic) warnings by default.
new dab17e3 Merge pull request #836 from krnowak/warnings
new b08c1ad -Wno-long-long required due to Qt headers
new 761c05c [tx-robot] updated from transifex
new 1943cc6 Added missing switch cases to calm compiler warnings.
new 1a9eb19 Fix even more compile warnings.
new 9b319cf Significantly simply logging
new c24d6bd Notify user if there is a problem with the inotify watcher
new 704ba79 Fail the sync if we close the browser without passing proper credentials.
new a875b46 Add cookie handling for Shibboleth credentials.
new 87cb2a7 Set busy cursor when doing page loading in browser.
new a493f81 Windows Installer: Add jpeg,gif,ico image formats
new 22938cd Proper network icon for the nice new settings dialog.
new 6163de3 Merge pull request #840 from owncloud/network-icon
new 055410e Setup proxy connection before every sync
new c05adfd Open Top-Level-Dialogs modal, not semi-modal
new c9e51dc Display properly elided text in progress.
new df5ef6f Added new information icon.
new 0086916 Retain all old settings when running the setup wizard
new f89ffa5 Bump version to 1.4.0beta1
new 4e7c069 Some adds to the architecture documentation.
new 52a47fb Force a sync run after 5 minutes
new 95d600c Fix proxy documentation, explain bandwidth limiter
new c323041 NSIS: install libjpeg for qjpeg4.dll
new 4e3d4c3 Credits: Add Jan
new cc6abfc ChangeLog: 1.4.0beta1
new 6655da9 Fix warning
new c047b4d Seems autowrapping doesn't work everywhere. Enforce it
new b0852b4 No ... for entires that do not spawn a dialog
new ff4d2d4 Add cancel button to wizard on Mac
new 60a116f Add tests for Utility namespace
new 0300a85 [tx-robot] updated from transifex
new d3378c1 Fix formatting for 1 byte size in octetsToString()
new 0ced165 Add tests for Utility namespace
new ff2d59d run tests verbosely
new 82fb8c4 Do not clear the pending event in the polling anymore
new 1ffab73 add the temporary downloaded files to the exclude list
new 46b870e Revert "run tests verbosely"
new eecb981 [tx-robot] updated from transifex
new b058185 Don't add empty entries in hidden files editor with an empty string or when cancel is clicked
new f4da7f1 Merge pull request #857 from Arakmar/hiddenFix
new 094f2bb [tx-robot] updated from transifex
new 6c0f6ae Make copy action copy all fields again
new 268004b Get correct action kind from progress Dispatcher in case of Context kind.
new 32b44e3 Removed unused dialog class.
new 0a9491f Improved timestamp formatting in item sync progress dialog.
new ddd0965 Fix include after class rename
new 88b4ff9 Wording changes proposed by Jan
new b59952b Wrap custom message label
new 00cf290 reduce a bit the log output
new a642f86 Detect connection failure from the polling
new 91a3958 re-enable the sync if the syncing was disabled because the connection is down at startup
new 1f2ae0d Folder Wizard UI clean up
new c2cc9e6 Fix the brandwith limit
new e89bdfc Make the Pause button stop the sync
new 697e355 Hide mono icon options if the resource has no mono icons
new 1f27469 Pressing F12 in Settings now open the log browser
new 4d7c014 Resize dialog
new f882b80 Fix wording to more consolidated style, Jan request.
new b96c2de Cleaned folder class, removed a couple of signals and helper classes.
new cc16d19 Removed unused defines.
new 44b9ee1 Flatten the itemprogressdialog and show a flat list.
new 5feb9b0 folderwizard: layout fixes
new 9651f1c Folder Wizard: Decode percent encoding
new 066c0ba Make building documantation parallelable.
new 148bdfd Some minor cleanups.
new 192212c Handle quota exceeding as error.
new ee43938 Logger: always log to log widget
new b309d33 Minor wording and margin fixes.
new 0e5bfc0 Removed label on request of Jan.
new 7f7ebc3 Fix showing help when app is running
new 5ff9e02 Implement --logfile - (log to stdout)
new 55e4748 allow relative directories for --confdir
new 6c77921 Admendment of last commit
new 8dc956c Put all the debug in the log window
new dce8cb8 Do not forget the config on the second page of the wizzard
new e01ce20 Wizard: Do not use FormLayout for URL line edit
new e55745c Remove connection from unexisting signal to unexisting slot
new 3c66791 Fix Reconfiguration keeps sync folder definition
new c4084de Remove the 'Remove Account' button
new b9228e6 Make Folder Reset an expert option (F5)
new 0995377 1.4.0 beta2
new f78749d [tx-robot] updated from transifex
new 24251bc Add "Keyword" to the desktop template
new a1060a8 fixup the layout of the account settings
new c03f31b put the 'Account' item first
new 23926d2 small leak
new 22de23c Fix the 'no limit' upload setting
new 395c673 Fix the quota bar for quotas larger 100%.
new 367c415 Show a bubble if the quota was exceeded.
new 0fdaf33 Use correct translation call from QCoreApplication.
new bf978b3 Handle Progress as a namespace rather than a class.
new 1603e62 Remove superflous conflict case.
new e81dc34 Add a tooltip in the sync protocol list.
new b608f5a Progressbar and quota bar tweaking.
new 47eb5ff Do not keep the log if the log window is not visible.
new be48cb6 Setup wizard: Start sync when displaying result page
new 7ba47e9 Code formatting fixes
new 71b1e88 Setup Wizard: Only label button "Connect" where suitable
new cea9b38 Account Settings: Use native highlight color
new 34d7f84 Minor cleanup.
new 2756d17 Fix/add missing status strings to theme.
new a9d94ef Show error message in status dialog in error case.
new 2c8e95a Be more specific when disconnecting the signal
new 3a1f04a Allow folders with characters that need percent-encoding
new 1a7c893 Fix crash when finishing the wizard
new c3b82e6 Fix sequence for recently changed items.
new 29d2094 Hide password in the account settings
new a19a960 [tx-robot] updated from transifex
new b4c116e Add the new directories comming from the sync in the watcher
new c1f7af7 Write desktop file manually, add gnome startup property
new e5117a9 Quota bar: Reduce border width to 1px per request
new ace57f9 [tx-robot] updated from transifex
new 13a6393 Adding "Type=Application" to desktop file (to fix autostart in Ubuntu)
new f09cae7 Merge pull request #897 from onnozweers/patch-1
new 42abf41 Honor cmake's install prefix
new 31ceff1 Amendment to last commit
new 4be5f97 Default to no limit upload
new 04d3e28 Stop the poll timer when the folder is disabled
new d3a333e Fix the 'copy button' in the protocol log
new 0189a3f [tx-robot] updated from transifex
new e386bfb fix x-compilation
new 9f89a2f More adjustments around the application name
new b0ab3ca Theme: Add documentation after recent changes
new 4c10ed4 Remove some entries from the default exclude list.
new c631911 Better default size for the setting dialog
new 19a08f8 Make remember the size of the settings dialog
new e78eab4 Fix saving the geometry of the log browser
new 076d5dd RC1
new 30b2406 Fix windows packaging
new 39ec6b1 [tx-robot] updated from transifex
new 8a7df36 [tx-robot] updated from transifex
new c0e056b Only show help if a URL is provided
new c3326ef Do not sort the entries in the syc protocol dialog alphabetically
new 24d76a0 desktop file == executable
new f6d45b6 More clear error messages
new 77e7a1f Fix casing in settings dialog
new ec5c65a install correct file
new b120345 Icon file needs to use app_executable as well
new b977015 Properly install icons
new 79d3b84 Reintroduce workaround for /etc in root if files go to /usr
new 8bfb44f Inverting the logic to set the prefix for SYSCONF_INSTALL_DIR
new c15de69 Reconfigure the proxy when needed
new ccc05d6 [tx-robot] updated from transifex
new 0bef47b [tx-robot] updated from transifex
new d1451a3 Mac: Use hdiutil attach instead of open during signing
new 18a58f7 Startup: Unity has no proper Systray implementation
new a27c8ad Fix crash in case of error
new 02b3033 Use the same convention as on the server to format strings
new 0873665 Tests: Move all comparisons from QVERIFY to QCOMPARE
new 54c8809 Tests: Fix indentation
new bfdd488 Tests: make tests run in parallel
new 1b69dbb [tx-robot] updated from transifex
new ab4c624 Fix display of "Monochrome icon" setting
new 25d33d6 [tx-robot] updated from transifex
new 9a0096d Docs: Allow to build with org and com branding
new 5df6430 Doc: Do not enforce theme when building without submodules
new edcdcb9 Show the reason why a file was ignored.
new 81c720c Remove dots from the end of error messages.
new 063acad Doc: new interface chapter
new 36f32c2 [tx-robot] updated from transifex
new da63b12 Doc: more polishing
new 64dd0d1 Consistent look for top-labels
new a24ae13 Added logging to quota info result slot.
new 4fa6faf Hide quota and display explanation if no quota info is available.
new 9ce0971 1.4.0 final
new 385759f bump version
new 58f4f36 Startup: Unity has no proper Systray implementation
new 73da086 Initial changes to also build on Qt5, doesn't compile yet
new 336bbb2 Compile with Qt4
new bf6d0a5 Compile with Qt5
new 625b211 Merge branch 'qt5'
new b676ffe Some more info about the exclude matching.
new e1e8842 New owncloud propagator that skip the vio abstraction layer
new f6ff189 Add owncloudcmd
new c041076 Handle renames
new 264cc73 Implement renaming on windows
new 72580d7 move command line client into bin dir
new 7df23a1 Proper error reporting of propagator - WIP
new c956d11 More error handling of propagator, some cleanups.
new 5118054 Enable the backup of conflicts files in owncloudcmd
new 662bd4e propagator-ng: handle conflict
new 71b2380 Fix compilation after previous rebase
new 0c775ab propagator-ng: get the etag also in the GET request
new ecaf66d style: use _ in front of member variable
new 721a8f7 Improve error handling, add error string to each individual file item.
new 2e53e2e Really return true in case of error.
new 946258c Created a test file for ownCloudPropagator. Not much in yet.
new 02957ab propagator-ng: Emit the fileReceived signal
new 7f8eba3 propagator-ng: set the modtime on downloaded files
new 0636ae6 propagator-ng: be able to resume download
new 685bf39 propagator-ng: resume uploads
new 7cd12e7 remove some FIXME
new 2193da0 Fix a few FIXME
new 852e30e owncloudcmd: don't abort on unknown argument
new 0b1ecd0 propagator-ng: Abort on fatal error
new ecd314c Give the tmp file a proper hidden and excluded name
new 98cbb59 Fix handling of conflicting directories
new b31200a propagator-ng: fix setting the mtime
new 40255d6 propagator-ng: adapt to the merge of rename_folders branch
new 9ce47c9 make the propagator asynchronous
new 07ce6cf don't use member variable of the propagator
new 5bb4c3b TMP threaded
new 04f32bd Revert "TMP threaded"
new 0589bfc Merge branch 'master' into propagator-ng
new 67c5f51 Fix compilation after merge
new f8e6326 Default to not cancel
new e4128cd progress with new propagator
new 98efab8 Compile against ocsync based on csync 0.50
new 24af9f3 Merge branch 'csync_lgpl' into propagator-ng
new 3c2bb1e Compile after the merge
new 8fe1026 Merge branch 'propagator-ng': Fixes to work with new LGPL ocsync.
new 573aaec Fix propagator test
new 23d8f01 Fix locating translations on linux
new 121efd8 [tx-robot] updated from transifex
new 35ac661 Compile with Qt5 on Linux
new c6ed7dc Tests: Find test lib in Qt5
new 6b9950a Qt5: DBUS is only needed for FDO
new 76deabe Use List to handle errors and display multiline.
new 171a9e1 fix Qt 5 build on Mac/Win
new 51a7cbe kill warning
new 7cea222 [tx-robot] updated from transifex
new db648a0 [tx-robot] updated from transifex
new 198cb43 Qt5: Q_WS_* macro were deprecated, replace by QT_OS_*
new 6da2f6b Qt5: QSettings is no longer case insensitive
new 013b87f ignore the progress database
new 751181d Update building.rst
new 1e7716a Merge pull request #964 from morriswinkler/patch-1
new 5639572 Wait up to 30 secs before complaining about missing systray
new 00d0976 Fix compile error
new 48b4c57 Use shared version of libhttpbf, package it on win
new d4477b0 [tx-robot] updated from transifex
new 3577ba2 Fix httpbf/neon linkage
new 5942574 Send basic auth in utf8.
new 55f2fcb Folder Wizard: More sanity checks
new 2d2e843 Compile (find httpbf)
new 6bfdfd1 Fix progress with new propagator
new 177114f Initialize the size of the SyncItem
new 927f754 Revert "Compile (find httpbf)"
new 3c5c432 Minor code cleanups-
new ec06663 Handle startup network errors correctly.
new 6f637e4 Enable and disable syncing also in the folder objects.
new ce59344 Do not en- or disable the watcher in setSyncEnabled.
new 91759c4 [tx-robot] updated from transifex
new 574e029 Setting thread priority is only possible after calling start()
new b488ad1 Do not build org and com theming when building from tar ball
new 2b16028 Don't ship doc/scripts/README.rst via sphinx
new 7045a6c Merge pull request #996 from owncloud/dont-ship-doc_scripts
new e38d080 moving back to 1024 as divider for kB, MB, GB & TB (cherry picked from commit c87c456ae01a5ac5e479285a8a30d8154348b9bb)
new 60ef553 fixing testOctetsToString (cherry picked from commit 78c8f136457676ff18fea53d9ac32bfe1a43fbb6)
new 41b1b53 [tx-robot] updated from transifex
new 9ed4aa4 [tx-robot] updated from transifex
new b334c82 [tx-robot] updated from transifex
new 5b60522 [tx-robot] updated from transifex
new 4de99d2 [tx-robot] updated from transifex
new 05178f0 Fix locating translations on linux
new 74ec37f Use List to handle errors and display multiline.
new f597f99 Wait up to 30 secs before complaining about missing systray
new 51712fe Update building.rst
new d888843 Send basic auth in utf8.
new fd30df8 Folder Wizard: More sanity checks
new eded901 Minor code cleanups-
new eb5824f Handle startup network errors correctly.
new 287ec2f Enable and disable syncing also in the folder objects.
new 80332fb Do not en- or disable the watcher in setSyncEnabled.
new f97bb24 Setting thread priority is only possible after calling start()
new 2dad027 Do not build org and com theming when building from tar ball
new 94d9b8f Don't ship doc/scripts/README.rst via sphinx
new c87c456 moving back to 1024 as divider for kB, MB, GB & TB
new 78c8f13 fixing testOctetsToString
new 864b7cd Merge pull request #998 from owncloud/fixing-mb-1.4
new 0be7c02 Replace forgotton 22px app icon version which was still s/w
new e420ae6 Folder Wizard: Fix various issues
new 5e5a77b Fix parameter order
new a1d0b85 Add copyright header to syncfileitem.h
new 15d247a Ui::SslErrorDialog belongs within the Mirall namespace
new 525d12f Make "Sync started" message optional
new 8fdf9ca Try to be more graceful during shutdown
new 23fab90 _tray is a QPointer, not a QScopedPointer
new 6a8753b Start only one wizard, delete it when done
new a057eb8 Fix focus issue during setup wizard
new ec5a84c Pop up config wizard if no server url is configured.
new d0a4650 Settings: calculate sidebar width dynamically
new b0beeea More fixes related to object destruction on exit
new 363efaa Theming build fix: Icons need shortname
new ee840b6 Fix syncEnable in folder and folderman.
new 31923b3 Removed left over stuff from refactoring.
new 1eaa1e4 Be more careful with items in model when deleting rows.
new 1988c9d Do complete sync if network was disconnected.
new 0959cee Disable delete of folder object temparily.
new c96980a Set version to 1.4.1rc1
new 7ec636a Added changelog entries.
new 65171cf Fix application shortname for proper icon
new cae6ca9 Revert "Fix application shortname for proper icon"
new 7048bd8 Handle app icon names properly.
new c45d55b Create a rc2.
new 27b9a5a Merge branch '1.4', brings in the changes we did for 1.4.1
new 5cf13df Make logging work again.
new 00fff7f [tx-robot] updated from transifex
new de9dcbd Transmit the new mtime of the file with the PUT request.
new b4911cc [tx-robot] updated from transifex
new 0d0c6a1 [tx-robot] updated from transifex
new ab007e2 Set version to 1.4.1
new 3e31d86 Add missing trailing semicolon as nagged by rpmlint.
new 86e42a9 Fix possible endless loop in inotify
new df36ebf Merge branch '1.4'
new 13093f5 [tx-robot] updated from transifex
new e250672 CMake: libhttplib -> httplib
new f6f1c63 Allow Constructor to be public, for synclibrary
new f5bcb11 Add connected server to error message.
new 74983af Make evaluateSync public, review pls.
new 82cd79c Add unify defines to header.
new fcc4151 Fix sequence of directories in help text.
new 4a96f9a Add Mirall namespace.
new ea1c951 Refactoring: Moved all GUI related computing out of application class.
new 2149814 Fix/enhance user information about problems on startup.
new 48abe62 [tx-robot] updated from transifex
new 5572209 More refactoring: Logger and Logbrowser out of application class.
new d8309a6 Even more cleanup.
new e2a2b88 Remove the unused errorDetails
new d135aab clear the etag in every cases, not only when we upload files
new 47f299f Send the last known etag to the server in a If-Match header
new 3dc2547 WIP
new 4e91a64 Change the recent changes menu and file item dialog behavior
new 8196106 Utility: Move OS specific implementations into separate files
new 2c2e79c Consider the folder of items to delete from info window.
new f6685ac Use subdirs for more xdg dirs to go through
new 44ed577 List results for all folders, not only one.
new 339ed20 Utility::showInFileManager(): Substitute valid desktop file parameters
new 51d9cf0 [tx-robot] updated from transifex
new b18810f Implement abort with the new propagator
new 79ea7c3 Abort the sync asynchroniously
new 396ec4f Fix race condition in the logger.
new 7ea3fc1 Fix compilation of the test
new 3e0fc56 Dont show the [i] icon in the tray, see bug #942
new 0fef88a Some comments added.
new c32bc27 Add sync journal database class that opens the csync db to read from it.
new be32858 Implemented sync status function for overlay icons.
new c7d30ba Handle new sync result enum.
new 2707116 Minor fixes for file_status
new 273105e Handle new case SyncAbortRequested.
new 4501c64 Do not include whole header of csync_exclude.
new 21cd572 Fix build with Qt5
new 59bf874 Add c_jhash.h header from csync to 3rdparty.
new 2e3aabf Read header without prefix path now that it's in 3rdparty.
new d0af48c Add KDE tmp files to .gitignore
new e304dfd Add socketapi
new daac688 Added method setFileRecord to update sync journal
new 4008f6b Fix file status enum names.
new 94a06ce WIP on the journal database.
new be88d42 Fix connecting to the mysql db
new 3495b82 TMP
new baa9ba0 Save the database after each operation.
new afc13e7 fix Qt5 test compilation
new d8d2d36 Fix SQL Query
new 8ed2588 Fix build with Qt5
new 763cb43 Add qsqlite plugin on Windows
new 0257f7e Add sqlite plugin for OS X
new ba9ac03 Put plugins in PlugIns, not Plugins on Mac
new f4929e8 CsyncThread: Activate recursive PROPFIND
new 127055d Refactor a bit the error reporting from the propagator
new 7c6fcf6 Fix the fact that some success was reported as error
new 805e133 Compile with MinGW
new 05fbfb5 Protect the sync database by a mutex since it is used by the thread
new 290de7c [tx-robot] updated from transifex
new fe46b58 [tx-robot] updated from transifex
new fa9d161 Add some progress meassuring logging.
new ef81a8a Use qint64 rather than int64_t.
new 1ed8afb Minor changes.
new 53ac542 Integrate progress dialog into settings dialog.
new 3c95d34 Handle sync enable flag correctly in folder scheduling.
new 2240039 Fix literal occurances of "ownCloud" in GUI
new 006be43 [tx-robot] updated from transifex
new d2301c8 [tx-robot] updated from transifex
new 89cfa38 Remove bogus html formatting tag.
new a3927c5 Avoid quick flickering up of the ok-icon for the sync prepare state.
new 9b62104 Add Folder column to Details sync protocol
new 5e50b1f Add some progress meassuring logging.
new f346215 Use qint64 rather than int64_t.
new fb4728c Handle sync enable flag correctly in folder scheduling.
new c2c01bc Fix literal occurances of "ownCloud" in GUI
new 5a7cd81 Reconnect if network is unavailable after startup
new c02d5f4 Remove bogus html formatting tag.
new 7236bd7 Make problem warnings not appearing in the tray.
new 592291c Fix initialized after warning.
new 005d70a Proxy support: Reset useSystemConfiguration() in all cases but DefaultProxy
new 4f2a171 Avoid quick flickering up of the ok-icon for the sync prepare state.
new bfd50ff Do not show progress if nothing is transmitted, show number of deletes.
new 1fccb23 Don't show desktop notification when the user don't want to
new f841450 Do append non empty lines not starting with a hash to ignores.
new d0d3626 Handle proxy on folder level, not folderman level.
new 046d955 1.4.2beta1
new 10fba88 Do not elide the progress text
new 2c63f7a Merge branch '1.4'
new a25d55a Add QtJson to 3rdparty, use it in ownCloudInfo
new a91ba0f WIP: Move network tasks from ownCloudInfo into Job classes.
new 29c846a WIP: Dissolve owncloudinfo class
new d2b445c Basic port, misses wizard
new eda5feb Bring back proper ssl handling
new aa2baa4 Cleanups, ownership for ssl error handler
new a91799a Make the setup wizard compile again
new 14c2ff4 More porting to Account class
new 59bc1d8 Credential Store is no longer static
new 4ca310b Remove ownCloudInfo for good
new 250f281 [tx-robot] updated from transifex
new 313832d Put the progress database within the journal
new 746b86a Save the progress db once a chunk has been upload
new 2b65242 Don't call make directly, it can have another name.
new 1c594b6 FreeBSD doesn't have statvfs64, like MacOS X.
new a06e551 Merge pull request #1103 from Absolight/freebsd-port
new 660469c Do not propagate a move of the Shared folder.
new cb8006b Fix comments of the propagation step.
new 0efbfb1 Fix MOVE of directory.
new c99f75b [tx-robot] updated from transifex
new 2edebde [tx-robot] updated from transifex
new 804c9fb [tx-robot] updated from transifex
new a927caf Fixing Utility::platform for all platforms
new 38679f7 Need inotify on FreeBSD for libsync
new b4621e2 Merge pull request #1114 from owncloud/freebsd-inotify
new 7a68961 Add handling for the file_id data to the sync items.
new 17220f2 Query file Id from server if unknown.
new 2fefc42 Write file Id to journal table.
new 68ba99b Fixed fileID parsing and improved logging.
new e63fc18 Options parsing added.
new 8e90782 Make owncloudcmd display the debug output
new 84a40dc Refactor the new propagator in jobs
new 6e886e2 Merge branch 'propagator-job'
new adc4794 Add a comment explaining OwncloudPropagator::start
new 083e759 Update mingw32-cross-nsis-plugin-processes and mingw32-cross-nsis-plugin-uac
new 44fd03c Merge pull request #1125 from iAndre89/patch-1
new 4ad9f34 Save the UPDATED files in the database
new 75ffa78 emit the EndDownload progress at the right place.
new 01e2743 Always download the conflicted files.
new 6e088e2 Adjust the mtime in case of fake conflicts
new b079ced Use the status instead of the instruction for finished items
new 9500c5f Do not change the instruction anymore when we finish an item
new e38d6d9 Replace _Button* with _button
new b56fcd8 Implement a sync now button
new 86af284 Merge remote-tracking branch 'origin/master' into account_refactoring
new 85d5b82 - Make saving/restoring accounts work. - Prepare for fetching quota
new 76d46af Revert "Implement a sync now button"
new fb47657 Make F6 in the account config sync the selected folder, for debugging purposes
new 5c67f39 Ignore error 404 on DELETE
new a43c5fc Fix header name according to changes on server master.
new cdee0dc Added a PropagateLocalRename job to do local renames.
new c66a1d1 Removed unused code from LocalRename
new 28833ee Fix crash when removing folder while syncing.
new df39ab0 Don't leak the system tray
new d3ae2f4 Reset the proxy module property at every sync
new bdc39f9 Allow folder that are prefix of another
new f0a1ac4 Fix syncing folder with nothing in it
new cc5f17a Merge remote-tracking branch 'origin/master' into account_refactoring
new 440b516 Build fix
new 3af622d Make quota display work
new 800abbf Make http credentials work
new ec0f01f Ensure an SSL Error Handler is always available
new bde5e86 Reformatting fixes
new bd46ad5 Add new quotainfo class
new 478ba9c Fix approved SSL certificates being forgotten
new aa4b6bd Readd "online" notion as a state in account.
new a42ff5a Show floating point prec. in account settings, too
new 1238ab4 fix broken connect() statement
new 33c3d2a Wizard: Initialize account credentials.
new 64ef43d Fix the key used for storing the password
new 5c9a6af Fix crash when opening settings without a valid account
new 8d0d5b4 Make redirects work
new 60b6f52 Make Shibboleth browser aware of Accounts
new b0abb63 Don't set the content header length
new 12b1b38 Fix connect
new 95d7afb cleanups
new d5081f4 Fix logic
new 406ed5a Make new folder wizard work again
new 64b59f8 Don't use integration directory
new 22ed29a Remove obsolete credentialstore class
new 121b18b QtKeychain is not a hard dependency
new ad1c1f4 Remove legacy code
new 9fe2549 Add user info if the auth backends provides it
new c6a9268 Fix recursivley flag misinterpretation.
new 3a21edc Keep originalFile member as QString rather than C string.
new 5cd2be0 Fix local rename.
new ee4cbf5 Remove straycats collected in the reconcile phase from journal.
new b6152c1 Adjust generic build documentation to the current state.
new fe4c1cc Remove straycat code from mirall.
new 41ccbc0 Minor docu change.
new c58e9d1 Again minor doc changes.
new 162acc1 Fix conflict file handling, create a proper conflict file name.
new a458ffd Add missing return in error case.
new 2eb7744 Add rename actions to progress dispatching.
new 2b2987d Make sure to rebuild the recent changes menu.
new e0a50d4 PostSyncCleanup added: Remove superfluous entries from database after sync.
new 14081a1 Call ne_sock_init and ne_sock_exit to initialize neons SSL stack.
new ca79d3b Merge remote-tracking branch 'origin/master' into account_refactoring
new 2ff4ebc Make user() available throught AbsctractCredentials
new 878ae56 Compile with Qt5
new ae83c12 Fix compiler warning
new 233a690 Partial revert "Compile with Qt5"
new af1dcfd Compile fix
new 52e01b3 Adapt to csync 'md5'->'etag' change
new 475a4f2 Windows: ship QtSql lib
new 171572e Remember paused state throughout application restarts
new 21c9fc2 Cleanup
new 8f61cc4 Hint the OS to not show [?] in Wizards and Dialogs
new 6bd4d36 Do not create uninstall shortcut in start menu
new b026bb3 Do not create folder for single link
new c8256ee Merge pull request #1162 from csware/startmenu-according-to-ms-guidelines
new d401a62 Add another Office lock/temporary file pattern
new 56de183 Merge pull request #1160 from csware/exclude-office-tempfiles
new ccd254a Add isValidFileId and getFileIdPropget methods.
new f7aa2aa Put item member variable to base class.
new ead0f8d Update build docs
new 578431c Fix building owncloudcmd in case of theming
new e8e27b6 Revert the changes that fetch the file id in the propagator.
new a537a98 Tray menu: Populate at start
new fa0a276 Fix changing URL in wizard
new b499a62 Wizard: Timeout handling for CheckServerJob
new b12b8c9 Wizard: Also reset timeout on forwards
new 767ec4e Wizard: Support redirects again
new 088aa6e Wizard: Default button to Next
new 7ba8983 Change all Network Jobs to use start()
new c2eaf5e owncloud is no longer a dl'opened module, but linked into csync
new 6318866 CMake: Remove cmake module
new e20f39f Another cleanup
new b22ef9f Partial revert of "CMake: Remove cmake module"
new 2f4de3c Build fix
new 36e8273 fix mac builds
new b3972a5 Do not fetch the file id in the propagator with a HEAD
new b610dd2 Revert "Partial revert of "CMake: Remove cmake module""
new 858facb Use precompiled database statements.
new c22f8a4 Initialise values properly, avoid warning.
new bf6e1f1 Prepare the queries after the database was migrated.
new c15a1ee Only update the db for ETAG if the etag has changed for directories
new 6758c89 set utf8 for the central settings file
new 4194a07 Revert "set utf8 for the central settings file"
new 08665d6 Settings: Don't specify encoding
new ec850e8 Folders need to be setup before initializing the GUI
new 0a9a3d8 Cleanup in folderman
new 42f6867 Add some useful logging.
new b0f6628 Moved implementation of start() to cpp file.
new 098e04c Set PRAGMA synchronous to NORMAL
new e73730c Close database after retrieval of file record count.
new 69269f8 Use transactions to speed up database access.
new 49ba252 Database initialize code cleanup.
new f30ac49 Cached more queries, used safe QSqlQuery pattern
new b98d97a SyncJournalDb: Fix warnings
new e551e92 Downloads: Ignore file if no ETag was sent
new 5c4d240 Build on mac with Qt 5
new a342f63 Changed wording: Replaced Protocol against Status.
new 0f6dd87 Fixed some header wording.
new e30c484 Ignore the SIGPIPE signal as that disturbs debugging with Qt Creator.
new aff2dd9 The IGNORE statement is handled further down the code.
new 20b9ae7 Add a http status code varialbe to the sync item object.
new 5900b1a Add blacklisting for files with error conditions.
new 2767e70 Minor cleanups.
new 97c661c Cleanups
new aa17be4 Some database code cleanups.
new 55e82ee Made transaction management a bit more transparent. Some fixes.
new 8d2950f Enable the overall file count in progress again.
new c0b3672 [tx-robot] updated from transifex
new 39e48d3 [tx-robot] updated from transifex
new 65bd4be Make sure all queries are initialized on our database object.
new ecb2444 Handle changing source file in upload correctly.
new 3a1c642 [tx-robot] updated from transifex
new 11acfde Refresh the Protocol widget when the dialog is raised.
new 1964e60 Do not show an error message if user aborted. Also CSYNC_STATUS fixes.
new 055a8d7 Do not display error messages if user aborts the sync run.
new fd1552f Handle SoftError and show blacklisted files.
new 37d6f6e Build on OS X
new 336e222 Do not create uninstall shortcut in start menu
new ed5b097 Do not create folder for single link
new 5d6700c Merge pull request #1165 from csware/startmenu-according-to-ms-guidelines
new ca3885d Fix some SQL error and warning
new 6f17131 Fix mutex usage in the journal
new 0a2861a Disable quota polling when default account does not exist or is offline
new ea2b5fb Query credentials when needed. Put the account offline if user aborts.
new 6713232 Prefix tooltips with app name
new f554cca Fix initial state of quota info class.
new 6165c38 Fix indentation
new 4e22fff Introduce online/offline state, accessible via GUI
new 2a17a2a Remove credential-exposing debug output
new c25c7da docs: Add infos about installing the sql plugin and module
new 685c13d Distiguish "Signed out" from "Disconnected"
new 9ddedf8 Cleanup: "Use QMutexLocker"
new ad6c42b Wizard: let us handle/ignore credential failures
new 1a3f246 Add new Error Types to progress: Soft, Normal, Fatal.
new 0c6dca2 Register meta type for SyncProblem
new dc29046 Add new progressProblem signal and slots.
new 2e4043b Show proper error message and icon according to error class.
new 6b7da79 Remove -gzip from Etag
new 72d2ac0 Propagator: Don't ignore error if no HTTP error code
new d85009a Account Settings: fix connect error
new ca3d8ab Add one case of missing -gzip removal
new 33ff6b3 Even if problems occured show the Ok-Icon in the setup dialog.
new f47ce2f Account Settings: Set initial button state correctly
new ac8296f Propagator: Check E-Tag when resuming
new fa0f773 Separate the case of file changing durng upload in the chunk or non chunk case.
new 911e0bd Propagator: Check write errors when downloading
new fa715ce Propagator: Open download file as Unbuffered
new 050bb55 Wizard: Do not start from scratch if the initial folder is non-default
new ef0c734 Account Settings: Fix label
new 81e47b0 Folder wizard: sanitize error detection
new 7eddff3 Wizard: Allow /index.php or /remote.php/webdav in URLs.
new 0d85dcd Toggle Settings window when clicking on the icon
new d8a8d5d [tx-robot] updated from transifex
new 489cc8a Remove spammy "sync starting" notification on every program start.
new cb6918f Merge pull request #1203 from pascalBokBok/patch-1
new 5c8b6ed Fix Remove -gzip from etag
new 7a3c086 Display a proper error message for missing sync directory on server.
new 4f75467 Do not blacklist Softerrors.
new 090e474 Add a couple of missing progress signals.
new a88d45b Comment some unused code.
new 232cbc4 Simplify progress and error signals again.
new d55bffb Removed not longer needed Info button.
new 59072a8 Put detailed sync status widget into ButtonGroup for common style.
new 310278f Account: Swap connected and disconnected state
new e719e80 ConnectionValidator: Account::setState no longer takes a bool
new 46a403e Report connection errors explicitly on explicit sign in attempts
new 0fc5170 Enable accessibility on OS X
new 2300761 Fix progress bar in new propagator.
new 4626ef1 [tx-robot] updated from transifex
new 0d85810 Change tab name in settingsdialog to Activity rather than Status.
new 5f3ce25 Push version to 1.4.90
new 80a01ec Use the activity icon in settings dialog.
new 99eeaa0 no need to set twice the error string
new 30db533 Stop iterating files when aborting.
new ef8fe11 Do not write the directory etag in the database in case of soft error
new ce47adb push version to 1.5.0beta1
new 951ac79 Destinguish between rename and move in wording.
new 0da5734 Imported Upstream version 1.5.0~beta1+dfsg
new d3bfb0c Merge tag 'upstream/1.5.0_beta1+dfsg'
new 5b7670e New upstream release
new 46b1500 Updated build dependencies
new d140455 Updated patch series
The 2329 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.tag | 2 +-
CMakeLists.txt | 30 +-
CPackOptions.cmake.in | 2 -
ChangeLog | 16 -
VERSION.cmake | 6 +-
cmake/modules/FindNeon.cmake | 73 +
cmake/modules/MacroLogFeature.cmake | 157 ++
cmake/modules/MacroOptionalFindPackage.cmake | 47 +
cmake/modules/NSIS.template.in | 25 +-
cmake/modules/QtVersionAbstraction.cmake | 131 ++
debian/changelog | 7 +
debian/control | 6 +-
debian/patches/disable-updatecheck.patch | 8 +-
debian/patches/freebsd-libinotify.patch | 30 -
debian/patches/freebsd-statvfs64.patch | 19 -
debian/patches/series | 3 -
debian/patches/utility-platform.patch | 31 -
debian/watch | 2 +-
doc/CMakeLists.txt | 2 +-
doc/Makefile | 153 --
doc/building.rst | 51 +-
doc/visualtour.rst | 21 +-
mirall.qrc | 1 +
resources/activity.png | Bin 0 -> 1433 bytes
src/3rdparty/csync/c_jhash.h | 245 +++
src/3rdparty/qjson/AUTHORS | 3 +
src/3rdparty/qjson/LICENSE | 26 +
src/3rdparty/qjson/README | 96 ++
src/3rdparty/qjson/json.cpp | 653 ++++++++
src/3rdparty/qjson/json.h | 85 ++
.../qtsingleapplication/qtsingleapplication.cpp | 2 +
.../qtsingleapplication/qtsingleapplication.h | 6 +
src/CMakeLists.txt | 144 +-
src/creds/abstractcredentials.h | 31 +-
src/creds/credentialscommon.cpp | 7 +-
src/creds/credentialscommon.h | 1 -
src/creds/dummycredentials.cpp | 21 +-
src/creds/dummycredentials.h | 22 +-
src/creds/http/credentialstore.cpp | 338 -----
src/creds/http/credentialstore.h | 132 --
src/creds/httpcredentials.cpp | 163 +-
src/creds/httpcredentials.h | 49 +-
src/creds/shibboleth/shibbolethaccessmanager.cpp | 1 +
src/creds/shibboleth/shibbolethrefresher.cpp | 7 +-
src/creds/shibboleth/shibbolethrefresher.h | 4 +-
src/creds/shibboleth/shibbolethwebview.cpp | 38 +-
src/creds/shibboleth/shibbolethwebview.h | 9 +-
src/creds/shibbolethcredentials.cpp | 64 +-
src/creds/shibbolethcredentials.h | 11 +-
src/main.cpp | 5 +-
src/mirall/account.cpp | 326 ++++
src/mirall/account.h | 164 ++
src/mirall/accountsettings.cpp | 271 ++--
src/mirall/accountsettings.h | 15 +-
src/mirall/accountsettings.ui | 18 +-
src/mirall/application.cpp | 674 ++-------
src/mirall/application.h | 83 +-
src/mirall/connectionvalidator.cpp | 97 +-
src/mirall/connectionvalidator.h | 18 +-
src/mirall/csyncthread.cpp | 561 ++++---
src/mirall/csyncthread.h | 60 +-
src/mirall/folder.cpp | 370 +++--
src/mirall/folder.h | 75 +-
src/mirall/folderman.cpp | 80 +-
src/mirall/folderman.h | 9 +-
src/mirall/folderstatusmodel.cpp | 3 +
src/mirall/folderwizard.cpp | 177 ++-
src/mirall/folderwizard.h | 17 +-
src/mirall/folderwizardsourcepage.ui | 3 -
src/mirall/folderwizardtargetpage.ui | 3 -
src/mirall/generalsettings.ui | 5 +-
src/mirall/ignorelisteditor.cpp | 2 +-
src/mirall/itemprogressdialog.cpp | 337 -----
src/mirall/itemprogressdialog.ui | 87 --
src/mirall/logbrowser.cpp | 35 +-
src/mirall/logbrowser.h | 3 -
src/mirall/logger.cpp | 106 +-
src/mirall/logger.h | 19 +
src/mirall/mirallaccessmanager.cpp | 14 +-
src/mirall/mirallconfigfile.cpp | 221 +--
src/mirall/mirallconfigfile.h | 21 +-
src/mirall/networkjobs.cpp | 534 +++++++
src/mirall/networkjobs.h | 217 +++
src/mirall/networklocation.cpp | 101 --
src/mirall/networklocation.h | 57 -
src/mirall/occinfo.h | 2 +-
src/mirall/owncloudgui.cpp | 524 +++++++
src/mirall/owncloudgui.h | 107 ++
src/mirall/owncloudinfo.cpp | 632 --------
src/mirall/owncloudinfo.h | 186 ---
src/mirall/owncloudpropagator.cpp | 1091 ++++++++++++++
src/mirall/owncloudpropagator.h | 180 +++
src/mirall/owncloudsetupwizard.cpp | 527 +++----
src/mirall/owncloudsetupwizard.h | 51 +-
src/mirall/progressdispatcher.cpp | 110 +-
src/mirall/progressdispatcher.h | 32 +-
src/mirall/protocolwidget.cpp | 259 ++++
.../{itemprogressdialog.h => protocolwidget.h} | 26 +-
src/mirall/protocolwidget.ui | 73 +
src/mirall/quotainfo.cpp | 81 +
src/mirall/quotainfo.h | 51 +
src/mirall/settingsdialog.cpp | 53 +-
src/mirall/settingsdialog.h | 14 +-
src/mirall/socketapi.cpp | 206 +++
src/mirall/socketapi.h | 54 +
src/mirall/sslerrordialog.cpp | 103 +-
src/mirall/sslerrordialog.h | 24 +-
src/mirall/syncfileitem.h | 69 +-
src/mirall/syncjournaldb.cpp | 764 ++++++++++
src/mirall/syncjournaldb.h | 107 ++
src/mirall/syncjournalfilerecord.cpp | 93 ++
src/mirall/syncjournalfilerecord.h | 66 +
src/mirall/syncresult.cpp | 3 +
src/mirall/syncresult.h | 1 +
src/mirall/systray.cpp | 10 +
src/mirall/systray.h | 5 +
src/mirall/theme.cpp | 6 +-
src/mirall/updatedetector.cpp | 5 +
src/mirall/utility.cpp | 396 ++---
src/mirall/utility.h | 11 +
src/mirall/utility_mac.cpp | 110 ++
src/mirall/utility_unix.cpp | 69 +
src/mirall/utility_win.cpp | 49 +
src/owncloudcmd/owncloudcmd.cpp | 147 ++
src/wizard/owncloudadvancedsetuppage.cpp | 11 +-
src/wizard/owncloudadvancedsetuppage.h | 1 -
src/wizard/owncloudhttpcredspage.cpp | 15 +-
src/wizard/owncloudhttpcredspage.h | 1 -
src/wizard/owncloudsetuppage.cpp | 24 +-
src/wizard/owncloudsetuppage.h | 1 -
src/wizard/owncloudshibbolethcredspage.cpp | 4 +-
src/wizard/owncloudwizard.cpp | 16 +-
src/wizard/owncloudwizard.h | 7 +-
src/wizard/owncloudwizardcommon.cpp | 1 -
src/wizard/owncloudwizardcommon.h | 1 -
src/wizard/owncloudwizardresultpage.cpp | 1 -
src/wizard/owncloudwizardresultpage.h | 1 -
sync-exclude.lst | 2 +
test/CMakeLists.txt | 2 +
test/owncloud_add_test.cmake | 3 +-
test/testowncloudpropagator.h | 28 +
translations/mirall_ca.ts | 1580 ++++++++++----------
translations/mirall_cs.ts | 1381 ++++++++---------
translations/mirall_de.ts | 1396 ++++++++---------
translations/mirall_el.ts | 1463 +++++++++---------
translations/mirall_en.ts | 1259 ++++++++--------
translations/mirall_es.ts | 1431 +++++++++---------
translations/mirall_es_AR.ts | 1484 +++++++++---------
translations/mirall_et.ts | 1390 ++++++++---------
translations/mirall_eu.ts | 1305 ++++++++--------
translations/mirall_fa.ts | 1311 ++++++++--------
translations/mirall_fi.ts | 1317 ++++++++--------
translations/mirall_fr.ts | 1560 +++++++++----------
translations/mirall_gl.ts | 1389 ++++++++---------
translations/mirall_hu.ts | 1291 ++++++++--------
translations/mirall_it.ts | 1386 ++++++++---------
translations/mirall_ja.ts | 1353 ++++++++---------
translations/mirall_nl.ts | 1372 ++++++++---------
translations/mirall_pl.ts | 1405 ++++++++---------
translations/mirall_pt.ts | 1339 +++++++++--------
translations/mirall_pt_BR.ts | 1388 ++++++++---------
translations/mirall_ru.ts | 1375 ++++++++---------
translations/mirall_sk.ts | 1437 +++++++++---------
translations/mirall_sl.ts | 1565 +++++++++----------
translations/mirall_sv.ts | 1355 ++++++++---------
translations/mirall_th.ts | 1295 ++++++++--------
translations/mirall_uk.ts | 1299 ++++++++--------
translations/mirall_zh_CN.ts | 1305 ++++++++--------
translations/mirall_zh_TW.ts | 1349 ++++++++---------
169 files changed, 29119 insertions(+), 23846 deletions(-)
create mode 100644 cmake/modules/FindNeon.cmake
create mode 100644 cmake/modules/MacroLogFeature.cmake
create mode 100644 cmake/modules/MacroOptionalFindPackage.cmake
create mode 100644 cmake/modules/QtVersionAbstraction.cmake
delete mode 100644 debian/patches/freebsd-libinotify.patch
delete mode 100644 debian/patches/freebsd-statvfs64.patch
delete mode 100644 debian/patches/utility-platform.patch
delete mode 100644 doc/Makefile
create mode 100644 resources/activity.png
create mode 100644 src/3rdparty/csync/c_jhash.h
create mode 100644 src/3rdparty/qjson/AUTHORS
create mode 100644 src/3rdparty/qjson/LICENSE
create mode 100644 src/3rdparty/qjson/README
create mode 100644 src/3rdparty/qjson/json.cpp
create mode 100644 src/3rdparty/qjson/json.h
delete mode 100644 src/creds/http/credentialstore.cpp
delete mode 100644 src/creds/http/credentialstore.h
create mode 100644 src/mirall/account.cpp
create mode 100644 src/mirall/account.h
delete mode 100644 src/mirall/itemprogressdialog.cpp
delete mode 100644 src/mirall/itemprogressdialog.ui
create mode 100644 src/mirall/networkjobs.cpp
create mode 100644 src/mirall/networkjobs.h
delete mode 100644 src/mirall/networklocation.cpp
delete mode 100644 src/mirall/networklocation.h
create mode 100644 src/mirall/owncloudgui.cpp
create mode 100644 src/mirall/owncloudgui.h
delete mode 100644 src/mirall/owncloudinfo.cpp
delete mode 100644 src/mirall/owncloudinfo.h
create mode 100644 src/mirall/owncloudpropagator.cpp
create mode 100644 src/mirall/owncloudpropagator.h
create mode 100644 src/mirall/protocolwidget.cpp
rename src/mirall/{itemprogressdialog.h => protocolwidget.h} (69%)
create mode 100644 src/mirall/protocolwidget.ui
create mode 100644 src/mirall/quotainfo.cpp
create mode 100644 src/mirall/quotainfo.h
create mode 100644 src/mirall/socketapi.cpp
create mode 100644 src/mirall/socketapi.h
create mode 100644 src/mirall/syncjournaldb.cpp
create mode 100644 src/mirall/syncjournaldb.h
create mode 100644 src/mirall/syncjournalfilerecord.cpp
create mode 100644 src/mirall/syncjournalfilerecord.h
create mode 100644 src/mirall/utility_mac.cpp
create mode 100644 src/mirall/utility_unix.cpp
create mode 100644 src/mirall/utility_win.cpp
create mode 100644 src/owncloudcmd/owncloudcmd.cpp
create mode 100644 test/testowncloudpropagator.h
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list