summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into appframework-masterThomas Müller2013-09-275-64/+98
|\
| * Merge pull request #4999 from owncloud/run-unit-tests-for-apps-masterMorris Jobke2013-09-261-2/+0
| |\
| | * 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
| |/
| * 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
* | 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
|\ \ \ | |/ / |/| / | |/
| * 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-237-11/+418
| | |\
| | * | 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
| * | | Merge pull request #4856 from owncloud/fix-link-expirationAndreas Fischer2013-09-231-0/+48
| |\ \ \ | | |_|/ | |/| |
| | * | Tests whether expired/valid link share is still accessible.Andreas Fischer2013-09-161-0/+48
| * | | Merge pull request #4327 from owncloud/scanfile-removeThomas Müller2013-09-221-0/+10
| |\ \ \
| | * | | remove deleted files while scanningRobin Appelman2013-08-061-0/+10
| * | | | Merge pull request #4623 from owncloud/convert-oc_preferencesBart Visscher2013-09-221-0/+179
| |\ \ \ \
| | * | | | Convert OC_Preference to object interfaceBart Visscher2013-09-191-0/+179
| | | |/ / | | |/| |
| * / | | files: when filtering search results, ensure results are children of the fake...Robin Appelman2013-09-221-0/+14
| |/ / /
* | | | 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-174-10/+215
|\| | |
| * | | Merge pull request #4825 from owncloud/fix-sharing-expiration-oracleBart Visscher2013-09-164-10/+215
| |\ \ \ | | |_|/ | |/| |
| | * | Calculate dateInPast and dateInFuture.Andreas Fischer2013-09-121-5/+8
| | * | Compare objects directly. Also use $expected and $actual.Andreas Fischer2013-09-121-6/+6
| | * | Add database tests for INSERT/SELECT date format.Andreas Fischer2013-09-123-0/+80
| | * | Add comment explaining how $dateInFuture was picked.Andreas Fischer2013-09-121-0/+2
| | * | Coding style: { for methods start are supposed to be on the same line.Andreas Fischer2013-09-121-12/+6
| | * | Expiration tests for sharing with groups.Andreas Fischer2013-09-121-6/+76
| | * | Do not repeat shareUserOneTestFileWithUserTwo() code.Andreas Fischer2013-09-121-25/+22
| | * | Make dates test class properties.Andreas Fischer2013-09-121-2/+5
| | * | Try to make Oracle happy by also specifying seconds.Andreas Fischer2013-09-121-2/+2
| | * | Test whether a still-valid user share is still accessible.Andreas Fischer2013-09-121-11/+34
| | * | Test whether an expired user share is still accessible.Andreas Fischer2013-09-121-0/+33
* | | | Merge branch 'master' into appframework-masterThomas Müller2013-09-152-0/+26
|\| | |
| * | | Merge pull request #4506 from owncloud/oc_avatarsBernhard Posselt2013-09-142-0/+26
| |\ \ \
| | * | | Merge branch 'master' into oc_avatarskondou2013-09-121-1/+30
| | |\| |
| | * | | Pass view in \OC_Avatar to constructor and use $_ for enable_avatarskondou2013-09-091-6/+6