]> source.dussan.org Git - nextcloud-server.git/commit
initial version of a local storage implementation which will use unique slugified...
authorThomas Mueller <thomas.mueller@tmit.eu>
Wed, 6 Feb 2013 22:36:38 +0000 (23:36 +0100)
committerThomas Mueller <thomas.mueller@tmit.eu>
Wed, 6 Feb 2013 22:41:52 +0000 (23:41 +0100)
commitfd8cb9974be30aaca0d65d1807d6a4f784da5f0b
treef7dabbfa07d725b3e73f1b8df11a9eebc4933416
parent223f538bb8666c7943784c12f1213384df1a41c0
initial version of a local storage implementation which will use unique slugified filename on the local filesystem.
This implementation will only be enabled on windows based system to solve the issues around UTF-8 file names with php on windows.
db_structure.xml
lib/files/mapper.php [new file with mode: 0644]
lib/files/storage/local.php
lib/files/storage/mappedlocal.php [new file with mode: 0644]
lib/files/storage/temporary.php
tests/lib/files/storage/storage.php