Commit Graph

12295 Commits

Author SHA1 Message Date
Christian Kamm
e19aa310fc Release template: Remove part about win overlay dlls
They are always rebuilt due to the switch to msvc.
2019-02-28 12:29:31 +01:00
Christian Kamm
7996d1076b Update 2.5.4 changelog 2019-02-28 08:48:35 +01:00
Christian Kamm
62c60f2764 Selective sync: Don't collapse tree when entering mode #7055
doExpand() is called when the selective sync editing mode is enabled in
the folder settings view. Previously it'd set the expansion to be
exactly the root items. Now, it just expands any root items that are
currently collapsed, leaving all other item expansion unchanged.
2019-02-28 08:43:07 +01:00
Christian Kamm
95e7720864 Vfs: Fix folder dehydration requests on OSX #6977
Since the rename is triggered by the client process the folder watcher
didn't pick up on it on OSX.

This does not need to be merged into master.
2019-02-28 07:31:23 +01:00
Christian Kamm
9e66347be0 Disable HTTP2 by default
Due to QTBUG-73947 and #7020.

Use OWNCLOUD_HTTP2_ENABLED=1 to enable anyway.
2019-02-28 06:59:35 +01:00
Christian Kamm
40a8b9b44a Windows: Fix context menu handling only own verbs #7004
Previously it'd handle all verbs as if they were our own.
2019-02-28 06:59:07 +01:00
Christian Kamm
bff46622d5 Changelog for 2.5.4 2019-02-26 08:55:58 +01:00
Markus Goetz
710a2af6b5 macOS: Opt out of dark mode for now #7043 2019-02-22 14:38:53 +01:00
Jenkins for ownCloud
36e4b6f379 [tx-robot] updated from transifex 2019-02-20 02:18:42 +01:00
Christian Kamm
3f429da050 SocketApi: Fix crash with readyRead() after disconnected() #7044
With the recent bugfix to avoid sending messages on dead connections
0bfe7ac250
the client now crashed if readyRead() was received after disconnected()
for the socket as the listener for that connection was already removed.

This code fixes it by still invoking the handler from readyRead() but
passing a SocketListener that won't attempt to send messages.
2019-02-19 07:55:12 +01:00
Christian Kamm
9ea3efd53a Wizard: Avoid cert dialog multiple connection
This could lead to odd behavior when slotCertificateAccepted
was called multiple times.
2019-02-18 19:33:09 +01:00
Christian Kamm
0682a8d4e7 Folder wizard: Fix infinite loop for bad paths #7041 2019-02-18 19:32:50 +01:00
Jenkins for ownCloud
f42fdc6758 [tx-robot] updated from transifex 2019-02-12 02:18:45 +01:00
Jenkins for ownCloud
b52699456b [tx-robot] updated from transifex 2019-02-11 02:18:45 +01:00
Jenkins for ownCloud
ced3a8e2a5 [tx-robot] updated from transifex 2019-02-10 02:18:55 +01:00
Jenkins for ownCloud
dbcdd6f930 [tx-robot] updated from transifex 2019-02-09 02:18:44 +01:00
Markus Goetz
0b8d591d29 VERSION.cmake / ChangeLog: Fix dates 2019-02-08 12:27:32 +01:00
Jenkins for ownCloud
f7d3d962e2 [tx-robot] updated from transifex 2019-02-08 02:18:43 +01:00
Jenkins for ownCloud
0a7bf71f41 [tx-robot] updated from transifex 2019-02-07 02:18:44 +01:00
Jenkins for ownCloud
afcb009b3e [tx-robot] updated from transifex 2019-02-06 02:18:50 +01:00
Markus Goetz
1f0914b3fb VERSION.cmake: This is now 2.5.4 2019-02-05 21:14:59 +01:00
Markus Goetz
c35d486a51 Download: Fix compile for older Qt (2) 2019-02-05 14:27:19 +01:00
Markus Goetz
ded783da90 Download: Fix compile for older Qt 2019-02-05 09:47:47 +01:00
Jenkins for ownCloud
c1984b1ab0 [tx-robot] updated from transifex 2019-02-05 02:18:46 +01:00
Markus Goetz
9548d3cf39 ChangeLog: Prepare for 2.5.3 2019-02-04 13:51:44 +01:00
Jenkins for ownCloud
c9c4c9affe [tx-robot] updated from transifex 2019-02-04 02:18:48 +01:00
Jenkins for ownCloud
829b83f629 [tx-robot] updated from transifex 2019-02-03 02:18:59 +01:00
Jenkins for ownCloud
8ebb3c2119 [tx-robot] updated from transifex 2019-02-02 02:18:45 +01:00
Olivier Goffart
c47af36832 Add a noPreFlight branding option
For https://github.com/owncloud/enterprise/issues/2951
2019-02-01 18:39:04 +01:00
Markus Goetz
221281bafb mirall.desktop.in: Remove comments 2019-02-01 18:10:23 +01:00
Jenkins for ownCloud
650c975bce [tx-robot] updated from transifex 2019-02-01 02:18:45 +01:00
Jenkins for ownCloud
15c7d09fb3 [tx-robot] updated from transifex 2019-01-31 02:18:47 +01:00
Christian Kamm
2a0437f3a3 HttpCreds: Warn in log if keychain-write jobs fail #6776
Also, calling deleteLater() on jobs is unnecessary (they autodelete
after finished()) and deleting the attached QSettings is also
unnecessary because the settings object is parented to the job.
2019-01-30 12:31:15 +01:00
Christian Kamm
de6d1df051 Db: Move drop-index to after pragmas are set #6881 2019-01-30 12:21:26 +01:00
Christian Kamm
fdfa7d0b5e Download: Ignore content-length for compressed HTTP2/SPDY replies #6885
It contains the compressed size.

