.. |
cloudproviders
|
prevent crash by resetting common pointer after deleting gobject menu
|
2023-06-30 10:19:59 +02:00 |
creds
|
do some header includes clean-up as recommended by compiler
|
2024-04-26 09:05:12 +02:00 |
filedetails
|
Fix text colour for NCInputTextEdit
|
2024-06-13 19:15:11 +08:00 |
macOS
|
Censor account details string in file provider logging
|
2024-05-15 21:47:05 +02:00 |
socketapi
|
Replace "Edit" with "Open in browser"
|
2024-06-03 08:55:34 +02:00 |
tray
|
Move the logic for handling the featured app qml to cpp.
|
2024-06-25 15:34:50 +02:00 |
updater
|
remove usage of QStringRef due to it being missing in Qt6
|
2024-04-26 09:05:12 +02:00 |
wizard
|
Use QEnterEvent for new enterEvent parameters
|
2024-04-26 09:05:12 +02:00 |
accountmanager.cpp
|
Fix: remove failure to import legacy account notification.
|
2024-01-25 12:23:37 +01:00 |
accountmanager.h
|
signals/slots need to have fully qualified arguments
|
2023-10-17 09:32:34 +02:00 |
accountsettings.cpp
|
Remove use of setMargin on QVBoxLayout, not present in Qt6
|
2024-05-13 11:07:33 +02:00 |
accountsettings.h
|
Move fp settings controller out of ui folder
|
2024-02-19 22:45:09 +08:00 |
accountsettings.ui
|
Remove Virtual files section of settings, move this instead to individual tab in each account page
|
2024-02-19 22:45:07 +08:00 |
accountsetupcommandlinemanager.cpp
|
store in config file that we want to enable vfs when generating config
|
2023-03-22 10:17:28 +01:00 |
accountsetupcommandlinemanager.h
|
store in config file that we want to enable vfs when generating config
|
2023-03-22 10:17:28 +01:00 |
accountsetupfromcommandlinejob.cpp
|
Fix review comments from Claudio II.
|
2022-12-30 14:46:06 +01:00 |
accountsetupfromcommandlinejob.h
|
fix compilation with clazy and fully-qualified-moc-types checks enabled
|
2023-04-11 11:34:00 +02:00 |
accountstate.cpp
|
do some header includes clean-up as recommended by compiler
|
2024-04-26 09:05:12 +02:00 |
accountstate.h
|
Check server's 204 endpoint every minute and restore connection immidiately after successful status code.
|
2023-07-26 16:18:39 +02:00 |
addcertificatedialog.cpp
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
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
|
improve logs when build with NEXTCLOUD_DEV enabled
|
2024-05-02 16:34:51 +02:00 |
application.h
|
Remove use of QNetworkConfiguration in Qt6
|
2024-04-26 09:05:12 +02: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
|
Fix all broken QML imports
|
2024-04-26 09:05:12 +02: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
|
Only match file extension not its content for mimetype. Prevents freeze from VFS placeholders.
|
2024-02-22 10:18:12 +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
|
Remove all use of MacExtras
|
2024-05-13 11:07:33 +02:00 |
cocoainitializer.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
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 |
ConflictDelegate.qml
|
Display correct conflict part in multiple conflicts resolution dialog.
|
2023-09-12 09:04:21 +02: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 |
ConflictItemFileInfo.qml
|
Bugfix. Conflict dialog for multiple files. Fix checkbox border colors for dark mode on Windows.
|
2024-04-25 10:14:11 +02:00 |
conflictsolver.cpp
|
Add KeepBothVersions as a possible solution to ConflictSolver
|
2020-10-22 16:40:46 +02:00 |
conflictsolver.h
|
solve multiple conflicts from choose resolution
|
2023-05-17 08:43:54 +02:00 |
connectionvalidator.cpp
|
User 'Connection issue' instead of 'Network error' in systray notification.
|
2024-03-20 09:51:11 +01:00 |
connectionvalidator.h
|
only display changed network errors during validation of connection
|
2024-03-18 09:21:30 +01:00 |
editlocallyjob.cpp
|
avoid warning by ignoring the return value of QtConcurrent::run
|
2024-04-26 09:05:12 +02:00 |
editlocallyjob.h
|
Allow opening a file or folder in the local sync root.
|
2023-05-16 12:33:34 +02:00 |
editlocallymanager.cpp
|
do some header includes clean-up as recommended by compiler
|
2024-04-26 09:05:12 +02: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
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02:00 |
ErrorBox.qml
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02: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 |
filetagmodel.cpp
|
Add overflow tag string property to filetagmodel which stringifies omitted tags
|
2023-05-16 18:23:33 +08:00 |
filetagmodel.h
|
Add overflow tag string property to filetagmodel which stringifies omitted tags
|
2023-05-16 18:23:33 +08:00 |
folder.cpp
|
fix build issue after rebase
|
2024-04-26 09:05:12 +02:00 |
folder.h
|
fix compilation issues after rebase
|
2024-04-26 09:05:12 +02:00 |
foldercreationdialog.cpp
|
Notify when folder is created with full folder path in FolderCreationDialog
|
2023-02-14 18:27:03 +01:00 |
foldercreationdialog.h
|
Notify when folder is created with full folder path in FolderCreationDialog
|
2023-02-14 18:27:03 +01:00 |
foldercreationdialog.ui
|
Put FolderCreationDialog into the OCC namespace.
|
2021-02-05 16:27:25 +01:00 |
folderman.cpp
|
remove usage of QStringRef due to it being missing in Qt6
|
2024-04-26 09:05:12 +02:00 |
folderman.h
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
folderstatusdelegate.cpp
|
Replace removed progress bar option orientation with state flag
|
2024-04-26 09:05:12 +02:00 |
folderstatusdelegate.h
|
add [[nodiscard]] attribute via clang-tidy
|
2022-10-04 11:14:45 +02:00 |
folderstatusmodel.cpp
|
port away from QWidget related margines APIs
|
2024-04-26 09:05:12 +02:00 |
folderstatusmodel.h
|
use a getter to query encryption status
|
2023-03-31 17:18:28 +02: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
|
port away from QStringList::toSet
|
2024-04-26 09:05:12 +02:00 |
folderwatcher.h
|
Detect office files for locking on new upload. Notify FolderWatcher.
|
2024-04-13 15:46:37 +02:00 |
folderwatcher_linux.cpp
|
Fix typos found by codespell
|
2023-06-21 08:47:13 +02:00 |
folderwatcher_linux.h
|
more fixes for attributes without init value
|
2023-02-06 10:43:05 +01:00 |
folderwatcher_mac.cpp
|
Fix files being skipped in coalesced path traersal in mac folder watcher
|
2023-09-18 11:35:05 +08:00 |
folderwatcher_mac.h
|
Ensure that full rescan flags in macOS folder watcher reply are properly responded to
|
2023-09-18 11:35:05 +08:00 |
folderwatcher_win.cpp
|
Fix typos found by codespell
|
2023-06-21 08:47:13 +02:00 |
folderwatcher_win.h
|
Replace all manual isntancesof adding trailing slash with use of utility method
|
2023-08-04 17:40:42 +08:00 |
folderwizard.cpp
|
Add missing QStandardPaths include
|
2024-04-26 09:05:12 +02:00 |
folderwizard.h
|
Also provide remote path folder wizard page with correct warn colour
|
2023-09-16 19:29:55 +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
|
fix compilation issues after rebase
|
2024-04-26 09:05:12 +02:00 |
generalsettings.h
|
Remove unused parameter in GeneralSettings slotUpdateChannelChanged
|
2023-05-08 19:06:58 +08:00 |
generalsettings.ui
|
Settings dialog. Nextcloud version label should be visible even if auto-updates are turned off in config.
|
2024-02-19 09:58:08 +01:00 |
gui.md
|
|
|
guiutility.cpp
|
Remove OAuth authentication method as it is now unused
|
2023-09-19 14:58:17 +08:00 |
guiutility.h
|
Default parameter nullptr widget for openBrowser.
|
2021-02-09 08:40:51 +00:00 |
iconutils.cpp
|
Prevent crash when originalSize is null
|
2024-06-07 00:17:40 +08: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
|
properly compute if a folder is top level or child extern mounted
|
2024-03-27 14:29:01 +01:00 |
invalidfilenamedialog.h
|
Correctly handle errors for unsupported filenames on the server. Allow user to rename those via dialog.
|
2023-06-14 12:48:56 +02: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
|
partial fix for compilation with QT_NO_KEYWORDS
|
2024-03-27 10:34:22 +01:00 |
main.cpp
|
windows needs an explicit QML import path to be set
|
2024-04-26 09:05:12 +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
|
disable qt apis deprecated before qt 5.12, enable warnings
|
2024-04-26 09:05:12 +02:00 |
networksettings.h
|
add [[nodiscard]] attribute via clang-tidy
|
2022-10-04 11:14:45 +02:00 |
networksettings.ui
|
Improve Settings dialog design.
|
2023-10-23 12:45:24 +02: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
|
Prevent issues when changing the enum.
|
2023-12-11 18:03:57 +01:00 |
ocsjob.h
|
Prevent issues when changing the enum.
|
2023-12-11 18:03:57 +01:00 |
ocsnavigationappsjob.cpp
|
Adds function to add raw header to the request.
|
2018-05-07 18:03:42 +02:00 |
ocsnavigationappsjob.h
|
Adds function to add raw header to the request.
|
2018-05-07 18:03:42 +02:00 |
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
|
Implement missing share settings
|
2023-04-27 12:54:54 +02:00 |
ocssharejob.h
|
Implement missing share settings
|
2023-04-27 12:54:54 +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
|
fix some of the qml issues
|
2024-04-26 09:05:12 +02:00 |
owncloudgui.h
|
Remove redundant "optional" gui log functions which relly just call gui log under the hood
|
2023-08-04 17:40:39 +08:00 |
owncloudsetupwizard.cpp
|
fix compilation issues after rebase
|
2024-04-26 09:05:12 +02: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
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02: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
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
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
|
Fix qtkeychain imports with Qt6
|
2024-04-26 09:05:12 +02:00 |
proxyauthhandler.h
|
add [[nodiscard]] attribute via clang-tidy
|
2022-10-04 11:14:45 +02:00 |
remotewipe.cpp
|
allow wipe feature to delete data of a wiped user account
|
2024-03-19 15:58:00 +01:00 |
remotewipe.h
|
move init to default value in class declaration
|
2023-02-06 10:43:05 +01:00 |
ResolveConflictsDialog.qml
|
Bugfix. Conflict dialog for multiple files. Fix checkbox border colors for dark mode on Windows.
|
2024-04-25 10:14:11 +02:00 |
selectivesyncdialog.cpp
|
port away from QStringList::toSet
|
2024-04-26 09:05:12 +02:00 |
selectivesyncdialog.h
|
move init to default value in class declaration
|
2023-02-06 10:43:05 +01:00 |
settingsdialog.cpp
|
Replace now invalid '+' operator with '|' operator for QKeySequence
|
2024-04-26 09:05:12 +02:00 |
settingsdialog.h
|
Remove Virtual files section of settings, move this instead to individual tab in each account page
|
2024-02-19 22:45:07 +08:00 |
settingsdialog.ui
|
Don't customize settings dialog palette
|
2021-03-12 11:47:16 +01:00 |
sharee.cpp
|
Display 'Search globally' as the last sharees list element
|
2023-03-03 18:01:05 +01:00 |
sharee.h
|
Display 'Search globally' as the last sharees list element
|
2023-03-03 18:01:05 +01:00 |
sharemanager.cpp
|
remove usage of QStringRef due to it being missing in Qt6
|
2024-04-26 09:05:12 +02:00 |
sharemanager.h
|
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
|
2024-03-20 00:54:27 +01:00 |
sharepermissions.h
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
shellextensionsserver.cpp
|
properly compute if a folder is top level or child extern mounted
|
2024-03-27 14:29:01 +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
|
move init to default value in class declaration
|
2023-02-06 10:43:05 +01:00 |
sslerrordialog.h
|
move init to default value in class declaration
|
2023-02-06 10:43:05 +01:00 |
sslerrordialog.ui
|
Marking unused strings as unstranslatable
|
2019-05-14 20:07:08 +02:00 |
syncconflictsmodel.cpp
|
Display correct conflict part in multiple conflicts resolution dialog.
|
2023-09-12 09:04:21 +02:00 |
syncconflictsmodel.h
|
model improvements
|
2023-05-17 08:43:54 +02:00 |
syncrunfilelog.cpp
|
add missing Qt:: namespace when using Qt::endl
|
2024-04-26 09:05:12 +02:00 |
syncrunfilelog.h
|
Remvoe now unneeded SyncRunFileLog::directionToStr
|
2020-12-15 10:59:11 +01:00 |
systray.cpp
|
fix some of the qml issues
|
2024-04-26 09:05:12 +02:00 |
systray.h
|
fix some of the qml issues
|
2024-04-26 09:05:12 +02:00 |
systray_mac_common.mm
|
Create systray_mac_common file for common systray functions
|
2024-03-11 15:20:51 +01:00 |
systray_mac_usernotifications.mm
|
macosx: Selectively compile UserNotifications component of systray depending on deployment version
|
2024-03-11 15:20:51 +01:00 |
thumbnailjob.cpp
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
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
|
Migrate legacy user defined exclude file.
|
2023-09-01 15:09:29 +02:00 |
userinfo.h
|
move init to default value in class declaration
|
2023-02-06 10:43:05 +01:00 |
UserStatusSelector.qml
|
Fix user status selector
|
2024-04-26 09:05:12 +02:00 |
UserStatusSelectorButton.qml
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02:00 |
userstatusselectormodel.cpp
|
Fix typo of connector
|
2022-11-14 09:43:36 +01:00 |
userstatusselectormodel.h
|
Fix "false" error about bad applying of nodiscard to value type
|
2024-04-23 19:10:40 +02:00 |
UserStatusSelectorPage.qml
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02:00 |
version.rc.in
|
|
|
vfsdownloaderrordialog.cpp
|
Show more informative error message when VFS hydration fails. Display a popup and put an error into activity list. More detailed logs.
|
2023-10-20 14:54:42 +02:00 |
vfsdownloaderrordialog.h
|
Show more informative error message when VFS hydration fails. Display a popup and put an error into activity list. More detailed logs.
|
2023-10-20 14:54:42 +02:00 |
vfsdownloaderrordialog.ui
|
Show more informative error message when VFS hydration fails. Display a popup and put an error into activity list. More detailed logs.
|
2023-10-20 14:54:42 +02:00 |