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 (Collapse)Author
2022-06-07Ignore Office temp folders on Mac ('.sb-' in folder name).alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-01-11Add macOS *.textClipping files to ignore listClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2021-10-07sync-exclude: add .Spotlight-V100Brandon Philips
The .Spotlight-V100 is added by macOS's Spotlight indexer to external volumes. NextCloud fails to sync when this file exists. So, ignore it. Signed-off-by: Brandon Philips <brandon@ifup.org>
2020-06-14Add photothumb.db to sync-exclude.lstMarcin Wilk
Add photothumb.db file that is thumbnails generated by Photoscape application (generated in every folder with graphic files).
2019-05-22issue1216: added sync-exclude entry for emacs recovery filesSebastian Grund
Signed-off-by: Sebastian Grund <grund92@gmx.de>
2017-10-05Excludes: Allow escaping # #6012Christian Kamm
Otherwise adding patterns that start with # are impossible to add, since they get treated as comments. Also add this escaping for patterns added in the ui.
2017-08-15Hardcode Desktop.ini in the exclude listJocelyn Turcotte
This prevents it from being removed from the exclude list, which would be an issue since the client itself creates this file in a way that wouldn't match on machines with different installation paths.
2017-05-08Exclude list: remove .htaccessOlivier Goffart
As per issue #5701, if the server does not support it, let the server show return an error, but we should not blacklist it localy
2017-01-16Ignoring "System Volume Information"Carlos Damken
Avoid to upload the "System Volume Information"
2016-04-14Exclude: .Trash-* trash folders #4600Markus Goetz
2016-03-21Exclude: Weird GoogleDrive "My Saved Places." file #4573Markus Goetz
2015-11-11sync excludes: Add .directory files to be ignoredKlaas Freitag
2015-11-04Exclude: Add .nfs*Markus Goetz
From eltrai at #4017
2015-10-28sync-exclude.lst: More likely matching files firstMarkus Goetz
2015-10-28Exclude: Add .fuse_hidden #3999Markus Goetz
No matter if we sync hidden files or not, those are files we should not sync
2015-10-20sync-exclude.lst: Remove entries that are hardcoded anywayOlivier Goffart
The more item in the sync-exclude.lst, the slower is the sync. Many items are already hardcoded. Some are files that no longer exist.
2015-08-18Exclude file: Add syncform files #3640Markus Goetz
2015-08-04Exclude list: Add entries from other sync programs #2814Markus Goetz
2015-06-23Revert "Exclude *.tmp (as requested in #2424 )"Klaas Freitag
Too many people complained about that the entry can not be removed if this should be synced. Users that want that one be synced please add it to the user exclude list. This reverts commit 5860e5a46b39cc33dfb69fb75d038e70c2ffc682.
2015-01-22Exclude *.tmp (as requested in #2424 )Olivier Goffart
2014-08-29Exclude List: Gnucash temp filesMarkus Goetz
Fixes #2045
2014-05-13Merge pull request #1179 from tomswartz07/masterKlaas Freitag
Add exclusion for OSX ._<filename> files
2014-04-08Ignore the new sync log file in the sync dir.Klaas Freitag
It is required to have all ownCloud system files in the ignore list that have to be ignored, because the ignore list is fed into the folderwatcher, which needs to ignore changes to both the journal and the logfile.
2014-02-04FolderWatcher: ignore the csync journalOlivier Goffart
2013-11-20Add exclusion for OSX ._<filename> filesTom Swartz
Exclude older OSX metadata ._<filename> files from sync, improving cross-platform sync experience. Tested-on: arcturus <20 Nov 2013>
2013-11-14Add another Office lock/temporary file patternSven Strickroth
Experienced with Microsoft Office 2010. Signed-off-by: Sven Strickroth <email@cs-ware.de>
2013-09-09ignore the progress databaseOlivier Goffart
2013-08-23Remove some entries from the default exclude list.Olivier Goffart
If the user really want to have those entries excluded it can add them manually. But one cannot change the default so if user want the .bak files synced, he would not be able to do it
2013-08-09add the temporary downloaded files to the exclude listOlivier Goffart
2013-08-05Add support for deletable ignores in IgnoreListEditor.Daniel Molkentin
2013-07-31Add journal and temp journal to ignore fileDaniel Molkentin
csync ignores them anyway, but inotify and other watchers don't.
2013-05-15Correct spelling of some mac os meta filesDaniel Molkentin
Fixes #619
2013-03-19Added office doc lock files.Klaas Freitag
2013-02-10Add chrome download file to exclude listKlaas Freitag
2013-01-16Ignore Mac OS custom folder iconsDaniel Molkentin
2012-09-30Add .htaccess to sync excludeLukas Reschke
ownCloud Server blacklists .htaccess files for security reasons - so it's useless to try to sync it. See isBlacklisted() - https://github.com/owncloud/core/blob/fed34aecfa5b36c031ed754ed245549aa4a4194b/lib/filesystem.php#L388
2012-09-28Added missing 's' - thanks Lukas :)Klaas Freitag
2012-09-27more useful entries for the exclude list.Klaas Freitag
2012-09-27Read sync-exclude.lst from /etc/ownCloud, renamed from exclude.lst.Klaas Freitag