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 (Collapse)Author
2020-02-10Run clang-tidy check for modernize-use-nullptrOlivier Goffart
2020-02-10FolderWatcher: Usage of QTime for elapsed time is deprecatedOlivier Goffart
2020-02-10Run clang-tidy with modernize-use-overrideOlivier Goffart
And also replace all remaining Q_DECL_OVERRIDE to just override
2019-07-12FolderWatcher: Wait for ready before testing #7305Christian Kamm
2019-06-14FolderWatcher: Become unreliable if test notification fails #7241Christian Kamm
Necessary for some filesystems on windows that don't have full file watching capabilities.
2019-03-14FolderWatcher linux: Make automatically recursive #7068Christian Kamm
Previously it depended on addFolder() / removeFolder() calls to adjust watchers when new folders were added or removed. There also needed to be complex move handling. Now, any folder creation/move-in notifications automatically trigger watcher additions and folder deletion/move-out triggers removal.
2018-04-24Show a tray message when a folder watcher becomes unreliable #6119Christian Kamm
2017-10-24FolderWatcher: reliability and data-loss signalChristian Kamm
Add state and signal to catch the following two known problems: * Linux: inotify user watch pool is exhausted. Folder watcher becomes unreliable. * Windows: buffer is too small, some notifications are lost but watching stays reliable.
2017-05-17Apply clang-formatChristian Kamm
2017-05-11Use Qt logging categories for loggingJocelyn Turcotte
This gives more insight about the logs and allow setting fine-tuned logging rules. The categories are set to only output Info by default so this allows us to provide more concise logging while keeping the ability to extract more information for a specific category when developping or debugging customer issues. Issue #5647
2016-10-25License: Adjust license of GPLv2 source files to GPLv2+Christian Kamm
See #5180
2016-09-12Revert "FolderWatcher: Act on relative paths #5116 (#5153)"Olivier Goffart
This is not sufficient as it is not working for the Socket API. Next commit will fix it in another layer. Also, not ignoring paths that are not inside the folder is wrong as it might still happen if the name has a different casing This reverts commit d5a481f13240b50ff3993184152d3d4145ebfde0.
2016-09-12FolderWatcher: Act on relative paths #5116 (#5153)Markus Goetz
2015-10-05GUI comment and message typos for masterPhil Davis
2015-10-02FolderWatcher: Use csync exclude code #3805Christian Kamm
Introduce a global ExcludedFiles instance to avoid loading the global exclude lists several times. One could still add per-folder exclude lists by checking these after the global ones.
2015-07-15FolderWatcher: Add flag to ignore hidden files (or not).Klaas Freitag
2015-06-29Use doxygen style everywhereDaniel Molkentin
2015-06-29Structure developer documentationDaniel Molkentin
- rename target "doc-dev" - group into modules - move to doc/dev
2014-12-02Merge branch 'master' into rename_clientDaniel Molkentin
Conflicts: README.md src/gui/folderman.cpp src/gui/settingsdialog.cpp src/libsync/accessmanager.cpp src/libsync/propagateupload.h
2014-11-20Folder watcher now reports changing paths instead of dirs.Christian Kamm
2014-11-10Adjust namespacesDaniel Molkentin
2014-07-11Split into three separate projects: library, gui and cmdDaniel Molkentin