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-09-17Fix some compiler warningsErik Verbruggen
2021-08-19Handle System Volume Information as system excludeHannah von Reth
2021-08-19Simplify reserved name codeHannah von Reth
2021-07-29Fix check on whether we are responsible for a folderHannah von Reth
2021-07-23Display excludes caused by .owncloud files in the issue widgetHannah von Reth
2021-07-23Exclude placeholder filesHannah von Reth
2021-07-13Exclude hidden remote filesHannah von Reth
2021-07-13If a file no longer exist determine its ignored status on its parentHannah von Reth
2021-07-13We compare the path with base path so don't resolve itHannah von Reth
2021-06-24Fixed comparison of integer of different signednessOleksii Lysenko
2021-06-16Remove possible qt containers detach (#8727)Aleksey Lysenko
2021-06-15Fix exclude filtering in selective sync dialogHannah von Reth
2021-06-07Fix use of deleted functionGonzalo Tornaría
2021-03-25Reduce string duplication by using stringref more oftenHannah von Reth
2021-03-19Exclude non exisitng filesHannah von Reth
2021-03-19Reuse file infoHannah von Reth
2021-01-21Ignore the desktop.ini file in every directory, not only in top dir. (#8299)Klaas Freitag
2021-01-05Fix warning by using qsizetype instead of size_tHannah von Reth
2020-09-15Remove the use of goto from src/csync/csync_exclude.cppHannah von Reth
2020-07-29csync: apply strict QString handlingHannah von Reth
2020-07-20Remove custome string functionsHannah von Reth
2019-04-17Fix issues with Qt 5.6Christian Kamm
2019-03-04Merge remote-tracking branch 'origin/2.5'Christian Kamm
2019-03-02Windows: Forbid chars 0-31 in filenames #6987Christian Kamm
2018-12-19Port the exclude test to the QTest FrameworkOlivier Goffart
2018-11-29Excludes: Use QString for storing the temporary excludesOlivier Goffart
2018-11-15Remove csync_misc: The code no longer use fnmatchOlivier Goffart
2018-11-15Exclude: do everything with QString wiuthout converting to char*Olivier Goffart
2018-10-19Excludes: drop csyncTraversalMatchFun()Christian Kamm
2018-07-26More cleanup of csync remainsOlivier Goffart
2018-05-15Placeholder: Stop adding ignore patternChristian Kamm
2018-04-18Merge branch 'placeholder-prototype'Christian Kamm
2018-04-18Placeholders: Ignore placeholder files in older clientsChristian Kamm
2018-03-27Excludes: Expand doc, Desktop.ini only in root folderChristian Kamm
2018-01-18Exclude regex: Use named capturesChristian 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-15Exclude: Use Qt to load the exclude fileOlivier Goffart
2017-12-15Upload conflict files #4557Christian Kamm
2017-12-15Unify item type enumChristian Kamm
2017-12-08csync_exclude: fix compilation of non-test buildsOlivier Goffart
2017-12-07csync_exclude: Fix compileOlivier Goffart
2017-12-07Excludes: Remove fnmatch codepathChristian Kamm
2017-12-07Excludes: fnmatch doesn't treat '{' as specialChristian Kamm
2017-12-07Excludes: Translate full-path patterns to regexChristian Kamm
2017-12-07Excludes: Introduce dir-only regex matchesChristian Kamm
2017-12-07Excludes: Optimize Desktop.ini checkChristian Kamm
2017-12-07Excludes: Refactor for pending improvementsChristian Kamm
2017-10-05Excludes: Fix bug with escapes in the regex, add testsChristian Kamm
2017-10-05Excludes: optimize csync_is_windows_reserved_wordChristian Kamm