Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat(e2ee): add a way to trigger a reupload of encryption metadata #10286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
feat(e2ee): add a way to trigger a reupload of encryption metadata #10286
Changes from all commits
19711147be1901c8b3f66e3d3bf822c8b60File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check failure on line 7 in src/common/syncjournaldb.cpp
src/common/syncjournaldb.cpp:7:10 [clang-diagnostic-error]
Check warning on line 900 in src/common/syncjournaldb.cpp
Extract this nested code block into a separate function.
Check warning on line 1246 in src/common/syncjournaldb.cpp
Use the init-statement to declare "pathCompontentsJointed" inside the if statement.
Check warning on line 2457 in src/common/syncjournaldb.cpp
Unmodified variable "type" of type "enum OCC::SyncJournalDb::SelectiveSyncListType" should be const-qualified.
Check failure on line 10 in src/common/syncjournalfilerecord.h
src/common/syncjournalfilerecord.h:10:10 [clang-diagnostic-error]
Check warning on line 194 in src/gui/accountsettings.cpp
Unmodified variable "connectionSettingsButton" of type "class QPushButton *" should be const-qualified.
Check warning on line 421 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:421:23 [readability-convert-member-functions-to-static]
Check warning on line 546 in src/gui/accountsettings.cpp
Avoid this unnecessary copy by using a "const" reference.
Check warning on line 575 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:575:23 [readability-convert-member-functions-to-static]
Check warning on line 575 in src/gui/accountsettings.cpp
Unmodified variable "folderInfo" of type "struct OCC::FolderStatusModel::SubFolderInfo *" should be const-qualified.
Check warning on line 577 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:577:5 [readability-qualified-auto]
Check warning on line 581 in src/gui/accountsettings.cpp
Avoid this unnecessary copy by using a "const" reference.
Check warning on line 584 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:584:10 [readability-implicit-bool-conversion]
Check warning on line 594 in src/gui/accountsettings.cpp
Unmodified variable "job" of type "class OCC::RepairFolderEncryptionMetadataJob *" should be const-qualified.
Check warning on line 1316 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:1316:17 [cppcoreguidelines-init-variables]
Check warning on line 1323 in src/gui/accountsettings.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check failure on line 1591 in src/gui/accountsettings.cpp
Called C++ object pointer is null
Check warning on line 1653 in src/gui/accountsettings.cpp
Avoid this unnecessary copy by using a "const" reference.
Check warning on line 2114 in src/gui/accountsettings.cpp
Unmodified variable "action" of type "class QAction *" should be const-qualified.
Check failure on line 10 in src/gui/accountsettings.h
src/gui/accountsettings.h:10:10 [clang-diagnostic-error]
Check failure on line 10 in src/gui/folder.h
src/gui/folder.h:10:10 [clang-diagnostic-error]
Check failure on line 9 in src/gui/tray/usermodel.h
src/gui/tray/usermodel.h:9:10 [clang-diagnostic-error]
Check warning on line 310 in src/gui/tray/usermodel.h
Rename this identifier to be shorter or equal to 31 characters.
Check failure on line 9 in src/libsync/clientsideencryption.h
src/libsync/clientsideencryption.h:9:10 [clang-diagnostic-error]
Check failure on line 223 in src/libsync/clientsideencryption.h
Replace this conversion operator with a function or (C++11) add the "explicit" keyword.
Check warning on line 309 in src/libsync/clientsideencryption.h
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 353 in src/libsync/clientsideencryption.h
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 164 in src/libsync/clientsideencryptionjobs.cpp
Merge this "if" statement with the enclosing one.
Check warning on line 390 in src/libsync/clientsideencryptionjobs.cpp
Unmodified variable "counter" of type "unsigned long long" should be const-qualified.
Check warning on line 34 in src/libsync/discovery.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 1875 in src/libsync/discovery.cpp
Remove these redundant parentheses.
Check warning on line 2376 in src/libsync/discovery.cpp
Unmodified variable "localJob" of type "class OCC::DiscoverySingleLocalDirectoryJob *" should be const-qualified.
Check warning on line 2464 in src/libsync/discovery.cpp
This function should be declared "const".
Check warning on line 2470 in src/libsync/discovery.cpp
Use the init-statement to declare "leadingAndTrailingSpacesFilesAllowed" inside the if statement.
Check warning on line 123 in src/libsync/discoveryphase.cpp
Replace with the version of "std::ranges::upper_bound" that takes a range.
Check warning on line 153 in src/libsync/discoveryphase.cpp
implicit conversion loses integer precision: 'qsizetype' (aka 'long long') to 'int'
Check warning on line 332 in src/libsync/discoveryphase.cpp
Unmodified variable "vfs" of type "class OCC::Vfs *" should be const-qualified.
Check warning on line 444 in src/libsync/discoveryphase.cpp
Unmodified variable "lsColJob" of type "class OCC::LsColJob *" should be const-qualified.
Check warning on line 643 in src/libsync/discoveryphase.cpp
Reduce the number of nested "break" statements from 2 to 1 authorized.
Check warning on line 663 in src/libsync/discoveryphase.cpp
Reduce this switch case number of lines from 8 to at most 5, for example by extracting code into methods.
Check failure on line 679 in src/libsync/discoveryphase.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check warning on line 140 in src/libsync/encryptedfoldermetadatahandler.cpp
Edit this comment to use the C++ format, i.e. "//".
Check warning on line 165 in src/libsync/encryptedfoldermetadatahandler.cpp
Unmodified variable "statusCode" of type "int" should be const-qualified.
Check warning on line 4 in src/libsync/encryptedfoldermetadatahandler.h
Edit this comment to use the C++ format, i.e. "//".
Check failure on line 8 in src/libsync/encryptedfoldermetadatahandler.h
src/libsync/encryptedfoldermetadatahandler.h:8:10 [clang-diagnostic-error]
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.