summaryrefslogtreecommitdiffstats
path: root/lib/private/files/mapper.php
Commit message (Collapse)AuthorAgeFilesLines
* Normalize before processingLukas Reschke2015-02-061-4/+14
|
* Fix mapping of relative pathsLukas Reschke2014-09-171-14/+30
|
* Use md5() of the original name instead of uniqid() for slugifyingJoas Schilling2014-08-251-1/+12
| | | | | | | | | | | | | 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
* Fix code layout before fixing the functionJoas Schilling2014-08-251-13/+9
|
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-2/+2
|
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-4/+14
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+239
Conflicts: lib/private/vcategories.php