nextcloud-desktop/src
Felix Weilbach ba2d8e8201 Only set dav user after login.
Setting the credentials of the account inside the auth widget is not a
good idea as that will destroy the previous credentials object which
may wait for a signal to be emitted by the credentials dialog that
was created by the credentials that are going to be deleted. Uff.

It should be enough to set the dav user only after login because the
dav user will never change.

See also the discussion here
https://github.com/nextcloud/desktop/issues/3677#issuecomment-907976839

Fixes #3677

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-03 08:32:15 +00:00
..
3rdparty switch from Q_DECL_OVERRIDE to plain override 2021-08-31 08:35:57 +00:00
cmd switch from Q_DECL_OVERRIDE to plain override 2021-08-31 08:35:57 +00:00
common let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
crashreporter Send crash log as comment 2021-08-23 09:44:34 +02:00
csync Use CMAKE_INSTALL_DATADIR instead of custom DATADIR 2021-09-01 11:43:03 +00:00
gui Only set dav user after login. 2021-09-03 08:32:15 +00:00
libsync switch from Q_DECL_OVERRIDE to plain override 2021-08-31 08:35:57 +00:00
CMakeLists.txt Remove unneeded include_directories 2021-09-01 11:43:03 +00:00