1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-22 22:42:44 +02:00
Nextcloud-Desktop/src/cmd
Christian Kamm 4291ea47f7 Journal: Don't use a ._ path if it won't work #5633
When synchronizing a folder on a samba share, creating files that begin
with ._ is often forbidden. This prevented the client from creating
its ._sync_abcdef.db file.

Now, it'll check whether the preferred filename is creatable, and if
it isn't it'll use .sync_abcdef.db instead.

The disadvantage is that this alternative path won't be ignored by
older clients - that was the reason for the ._ prefix.
2017-06-20 13:35:34 +02:00
..
CMakeLists.txt Revert "Disable RTTI" 2017-02-07 17:35:04 +01:00
cmd.cpp Journal: Don't use a ._ path if it won't work #5633 2017-06-20 13:35:34 +02:00
cmd.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
cmd.md Structure developer documentation 2015-06-29 18:43:21 +02:00
netrcparser.cpp Use QTokenizer to properly parse netrc 2016-04-21 12:46:03 +02:00
netrcparser.h Use QTokenizer to properly parse netrc 2016-04-21 12:46:03 +02:00
simplesslerrorhandler.cpp License: Adjust license of GPLv2 source files to GPLv2+ 2016-10-25 11:06:54 +02:00
simplesslerrorhandler.h License: Adjust license of GPLv2 source files to GPLv2+ 2016-10-25 11:06:54 +02:00