Comparar commits
5 Commits
v2.0.2-beta1
...
v2.0.1
| Autor | SHA1 | Data | |
|---|---|---|---|
| 58ea498a62 | |||
| 322288bf6c | |||
| 6b7bfc75a8 | |||
| abe96135ff | |||
| 8bf2db27dd |
@@ -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
@@ -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 )
|
||||
|
||||
@@ -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());
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário