Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-04Setup Wizard: remove all folder definition before starting a new syncOlivier Goffart
2014-12-04Fix typo.Christian Kamm
2014-12-03FolderMan: only touch _currentSyncFolder when done #2407Christian Kamm
2014-12-02Wizard: Fix escaping of error message.Olivier Goffart
2014-11-05Wizard: Fix local folder warning in advanced setup wizard. #2362Christian Kamm
2014-10-24Setupwizard: Close the database in case of moving the folder.Klaas Freitag
2014-10-24Setup Dialog: Terminate sync if the new folder is a an actual folder.Klaas Freitag
2014-08-27Selective sync: new design in the wizardOlivier Goffart
2014-08-12Add a "Skip Folder Configuration" button in the wizardOlivier Goffart
2014-07-23Always use the dummy crendential while trying to determine the credentialsOlivier Goffart
2014-07-16SetupWizard: Keep initial local folder to compare later for changes.Klaas Freitag
2014-05-15Better debugability.Klaas Freitag
2014-04-22More debugable code.Klaas Freitag
2014-04-20Space fixVolkan Gezer
2014-04-14Try scheme://host/owncloud if scheme://host/ did not workDaniel Molkentin
2014-04-14AbstractNetworkJob Allow finished() to defer Job deletionDaniel Molkentin
2014-03-22Fix compile after changing Account::davPath()Markus Goetz
2014-01-28Handle the fact that the user might cancel the password dialogOlivier Goffart
2013-12-05Fix for c3dc84c58f4047413eff810543a2b6419bcb5548.Daniel Molkentin
2013-12-04Don't close setup wizard when the initial sync run is startedDaniel Molkentin
2013-11-26Wizard: Do not start from scratch if the initial folder is non-defaultDaniel Molkentin
2013-11-25Wizard: let us handle/ignore credential failuresDaniel Molkentin
2013-11-25Query credentials when needed. Put the account offline if user aborts.Daniel Molkentin
2013-11-14Change all Network Jobs to use start()Daniel Molkentin
2013-11-14Wizard: Support redirects againMarkus Goetz
2013-11-14Wizard: Also reset timeout on forwardsMarkus Goetz
2013-11-14Wizard: Timeout handling for CheckServerJobMarkus Goetz
2013-11-07Make Shibboleth browser aware of AccountsDaniel Molkentin
2013-11-07Wizard: Initialize account credentials.Daniel Molkentin
2013-11-07Ensure an SSL Error Handler is always availableDaniel Molkentin
2013-11-04- Make saving/restoring accounts work.Daniel Molkentin
2013-10-30More porting to Account classDaniel Molkentin
2013-10-28Make the setup wizard compile againDaniel Molkentin
2013-10-23Basic port, misses wizardDaniel Molkentin
2013-09-19Start only one wizard, delete it when doneDaniel Molkentin
2013-08-19Fix crash when finishing the wizardOlivier Goffart
2013-08-18Setup wizard: Start sync when displaying result pageDaniel Molkentin
2013-08-15Fix Reconfiguration keeps sync folder definitionOlivier Goffart
2013-08-15Do not forget the config on the second page of the wizzardOlivier Goffart
2013-08-08Retain all old settings when running the setup wizardDaniel Molkentin
2013-08-07Significantly simply loggingDaniel Molkentin
2013-08-01Create a QNetworkAccessManager subclass which sets proper user agent and use it.Krzesimir Nowak
2013-08-01Actually use the remoteFolder sent by signal.Krzesimir Nowak
2013-08-01Split setup page into server and advanced parts.Krzesimir Nowak
2013-08-01Fill username in HTTP credentials setup page.Krzesimir Nowak
2013-08-01Move the creds/ and wizard/ directories one level higher.Krzesimir Nowak
2013-08-01Fix copyright headers.Krzesimir Nowak
2013-08-01Move credential related files to creds directory.Krzesimir Nowak
2013-08-01Add Shibboleth credentials implementation.Krzesimir Nowak
2013-08-01Add and use credentials abstraction. Implement HTTP and dummy credentials.Krzesimir Nowak