summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into fix_for_2377Florin Peter2013-05-242-5/+43
|\
| * Merge pull request #3416 from owncloud/files_encryptionThomas Müller2013-05-241-5/+6
| |\ | | | | | | New files encryption app
| | * Merge branch 'master' into files_encryptionFlorin Peter2013-05-225-8/+371
| | |\ | | | | | | | | | | | | | | | | Conflicts: lib/files/cache/cache.php
| | * \ Merge branch 'master' into files_encryptionBjörn Schießle2013-05-211-0/+11
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_trashbin/l10n/nn_NO.php
| | * \ \ Merge branch 'master' into files_encryptionFlorin Peter2013-05-201-0/+19
| | |\ \ \
| | * | | | removed FileProxy from testFlorin Peter2013-05-151-5/+6
| | | | | |
| * | | | | Merge branch 'master' into move-storagesMichael Gapczynski2013-05-236-8/+382
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | Conflicts: tests/lib/files/view.php
| * | | | | Fix undefined variable for copying empty foldersMichael Gapczynski2013-05-191-0/+3
| | | | | |
| * | | | | Add tests for copying/moving between storagesMichael Gapczynski2013-05-191-0/+34
| | |_|/ / | |/| | |
* | | | | changed tests for using new normalizerFlorin Peter2013-05-242-3/+3
| | | | |
* | | | | revert previous fix and added normalizer to cache classFlorin Peter2013-05-231-0/+67
| |/ / / |/| | |
* | | | Merge pull request #3266 from owncloud/hooksThomas Müller2013-05-212-0/+316
|\ \ \ \ | | | | | | | | | | New hook system
| * | | | Merge branch 'master' into hooksThomas Mueller2013-05-156-14/+92
| |\| | |
| * | | | fix typoRobin Appelman2013-05-091-9/+9
| | | | |
| * | | | New hook systemRobin Appelman2013-05-072-0/+316
| | | | |
* | | | | merge master into filecache_mtimeRobin Appelman2013-05-2117-81/+296
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Add test for renaming non-existing category.Thomas Tanghus2013-05-201-0/+1
| | | | |
| * | | | Add rename() method to OC_VCategories.Thomas Tanghus2013-05-201-0/+10
| | |/ / | |/| |
| * | | Add Compound property to avoid double escaping values.Thomas Tanghus2013-05-151-0/+19
| | |/ | |/|
| * | Use new autoloader classThomas Tanghus2013-05-112-4/+5
| | |
| * | Autoloader: fix loading app clases located in lib/Robin Appelman2013-05-081-10/+17
| | |
| * | Autoloader: test casesRobin Appelman2013-05-071-5/+53
| | |
| * | Merge pull request #3044 from owncloud/backgroundwatchericewind19912013-05-071-2/+4
| |\ \ | | | | | | | | Add a background job to watch for external filesystem changes
| | * | Cache: add a backgroundjob to check for external changes to the filesystemRobin Appelman2013-04-201-2/+4
| | | |
| * | | Merge pull request #3025 from owncloud/move-fileMichael Gapczynski2013-05-071-3/+4
| |\ \ \ | | |_|/ | |/| | Cache: only look for child entires when doing a move operation when moving a folder
| | * | Cache: only look for child entires when doing a move operation when moving a ↵Robin Appelman2013-04-191-3/+4
| | |/ | | | | | | | | | folder
| * | Further seperation of mount management logicRobin Appelman2013-04-263-60/+69
| | |
| * | Have the filecache updater testcase clean the filesystem properlyRobin Appelman2013-04-251-6/+3
| |/
| * Fix touch for creating new filesRobin Appelman2013-04-101-0/+6
| |
| * used oc version 5.0.3Bernhard Posselt2013-04-091-1/+1
| |
| * added yet another test for the verion compare check due to mailBernhard Posselt2013-04-091-0/+8
| |
| * StringProperty unittestThomas Tanghus2013-04-081-0/+19
| |
| * Ensure instanceid contains a letterMiquel Rodríguez Telep / Michael Rodríguez-Torrent2013-03-261-0/+5
| | | | | | | | | | | | | | | | | | instanceid is generated by uniqid() and then used as the session_name. Because session_name requires at least one letter and uniqid() does not guarantee to provide that, in the case that uniqid() generates a string of only digits, the user will be stuck in an infinite login loop because every request will generate a new PHP session.
| * Merge pull request #2568 from itheiss/masterBernhard Posselt2013-03-261-1/+8
| |\ | | | | | | Implement setting custom domainname for getDefaultEmailAddress
| | * Move testcase to own test functionitheiss2013-03-261-1/+3
| | | | | | | | | Move testcase for getDefaultEmailAddress with mail_domain set in config.php to own test function.
| | * Extend test case for getDefaultEmailAddress()itheiss2013-03-221-1/+6
| | | | | | | | | see #2499
| * | Merge pull request #2454 from owncloud/fixing-file-mapper-ext-masterBernhard Posselt2013-03-231-0/+52
| |\ \ | | |/ | |/| Fixing file mapper ext master
| | * Fixing author and copyrightThomas Müller2013-03-201-2/+2
| | |
| | * some more test cases & fix on file name generation with indexThomas Mueller2013-03-191-0/+11
| | |
| | * adding extension to slugified physical pathThomas Mueller2013-03-191-0/+41
| | |
| * | some basic unit test for loading classesThomas Mueller2013-03-191-0/+19
| |/
| * Merge pull request #2204 from owncloud/chache_updater_renameFrank Karlitschek2013-03-171-2/+3
| |\ | | | | | | Cache: better rename hook for cache updater
| | * Cache: better rename hook for cache updaterRobin Appelman2013-03-081-2/+3
| | |
| * | fixing various filesystem/storage unit tests on windowsThomas Mueller2013-03-121-2/+1
| | | | | | | | | | | | fixing copy operation on mapper
| * | skip archive tests for nowThomas Mueller2013-03-122-0/+4
| |/
* | Merge branch 'master' into filecache_mtimeMichael Gapczynski2013-03-088-8/+185
|\| | | | | | | | | | | | | Conflicts: lib/files/view.php lib/util.php tests/lib/files/cache/cache.php
| * Change findById to findByStorageId in mount testMichael Gapczynski2013-03-071-1/+1
| |
| * Fix fetching source path of shared filesMichael Gapczynski2013-03-071-4/+4
| |
| * adding test case for getDefaultEmailAddress() + fixing #1844 againThomas Mueller2013-03-041-0/+5
| |
| * Check resharing settingMichael Gapczynski2013-02-261-1/+4
| |