Felix Weilbach and Camila (Rebase PR Action)
ec64246dc7
Only build app bundle if requested
...
For development a app bundle is not needed. The app bundle is only
needed for distribution and macdeployqt takes a lot of time.
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-11-23 11:41:29 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
9e792369b2
Refactor key-value store query code
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-11-17 09:53:26 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
c76a77e431
Correct virtual files placeholder files if needed
...
In the past not all files were converted to placeholder files when
converting an existing sync folder to a virtual files folder. Because
some files were not converted to placeholder files, the status would
be wrong on the files. This code makes sure that every file in a
virtual files folder is a placeholder file. It could be removed in the
future.
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-11-17 09:53:26 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
113ba716e6
Compile finder extensions for arm and x86
...
Fix: https://github.com/nextcloud/desktop/issues/3967
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-11-16 08:54:48 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
07a8e8c91d
Check if the server has user status app enabled
...
According to
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-status-api.html#user-status-retrieve-statuses
we should check the user status capability, not the the end points.
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-11-15 16:20:58 +00:00
Felix Weilbach
ad814f175e
Let the macOS installer know that the application can run on Arm64
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-11-12 01:42:37 +01:00
Felix Weilbach
56bb3e7938
Bump to version 3.4.0-rc1
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-11-11 10:39:51 +01:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
6d5597e93e
Add a script to create a universal app package
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-11-10 13:57:47 +00:00
Felix Weilbach
7e45dd9d14
Take branding for vfs plugins into account
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-11-10 15:13:25 +01:00
Felix Weilbach
3e368ee4df
IconJob: Send request through the accounts NAS
...
This helps tracking requests on the server
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-11-10 13:11:49 +01:00
Felix Weilbach
db337c4457
Add profile page
...
Fix : #3889
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-11-10 13:11:47 +01:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
d661e91a58
Don't do a connection checks when using push notifications
...
When using push notifications, it is not necessary to do regular
connection checks because the push notifications will take care of it.
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-11-04 18:07:22 +00:00
Felix Weilbach
650578ee64
Don't convert exclude file to placeholder file
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-11-04 18:18:50 +01:00
Felix Weilbach
9f35fa6d3d
Also update sync state summary based on connectivity
...
Otherwise, with zero folders configured, the state will stay at
offline.
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-10-20 12:31:55 +02:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
1156d82594
Log file name and line number
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-10-19 17:10:44 +00:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
3d795b0547
SonarCloud: Change workflow name
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-10-19 14:05:55 +00:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
daa205bcef
Sonarcloud: Enable caching
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-10-19 14:05:55 +00:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
4008bdd295
Sonarcloud: Ignore 3rdparty folder
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-10-19 14:05:55 +00:00
Felix Weilbach
24f6bc5203
Only use basic authentication if needed
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-10-18 12:20:20 +02:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
d51bfec61d
Remove unnecessary braces
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-10-14 19:56:39 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
f27ef02273
Set dialog max and min width and height before width and height
...
Otherwise, resize events will not be processed correctly.
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-10-14 19:56:39 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
a663d235ef
Add .sync-exclude.lst to exclude files
...
Previously the .sync-exclude.lst file of the sync root directory was
not added to the exclude files, because the current logic did only
recognize .sync-exclude.lst files when their containing directory was
discovered during the discovery phase. Therefore the sync root
.sync-exclude.lst file was never discovered. See also
ExcludedFiles::traversalPatternMatch().
Fix : #3830 , #2728
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-10-14 14:02:29 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
df11424596
Trim trailing spaces before uploading files
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-10-14 11:22:59 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
51b6d5e28f
Enable Sonarcloud
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-10-14 09:23:44 +00:00
Felix Weilbach
0792dc36c2
Check if current user exists before getting it's account state
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-10-13 11:25:13 +02:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
4c11f6763e
Show sync progress in main dialog
...
Fixes #3662
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-10-12 16:14:24 +00:00
Felix Weilbach
2da6dab403
Add missing copyright headers
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-10-08 13:19:10 +02:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
0c9dce1154
Add file activity dialog
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-10-05 12:41:34 +00:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
ae3d10d3a7
Use build-appimage.sh from Brander
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-10-04 12:51:17 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
b6108cb9fe
Make virtual files feature documentation more understandable
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-27 20:42:19 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
d6e60cd8d4
Don't log encryption data in release mode
...
We deliver our builds to users with debug logging enabled to have an
easier time finding problems. However, logging all the encryption data
in this loop is too much and should not be done in release mode.
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-27 19:50:38 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
b10be3e52e
Set maximum line length in clang-format
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-27 15:40:55 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
2a6886dc70
Use C++11 brace style in clang-format
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-27 15:40:55 +00:00
Felix Weilbach and GitHub
3caef6e1a6
Merge pull request #3760 from nextcloud/feature/invalid-filenames-dialog
...
Add dialog to resolve invalid filenames
2021-09-23 15:03:35 +02:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
d3d8b1c631
Add dialog to resolve invalid filenames
...
Fixes #3751
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-23 10:45:15 +00:00
Felix Weilbach and GitHub
76a80fc974
Merge pull request #3813 from nextcloud/rakekniven-patch-1
...
Fixed placeholder numbering
2021-09-20 16:55:02 +02:00
Felix Weilbach and GitHub
b816c0e507
Merge pull request #3780 from nextcloud/bugfix/more-warnings
...
Fix more warnings and enable warnings as errors
2021-09-17 16:09:31 +02:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
88e7861239
Enable warnings as errors when compiling with Clang and GCC
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-17 13:32:26 +00:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
0074d6c40a
Disable Qt deprecation warnings
...
They don't help us during regular development and some of them are not
fixable (e.g. QNetworkMangerConfiguration) in the open source variant
of Qt5.
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-17 13:32:26 +00:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
fb1b3481d1
Fix warnings
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-17 13:32:26 +00:00
Felix Weilbach and GitHub
1eb9c6f993
Merge pull request #3779 from nextcloud/feature/add-user-status-docs
...
Add documentation for user status selector dialog
2021-09-17 11:05:09 +02:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
65f2fd2450
Add documentation for user status selector dialog
...
Fixes #3770
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-17 08:22:52 +00:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
8370c9c1ca
Accept nc scheme in provider page
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-14 09:01:18 +00:00
Felix Weilbach and GitHub
5dabb3a36f
Merge pull request #3777 from nextcloud/bugfix/clear-user-status-main-dialog
...
Clear user status in main dialog after clearing it in user status selector dialog
2021-09-14 10:27:05 +02:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
86da74908a
Emit user status changed after clear user status
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-14 07:26:46 +00:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
9aee46b3a4
Remove unnecessary logging statements
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-14 07:26:46 +00:00
Felix Weilbach and GitHub
49f41b813c
Merge pull request #3765 from Dimon4eg/remove_theme.qrc
...
remove theme.qrc as it will be generated during build
2021-09-09 13:03:57 +02:00
Felix Weilbach and GitHub
ea6a56d9f6
Merge pull request #3639 from nextcloud/feature/set-user-status
...
Set user status
2021-09-09 11:52:27 +02:00
Felix Weilbach
8a8d488454
Add dialog to set user status
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-09 11:18:22 +02:00
Felix Weilbach and GitHub
3fd4d5cd4b
Merge pull request #3747 from nextcloud/bugfix/deprecated-warnings
...
Fix most of the deprecation warnings
2021-09-08 14:59:12 +02:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
5622c33f40
Fix various deprecated warnings
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-08 08:54:00 +00:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
93f590c6de
Replace deprecated use of QProcess::execute()
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-08 08:54:00 +00:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
c9863dc225
Use QRecursiveMutex
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-08 08:54:00 +00:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
45f59e7eca
Use QDateTime::startOfDay()
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-08 08:54:00 +00:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
b6e3c6d718
Replace deprecated use of QProcess::start()
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-08 08:54:00 +00:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
0af83dd1b6
Use QRandomGenerator instead of qrand
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-08 08:54:00 +00:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
2fe3a7947e
endl has been deprecated
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-08 08:54:00 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
6fd0adda52
Close wizard if done
...
This is needed because of the changes in 02bb5db544
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-07 06:43:27 +00:00
Felix Weilbach and allexzander (Rebase PR Action)
031b2e0683
Remove assert that caues crashes
...
This assert does not add value. Utility::concatUrlPath() takes care of
appending paths correctly.
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-06 15:54:44 +00:00
Felix Weilbach
41ecb2c160
macOS client is not able to do auto updates
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-06 11:39:08 +02:00
Felix Weilbach and GitHub
1274959434
Merge pull request #3689 from nextcloud/bugfix/removeObsoleteWizardPage
...
Remove wizard page that has been dead for 4 years
2021-09-03 20:26:26 +02:00
Felix Weilbach and GitHub
f396c58b5f
Merge pull request #3701 from nextcloud/bugfix/fix-qml-warnings
...
Fix qml warnings
2021-09-03 14:03:27 +02:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
fa37f5c2bc
Don't create binding loop
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-03 11:48:42 +00:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
8a2097e7b9
Implicitly defined onFoo properties in Connections are deprecated
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-09-03 11:48:42 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
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
Felix Weilbach and GitHub
19ee6560a9
Merge pull request #3729 from nextcloud/cmakecleanup
...
CMake cleanup
2021-09-01 15:16:21 +02:00
Felix Weilbach and GitHub
9ce161679a
Merge pull request #3719 from pprkut/svg
...
Allow using rsvg-convert to generate pngs instead of inkscape
2021-08-31 15:30:32 +02:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
44df9283fe
Handle every enum value in switch statement
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-08-26 15:52:25 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
23fca8019b
Add parens around && in || statement
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-08-26 15:52:25 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
4d72d375f2
Fix warnings related to wrong ordering of ctor init
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-08-26 15:52:25 +00:00
Felix Weilbach and GitHub
f522cd66a0
Merge pull request #3692 from nextcloud/feature/color-compile-output-ninja
...
Color compile ouput when using Ninja build file generator
2021-08-20 16:43:40 +02:00
Felix Weilbach and Felix Weilbach (Rebase PR Action)
b5b235c75f
Color compile ouput when using Ninja build file generator
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-08-20 13:20:55 +00:00
Felix Weilbach and GitHub
ef6bd0e7a9
Merge pull request #3671 from nextcloud/feature/update-qt5.15
...
Update to Qt 5.15
2021-08-19 14:59:23 +02:00
Felix Weilbach
332a48e6a1
Update to Qt 5.15
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-08-19 14:01:46 +02:00
Felix Weilbach and GitHub
748521e4fe
Merge pull request #3583 from nextcloud/targetname
...
Don't use variables for CMake target identifiers
2021-08-19 13:04:14 +02:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
3d72e24bb8
Brand name of vfs plugins
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-08-19 10:30:24 +00:00
Felix Weilbach and GitHub
079a4f65d6
Merge pull request #3680 from znerol-forks/bug/master/macos-packaging-scripts-capitalization
...
Fix macOS app bundle name in packaging scripts
2021-08-18 09:52:00 +02:00
Felix Weilbach
d706125b15
Return the login name instead of user id
...
App password and login name need to match. If authResult() returns the
user id the user id will be stored in webdav_user
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-08-12 14:32:07 +02:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
ccd27870a7
Don't compare integers with different signs
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-08-11 20:20:39 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
acf6cc0527
Remove unused functions and variables
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-08-11 20:20:39 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
d72f7e9109
Check result of setPinState()
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-08-11 20:20:39 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
f9daa27a5d
Enforce fetching of user id
...
With the change of commit 3e61bdc431 and
the relase of v3.3.0 users that had their email address used as login
are not able to login anymore. The dav_user should be empty if users
tried to create a account in the meantime. Therefore we fetch the user
id in the case dav_user (and then Account::_davUser) is empty. We then
store the user id in dav_user.
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-08-11 16:16:12 +00:00
Felix Weilbach and GitHub
b4d1d98868
Merge pull request #3632 from nextcloud/bugfix/always-use-userid-after-login
...
Ensure that the users id is used for accessing webdav
2021-08-11 16:17:18 +02:00
Felix Weilbach
5195264a20
Ensure that the users id is used for accessing webdav
...
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/LoginFlow/index.html#obtaining-the-login-credentials
states that the email address can be used for login but it's not
allowed to use the email address to access webdav.
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-08-11 15:26:39 +02:00
Felix Weilbach and GitHub
2855f89e53
Merge pull request #3618 from nextcloud/rakekniven-patch-1
...
Changed grammar
2021-08-02 10:09:38 +02:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
22b10e20e4
Update supported server versions
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-07-29 10:00:45 +00:00
Felix Weilbach and GitHub
78d92f4425
Merge pull request #3608 from nextcloud/bump-version-3.3.50
...
Bump version to 3.3.50
2021-07-29 10:48:51 +02:00
Felix Weilbach
efd9c6ef45
Bump version to 3.3.50
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-07-29 10:47:24 +02:00
Felix Weilbach and GitHub
acf3bf0959
Merge pull request #3607 from nextcloud/bump-version-3.3.0
...
Bump version 3.3.0
2021-07-29 10:40:19 +02:00
Felix Weilbach
49647c6267
Bump version 3.3.0
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-07-29 10:36:26 +02:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
55067c55a7
Update improvements and news in the documentation
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-07-28 12:59:36 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
7bb0c588c1
Don't constrain size of hover background
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-07-28 10:29:04 +00:00
Felix Weilbach and GitHub
8bbe71c8a2
Merge pull request #3582 from nextcloud/bugfix/make-main-dialog-window
...
Make main dialog normal window when displayed as regular window
2021-07-22 18:06:48 +02:00
Felix Weilbach
a421ebf01c
Make main dialog normal window when displayed as regular window
...
This will enable users to minimize the dialog.
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-07-22 10:34:13 +02:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
302651620b
Use Q_UNUSED instead of commenting out arg names
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-07-21 17:15:11 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
3f6bb4a929
Use QStringLiteral instead of plain strings
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-07-21 17:15:11 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
ee49a7ed52
Fix review comments
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-07-21 17:15:11 +00:00
Felix Weilbach and Matthieu Gallien (Rebase PR Action)
e4f92ad1a1
Enforce https in flow1 and flow2 for https connections
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-07-21 17:15:11 +00:00
Felix Weilbach and GitHub
9d2cb53cff
Merge pull request #3574 from nextcloud/bugfix/open-main-dialog-gnome-always
...
Open main dialog gnome always
2021-07-21 09:16:01 +02:00
Felix Weilbach
4e95e32791
Call setClosed() on correct Object
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-07-20 12:56:00 +02:00