server/lib
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
..
l10n [tx-robot] updated from transifex 2014-08-25 01:56:07 -04:00
private Use md5() of the original name instead of uniqid() for slugifying 2014-08-25 15:06:12 +02:00
public Expose setSystemValue 2014-08-22 15:53:23 +02:00
repair Merge pull request #9275 from NormalRa/master 2014-08-15 14:41:53 +02:00
autoloader.php add additional type check 2014-06-06 09:33:34 +02:00
base.php Add a trusted domain wizard 2014-08-21 22:22:35 +02:00