Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Added unit tests for OC_VCategories. | Thomas Tanghus | 2012-10-31 | 1 | -0/+114 | |
| * | | | | Added unit test testinsertIfNotExistDontOverwrite. | Thomas Tanghus | 2012-10-31 | 1 | -0/+37 | |
| * | | | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-10-31 | 1 | -0/+71 | |
| |\ \ \ \ | ||||||
| * | | | | | Added unit tests for OC_DB::insertIfNotExist() | Thomas Tanghus | 2012-10-19 | 1 | -0/+26 | |
* | | | | | | add cache updater | Robin Appelman | 2012-11-08 | 1 | -0/+116 | |
* | | | | | | move correctFolderSize from Scanner to Cache | Robin Appelman | 2012-11-08 | 1 | -1/+1 | |
* | | | | | | merge master into filesystem | Robin Appelman | 2012-11-07 | 4 | -8/+8 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | fixes #266 | Thomas Mueller | 2012-11-05 | 1 | -1/+1 | |
| | |_|_|/ | |/| | | | ||||||
| * | | | | Style: Remove all the dangling white spaces | Felix Moeller | 2012-11-04 | 3 | -7/+7 | |
* | | | | | merge master into filesystem | Robin Appelman | 2012-11-04 | 10 | -144/+144 | |
|\| | | | | ||||||
| * | | | | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 6 | -46/+46 | |
| * | | | | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 4 | -8/+8 | |
| | |_|/ | |/| | | ||||||
| * | | | check for filename blacklist in OC_Filesystem::isValidPath | Robin Appelman | 2012-11-03 | 1 | -0/+1 | |
| * | | | some tests for the file blacklist | Robin Appelman | 2012-11-03 | 1 | -8/+42 | |
| * | | | Merge pull request #220 from fmms/checkstyle02 | Lukas Reschke | 2012-11-02 | 8 | -98/+98 | |
| |\ \ \ | ||||||
| | * | | | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 8 | -98/+98 | |
| | | |/ | | |/| | ||||||
* | | | | add Cache::move | Robin Appelman | 2012-11-02 | 1 | -0/+26 | |
* | | | | Merge branch 'master' into filesystem | Robin Appelman | 2012-11-02 | 1 | -1/+1 | |
|\| | | | ||||||
| * | | | fix inlude path for template test | Robin Appelman | 2012-11-02 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge branch 'master' into filesystem | Robin Appelman | 2012-11-01 | 1 | -0/+71 | |
|\| | | ||||||
| * | | fixing Test_TemplateFunctions | Thomas Mueller | 2012-10-31 | 1 | -1/+1 | |
| * | | fixed copy paste error. 4th test will now test print_unescaped instead of p | Bernhard Posselt | 2012-10-30 | 1 | -2/+2 | |
| * | | splitted two tests with two assertions each into four tests with one assertion | Bernhard Posselt | 2012-10-30 | 1 | -4/+8 | |
| * | | assert in proper order | Bernhard Posselt | 2012-10-29 | 1 | -4/+4 | |
| * | | added tests for p and print_unescaped | Bernhard Posselt | 2012-10-29 | 1 | -0/+67 | |
| |/ | ||||||
* | | check for changes when using the cache api | Robin Appelman | 2012-10-28 | 1 | -0/+17 | |
* | | add filesystem watcher to detect updates | Robin Appelman | 2012-10-28 | 2 | -0/+88 | |
* | | delete child entries when a folder gets removed from cache | Robin Appelman | 2012-10-27 | 2 | -3/+12 | |
* | | add a way to recalucale the size of a folder in the cache | Robin Appelman | 2012-10-27 | 1 | -0/+11 | |
* | | add searchByMime to new cache api | Robin Appelman | 2012-10-27 | 2 | -0/+6 | |
* | | add permissions data to the results of the cache api | Robin Appelman | 2012-10-27 | 1 | -0/+2 | |
* | | add file permissions cache | Robin Appelman | 2012-10-26 | 1 | -0/+47 | |
* | | move filesystem test case | Robin Appelman | 2012-10-26 | 3 | -122/+120 | |
* | | add search to the filecache api | Robin Appelman | 2012-10-26 | 2 | -1/+64 | |
* | | add View->putFileInfo to the filecache api | Robin Appelman | 2012-10-26 | 1 | -0/+7 | |
* | | fix problem with normalizePath when there was a double leading slash | Robin Appelman | 2012-10-26 | 1 | -0/+3 | |
* | | move the cache api from OC_Files to filesystem(view) | Robin Appelman | 2012-10-26 | 1 | -9/+14 | |
* | | automatically scan files when needed | Robin Appelman | 2012-10-21 | 1 | -3/+24 | |
* | | use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api... | Robin Appelman | 2012-10-21 | 1 | -0/+87 | |
* | | merge master into filesystem | Robin Appelman | 2012-10-18 | 2 | -9/+9 | |
|\| | ||||||
| * | Fixing typo | Thomas Müller | 2012-10-18 | 1 | -1/+1 | |
| * | Fixing expectation - comma was stupid anyhow | Thomas Müller | 2012-10-18 | 1 | -1/+1 | |
| * | Removing strange character | Thomas Müller | 2012-10-18 | 1 | -1/+1 | |
| * | Expectation should be first parameter | Lukas Reschke | 2012-10-18 | 1 | -6/+6 | |
| * | Expectation should be first parameter | Lukas Reschke | 2012-10-18 | 1 | -2/+2 | |
* | | merge master into filesystem | Robin Appelman | 2012-10-17 | 4 | -58/+262 | |
|\| | ||||||
| * | Use $SERVERROOT/tests/data for testGetMimeType | Bart Visscher | 2012-10-13 | 1 | -6/+7 | |
| * | Give share test users a unique prefix | Bart Visscher | 2012-10-13 | 1 | -4/+4 | |
| * | Remove not reliable test | Lukas Reschke | 2012-10-13 | 1 | -5/+0 | |
| * | Some tests | Lukas Reschke | 2012-10-13 | 1 | -0/+144 |