Jocelyn Turcotte
9ef8658122
shell_integration on OSX: Avoid too many RETRIEVE_FILE_STATUS following UPDATE_VIEW #3122
...
Do not request the status of all entries in the cache. Instead force Finder
to request the ones that it deems necessary by keeping the old statuses
in a separate dictionary which are only used while the new status arrives.
2015-05-06 16:56:50 +02:00
Jocelyn Turcotte
0a67719f2f
shell_integration on OSX: Do not fill the cache with unsolicited statuses #3122
2015-05-06 16:56:50 +02:00
Jocelyn Turcotte
04d820f9cf
shell_integration on OSX: Remove dead code
...
removeIcons isn't called and clearFileNameCacheForPath was always
called with a "nil" path.
Remove the return value of askForIcon which was always 0, and use
that value explicitly at the only call site.
Remove the "-1" code path in iconByPath since setIcons prevents
-1 from getting into _fileNamesCache in all cases.
2015-05-06 16:56:50 +02:00
Jocelyn Turcotte
931dd59844
Don't hardcode the source directory in deploy.sh
2015-05-06 16:56:50 +02:00
Jocelyn Turcotte
a6500d8068
Work around the Qt PUT corruption bug with Qt < 5.4.2 #2425
...
Since QNonContiguousByteDeviceThreadForwardImpl::reset will
call UploadDevice::reset with a BlockingQueuedConnection, this
allows us to reset the HTTP channel along with its buffers
before they get the chance to be reused with a subsequent request.
2015-05-06 16:56:50 +02:00
Jocelyn Turcotte
0d5d2c578d
shell_integration on Windows: Avoid too many RETRIEVE_FILE_STATUS following UPDATE_VIEW #3122
...
Do not request the status of all entries in the cache. Instead force
explorer to request the ones that it deems necessary by keeping the old
statuses in a separate dictionary which are only used while the new status
arrives.
2015-05-06 16:48:34 +02:00
Jocelyn Turcotte
77679790db
shell_integration on Windows: Don't fill the cache with unsolicited statuses #3122
...
Only keep the status updates if explorer is going to display it.
2015-05-06 16:48:33 +02:00
Klaas Freitag
ee71024496
Changelog: Clearify changelog entries.
2015-05-06 11:43:58 +02:00
Daniel Molkentin
b1f326054f
Update Changelog
2015-05-06 11:25:04 +02:00
Daniel Molkentin
bceb40ed80
Disable setSslConfiguration calls for older Qt version
...
This is only required for client certs, which currently have
no GUI anyway and are experimental.
2015-05-06 11:20:16 +02:00
Daniel Molkentin
fd684eda52
1.8.1 final
2015-05-06 10:51:11 +02:00
Christian Kamm
9e3c3353bd
IgnoreListEditor: Remove invalid connect. #3201
...
This has been around ever since the ignore editor was
added and the slot never existed.
2015-05-06 09:34:45 +02:00
Markus Goetz
07ffff3d77
SyncEngine: Fix accidental re-discovery because of broken version table
...
Bug had been triggered by d63abef718
Broken version table in there since some time it seems like.
2015-05-05 17:07:13 +02:00
Jenkins for ownCloud
9b34427a1c
[tx-robot] updated from transifex
2015-05-05 02:18:50 -04:00
Daniel Molkentin
5fba476076
1.8.0 RC2
2015-05-04 13:43:56 +02:00
Klaas Freitag
d63abef718
SyncEngine: Handle upgrade case from 1.8.0
...
If 1.8.0 caused missing data in the local tree, this patch gets it
back. For that, the usage of the journal for remote repository is
disabled at the first start.
2015-05-04 13:40:25 +02:00
Jenkins for ownCloud
cdba8a7f2f
[tx-robot] updated from transifex
2015-05-04 02:18:49 -04:00
Jenkins for ownCloud
21967a130b
[tx-robot] updated from transifex
2015-05-03 02:18:47 -04:00
Jenkins for ownCloud
08e78d5d6f
[tx-robot] updated from transifex
2015-05-02 02:18:47 -04:00
Jenkins for ownCloud
fe68e1e82c
[tx-robot] updated from transifex
2015-05-01 02:18:22 -04:00
Jenkins for ownCloud
25ac3bfdb7
[tx-robot] updated from transifex
2015-04-30 03:27:54 -04:00
Markus Goetz
4700c604b1
Proxy: Register meta type #3170
2015-04-29 14:54:08 +02:00
Jenkins for ownCloud
356fa737c5
[tx-robot] updated from transifex
2015-04-29 02:18:49 -04:00
Klaas Freitag
520e2eb392
Updated version tag rc1
2015-04-27 11:58:56 +02:00
Klaas Freitag
e0d2bd4830
Updated changelog for 1.8.1
2015-04-27 11:58:18 +02:00
Jenkins for ownCloud
1dc05f99bf
[tx-robot] updated from transifex
2015-04-27 02:18:46 -04:00
Jenkins for ownCloud
b2b176bcd0
[tx-robot] updated from transifex
2015-04-26 02:18:48 -04:00
Jenkins for ownCloud
fde5ccd0df
[tx-robot] updated from transifex
2015-04-25 02:18:46 -04:00
Carla Schroder
d1fe25cc31
Update owncloudcmd.rst
2015-04-24 11:44:38 -07:00
Carla Schroder
60c18f75b5
update owncloud and owncloudcmd docs
...
Conflicts:
doc/owncloudcmd.rst
2015-04-24 11:42:10 -07:00
Carla Schroder
c7f3791f3d
Update autoupdate.rst
2015-04-24 10:03:51 -07:00
Carla Schroder
ee9d5e6bf0
Update introduction.rst
2015-04-24 10:03:06 -07:00
Carla Schroder
96fa3a3a1a
Merge pull request #3160 from owncloud/blockoldclient
...
add more warning that 1.7 clients and older are blocked
2015-04-24 09:56:17 -07:00
Carla Schroder
7c4deec800
add more warning that 1.7 clients and older are blocked
2015-04-24 09:54:05 -07:00
Christian Kamm
78e82eb920
AccountWizard: Fix auth error handling. #3155
...
The problem was that on network error the networkError() and
finishedWithError() signals both fired. To fix it, I collapse all
error handing into a slot triggered by finishedWithError().
I tested the redirection case and the invalid credentials case.
2015-04-24 16:03:28 +02:00
Jenkins for ownCloud
3c91a1ace4
[tx-robot] updated from transifex
2015-04-24 02:18:46 -04:00
Markus Goetz
3a52db46ad
Discovery: Fix another empty-local-directory bug
2015-04-23 16:15:13 +02:00
Markus Goetz
137bce6dd0
Folder: Clear _syncResult better
...
I had a situation here where we were showing stale desktop notifications when a remote folder
errored out and then sync finished with _syncResult data from previous sync.
2015-04-23 13:30:30 +02:00
Jenkins for ownCloud
f000e6ce6a
[tx-robot] updated from transifex
2015-04-23 02:18:48 -04:00
Christian Kamm
7c1281dd06
Windows: Fix rename of finished file. #3073
...
The file was still open and therefore couldn't be renamed...
2015-04-22 14:46:04 +02:00
Jenkins for ownCloud
60729f2bbd
[tx-robot] updated from transifex
2015-04-22 02:18:36 -04:00
Jenkins for ownCloud
0b0ecfcbe4
[tx-robot] updated from transifex
2015-04-22 01:15:19 -04:00
Carla Schroder
1fe86bced2
note that linux users need password manager
2015-04-21 13:05:09 -07:00
Carla Schroder
c6a62a497d
Merge pull request #3139 from owncloud/updates
...
add note to restart windows after update
2015-04-21 12:58:22 -07:00
Carla Schroder
8be6881093
add note to restart windows after update
2015-04-21 10:10:16 -07:00
Daniel Molkentin
99c8118229
create_mac_pkg.sh.cmake: increase space-in-filename resiliance
2015-04-21 15:42:51 +02:00
Markus Goetz
6c5ca055c4
ShareDialog: Unused/invalid forward declaration
2015-04-21 10:33:38 +02:00
Jenkins for ownCloud
a6ec8f3090
[tx-robot] updated from transifex
2015-04-21 02:18:33 -04:00
Olivier Goffart
b039c2ce86
More change to compile with 5.5
...
The problem is again that QStringList no longer include QDataStream
2015-04-20 09:47:25 +02:00
Jenkins for ownCloud
5a6d286c41
[tx-robot] updated from transifex
2015-04-20 02:18:49 -04:00