diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-08-25 14:29:07 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-08-25 15:06:12 +0200 |
commit | 1846aebfff14971d4c99a04cfe1a90a77c7591ba (patch) | |
tree | 16918132cae4ad742baebfd041143de3e6e495b4 /lib/repair/repairconfig.php | |
parent | b861e1d69670c023f48c621d1c6bc07016f5400d (diff) | |
download | nextcloud-server-1846aebfff14971d4c99a04cfe1a90a77c7591ba.tar.gz nextcloud-server-1846aebfff14971d4c99a04cfe1a90a77c7591ba.zip |
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
Diffstat (limited to 'lib/repair/repairconfig.php')
0 files changed, 0 insertions, 0 deletions