summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4877 from owncloud/ocs_share_apiBjörn Schießle2013-10-041-0/+1
|\ | | | | OCS Share API
| * Merge branch 'master' into ocs_share_apiBjoern Schiessle2013-09-2621-118/+2367
| |\
| * | some unit test for the new ocs share apiBjoern Schiessle2013-09-191-0/+1
| | |
* | | Added unit tests for relative_modified_date, changed method signatureVincent Petry2013-10-031-1/+189
| | | | | | | | | | | | | | | | | | | | | | | | Changed method signature of relative_modified_date template method to make it possible to add a fromTime to compare with, mostly to make it possible to test it. Added unit test for date and time cases.
* | | fix unit testsMorris Jobke2013-10-021-3/+3
| | |
* | | move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-5/+5
| | | | | | | | | | | | | | | Conflicts: lib/private/vcategories.php
* | | Merge pull request #4459 from owncloud/appframework-masterThomas Müller2013-09-3021-143/+2401
|\ \ \ | | | | | | | | Public API for OC6+ (includes AppFramework)
| * \ \ Merge branch 'master' into appframework-masterThomas Müller2013-09-304-1/+148
| |\ \ \
| * \ \ \ Merge branch 'master' into appframework-masterThomas Müller2013-09-281-0/+14
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into appframework-masterThomas Müller2013-09-275-64/+98
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #4892 from owncloud/vcategories_publicThomas Müller2013-09-252-128/+166
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | OC_VCategories => OC\Tags. Public interface and getter in server container
| | * | | | | | Add factory class for the server container.Thomas Tanghus2013-09-241-50/+42
| | | | | | | |
| | * | | | | | Moar tests.Thomas Tanghus2013-09-231-3/+7
| | | | | | | |
| | * | | | | | Add another test.Thomas Tanghus2013-09-231-1/+1
| | | | | | | |
| | * | | | | | Updated method names and added a few more tests.Thomas Tanghus2013-09-231-11/+48
| | | | | | | |
| | * | | | | | OC_VCategories=>OC\Tags. Public interface + getter in server containerThomas Tanghus2013-09-232-128/+133
| | | | | | | |
| * | | | | | | Merge branch 'master' into appframework-masterThomas Müller2013-09-255-11/+304
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/lib/helper.php apps/files_trashbin/lib/helper.php
| * | | | | | | updating php docsThomas Müller2013-09-181-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'appframework-master' into public_cacheThomas Tanghus2013-09-181-5/+0
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/public/iservercontainer.php lib/server.php
| | * | | | | | | Still some session leftovers.Thomas Tanghus2013-09-171-5/+0
| | | | | | | | |
| * | | | | | | | OC_Cache namespace changes and add UserCache to server container.Thomas Tanghus2013-09-172-14/+84
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Refs #4863
| * | | | | | | Merge branch 'master' into appframework-masterThomas Müller2013-09-174-10/+215
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into appframework-masterThomas Müller2013-09-152-0/+26
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into appframework-masterThomas Müller2013-09-135-0/+1701
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into appframework-masterThomas Müller2013-09-137-44/+201
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into appframework-masterThomas Müller2013-08-312-5/+106
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into appframework-masterThomas Müller2013-08-268-6/+277
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | cleanup of testsThomas Müller2013-08-212-13/+14
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | kill superfluent classloader from tests - this approach might be of interest ↵Thomas Müller2013-08-2117-94/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | within the apps
| * | | | | | | | | | | | | reducing controller annotations to:Thomas Müller2013-08-201-122/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | @PublicPage - No user logon is expected @NoAdminRequired - the login user requires no admin rights @NoCSRFRequired - the incoming request will not check for CSRF token
| * | | | | | | | | | | | | Introducing IContainer into public apiThomas Müller2013-08-201-0/+9
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | fixing broken testThomas Müller2013-08-201-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | fixing require to PimpleThomas Müller2013-08-201-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | initial import of appframeworkThomas Müller2013-08-1717-0/+2294
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'master' into move-aborted-upload-detection-into-plugin-masterThomas Müller2013-09-307-3/+205
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #4969 from owncloud/fixing-4043-masterThomas Müller2013-09-301-0/+87
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adding privilege check on move and rename operations
| | * | | | | | | | | | | | | code cleanupThomas Müller2013-09-271-39/+22
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | adding unit tests for ObjectTree::move()Thomas Müller2013-09-261-0/+104
| | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #4966 from owncloud/text_preview_blacklistAndreas Fischer2013-09-293-1/+61
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add blacklist to txt preview backend * owncloud/text_preview_blacklist: rename variable in testIsTransparent rename testTxtBlacklist to txtBlacklist move fileView object initialization to testIsTransparent use dataProvider for txt blacklist test add test for txt blacklist add test data for cal and contact preview add blacklist to txt preview backend
| | * | | | | | | | | | | | rename variable in testIsTransparentGeorg Ehrke2013-09-271-3/+3
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | rename testTxtBlacklist to txtBlacklistGeorg Ehrke2013-09-271-3/+3
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | move fileView object initialization to testIsTransparentGeorg Ehrke2013-09-271-10/+10
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | use dataProvider for txt blacklist testGeorg Ehrke2013-09-271-25/+28
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | add test for txt blacklistGeorg Ehrke2013-09-251-0/+38
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | add test data for cal and contact previewGeorg Ehrke2013-09-242-0/+19
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | phpunit.xml: Port code coverage excludes from autotest to dist.Andreas Fischer2013-09-261-0/+14
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #4999 from owncloud/run-unit-tests-for-apps-masterMorris Jobke2013-09-261-2/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | run unit tests for apps as well
| | * | | | | | | | | | | | Remove $RUNTIME_NOAPPS - setting to false was not enoughThomas Müller2013-09-261-2/+0
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | run unit tests for apps as wellThomas Müller2013-09-261-1/+1
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * / | | | | | | | | | | Missing Test for the previous commitArthur Schiwon2013-09-251-0/+43
| |/ / / / / / / / / / /