nextcloud-desktop/src/gui
Camila 9101e0a7f8 Only accept folder setup page if overrideLocalDir is set.
Fix for #5383.

Signed-off-by: Camila <hello@camila.codes>
2023-02-02 08:43:51 +01:00
..
cloudproviders fully qualify types in signals and slots 2022-11-15 09:57:54 +01:00
creds Declare all QRegularExpressions statically 2022-12-20 18:38:24 +01:00
filedetails Remove use of emit keyword where used for non signals 2022-12-20 12:07:55 +01:00
socketapi l10n: Remove space 2022-12-24 12:56:08 +01:00
tray Fix displaying of file details button for local syncfileitem activities 2023-01-31 13:03:52 +01:00
updater fix review comments 2022-10-12 12:13:45 +02:00
wizard Only accept folder setup page if overrideLocalDir is set. 2023-02-02 08:43:51 +01:00
accountmanager.cpp Correctly parse account server url when migration from legacy config 2023-01-23 16:29:01 +01:00
accountmanager.h Allow specifying the server force override URL and local sync folder path via command line. 2023-01-17 17:27:19 +01:00
accountsettings.cpp Delete E2EE files/folders for accounts that have had E2EE disabled 2023-01-24 17:00:14 +01:00
accountsettings.h Add ability to remove local encryption keys through settings 2023-01-24 17:00:14 +01:00
accountsettings.ui Handle the warning message when unchecking folders for syncing. 2020-12-14 12:36:51 +01:00
accountsetupcommandlinemanager.cpp Fix review comments from Claudio III. 2022-12-30 14:46:06 +01:00
accountsetupcommandlinemanager.h Fix review comments from Claudio III. 2022-12-30 14:46:06 +01:00
accountsetupfromcommandlinejob.cpp Fix review comments from Claudio II. 2022-12-30 14:46:06 +01:00
accountsetupfromcommandlinejob.h Fix review comments from Claudio II. 2022-12-30 14:46:06 +01:00
accountstate.cpp emit missing signal to update folder sync status icon 2022-10-24 16:53:06 +02:00
accountstate.h Make accountstate fakeable for tests 2023-01-24 17:00:14 +01:00
addcertificatedialog.cpp
addcertificatedialog.h let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
addcertificatedialog.ui l10n: Delete space and change capital letter 2021-04-28 11:41:06 +00:00
application.cpp By default do not display warning about backups made of the config file. 2023-02-01 19:00:40 +01:00
application.h Revert "Merge pull request #5366 from nextcloud/bugfix/remove-mono-icons-setting" 2023-01-27 12:23:11 +01:00
authenticationdialog.cpp Make client language gender-neutral and more clear 2022-06-24 14:36:36 +02:00
authenticationdialog.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
BasicComboBox.qml Drop dependency on Qt Quick Controls 1 2023-01-06 17:22:56 +01:00
callstatechecker.cpp Increase the call state checking interval to not overload the server 2022-07-01 14:44:46 +02:00
callstatechecker.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
caseclashfilenamedialog.cpp fix copyright notice of new files 2023-01-25 16:37:37 +01:00
caseclashfilenamedialog.h fix copyright notice of new files 2023-01-25 16:37:37 +01:00
caseclashfilenamedialog.ui l10n: Correct word 2023-01-31 12:59:01 +01:00
CMakeLists.txt handle case clash conflicts in a similar way to content conflicts 2023-01-25 16:37:35 +01:00
cocoainitializer.h
cocoainitializer_mac.mm Remove unused app pointer in CocoaInitializer 2022-11-08 15:43:25 +01:00
configgui.h.in Use different icon for a sync folder on Windows depending on zoom level. 2021-12-07 15:48:16 +00:00
conflictdialog.cpp Format some QLabels as plain text 2022-12-07 17:18:57 +01:00
conflictdialog.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
conflictdialog.ui Add a conflict dialog to help the user solve them 2020-10-22 16:40:46 +02:00
conflictsolver.cpp Add KeepBothVersions as a possible solution to ConflictSolver 2020-10-22 16:40:46 +02:00
conflictsolver.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
connectionvalidator.cpp Add 'emit' keyword to signal emissions that were missing them 2022-12-20 12:07:55 +01:00
connectionvalidator.h fully qualify types in signals and slots 2022-11-15 09:57:54 +01:00
editlocallyjob.cpp Edit locally. Do not lock if locking is disabled on the server. 2023-01-26 17:00:14 +01:00
editlocallyjob.h Don't try to lock folders when editing locally 2023-01-23 17:46:43 +01:00
editlocallymanager.cpp Notify user when file is locked when local editing begins 2022-12-07 12:45:31 +01:00
editlocallymanager.h Edit locally job will only sync a specific file by modifying the state of the Sync Engine. All other running syncs will get terminated. Syncing is now optimized to run faster and it checks if the file has changed on the server before syncing it. 2022-12-06 09:37:03 +01:00
elidedlabel.cpp Remove redundant initialization of ElidedLabel::_elideMode 2020-07-08 14:08:41 +02:00
elidedlabel.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
emojimodel.cpp Add dialog to set user status 2021-09-09 11:18:22 +02:00
emojimodel.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
EmojiPicker.qml Introduce EnforcedPlainTextLabel, convert all Label or Text labels to use this 2022-12-05 15:21:09 +01:00
ErrorBox.qml Remove now redundant use of textFormat 2022-12-05 15:21:09 +01:00
fileactivitylistmodel.cpp Check for state of file record retrieval in fileactivitylistmodel 2022-10-31 18:06:09 +01:00
fileactivitylistmodel.h Use [[nodiscard]] more broadly in methods returning values, and respect it elsewhere 2022-10-31 18:06:07 +01:00
folder.cpp handle case clash conflicts in a similar way to content conflicts 2023-01-25 16:37:35 +01:00
folder.h handle case clash conflicts in a similar way to content conflicts 2023-01-25 16:37:35 +01:00
foldercreationdialog.cpp Fix crash when trying to open the folder creation dialog 2021-03-17 08:43:32 +01:00
foldercreationdialog.h let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
foldercreationdialog.ui Put FolderCreationDialog into the OCC namespace. 2021-02-05 16:27:25 +01:00
folderman.cpp Delete E2EE files/folders for accounts that have had E2EE disabled 2023-01-24 17:00:14 +01:00
folderman.h Delete E2EE files/folders for accounts that have had E2EE disabled 2023-01-24 17:00:14 +01:00
folderstatusdelegate.cpp Remove HACK for Windows Vista as this OS is no longer supported 2022-12-20 12:59:08 +01:00
folderstatusdelegate.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
folderstatusmodel.cpp Fix bad string for translation. 2023-01-23 13:07:41 +01:00
folderstatusmodel.h Do not sync encrypted folders if the E2EE mnemonic is not entered. Automatically blacklist them. Remove from blacklist once the E2EE mnemonic is provided. 2022-12-15 15:09:25 +01:00
folderstatusview.cpp Use the return braced init list pattern 2020-05-27 14:36:07 +02:00
folderstatusview.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
folderwatcher.cpp FolderWatcher: Disable test on OSX #7305 2020-11-24 16:56:49 +00:00
folderwatcher.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
folderwatcher_linux.cpp FolderWatcher: Become unreliable if test notification fails #7241 2020-11-24 16:56:49 +00:00
folderwatcher_linux.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
folderwatcher_mac.cpp Replace now deprecated FSEventStreamScheduleWithRunLoop with FSEventStreamSetDispatchQueue 2023-01-02 18:05:54 +01:00
folderwatcher_mac.h FolderWatcher: Wait for ready before testing #7305 2020-11-24 16:56:49 +00:00
folderwatcher_win.cpp GetLastError() needs to be called when the error happens 2021-05-06 07:35:59 +00:00
folderwatcher_win.h Win: Use full Windows paths in file watcher and improve logging 2020-12-15 10:59:16 +01:00
folderwizard.cpp avoid possibly crashing static_cast 2022-10-03 10:23:24 +02:00
folderwizard.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
folderwizardsourcepage.ui l10n: Triple dot to ellipsis 2020-02-05 06:50:27 +01:00
folderwizardtargetpage.ui l10n: Change case of one word 2020-02-24 11:08:56 +01:00
generalsettings.cpp Revert "Merge pull request #5366 from nextcloud/bugfix/remove-mono-icons-setting" 2023-01-27 12:23:11 +01:00
generalsettings.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
generalsettings.ui Revert "Merge pull request #5366 from nextcloud/bugfix/remove-mono-icons-setting" 2023-01-27 12:23:11 +01:00
gui.md
guiutility.cpp Validate sensitive URLs to onle allow http(s) schemes. 2021-02-09 15:00:35 +02:00
guiutility.h Default parameter nullptr widget for openBrowser. 2021-02-09 08:40:51 +00:00
iconutils.cpp Improve 'Handle local file editing' feature. Add loading popup. Add force sync before opening a file.' 2022-10-10 17:13:06 +03:00
iconutils.h Fix review comments. Use QImage for QML and QPixmap for rest of code. Do not cache images for QML. Fix tests. Use signal in QML. 2021-11-04 20:50:51 +00:00
ignorelisteditor.cpp l10n: Replace apostrophe with double quotation 2021-07-30 06:21:05 +00:00
ignorelisteditor.h let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
ignorelisteditor.ui IgnoreListEditor: increase a bit the size 2020-12-15 10:58:21 +01:00
ignorelisttablewidget.cpp l10n: Replace apostrophe with double quotation 2021-07-30 06:21:05 +00:00
ignorelisttablewidget.h let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
ignorelisttablewidget.ui Fixed some missing 'translatable' exclusions, added missing window titles in flow dialogs 2019-09-25 14:02:59 +02:00
invalidfilenamedialog.cpp Format some QLabels as plain text 2022-12-07 17:18:57 +01:00
invalidfilenamedialog.h Allow manual renaming of files and folders with spaces. Allow uploading invalid file name via the InvalidFileName dialog. 2022-05-16 18:07:26 +03:00
invalidfilenamedialog.ui Format some QLabels as plain text 2022-12-07 17:18:57 +01:00
legalnotice.cpp Update legal notice text 2023-01-23 15:37:56 +01:00
legalnotice.h let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
legalnotice.ui Fix Legal notice dialog: Correct title and header font 2020-03-09 00:41:59 +01:00
lockwatcher.cpp Test: Add test for locked file tracking and propagation 2020-12-15 10:58:17 +01:00
lockwatcher.h LockWatcher: Add chrono header 2020-12-15 10:58:20 +01:00
logbrowser.cpp Log Window: Create and open folder properly #7166 2020-12-15 10:58:50 +01:00
logbrowser.h let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
main.cpp Clean up QML registration 2022-09-07 17:00:44 +02:00
manifest-mingw.rc
mnemonicdialog.ui E2EE. Do not generate keypair without user request. 2022-11-01 09:18:28 +01:00
navigationpanehelper.cpp Display VFS sync folder within the navigation panel on Windows. 2021-04-16 07:18:44 +00:00
navigationpanehelper.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
networksettings.cpp fix instances of: c++11 range-loop might detach Qt container warnings 2022-11-18 16:02:21 +01:00
networksettings.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
networksettings.ui Network Settings: Show a warning that proxy settings do not apply to localhost 2020-12-15 10:59:03 +01:00
notificationconfirmjob.cpp Declare all QRegularExpressions statically 2022-12-20 18:38:24 +01:00
notificationconfirmjob.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
ocsjob.cpp VFS Windows: Display the sharing state and lock state in the 'Status' column of Windows Explorer 2022-10-04 18:32:51 +02:00
ocsjob.h VFS Windows: Display the sharing state and lock state in the 'Status' column of Windows Explorer 2022-10-04 18:32:51 +02:00
ocsnavigationappsjob.cpp
ocsnavigationappsjob.h
ocsshareejob.cpp Fixed slow sharee search in the share dialog 2020-12-08 13:48:43 +00:00
ocsshareejob.h Fixed slow sharee search in the share dialog 2020-12-08 13:48:43 +00:00
ocssharejob.cpp VFS Windows: Display the sharing state and lock state in the 'Status' column of Windows Explorer 2022-10-04 18:32:51 +02:00
ocssharejob.h VFS Windows: Display the sharing state and lock state in the 'Status' column of Windows Explorer 2022-10-04 18:32:51 +02:00
openfilemanager.cpp Fix various deprecated warnings 2021-09-08 08:54:00 +00:00
openfilemanager.h
owncloud.exe.manifest-mingw
owncloud.xml.in Virtual Files Mime Type: use "vnd." prefix instead of "x-" 2020-12-15 10:58:03 +01:00
owncloudgui.cpp Add a file details window/page, QMLify file sharing 2022-10-31 18:06:03 +01:00
owncloudgui.h fully qualify types in signals and slots 2022-11-15 09:57:54 +01:00
owncloudsetupwizard.cpp Allow specifying the server force override URL and local sync folder path via command line. 2023-01-17 17:27:19 +01:00
owncloudsetupwizard.h let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
passwordinputdialog.cpp Fix review comments. 2022-01-12 10:36:25 +00:00
passwordinputdialog.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
passwordinputdialog.ui Fix review comments. 2022-01-12 10:36:25 +00:00
PredefinedStatusButton.qml Drop dependency on Qt Quick Controls 1 2023-01-06 17:22:56 +01:00
profilepagewidget.cpp Add profile page 2021-11-10 13:11:47 +01:00
profilepagewidget.h Add profile page 2021-11-10 13:11:47 +01:00
proxyauthdialog.cpp
proxyauthdialog.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
proxyauthdialog.ui Fixed some missing 'translatable' exclusions, added missing window titles in flow dialogs 2019-09-25 14:02:59 +02:00
proxyauthhandler.cpp ProxyAuthHandler Use QPointer instead of QWeakPointer 2020-12-15 10:59:05 +01:00
proxyauthhandler.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
remotewipe.cpp Remove unused QStrings from remotewipe 2022-12-20 12:59:08 +01:00
remotewipe.h fully qualify types in signals and slots 2022-11-15 09:57:54 +01:00
selectivesyncdialog.cpp avoid possibly crashing static_cast 2022-10-03 10:23:24 +02:00
selectivesyncdialog.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
settingsdialog.cpp Fix currentPage QPROPERTY missing NOTIFY in settingsdialog class 2023-01-02 17:04:30 +01:00
settingsdialog.h Fix currentPage QPROPERTY missing NOTIFY in settingsdialog class 2023-01-02 17:04:30 +01:00
settingsdialog.ui Don't customize settings dialog palette 2021-03-12 11:47:16 +01:00
sharee.cpp Add a file details window/page, QMLify file sharing 2022-10-31 18:06:03 +01:00
sharee.h Add a file details window/page, QMLify file sharing 2022-10-31 18:06:03 +01:00
sharemanager.cpp Add a suite of tests for ShareModel 2022-10-31 18:06:09 +01:00
sharemanager.h handle case clash conflicts in a similar way to content conflicts 2023-01-25 16:37:35 +01:00
sharepermissions.h Add a suite of tests for ShareModel 2022-10-31 18:06:09 +01:00
shareuserline.ui ShareDialog: group links and users in one scrollbar. 2022-01-13 10:39:11 +00:00
shellextensionsserver.cpp Implement 'Leave this share' context menu entry. Fix incorrect sharing state for incoming and my shares in custom state icons and local database. 2022-11-22 12:14:20 +01:00
shellextensionsserver.h Implement 'Leave this share' context menu entry. Fix incorrect sharing state for incoming and my shares in custom state icons and local database. 2022-11-22 12:14:20 +01:00
sslbutton.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
sslbutton.h GUI: run clang-tidy modernize-use-nullptr 2018-11-11 10:56:22 +01:00
sslerrordialog.cpp Forbid trusting the untrusted certificate. 2021-10-27 07:23:42 +00:00
sslerrordialog.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
sslerrordialog.ui Marking unused strings as unstranslatable 2019-05-14 20:07:08 +02:00
syncrunfilelog.cpp Declare all QRegularExpressions statically 2022-12-20 18:38:24 +01:00
syncrunfilelog.h Remvoe now unneeded SyncRunFileLog::directionToStr 2020-12-15 10:59:11 +01:00
systray.cpp Show file details within the tray dialog, rather than in a separate dialog 2022-12-09 15:06:35 +01:00
systray.h Show file details within the tray dialog, rather than in a separate dialog 2022-12-09 15:06:35 +01:00
systray.mm Add Talk message type of notifications to native macOS notifications 2022-12-09 14:36:12 +01:00
thumbnailjob.cpp
thumbnailjob.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
tooltipupdater.cpp avoid possibly crashing static_cast 2022-10-03 10:23:24 +02:00
tooltipupdater.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
userinfo.cpp Update comments 2020-10-15 02:18:52 +02:00
userinfo.h fully qualify types in signals and slots 2022-11-15 09:57:54 +01:00
UserStatusSelector.qml Drop dependency on Qt Quick Controls 1 2023-01-06 17:22:56 +01:00
UserStatusSelectorButton.qml Drop dependency on Qt Quick Controls 1 2023-01-06 17:22:56 +01:00
userstatusselectormodel.cpp Fix typo of connector 2022-11-14 09:43:36 +01:00
userstatusselectormodel.h fully qualify types in signals and slots 2022-11-15 09:57:54 +01:00
UserStatusSelectorPage.qml Make user status selector modal, show user header 2022-11-09 17:39:28 +01:00
version.rc.in