nextcloud-desktop.git
2020-07-13 Dominique FuchsFix typo, use compound assignment op
2020-07-13 Dominique FuchsOnly attempt to move if file exist
2020-07-13 Dominique FuchsMove existing syncjournal db files from client ver...
2020-07-12 Nextcloud bot[tx-robot] updated from transifex
2020-07-11 István VáradiFetch tags for Debian build
2020-07-11 Nextcloud bot[tx-robot] updated from transifex
2020-07-10 Nextcloud bot[tx-robot] updated from transifex
2020-07-09 Nextcloud bot[tx-robot] updated from transifex
2020-07-09 Michael SchusterMerge pull request #2183 from nextcloud/fix-delete...
2020-07-09 Dominique FuchsMerge branch 'fix-delete-base-folders-instr' of https...
2020-07-09 Dominique FuchsRemove debug variable
2020-07-09 Dominique FuchsMerge branch 'master' into fix-delete-base-folders...
2020-07-09 Dominique FuchsPrevent empty FileMap in local csync to be processed...
2020-07-09 Kevin OttensProperly register folder as encrypted during sync
2020-07-09 Kevin OttensRecover from missing metadata on uploads
2020-07-09 Kevin OttensChange the separator in the private key
2020-07-09 Kevin OttensPrevent parallelism when deleting encrypted files
2020-07-09 Kevin OttensUnlock the folder only after we actually deleted the...
2020-07-09 Kevin OttensAllow to specify the e2e-token on DeleteJob
2020-07-09 Kevin OttensStop unlocking from within PropagateRemoteDeleteEncrypted
2020-07-09 Kevin OttensCompare the unencrypted filename with the originalName
2020-07-09 Kevin OttensUse the encrypted path for collection listing
2020-07-09 Kevin OttensPass e2e-token to PropagateUpload subjobs
2020-07-09 Kevin OttensPass the e2e-token for encrypted MKCOL
2020-07-09 Kevin OttensAllow to pass extraHeaders to a path based MkColJob
2020-07-09 Kevin OttensE2EE RFC has been updated to use e2e-token instead...
2020-07-09 Michael SchusterMerge pull request #2177 from nextcloud/fix-issue-2175
2020-07-09 CamilaFix text in the permissions menu for share link.
2020-07-09 CamilaShare link display the correct permissions for files...
2020-07-09 Michael SchusterMerge pull request #2168 from nextcloud/display-default...
2020-07-08 CamilaDisplay the correct default permissions when creating...
2020-07-08 Stephan BeyerUse braced initializer list for returns in Systray...
2020-07-08 Stephan BeyerMake csync_file_stat_s::isE2eEncrypted a bitfield
2020-07-08 Stephan BeyerRemove redundant initialization of ElidedLabel::_elideMode
2020-07-08 Stephan BeyerRemove redundant initialization of HttpCredentials...
2020-07-08 Stephan BeyerRemove redundant initialization of SyncFileStatus:...
2020-07-08 Stephan BeyerUse default member init for PKeyCtx::_ctx and PKey...
2020-07-08 Stephan BeyerUse more auto in folderstatusdelegate.cpp
2020-07-08 Stephan BeyerFilter clang-tidy output on Drone for errors
2020-07-08 Stephan BeyerSimplify clang-tidy invocation for Drone
2020-07-08 Kevin OttensAdjust to makeDbName returning an absolute path
2020-07-08 Nextcloud bot[tx-robot] updated from transifex
2020-07-07 Kevin OttensHandle properly null avatar
2020-07-07 Kevin OttensMerge pull request #2167 from nextcloud/fix_url_decodin...
2020-07-07 Kevin OttensDecode the href from the XML payload
2020-07-07 Kevin OttensNo need to compute base at each loop run
2020-07-07 Stephan BeyerSet maximum height of account and app menu
2020-07-07 Nextcloud bot[tx-robot] updated from transifex
2020-07-06 Stephan BeyerMerge pull request #2159 from nextcloud/fix_appsmenu_bi...
2020-07-06 Kevin OttensReach out to the contentItem inside of the ListView...
2020-07-06 Michael SchusterMerge pull request #2127 from nextcloud/fix/proxy-passw...
2020-07-06 Michael SchusterCleanup auto pointers and qobject casts, refactor Keych...
2020-07-06 Michael SchusterProxyAuthHandler: Add template member function execAwai...
2020-07-06 Michael SchusterKeychain: Use auto deletion in WebFlowCredentials and...
2020-07-06 Michael SchusterRefactor KeychainChunk to use QEventLoop and add Delete...
2020-07-06 Michael SchusterRefactor ProxyAuthHandler to use QEventLoop
2020-07-06 Michael SchusterConfigFile security: Migrate Proxy password to keychain
2020-07-06 Michael SchusterKeychainChunk: Add synchronous method startAwait()
2020-07-06 Michael SchusterMove KeychainChunk class from gui to libsync
2020-07-06 Michael SchusterMove QKeychain::NoBackendAvailable error handling to...
2020-07-06 Kevin OttensFix the hover for the other menu items
2020-07-06 Dominique FuchsFix hover cutoff in apps menu
2020-07-06 asemmarforgot some indent
2020-07-06 asemmarfixed bad spelling of word 'retreive' except in sqlite...
2020-07-06 Kevin OttensMerge pull request #2150 from nextcloud/fix_e2e_moves_h...
2020-07-06 Kevin OttensMake sure moves involving e2e are delete + upload
2020-07-06 Kevin OttensUpdate the metadata table with encryption info before...
2020-07-06 Kevin OttensAdd isE2eEncrypted column in the metadata table
2020-07-06 Kevin OttensAlso deliver the encrypted status via the ClientEncrypt...
2020-07-06 Kevin OttensMove the e2e information fetch even earlier
2020-07-06 Kevin OttensSplit the discovery phase out of startSync()
2020-07-06 Nextcloud bot[tx-robot] updated from transifex
2020-07-05 Nextcloud bot[tx-robot] updated from transifex
2020-07-04 Nextcloud bot[tx-robot] updated from transifex
2020-07-03 Nextcloud bot[tx-robot] updated from transifex
2020-07-02 CamilaDon't display quota information when the user has no...
2020-07-02 CamilaFix #2085 new tray menu.
2020-07-02 Nextcloud bot[tx-robot] updated from transifex
2020-07-01 Kevin OttensMerge pull request #2144 from nextcloud/fix_e2ee_upload...
2020-07-01 Kevin OttensAvoid job parallelism when uploading to an encrypted...
2020-07-01 Kevin OttensOverride parallelism() for uploads
2020-07-01 Kevin OttensMove PropagateUpload ctor impl to the cpp file
2020-07-01 Kevin OttensMerge pull request #2139 from nextcloud/fix_e2ee_folder...
2020-07-01 Kevin OttensReduce interaction with e2ee folders when in the wizard
2020-07-01 Kevin OttensProperly display encryption status for non root folder...
2020-07-01 Kevin OttensDeal properly with encrypted item updates accross conne...
2020-07-01 Kevin OttensAlso use mangled paths when looking for entries below...
2020-07-01 Kevin OttensAlso check on mangled names when cleaning up the journal
2020-07-01 Kevin OttensBetter separate between absolute and relative paths...
2020-07-01 Kevin OttensBetter separate between absolute and relative paths...
2020-07-01 Kevin OttensAlways use an absolute remote path for GetFolderEncrypt...
2020-07-01 Kevin OttensMerge pull request #2145 from nextcloud/repair_and_impr...
2020-07-01 Kevin OttensAllow to control logFlush from the config file
2020-07-01 Kevin OttensAllow to control logDir from the config file
2020-07-01 Kevin OttensAllow to control logExpire from the config file
2020-07-01 Kevin OttensAllow to control log debug from the config file
2020-07-01 Kevin OttensHave a filter rule capturing all of nextcloud debug
2020-07-01 Kevin OttensMake sure all our logging categories start with nextcloud.
2020-07-01 Kevin OttensRepair the log message pattern
2020-07-01 Hannah von... [Logger] Ensure log file is flushed before crash
next