nextcloud-desktop.git
2023-08-22 Claudio CambraMove createRandomPassword to public static Q_INVOKABLE...
2023-08-22 Matthieu GallienMerge pull request #5948 from nextcloud/bugfix/share...
2023-08-22 Claudio CambraHide password field in share settings when share type...
2023-08-22 Nextcloud botFix(l10n): Update translations from Transifex
2023-08-21 Matthieu GallienMerge pull request #5978 from nextcloud/bugfix/lockUnlo...
2023-08-21 Matthieu Gallienupdate read-only status of virtual files when needed...
2023-08-21 Matthieu Gallienadd an automated test to check that locked files are...
2023-08-17 Nextcloud botFix(l10n): Update translations from Transifex
2023-08-16 Matthieu GallienMerge pull request #5971 from nextcloud/bugfix/fixFilen...
2023-08-16 Matthieu Gallienon windows file names can always be encoded: fix wrong...
2023-08-16 Matthieu Gallientest that discovery of file names with UTF-8 is working
2023-08-16 Nextcloud botFix(l10n): Update translations from Transifex
2023-08-15 Nextcloud botFix(l10n): Update translations from Transifex
2023-08-14 Nextcloud botFix(l10n): Update translations from Transifex
2023-08-13 Nextcloud botFix(l10n): Update translations from Transifex
2023-08-12 Nextcloud botFix(l10n): Update translations from Transifex
2023-08-11 Claudio CambraMerge pull request #5965 from nextcloud/feature/allow...
2023-08-11 Claudio CambraMore distinctly name server allowing resharing property
2023-08-11 Claudio CambraHide 'Allow resharing' checkbox when resharing not...
2023-08-11 Claudio CambraAdd resharing allowed property to ShareModel
2023-08-11 Claudio CambraMake busy indicator for share permissions cover all...
2023-08-11 Claudio CambraAdd checkbox in share details page for resharing allowe...
2023-08-11 Claudio CambraAdd role for resharing allowed in share model
2023-08-11 Claudio CambraFix share permission values
2023-08-11 Nextcloud botFix(l10n): Update translations from Transifex
2023-08-10 Nextcloud botFix(l10n): Update translations from Transifex
2023-08-09 Nextcloud botFix(l10n): Update translations from Transifex
2023-08-08 Nextcloud botFix(l10n): Update translations from Transifex
2023-08-07 Claudio CambraMerge pull request #5872 from nextcloud/work/do-not...
2023-08-07 Claudio CambraSet modificationHappened to also depend on file size...
2023-08-07 Claudio CambraAdd test for unmodified local files not getting mtimes...
2023-08-07 Claudio CambraAdd find method to DiskFileModifier class in SyncEngine...
2023-08-07 Claudio CambraEnsure file modification time is set if item modtime...
2023-08-07 Claudio CambraOnly attempt conversion to placeholder on new file...
2023-08-07 Claudio CambraOnly change modification time if any modifications...
2023-08-07 Claudio CambraReturn bool from FileSystem::setFileReadOnlyWeak depend...
2023-08-07 Claudio CambraUnify else and if in SyncEngine::slotItemDiscovered...
2023-08-07 Nextcloud botFix(l10n): Update translations from Transifex
2023-08-06 Nextcloud botFix(l10n): Update translations from Transifex
2023-08-05 Nextcloud botFix(l10n): Update translations from Transifex
2023-08-04 Claudio CambraMerge pull request #5868 from nextcloud/work/folder...
2023-08-04 Claudio CambraAdd additional logging for folder size check
2023-08-04 Claudio CambraDeduplicate whitelistFolderPath and blacklistFolderPath
2023-08-04 Claudio CambraExtract folder now big activity generation into separat...
2023-08-04 Claudio CambraExtract notifying of existing folder now big to separat...
2023-08-04 Claudio CambraDeclare whitelist and blacklist activity verbs as stati...
2023-08-04 Claudio CambraFix breakages in testactivitylistmodel caused by recent...
2023-08-04 Claudio CambraFix generation of context menu activity links
2023-08-04 Claudio CambraEnsure generated activity buttons are within count...
2023-08-04 Claudio CambraDo not clear the whitelist on sync success
2023-08-04 Claudio CambraDo not always re-notify user on existing folder now...
2023-08-04 Claudio CambraStop current sync when existing folder becomes big...
2023-08-04 Claudio CambraAdd UI element in general settings to stop syncing...
2023-08-04 Claudio CambraAdd config option to stop synchronising existing folder...
2023-08-04 Claudio CambraAdd test for correct reporting of existing folder overc...
2023-08-04 Claudio CambraReport size for directories in syncenginetestutils...
2023-08-04 Claudio CambraReplace all manual isntancesof adding trailing slash...
2023-08-04 Claudio CambraMove trailingSlashPath convenience function into Utilit...
2023-08-04 Claudio CambraFix trailing slash procedure in DiscoveryPhase::checkSe...
2023-08-04 Claudio CambraUse simpler sort methods for white and black lists...
2023-08-04 Claudio CambraRemove use of old foreach in SyncJournalDb::setSelectiv...
2023-08-04 Claudio CambraConstify SyncJournalDb::findPathInSelectiveSyncList
2023-08-04 Claudio CambraConst autofy variables in ProcessDirectoryJob::processFile
2023-08-04 Claudio CambraDefault to adding existing now big folders to whitelist...
2023-08-04 Claudio CambraEnsure folder whitelist and blacklist helper methods...
2023-08-04 Claudio CambraPrevent possible accountsettings crash by sorting black...
2023-08-04 Claudio CambraPrevent double notification of folder now big in activities
2023-08-04 Claudio CambraEnsure newly whitelisted or blacklisted paths are remov...
2023-08-04 Claudio CambraAdd activity for existing folder going over set limit
2023-08-04 Claudio CambraDo not create dismiss links for notifications as these...
2023-08-04 Claudio CambraCreate more than one converted activity link, therby...
2023-08-04 Claudio CambraEnsure whitelist/blacklist procedure removes activity
2023-08-04 Claudio CambraAdd method to add notification activity in activity...
2023-08-04 Claudio CambraAdd method to get user pointer in UserModel by AccountS...
2023-08-04 Claudio CambraHandle WHITELIST_FOLDER and BLACKLIST_FOLDER verbs...
2023-08-04 Claudio CambraAdd convenience methods to folderman so that classes...
2023-08-04 Claudio CambraAdd methods to Folder so that other classes can easily...
2023-08-04 Claudio CambraRemove redundant "optional" gui log functions which...
2023-08-04 Claudio CambraAdd specific message for existing folders exceeding...
2023-08-04 Claudio CambraMove findPathInList from discoveryphase to common syncj...
2023-08-04 Claudio CambraClean up AccountSettings::refreshSelectiveSyncStatus
2023-08-04 Claudio CambraDo not notify about folders growing beyond threshold...
2023-08-04 Claudio CambraEnsure notify big folders checkbox state is changed...
2023-08-04 Claudio CambraDo not notify if setting is not enabled for folders...
2023-08-04 Claudio CambraHook up existing folder notification size checkbox...
2023-08-04 Claudio CambraAdd config settings for notifying existing folders...
2023-08-04 Claudio CambraAdd a checkbox in UI to obey folder size limit for...
2023-08-04 Claudio CambraProperly check folder size on server
2023-08-04 Claudio CambraMake checkFolderSizeLimit more task agnostic
2023-08-04 Claudio CambraCreate and connect specific signal for existing folder...
2023-08-04 Claudio CambraAdd slot for existing folders becoming big in Folder
2023-08-04 Claudio CambraUse single convenience method to handle trailing slash...
2023-08-04 Claudio CambraCheck selective sync state directories that have been...
2023-08-04 Claudio CambraAdd DiscoveryPhase::checkSelectiveSyncExistingFolder
2023-08-04 Claudio CambraExtract processServerNew into a proper method instead...
2023-08-04 Claudio CambraMove active folder size limit check to independent...
2023-08-04 Claudio CambraClean up declaration of DiscoveryPhase::checkSelectiveS...
2023-08-04 Claudio CambraConst autofy variables in ProcessDirectoryJob::processF...
2023-08-04 Nextcloud botFix(l10n): Update translations from Transifex
2023-08-03 Nextcloud botFix(l10n): Update translations from Transifex
next