Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove file mapper - was only use in Windows and never worked properly | Thomas Müller | 2015-07-03 | 1 | -305/+0 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -1/+25 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -24/+1 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -1/+24 |
| | |||||
* | Normalize before processing | Lukas Reschke | 2015-02-06 | 1 | -4/+14 |
| | |||||
* | Fix mapping of relative paths | Lukas Reschke | 2014-09-17 | 1 | -14/+30 |
| | |||||
* | Use md5() of the original name instead of uniqid() for slugifying | Joas Schilling | 2014-08-25 | 1 | -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 function | Joas Schilling | 2014-08-25 | 1 | -13/+9 |
| | |||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -4/+14 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+239 |
Conflicts: lib/private/vcategories.php |