- Jul 30, 2014
-
-
Olivier Goffart authored
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
-
- Jul 28, 2014
-
-
Olivier Goffart authored
When the url do not have a path (for example: "http://example.com" as opposed to "http://example.com/"), its path is not a prefix of the root path of the cookie (usually '/') By adding the dav path, we make sure the URL has a path. This made a bug when the owncloud url was just a domain name and did not have a path
-
- Jul 24, 2014
-
-
Olivier Goffart authored
Otherwise the buffer might fill up too quickly and get too large and consume too much memory which could lead to crash in extreme cases Should fix issue #1974
-
Olivier Goffart authored
In order to debug https://github.com/owncloud/core/issues/9781
-
Klaas Freitag authored
-
- Jul 23, 2014
-
-
Klaas Freitag authored
-
Klaas Freitag authored
Need to normalize the output of QFileInfo::canonicalFilePath() before comparing to a server side path. See https://bugreports.qt-project.org/browse/QTBUG-39622 This fixes #1998 and #1999
-
Olivier Goffart authored
Otherwise the SHibbolethCredential may be set and it has hook to intercept 401 This should fix issue #1908
-
- Jul 18, 2014
-
-
Olivier Goffart authored
When using the "Limit automatically" limit, we wait for 25% of the time it took to upload something. However, if we go to sleep while uploading, the time it took to upload may take days. And waiting for 25% of a day is too long. So never wait for more than 10 seconds This may be related to issue #1880
-
Olivier Goffart authored
Issue #1982
-
- Jul 16, 2014
-
-
Klaas Freitag authored
-
Klaas Freitag authored
-
Daniel Molkentin authored
-
Klaas Freitag authored
If the local folder changes, the sync has to be reinitialized as well. Until now we did not detect that, which led to the case that the sync folder was not reinitialized in case only the local folder changed in the setup dialog.
-
- Jul 15, 2014
-
-
Olivier Goffart authored
Before, we would only detect it if all the files were removed, and no file where added or changed. This may not be enough because there might be a welcome.txt file. Now, we check that none of the file stays the same, and some files are removed. Relates issue #1948
-
Olivier Goffart authored
Fix the signature so it can be connected This was hapenning if the derver does not support X-OC-MTime issue #1963
-
- Jul 14, 2014
-
-
Markus Goetz authored
Fixes #1957
-
- Jul 09, 2014
-
-
Olivier Goffart authored
That should save memory instead of letting the number of items grow to infinity
-
- Jul 08, 2014
-
-
Olivier Goffart authored
The idea here was that the buffer would be maximum 8KiB, not minimum.
-
- Jul 07, 2014
-
-
Olivier Goffart authored
Fix #1915
-
- Jul 04, 2014
-
-
Klaas Freitag authored
But in case the user clicks cancel in the interactive dialog, invalidate the credentials. Emit fechted() also in error case.
-
Klaas Freitag authored
Earlier clients used QtKeychain without a QSettings object, which made QtKeychain to write the password encrypted into a settings default location, ie. the registry under windows. If we can not find a password at the new location it is tried to read the password from the old default location once. That makes people happy in migration scenarios.
-
- Jun 26, 2014
-
- Jun 25, 2014
-
-
Daniel Molkentin authored
-
- Jun 24, 2014
-
-
Olivier Goffart authored
Otherwise the user is asked twice for autentication on first sync. Fixes https://github.com/owncloud/enterprise/issues/193
-
- Jun 23, 2014
-
-
Klaas Freitag authored
-
- Jun 20, 2014
-
-
Daniel Molkentin authored
-
Olivier Goffart authored
If we don't have the cookie in the keychain (e.g. the keychain is unavailable) but there is still session cookie in the cookie jar, showing the browser won't ask for authentication.
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
Klaas Freitag authored
-
Klaas Freitag authored
This fixes Coverity CLT 12893
-
Daniel Molkentin authored
-
Olivier Goffart authored
This break the test. And the function is aleady gone in master anyway This reverts commit 407b3beb.
-
Daniel Molkentin authored
This fixes Coverity CID 12912
-
Daniel Molkentin authored
This fixes Coverity CID 12914