Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -239/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | Merge pull request #3690 from owncloud/use_execute_audited_in_filecache | Thomas Müller | 2013-06-13 | 1 | -13/+13 |
|\ | | | | | use executeAudited in files cache | ||||
| * | use executeAudited in files cache | Jörn Friedrich Dreyer | 2013-06-12 | 1 | -13/+13 |
| | | |||||
* | | Update mapper.php | infoneo | 2013-06-08 | 1 | -25/+8 |
| | | | | | | Now slugify is performed on whole filename (including extension). Changed method of adding index number (using regular expressions pathinfo() method removed). | ||||
* | | Fixed problems with a dots in a filenames | infoneo | 2013-05-12 | 1 | -6/+12 |
| | | |||||
* | | Dots in a filenames fix | infoneo | 2013-05-12 | 1 | -8/+19 |
|/ | |||||
* | some more test cases & fix on file name generation with index | Thomas Mueller | 2013-03-19 | 1 | -2/+2 |
| | |||||
* | adding extension to slugified physical path | Thomas Mueller | 2013-03-19 | 1 | -7/+16 |
| | |||||
* | fixing various filesystem/storage unit tests on windows | Thomas Mueller | 2013-03-12 | 1 | -3/+5 |
| | | | | fixing copy operation on mapper | ||||
* | adding //IGNORE to iconv to prevent nasty php warnings | Thomas Mueller | 2013-03-12 | 1 | -1/+1 |
| | |||||
* | slug generates uniqid in case the file/folder name contains not one single ↵ | Thomas Mueller | 2013-03-12 | 1 | -4/+2 |
| | | | | valid character | ||||
* | indexed slug should be created based on logic path | Thomas Mueller | 2013-03-12 | 1 | -1/+1 |
| | |||||
* | class Mapper no respects an unchanged physical root which will be excluded ↵ | Thomas Mueller | 2013-02-15 | 1 | -12/+12 |
| | | | | from slugifying the path | ||||
* | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | fixing mappedlocal storage to work on non-windows as well | Thomas Mueller | 2013-02-11 | 1 | -1/+15 |
| | | | | this allows us to run unit tests on linux - necessary to enable easy regression testing | ||||
* | Mapper: use md5 hashes for database indexes | Robin Appelman | 2013-02-10 | 1 | -6/+6 |
| | | | | indexing the full path exeeds the maximum index length for MySQL | ||||
* | initial version of a local storage implementation which will use unique ↵ | Thomas Mueller | 2013-02-06 | 1 | -0/+216 |
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. |