Comparar commits

...

5 Commits

Autor SHA1 Mensagem Data
Klaas Freitag 58ea498a62 Update changelogs date and version. 2015-09-01 15:50:21 +02:00
Daniel Molkentin 322288bf6c 2.0.1rc1 2015-08-31 16:39:37 +02:00
Daniel Molkentin 6b7bfc75a8 Update ChangeLog 2015-08-31 16:39:17 +02:00
Daniel Molkentin abe96135ff Bump to 2.0.1 2015-08-31 16:37:22 +02:00
Olivier Goffart 8bf2db27dd AccountWizard: fix when the theme specify a override URL #3699 2015-08-31 16:37:00 +02:00
3 arquivos alterados com 5 adições e 1 exclusões
+3
Ver Arquivo
@@ -1,5 +1,8 @@
ChangeLog
=========
version 2.0.1 (release 2015-09-01)
* AccountWizard: fix when the theme specify a override URL (#3699)
version 2.0.0 (release 2015-08-25)
* Add support for multiple accounts (#3084)
* Do not sync down new big folders from server without users consent (#3148)
+1 -1
Ver Arquivo
@@ -1,6 +1,6 @@
set( MIRALL_VERSION_MAJOR 2 )
set( MIRALL_VERSION_MINOR 0 )
set( MIRALL_VERSION_PATCH 0 )
set( MIRALL_VERSION_PATCH 1 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
+1
Ver Arquivo
@@ -80,6 +80,7 @@ void OwncloudSetupWizard::startWizard()
{
AccountPtr account = AccountManager::createAccount();
account->setCredentials(CredentialsFactory::create("dummy"));
account->setUrl(Theme::instance()->overrideServerUrl());
_ocWizard->setAccount(account);
_ocWizard->setOCUrl(account->url().toString());