summaryrefslogtreecommitdiffstats
path: root/lib/private/files/mapper.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove file mapper - was only use in Windows and never worked properlyThomas Müller2015-07-031-305/+0
|
* update license headers and authorsMorris Jobke2015-06-251-1/+0
|
* Update license headersJenkins for ownCloud2015-03-261-1/+25
|
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+1
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-1/+24
|
* 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