See https://bugreports.qt.io/browse/QTBUG-73364
2019-01-30 11:50:31 +01:00
Jenkins for ownCloud
cafd232f18 [tx-robot] updated from transifex 2019-01-30 02:18:49 +01:00
Jenkins for ownCloud
b7d597a2ee [tx-robot] updated from transifex 2019-01-29 02:18:45 +01:00
Jenkins for ownCloud
05621332af [tx-robot] updated from transifex 2019-01-24 02:18:48 +01:00
Christian Kamm
fce005974e Merge remote-tracking branch 'origin/2.5.2' into 2.5 2019-01-23 09:30:18 +01:00
Markus Goetz
7383a67973 Update ChangeLog 2019-01-17 20:57:19 +01:00
Christian Kamm
3429d7543a SocketApi OSX: Remove NSConnection observers on connectiondie
Probably unnecessary, but docs say to do it.
2019-01-17 20:46:57 +01:00
Christian Kamm
0bfe7ac250 SocketAPI: Remove listener immediately on lost connection
To avoid situations where messages are attempted to be sent to dead
connections.
2019-01-17 11:13:24 +01:00
Christian Kamm
d83485e039 SocketAPI OSX: Forbid further sends on connectionDidDie
Also release the remote end immediately.
2019-01-17 10:49:56 +01:00
Jenkins for ownCloud
3b3bb4d4f9 [tx-robot] updated from transifex 2019-01-17 02:18:46 +01:00
Jenkins for ownCloud
736515d78c [tx-robot] updated from transifex 2019-01-17 01:15:22 +01:00
Jenkins for ownCloud
bd97257ba2 [tx-robot] updated from transifex 2019-01-16 02:18:48 +01:00
Markus Goetz
1506c95d8c VERSION.cmake: This branch is now 2.5.3 2019-01-15 20:13:08 +01:00
Christian Kamm
6627d8139d Settings: Fix copyable text on version 'link' #6974
I don't see how to disable the right-click "Copy Link Location" context
menu, but we can make it copy the version text instead.
2019-01-15 10:09:40 +01:00
Markus Goetz
2905007430 ChangeLog: More 2.5.2 updates 2019-01-15 10:01:40 +01:00
Christian Kamm
990a458e87 Wizard: Ensure client cert doesn't get lost #6911 2019-01-14 20:52:14 +01:00