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 (Collapse)Author
2014-12-08Wizard: Removed superflous text, as it is already in the header.Klaas Freitag
This fixes mirall#2358
2014-12-02Wizard: Fix escaping of error message.Olivier Goffart
An url can contains % signs, so if it does, the errors formating was wrong because of the use of QString::args Also, the error is in html format, and we need to let the message box know that, otherwise we will just see <br/>
2014-11-12Wizard: Properly show error messageMarkus Goetz
2014-11-05Wizard: Fix local folder warning in advanced setup wizard. #2362Christian Kamm
The _oldLocalFolder should always be the previously configured folder, not the one that was most recently chosen on the wizard page.
2014-10-27Wizard: show the choice to start a clean sync if the directory exist even ↵Olivier Goffart
on new accounts Task #2406
2014-10-22Wizard: Change misleading textMarkus Goetz
2014-09-17Allow passing user/pass explicitly or via netrcDaniel Molkentin
#2211
2014-08-30Merge missing commits from 1.6.2-themefix into 1.7Olivier Goffart
Conflicts: VERSION.cmake
2014-08-28Wizard: adjust alignementsOlivier Goffart
2014-08-28Selective sync: if one click twice on the button in the wizard, it should ↵Olivier Goffart
keep the blacklist
2014-08-28Wizard: new layoutOlivier Goffart
2014-08-27Selective sync: new design in the wizardOlivier Goffart
2014-08-12Add a "Skip Folder Configuration" button in the wizardOlivier Goffart
This allow to start owncloud the first time but not automatically sync everything, but let the user configure sub folders instead
2014-07-30wizard: don't call initializePagev1.6.2-themefixOlivier Goffart
It is called automatically by QWizard and do not need to be called explicitly But setVisibla(false) don't really have an effect there since show() is going to be called on the page
2014-07-10Add Q_DECL_OVERRIDE for all function that are overriding somethingOlivier Goffart
This was made automatically with clang-modernize -override-macros -add-override
2014-06-27Merge remote-tracking branch 'origin/1.6'Daniel Molkentin
Conflicts: VERSION.cmake doc/building.rst
2014-06-24Shibboleth: keep the cookie from the wizard to the ShibolethCredentialsOlivier Goffart
Otherwise the user is asked twice for autentication on first sync. Fixes https://github.com/owncloud/enterprise/issues/193
2014-06-23Fix compilation after mergeOlivier Goffart
Some initializer were added in 1.6 for variable that are gone in master
2014-06-23Merge branch 'il'Olivier Goffart
Conflicts: src/mirall/folderstatusmodel.h
2014-06-20wizard setuppage: Clean up and properly initialize membersDaniel Molkentin
This fixes Coverity CID 12926
2014-06-20owncloudwizard: properly initialize _account mememberDaniel Molkentin
This fixes Coverity CID 12927
2014-06-20remove unused memberOlivier Goffart
CID 12915 CID 12926
2014-06-14Shib: Ensure browser view gets closed before QNAMDaniel Molkentin
Otherwise, QWebPage tries to delete its QNetworkReplies, which have already been deleted by the QNAM destruction, who is their parent. Fixes #1840
2014-06-12Fix a possible crash caused by a dangling pointerDaniel Molkentin
2014-05-26Shib: Wizard: Return to IdP selection when returning to creds pageDaniel Molkentin
2014-05-15Fix wizard flow with shibbolethDaniel Molkentin
2014-05-14CookieJar refactoring required to overcome issues in Shibboleth supportDaniel Molkentin
The shibboleth implementation no longer maintains its own QNAM. Instead, MirallAccessManager now holds a custom QNAM implementation which saves cookies to a file on disk. This patch also reduces some complexity wrt the browser window, which used to be deleted via a roundtrip to its callee, which is not longer required. Fixes #1764 and Enterprise bug #165 Going forward, AbstractCredentials::getQNAM() could maybe removed entirely.
2014-03-25Merge pull request #1446 from owncloud/remove-tooltipOlivier Goffart
remove superfluous tooltip from server address input field
2014-02-27Shibboleth: Move browser window to the offset of the setup wizardDaniel Molkentin
2014-02-24Fix Wizard when returning from later stepsDaniel Molkentin
We need to reset the credential type when returning to the first page from later steps. Otherwise, unfinished credential instances and their NAM will try to fetch data, which will fail with weird symptoms.
2014-02-19Shib: Close browser window after loginDaniel Molkentin
2014-02-18remove superfluous tooltip from server address input fieldJan-Christoph Borchardt
2014-02-06ShibbolethCredetials: Try to avoid re-authDaniel Molkentin
...by storing the shib cookie in key chain
2014-01-28Fix fetching the user name in the wizzardOlivier Goffart
2014-01-20Wizard: Gracefully fall back to HTTP if HTTPS connection failsDaniel Molkentin
If the connection fails, the user is now being asked if he does agree to a new attempt via an unencrypted connection. If he complies, the connection will be reattempted using plain HTTP. Fixes #1356
2014-01-20Wizard: Prepend 'https://' if no scheme is setDaniel Molkentin
First part of fix for #1356
2014-01-20Setup Wizard: Fix http(s) label sizeDaniel Molkentin
2014-01-16Show an indicator if the url is encrypted or not in connection wizard.Klaas Freitag
Fixes bug #1350
2013-12-12Better fix for override urlsDaniel Molkentin
2013-12-12Respect the override URL properlyDaniel Molkentin
2013-12-05Resize wizard if advanced options are requiredDaniel Molkentin
Fixes #1130
2013-11-26Wizard: Allow /index.php or /remote.php/webdav in URLs.Daniel Molkentin
We will strip those. Also works on paste. Fixes #349
2013-11-14Wizard: Default button to NextMarkus Goetz
2013-11-13Hint the OS to not show [?] in Wizards and DialogsDaniel Molkentin
Fixes #1156
2013-11-13CleanupDaniel Molkentin
2013-11-07Make Shibboleth browser aware of AccountsDaniel Molkentin
Needed for SSL error handling. It's also more consistent.
2013-11-07Ensure an SSL Error Handler is always availableDaniel Molkentin
2013-11-04- Make saving/restoring accounts work.Daniel Molkentin
- Prepare for fetching quota
2013-10-28Make the setup wizard compile againDaniel Molkentin
- introduces more jobs - needs more cleaning up
2013-10-10Fix literal occurances of "ownCloud" in GUIDaniel Molkentin