nextcloud-desktop.git
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
2020-07-01 Hannah von... [Logger] Ensure errors are also printed to an attached...
2020-07-01 Olivier GoffartLogger: Remove the thread pointer from the log.
2020-07-01 Hannah von... [Logger] Correctly handle message priority
2020-07-01 Hannah von... Print critical and fatal messages to stderr
2020-07-01 Christian KammLogDir: Compress last logfile on restart
2020-07-01 Kevin OttensProperly guard io.h since it is Windows only
2020-07-01 Dominik SchmidtMake -logfile - work on Windows
2020-07-01 Dominik SchmidtMake qFatal() trigger the crash reporter on Windows
2020-07-01 ValdnetChange the space character to a dot
2020-07-01 ValdnetDelete a space character
2020-07-01 Nextcloud bot[tx-robot] updated from transifex
2020-06-30 Kevin OttensMerge pull request #2128 from nextcloud/fix_subfolder_e...
2020-06-30 Kevin OttensFix parenting issues of PropagateUploadEncrypted
2020-06-30 Kevin OttensTake care of mangled paths on download as well
2020-06-30 Kevin OttensUpdate the item even if we don't call decryptFile()
2020-06-30 Kevin OttensStop leaking PropagateDownloadEncrypted objects
2020-06-30 Kevin OttensDisplay folder names demangled in the settings
2020-06-30 Kevin OttensAssume that folder paths can be mangled
2020-06-30 Kevin OttensUse QHash instead of QMap
2020-06-30 Kevin OttensEnsure GetFolderEncryptStatusJob gets all the folders
2020-06-30 Kevin OttensFinally encrypt subdirectories during sync
next