-
Notifications
You must be signed in to change notification settings - Fork 800
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
Add option to notify when synced folder overcomes set size limit #5868
Commits on Aug 4, 2023
-
Const autofy variables in ProcessDirectoryJob::processFileAnalyzeRemo…
…teInfo Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75f0e53 - Browse repository at this point
Copy the full SHA 75f0e53View commit details -
Clean up declaration of DiscoveryPhase::checkSelectiveSyncNewFolder b…
…y using const auto, renaming single letter variables, more Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17de46c - Browse repository at this point
Copy the full SHA 17de46cView commit details -
Move active folder size limit check to independent convenience method
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5f399f - Browse repository at this point
Copy the full SHA e5f399fView commit details -
Extract processServerNew into a proper method instead of large lambda
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3dc6be - Browse repository at this point
Copy the full SHA e3dc6beView commit details -
Add DiscoveryPhase::checkSelectiveSyncExistingFolder
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7145d73 - Browse repository at this point
Copy the full SHA 7145d73View commit details -
Check selective sync state directories that have been updated and now…
… have differing size Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5844b27 - Browse repository at this point
Copy the full SHA 5844b27View commit details -
Use single convenience method to handle trailing slash in paths for F…
…older Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac218b0 - Browse repository at this point
Copy the full SHA ac218b0View commit details -
Add slot for existing folders becoming big in Folder
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10dd03f - Browse repository at this point
Copy the full SHA 10dd03fView commit details -
Create and connect specific signal for existing folder now being disc…
…overed to be big Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f2e63d - Browse repository at this point
Copy the full SHA 6f2e63dView commit details -
Make checkFolderSizeLimit more task agnostic
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5acacdd - Browse repository at this point
Copy the full SHA 5acacddView commit details -
Properly check folder size on server
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa20c10 - Browse repository at this point
Copy the full SHA aa20c10View commit details -
Add a checkbox in UI to obey folder size limit for existing folders
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8b8211 - Browse repository at this point
Copy the full SHA e8b8211View commit details -
Add config settings for notifying existing folders going over limit
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b06cbf4 - Browse repository at this point
Copy the full SHA b06cbf4View commit details -
Hook up existing folder notification size checkbox in general settings
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6f5fb6 - Browse repository at this point
Copy the full SHA e6f5fb6View commit details -
Do not notify if setting is not enabled for folders going over limit
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6105733 - Browse repository at this point
Copy the full SHA 6105733View commit details -
Ensure notify big folders checkbox state is changed when parent check…
…box changes Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83b6903 - Browse repository at this point
Copy the full SHA 83b6903View commit details -
Do not notify about folders growing beyond threshold by default
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a4ba39 - Browse repository at this point
Copy the full SHA 2a4ba39View commit details -
Clean up AccountSettings::refreshSelectiveSyncStatus
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a97bdb9 - Browse repository at this point
Copy the full SHA a97bdb9View commit details -
Move findPathInList from discoveryphase to common syncjournaldb
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 017dca2 - Browse repository at this point
Copy the full SHA 017dca2View commit details -
Add specific message for existing folders exceeding warning limit in …
…accountsettings Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e05cf76 - Browse repository at this point
Copy the full SHA e05cf76View commit details -
Remove redundant "optional" gui log functions which relly just call g…
…ui log under the hood Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 993ee6c - Browse repository at this point
Copy the full SHA 993ee6cView commit details -
Add methods to Folder so that other classes can easily add folder pat…
…hs to white/blacklists Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2bcefd6 - Browse repository at this point
Copy the full SHA 2bcefd6View commit details -
Add convenience methods to folderman so that classes can add and remo…
…ve paths from folders without needing to know which folder the path belongs to Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e17e92 - Browse repository at this point
Copy the full SHA 7e17e92View commit details -
Handle WHITELIST_FOLDER and BLACKLIST_FOLDER verbs in activitylistmodel
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29cc9c0 - Browse repository at this point
Copy the full SHA 29cc9c0View commit details -
Add method to get user pointer in UserModel by AccountState pointer
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10989fa - Browse repository at this point
Copy the full SHA 10989faView commit details -
Add method to add notification activity in activity list in User
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e985367 - Browse repository at this point
Copy the full SHA e985367View commit details -
Ensure whitelist/blacklist procedure removes activity
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe59d4e - Browse repository at this point
Copy the full SHA fe59d4eView commit details -
Create more than one converted activity link, therby respecting maxac…
…tionbuttons Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1293106 - Browse repository at this point
Copy the full SHA 1293106View commit details -
Do not create dismiss links for notifications as these are not used a…
…nyway Signed-off-by: Claudio Cambra <[email protected]>
1Configuration menu - View commit details
-
Copy full SHA for c975d40 - Browse repository at this point
Copy the full SHA c975d40View commit details -
Add activity for existing folder going over set limit
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d1fa16 - Browse repository at this point
Copy the full SHA 7d1fa16View commit details -
Ensure newly whitelisted or blacklisted paths are removed from undeci…
…ded list Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f250a5 - Browse repository at this point
Copy the full SHA 5f250a5View commit details -
Prevent double notification of folder now big in activities
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2535d6 - Browse repository at this point
Copy the full SHA e2535d6View commit details -
Prevent possible accountsettings crash by sorting blacklist before ch…
…ecking Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9bde98 - Browse repository at this point
Copy the full SHA f9bde98View commit details -
Ensure folder whitelist and blacklist helper methods remove path from…
… other lists Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6682b3a - Browse repository at this point
Copy the full SHA 6682b3aView commit details -
Default to adding existing now big folders to whitelist when undecided
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a93279b - Browse repository at this point
Copy the full SHA a93279bView commit details -
Const autofy variables in ProcessDirectoryJob::processFile
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74c4ec8 - Browse repository at this point
Copy the full SHA 74c4ec8View commit details -
Constify SyncJournalDb::findPathInSelectiveSyncList
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b73011 - Browse repository at this point
Copy the full SHA 1b73011View commit details -
Remove use of old foreach in SyncJournalDb::setSelectiveSyncList
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82f6fd5 - Browse repository at this point
Copy the full SHA 82f6fd5View commit details -
Use simpler sort methods for white and black lists in discoveryphase
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9fa5ae3 - Browse repository at this point
Copy the full SHA 9fa5ae3View commit details -
Fix trailing slash procedure in DiscoveryPhase::checkSelectiveSyncNew…
…Folder Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac8e9c4 - Browse repository at this point
Copy the full SHA ac8e9c4View commit details -
Move trailingSlashPath convenience function into Utility class
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b208bf - Browse repository at this point
Copy the full SHA 3b208bfView commit details -
Replace all manual isntancesof adding trailing slash with use of util…
…ity method Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21656cc - Browse repository at this point
Copy the full SHA 21656ccView commit details -
Report size for directories in syncenginetestutils propfind response
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4cdf525 - Browse repository at this point
Copy the full SHA 4cdf525View commit details -
Add test for correct reporting of existing folder overcoming size limit
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b13be6 - Browse repository at this point
Copy the full SHA 0b13be6View commit details -
Add config option to stop synchronising existing folders when they gr…
…ow beyond size Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1342f81 - Browse repository at this point
Copy the full SHA 1342f81View commit details -
Add UI element in general settings to stop syncing existing folders t…
…hat have now overcome limit Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd7ccf5 - Browse repository at this point
Copy the full SHA bd7ccf5View commit details -
Stop current sync when existing folder becomes big and we have enable…
…d disabling sync of folders that become big Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2324a60 - Browse repository at this point
Copy the full SHA 2324a60View commit details -
Do not always re-notify user on existing folder now big if this folde…
…r already black or white listed Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 449bac8 - Browse repository at this point
Copy the full SHA 449bac8View commit details -
Do not clear the whitelist on sync success
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af45017 - Browse repository at this point
Copy the full SHA af45017View commit details -
Ensure generated activity buttons are within count set by maxActionBu…
…ttons Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b5391b - Browse repository at this point
Copy the full SHA 9b5391bView commit details -
Fix generation of context menu activity links
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e987fe8 - Browse repository at this point
Copy the full SHA e987fe8View commit details -
Fix breakages in testactivitylistmodel caused by recent activitylistm…
…odel changes Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5db7926 - Browse repository at this point
Copy the full SHA 5db7926View commit details -
Declare whitelist and blacklist activity verbs as static constexprs i…
…n activitydata, refer to this in usage Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1f342c - Browse repository at this point
Copy the full SHA e1f342cView commit details -
Extract notifying of existing folder now big to separate static method
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbad434 - Browse repository at this point
Copy the full SHA cbad434View commit details -
Extract folder now big activity generation into separate method
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7fcb84 - Browse repository at this point
Copy the full SHA a7fcb84View commit details -
Deduplicate whitelistFolderPath and blacklistFolderPath
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d56621 - Browse repository at this point
Copy the full SHA 6d56621View commit details -
Add additional logging for folder size check
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5d7c75 - Browse repository at this point
Copy the full SHA a5d7c75View commit details