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
2021-10-28Skip sync exclude file from list of exclude files if it doesn't exist.Camila
2021-08-31let clang-tidy add missing override after enabling again the checkMatthieu Gallien
2020-12-15Please the clang-tidy overlordKevin Ottens
2020-12-15csync: apply strict QString handlingHannah von Reth
2020-12-15Discovery: Handle the blacklistFiles from the server capabilitiesOlivier Goffart
2020-12-15Port the exclude test to the QTest FrameworkOlivier Goffart
2020-12-15Excludes: switch all the path handling to QStringKevin Ottens
2020-12-15Exclude: do everything with QString wiuthout converting to char*Olivier Goffart
2020-12-15Excludes: drop csyncTraversalMatchFun()Christian Kamm
2020-12-15Placeholder: Stop adding ignore patternChristian Kamm
2020-12-15Placeholders: Ignore placeholder files in older clientsChristian Kamm
2020-08-12Get rid of useless using constructsKevin Ottens
2020-08-12Enable the modernize-use-using check on clang-tidyKevin Ottens
2019-08-15Manual exclude are anchored to _localPath by defaultSamir Benmendil
2019-08-15Extract loadExcludeFile and use it when discovering new exclude filesSamir Benmendil
2019-08-15Read .sync_exclude.lst in each subdirectorySamir Benmendil
2018-01-17Exclude matching: Speedup the full-path traversal caseChristian Kamm
2018-01-09Exclude regex: Restore old matching on Windows #6245Christian Kamm
2017-12-15Upload conflict files #4557Christian Kamm
2017-12-15Unify item type enumChristian Kamm
2017-12-07Excludes: Remove fnmatch codepathChristian Kamm
2017-12-07Excludes: Translate full-path patterns to regexChristian Kamm
2017-12-07Excludes: Introduce dir-only regex matchesChristian Kamm
2017-12-07Excludes: Refactor for pending improvementsChristian Kamm
2017-11-23csync_update: ignore remote files that cannot be encodedOlivier Goffart
2017-10-05Excludes: During directory traversal, use QRegularExpressionMarkus Goetz
2017-08-22Move csync to src/csyncJocelyn Turcotte