server/lib/private/files
Joas Schilling 1846aebfff Use md5() of the original name instead of uniqid() for slugifying
Previously we used uniqid() here.
However this means that the behaviour is not reproducable, so
when uploading files into a "empty" folder, the folders name is
different.

If there would be a md5() hash collition, the deduplicate check
will spot this and append an index later, so this should not be
a problem.

Fix #6722
2014-08-25 15:06:12 +02:00
..
cache Added repair step for legacy storages 2014-08-20 23:14:05 +02:00
mount Remove invalid mounts from the active fs 2014-07-02 15:00:12 +02:00
node Fix SharedCache::getPathById 2014-08-06 13:38:14 +02:00
objectstore add a explicit interface for the home storage 2014-07-01 17:31:33 +02:00
storage move to public namespace 2014-08-19 14:05:08 +02:00
stream Fixed quota wrapper to return the value from flock() 2014-06-04 12:36:53 +02:00
type Squash 'a | b' into 'a|b', in /lib 2014-05-13 19:08:14 +01:00
utils Prevent running the files:scan command as the wrong user 2014-06-25 15:22:49 +02:00
fileinfo.php shared files/folders are not mounted 2014-08-07 16:01:13 +02:00
filesystem.php move to public namespace 2014-08-19 14:05:08 +02:00
mapper.php Use md5() of the original name instead of uniqid() for slugifying 2014-08-25 15:06:12 +02:00
view.php Merge pull request #10395 from owncloud/close-filehandle-lib-files 2014-08-14 10:57:54 +02:00