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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-03Use QVersionNumber for our own versionHannah von Reth
2021-07-23Display excludes caused by .owncloud files in the issue widgetHannah von Reth
2021-07-13Exclude hidden remote filesHannah von Reth
2021-06-15Fix exclude filtering in selective sync dialogHannah von Reth
2021-03-25Reduce string duplication by using stringref more oftenHannah von Reth
2020-02-10Run clang-tidy with modernize-use-overrideOlivier Goffart
2018-12-22Discovery: Handle the blacklistFiles from the server capabilitiesOlivier Goffart
2018-12-19Port the exclude test to the QTest FrameworkOlivier Goffart
2018-11-29Excludes: Use QString for storing the temporary excludesOlivier Goffart
2018-11-15Exclude: do everything with QString wiuthout converting to char*Olivier Goffart
2018-10-19Excludes: drop csyncTraversalMatchFun()Christian Kamm
2018-05-15Placeholder: Stop adding ignore patternChristian Kamm
2018-04-18Placeholders: Ignore placeholder files in older clientsChristian Kamm
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