aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2276 from nextcloud/update-email-addressMorris Jobke2016-11-252-15/+181
|\
| * bring back setEmailAddress for the user managementBjoern Schiessle2016-11-251-0/+157
| * update accounts table if email address or display name changes from outsideBjoern Schiessle2016-11-251-15/+24
* | Add Identityproof testsRoeland Jago Douma2016-11-243-1/+250
* | Loop for newest version in appstore responseLukas Reschke2016-11-242-4/+1861
* | Harden cookies more appropriateLukas Reschke2016-11-231-0/+70
|/
* Merge pull request #1972 from nextcloud/invalid-files-from-scannerRoeland Jago Douma2016-11-222-1/+27
|\
| * Move the validation into one place onlyJoas Schilling2016-11-211-1/+1
| * Make sure we don't scan files that can not be accessedJoas Schilling2016-11-211-0/+26
* | Merge pull request #2214 from nextcloud/remove-loggingRobin Appelman2016-11-212-92/+0
|\ \
| * | update testsRobin Appelman2016-11-212-92/+0
| |/
* | Adjust unit testsLukas Reschke2016-11-211-2/+6
* | Add a signer class for signingLukas Reschke2016-11-212-0/+167
* | push public user data to the lookup serverBjoern Schiessle2016-11-211-0/+4
* | remove old test classBjoern Schiessle2016-11-211-173/+0
* | fix unit testsBjoern Schiessle2016-11-211-0/+202
* | introduce accounts table and keep it up-to-date with the data added to the pe...Björn Schießle2016-11-211-0/+173
|/
* Merge pull request #1602 from nextcloud/ignore-mod-envLukas Reschke2016-11-181-0/+10
|\
| * Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_envFelix Epp2016-11-161-0/+10
* | Merge pull request #2076 from nextcloud/log_preview_accessMorris Jobke2016-11-181-1/+67
|\ \
| * | Dispatch event on preview requestRoeland Jago Douma2016-11-101-1/+67
* | | Merge pull request #1447 from nextcloud/password-confirmation-for-some-actionsMorris Jobke2016-11-181-0/+5
|\ \ \
| * | | Fix unit testsJoas Schilling2016-11-181-0/+5
| | |/ | |/|
* | | Merge pull request #768 from nextcloud/s3-objectstoreRobin Appelman2016-11-187-177/+434
|\ \ \
| * | | add tests for FileInfo::isMountedRobin Appelman2016-11-161-0/+46
| * | | add tests for http/outputRobin Appelman2016-11-161-0/+31
| * | | add amazon s3 objectstore backendRobin Appelman2016-11-161-0/+38
| * | | split testing of objectstoragestorage and objectstore implementationsRobin Appelman2016-11-164-177/+319
* | | | Expose getAppPath to public APIJulius Haertl2016-11-171-0/+10
| |/ / |/| |
* | | add testRobin Appelman2016-11-161-0/+7
* | | Add test for setting up fake fsRobin Appelman2016-11-162-1/+64
* | | Adds NullCache ans NullStorage tests for LockdownRoeland Jago Douma2016-11-162-0/+402
* | | Adds TokenProvider and Mapper testsRoeland Jago Douma2016-11-162-0/+55
* | | add testsRobin Appelman2016-11-162-0/+98
* | | explicit typesRobin Appelman2016-11-161-1/+0
|/ /
* | Fix activity manager testsJoas Schilling2016-11-161-38/+32
* | Merge pull request #2137 from nextcloud/make-sure-tests-run-on-phpunit-4-againRoeland Jago Douma2016-11-154-5/+108
|\ \
| * | Add a magic wrapper from hell to allow phpunit4 to run the code againJoas Schilling2016-11-154-5/+108
* | | Endpoint is now 11.0.0Lukas Reschke2016-11-151-1/+1
* | | Adjust previous fallbacksLukas Reschke2016-11-151-2/+14
|/ /
* | Introduce an event for first time login based on the last login time stampThomas Müller2016-11-141-0/+4
* | Merge pull request #2067 from nextcloud/fileinfo-lazy-substoragesMorris Jobke2016-11-142-10/+17
|\ \
| * | only query substorages to calculate the final mtime/size/etag lazilyRobin Appelman2016-11-102-10/+17
| |/
* / Prevent downgrade attacks for appsLukas Reschke2016-11-111-2/+89
|/
* Add test and adjust PHP function argumentsLukas Reschke2016-11-091-0/+9
* Add tests for validity of the definitionsJoas Schilling2016-11-091-0/+84
* Use a php class for the definitions to avoid loading problemsJoas Schilling2016-11-092-2/+5
* Make sure the database is not replaced while we make a backup of the serviceJoas Schilling2016-11-081-4/+4
* Cleanup OC_Group usage a bitRoeland Jago Douma2016-11-041-206/+220
* Merge pull request #1741 from nextcloud/new_previewLukas Reschke2016-11-032-1/+339
|\