summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15748 from owncloud/fixing-enc-filesize-once-moreVincent Petry2015-04-205-19/+71
|\
| * move permission related code into getMetaData()Thomas Müller2015-04-203-15/+20
| * Introduce Storage::getMetaData() to allow storage implementations more contro...Thomas Müller2015-04-205-10/+10
| * Introduce Storage::getData() to allow storage implementations more control ov...Thomas Müller2015-04-205-10/+57
* | Merge pull request #15744 from owncloud/fix-inverted-path-in-resourcenotfoundLukas Reschke2015-04-201-1/+1
|\ \
| * | Fix wrong path generationMorris Jobke2015-04-201-1/+1
* | | Merge pull request #15635 from owncloud/issue/15634-empty-txt-previewsMorris Jobke2015-04-201-1/+1
|\ \ \
| * | | Scale up the font on larger previewsJoas Schilling2015-04-151-1/+1
* | | | Merge pull request #15735 from owncloud/fix-visibilityMorris Jobke2015-04-203-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix visibility of public API methodsJoas Schilling2015-04-203-4/+4
* | | | Merge pull request #15637 from owncloud/migrate-certificate-stuffLukas Reschke2015-04-202-12/+12
|\ \ \ \
| * | | | Proper return typesLukas Reschke2015-04-201-2/+2
| * | | | Verify if returned object is an arrayLukas Reschke2015-04-201-10/+10
* | | | | Merge pull request #15733 from owncloud/remove-oc_backgroundjobLukas Reschke2015-04-201-56/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Removed OC_BackgroundJob - reduce class overheadMorris Jobke2015-04-181-56/+0
| |/ / /
* | | | Add version to deprecation noticeLukas Reschke2015-04-201-1/+1
* | | | Deprecate unused `\OCP\Response::sendFile`Lukas Reschke2015-04-201-3/+4
* | | | Merge pull request #15717 from owncloud/issue/15716-fixing-ocp-api-namespace-...Morris Jobke2015-04-201-10/+26
|\ \ \ \
| * | | | Fix usage of deprecated private constantsJoas Schilling2015-04-181-2/+2
| * | | | Deprecate the OC_API constants in favor of the OCP onesJoas Schilling2015-04-181-8/+24
* | | | | Merge pull request #15739 from DavidPrevot/symfony-2.7Morris Jobke2015-04-191-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Replace `_method` requirement by {g,s}etMethods()David Prévot2015-04-191-2/+2
* | | | | get rid of OC_GeoGeorg Ehrke2015-04-191-50/+0
|/ / / /
* | | | Merge pull request #15729 from owncloud/remove-unused-variablesRobin McCorkell2015-04-1910-19/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove unused variablesMorris Jobke2015-04-1810-19/+12
| |/ /
* | | Merge pull request #15718 from owncloud/issue/15694-display-name-of-encryptio...Thomas Müller2015-04-181-4/+4
|\ \ \
| * | | Fix display name of encryption modulesJoas Schilling2015-04-181-4/+4
| |/ /
* | | Merge pull request #15727 from owncloud/cleanup-db-interfaceThomas Müller2015-04-184-22/+21
|\ \ \
| * | | fix followup issues with unneeded parametersMorris Jobke2015-04-184-19/+19
| * | | DB: remove unused parameter - was forgotten during the migration to doctrineMorris Jobke2015-04-181-3/+2
| |/ /
* / / add visibility of methods in server container and interfaceMorris Jobke2015-04-181-48/+48
|/ /
* | Merge pull request #15691 from owncloud/vobject-sabre2.1Morris Jobke2015-04-171-258/+0
|\ \
| * | Get rid of the obsolete OC_VObject classVincent Petry2015-04-171-258/+0
* | | Delay initialization of the OC\Encryption\Update - introducing 'OC\Encryption...Thomas Müller2015-04-171-0/+66
* | | always create a new instance of the encryption moduleBjoern Schiessle2015-04-171-23/+19
* | | Merge pull request #15445 from owncloud/enc2_migrationClark Tomlinson2015-04-166-23/+107
|\ \ \
| * | | detect system wide mount points correctlyBjoern Schiessle2015-04-164-10/+53
| * | | if we start writing a file from the beginning, size should start by zero; res...Bjoern Schiessle2015-04-161-2/+2
| * | | add migration script from old encryption to new oneBjoern Schiessle2015-04-164-12/+53
| | |/ | |/|
* | | Merge pull request #15674 from owncloud/fix-console-check-outputJoas Schilling2015-04-161-2/+2
|\ \ \
| * | | Convert error and hint to string before writing to the output - fixes https:/...Thomas Müller2015-04-161-2/+2
| | |/ | |/|
* / | Using TRANSACTION_READ_COMMITTEDThomas Müller2015-04-161-0/+2
|/ /
* | Merge pull request #15623 from t3chguy/masterJörn Friedrich Dreyer2015-04-161-0/+5
|\ \ | |/ |/|
| * Memcache\Redis Add DB Select FunctionalityMichael Telatynski2015-04-151-0/+5
* | Merge pull request #12006 from owncloud/dav-put-storageMorris Jobke2015-04-151-35/+61
|\ \
| * | Keep phpdoc updated.Robin Appelman2015-04-141-1/+1
| * | pass a stream to the testsRobin Appelman2015-04-141-6/+0
| * | rewind and update error messageRobin Appelman2015-04-131-1/+2
| * | use our own stream copy insteadRobin Appelman2015-04-131-1/+1
| * | update testsRobin Appelman2015-04-091-22/+33