summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18799 from owncloud/appconfig-with-one-requestMorris Jobke2015-09-031-204/+247
|\
| * Only query the appconfig onceJoas Schilling2015-09-031-204/+247
* | Encode HTML tags in JSONLukas Reschke2015-09-031-6/+20
|/
* use config.php value instead of version stringMorris Jobke2015-09-021-0/+28
* Merge pull request #18730 from owncloud/appframework_proper_304Vincent Petry2015-09-011-0/+8
|\
| * Properly return 304Roeland Jago Douma2015-09-011-0/+8
* | verify the path in the autoloaderRobin Appelman2015-09-013-37/+39
|/
* don't read certificates if ownCloud is not installedBjoern Schiessle2015-08-301-1/+5
* make system root of key storage configurableBjoern Schiessle2015-08-304-13/+456
* Merge pull request #14856 from rullzer/remote_avatarsMorris Jobke2015-08-291-12/+17
|\
| * Allow remote avatarsRoeland Jago Douma2015-08-291-12/+17
* | Merge pull request #18620 from owncloud/add-public-interface-for-factoryVincent Petry2015-08-291-0/+1
|\ \ | |/ |/|
| * Add a test for the interfaceJoas Schilling2015-08-281-0/+1
* | Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle2015-08-283-55/+141
|\ \
| * | copy always file by file to encrypt/decrypt it if neededBjoern Schiessle2015-08-261-53/+8
| * | occ tool to encrypt all filesBjoern Schiessle2015-08-263-2/+133
* | | Use certificates that expire in 10 yearsLukas Reschke2015-08-273-33/+48
| |/ |/|
* | Merge pull request #17662 from owncloud/locking-dbThomas Müller2015-08-262-0/+73
|\ \
| * | log a warning while trying to acquire a db lock from within a transactionRobin Appelman2015-08-101-1/+1
| * | Fix db schemaRobin Appelman2015-08-031-1/+1
| * | Add database backend for high level lockingRobin Appelman2015-08-031-0/+43
| * | split off keeping track of acquire locksRobin Appelman2015-08-031-0/+30
* | | Explicitly specify status code 200 as response codeLukas Reschke2015-08-251-0/+4
* | | Merge pull request #18491 from owncloud/expire-token-after-12h-or-loginLukas Reschke2015-08-241-7/+116
|\ \ \
| * | | Expire token after 12h and if user logged-in againLukas Reschke2015-08-221-7/+116
* | | | Merge pull request #18482 from owncloud/encrypt-session-dataMorris Jobke2015-08-243-0/+136
|\ \ \ \
| * | | | Handle failures gracefully, remove switchLukas Reschke2015-08-211-3/+4
| * | | | Add a session wrapper to encrypt the data before storing it on diskJoas Schilling2015-08-213-0/+135
| |/ / /
* | | | Merge pull request #18254 from owncloud/mitigate-breachMorris Jobke2015-08-2412-16/+130
|\ \ \ \ | |/ / / |/| | |
| * | | Add mitigation against BREACHLukas Reschke2015-08-1412-16/+130
* | | | Merge pull request #18426 from owncloud/joblist-next-non-existingMorris Jobke2015-08-211-0/+26
|\ \ \ \
| * | | | handle non existing job classes in $jobList->getNextRobin Appelman2015-08-191-0/+26
| | |_|/ | |/| |
* | | | Merge pull request #18457 from owncloud/test-traitsRobin McCorkell2015-08-204-44/+127
|\ \ \ \
| * | | | add test mountprovider logic to a traitRobin Appelman2015-08-202-31/+60
| * | | | allow moving common test logic into traitsRobin Appelman2015-08-203-14/+68
* | | | | Merge pull request #18372 from owncloud/issue-18358-object-type-and-id-for-ac...Joas Schilling2015-08-201-1/+196
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add test coverage for Activity Event and ManagerJoas Schilling2015-08-201-1/+196
* | | | | Merge pull request #18369 from owncloud/occ-logMorris Jobke2015-08-202-0/+302
|\ \ \ \ \
| * | | | | Unit tests for occ log:* commandsRobin McCorkell2015-08-192-0/+302
* | | | | | Merge pull request #17434 from owncloud/update-showappnameonappupdateMorris Jobke2015-08-201-0/+70
|\ \ \ \ \ \
| * | | | | | Additions to update pageVincent Petry2015-08-201-3/+6
| * | | | | | Display app names in update page for app updatesVincent Petry2015-08-191-0/+67
* | | | | | | Merge pull request #18432 from owncloud/ext-backends.simpleMorris Jobke2015-08-191-21/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Revert "Fix mounting wrapped storages resulting in many-layered wrapping"Robin McCorkell2015-08-191-21/+0
| | |_|/ / / | |/| | | |
* / | | | | Filter the objectstore password from the config list as wellJoas Schilling2015-08-191-0/+17
|/ / / / /
* | | | | Move avatarcontroller towards Node ApiRoeland Jago Douma2015-08-181-11/+11
* | | | | Merge pull request #17182 from owncloud/user_ini_upload_sizeRobin McCorkell2015-08-173-0/+202
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Unit test OC_Files::setUploadLimit()Robin McCorkell2015-07-203-0/+202
* | | | | [test] more tests for UserController::setMailAddressMorris Jobke2015-08-171-5/+13
| |_|/ / |/| | |
* | | | Merge pull request #17982 from owncloud/appframework-sanitize-nameThomas Müller2015-08-121-0/+19
|\ \ \ \