- Sep 17, 2014
-
-
Lukas Reschke authored
-
- Aug 25, 2014
-
-
Joas Schilling authored
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
-
Joas Schilling authored
-
- May 13, 2014
-
-
Robin McCorkell authored
-
- Feb 06, 2014
-
-
Jörn Friedrich Dreyer authored
-
- Sep 30, 2013
-
-
Thomas Müller authored
Conflicts: lib/private/vcategories.php
-
- Jun 12, 2013
-
-
Jörn Friedrich Dreyer authored
-
- Jun 08, 2013
-
-
infoneo authored
Now slugify is performed on whole filename (including extension). Changed method of adding index number (using regular expressions pathinfo() method removed).
-
- May 12, 2013
-
-
infoneo authored
-
- May 11, 2013
-
-
infoneo authored
-
- Mar 19, 2013
-
-
Thomas Müller authored
-
Thomas Müller authored
-
- Mar 12, 2013
-
-
Thomas Müller authored
fixing copy operation on mapper
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
- Feb 15, 2013
-
-
Thomas Müller authored
-
- Feb 14, 2013
-
-
Bart Visscher authored
-
- Feb 10, 2013
-
-
Robin Appelman authored
indexing the full path exeeds the maximum index length for MySQL
-
- Feb 11, 2013
-
-
Thomas Müller authored
this allows us to run unit tests on linux - necessary to enable easy regression testing
-
- Feb 06, 2013
-
-
Thomas Müller authored
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.
-