summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4459 from owncloud/appframework-masterThomas Müller2013-09-3021-143/+2401
|\
| * Merge branch 'master' into appframework-masterThomas Müller2013-09-302-1/+129
| |\
| * \ Merge branch 'master' into appframework-masterThomas Müller2013-09-274-62/+98
| |\ \
| * \ \ Merge pull request #4892 from owncloud/vcategories_publicThomas Müller2013-09-252-128/+166
| |\ \ \
| | * | | 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
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | updating php docsThomas Müller2013-09-181-1/+1
| * | | | Merge branch 'appframework-master' into public_cacheThomas Tanghus2013-09-181-5/+0
| |\ \ \ \
| | * | | | 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
| |/ / / /
| * | | | Merge branch 'master' into appframework-masterThomas Müller2013-09-172-10/+173
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into appframework-masterThomas Müller2013-09-151-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
| * | | | | | | | | | reducing controller annotations to:Thomas Müller2013-08-201-122/+34
| * | | | | | | | | | 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-303-1/+172
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #4969 from owncloud/fixing-4043-masterThomas Müller2013-09-301-0/+87
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | 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-291-1/+42
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| | * | | | | | | | | 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
| * | | | | | | | | | Missing Test for the previous commitArthur Schiwon2013-09-251-0/+43
* | | | | | | | | | | expect unlinkto be calledThomas Müller2013-09-251-0/+4
* | | | | | | | | | | adding unit testsThomas Müller2013-09-251-0/+93
|/ / / / / / / / / /
* | | | | | | | | | Adjust Tests and satisfy themArthur Schiwon2013-09-242-40/+45
* | | | | | | | | | User: move checkPassword from User to Manager to not break APIArthur Schiwon2013-09-241-22/+10
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | clear permissions cache when scanning a fileRobin Appelman2013-09-241-0/+17
* | | | | | | | | Merge pull request #4869 from owncloud/fixing-4866-masterThomas Müller2013-09-231-12/+37
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Move setUp() and tearDown() up in tests/lib/files/cache/scanner.php.Andreas Fischer2013-09-231-15/+15
| * | | | | | | | | Merge remote-tracking branch 'owncloud/master' into fixing-4866-masterAndreas Fischer2013-09-235-11/+376
| |\| | | | | | | |
| * | | | | | | | | Do not convert boolean to integer in tests. put() already does this.Andreas Fischer2013-09-211-1/+0
| * | | | | | | | | when storing back the data field 'encrypted' it is necessary to cast the bool...Thomas Müller2013-09-201-0/+1
| * | | | | | | | | etag changes are now propagated up the file treeThomas Müller2013-09-161-6/+15
| * | | | | | | | | recreate an etag within the scanner if the cache contains an empty etagThomas Müller2013-09-161-0/+17
| | |_|_|_|_|_|/ / | |/| | | | | | |