Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-05Get rid of preprocessor conditions in Systray::calcTrayIconCenter()sbeyer-tray-icon-geometryStephan Beyer
2020-07-05[tx-robot] updated from transifexNextcloud bot
2020-07-04[tx-robot] updated from transifexNextcloud bot
2020-07-03[tx-robot] updated from transifexNextcloud bot
2020-07-02Don't display quota information when the user has no quota.Camila
2020-07-02Fix #2085 new tray menu.Camila
2020-07-02[tx-robot] updated from transifexNextcloud bot
2020-07-01Merge pull request #2144 from nextcloud/fix_e2ee_upload_lock_starvationKevin Ottens
2020-07-01Avoid job parallelism when uploading to an encrypted folderKevin Ottens
2020-07-01Override parallelism() for uploadsKevin Ottens
2020-07-01Move PropagateUpload ctor impl to the cpp fileKevin Ottens
2020-07-01Merge pull request #2139 from nextcloud/fix_e2ee_folder_sync_connectionKevin Ottens
2020-07-01Reduce interaction with e2ee folders when in the wizardKevin Ottens
2020-07-01Properly display encryption status for non root folder connectionKevin Ottens
2020-07-01Deal properly with encrypted item updates accross connectionsKevin Ottens
2020-07-01Also use mangled paths when looking for entries below a pathKevin Ottens
2020-07-01Also check on mangled names when cleaning up the journalKevin Ottens
2020-07-01Better separate between absolute and relative paths on uploadsKevin Ottens
2020-07-01Better separate between absolute and relative paths on downloadsKevin Ottens
2020-07-01Always use an absolute remote path for GetFolderEncryptStatusJobKevin Ottens
2020-07-01Merge pull request #2145 from nextcloud/repair_and_improve_loggingKevin Ottens
2020-07-01Allow to control logFlush from the config fileKevin Ottens
2020-07-01Allow to control logDir from the config fileKevin Ottens
2020-07-01Allow to control logExpire from the config fileKevin Ottens
2020-07-01Allow to control log debug from the config fileKevin Ottens
2020-07-01Have a filter rule capturing all of nextcloud debugKevin Ottens
2020-07-01Make sure all our logging categories start with nextcloud.Kevin Ottens
2020-07-01Repair the log message patternKevin Ottens
2020-07-01[Logger] Ensure log file is flushed before crashHannah von Reth
2020-07-01[Logger] Ensure errors are also printed to an attached consoleHannah von Reth
2020-07-01Logger: Remove the thread pointer from the log.Olivier Goffart
2020-07-01[Logger] Correctly handle message priorityHannah von Reth
2020-07-01Print critical and fatal messages to stderrHannah von Reth
2020-07-01LogDir: Compress last logfile on restartChristian Kamm
2020-07-01Properly guard io.h since it is Windows onlyKevin Ottens
2020-07-01Make -logfile - work on WindowsDominik Schmidt
2020-07-01Make qFatal() trigger the crash reporter on WindowsDominik Schmidt
2020-07-01Change the space character to a dotValdnet
2020-07-01Delete a space characterValdnet
2020-07-01[tx-robot] updated from transifexNextcloud bot
2020-06-30Merge pull request #2128 from nextcloud/fix_subfolder_encryption_schemeKevin Ottens
2020-06-30Fix parenting issues of PropagateUploadEncryptedKevin Ottens
2020-06-30Take care of mangled paths on download as wellKevin Ottens
2020-06-30Update the item even if we don't call decryptFile()Kevin Ottens
2020-06-30Stop leaking PropagateDownloadEncrypted objectsKevin Ottens
2020-06-30Display folder names demangled in the settingsKevin Ottens
2020-06-30Assume that folder paths can be mangledKevin Ottens
2020-06-30Use QHash instead of QMapKevin Ottens
2020-06-30Ensure GetFolderEncryptStatusJob gets all the foldersKevin Ottens
2020-06-30Finally encrypt subdirectories during syncKevin Ottens