summaryrefslogtreecommitdiffstats
path: root/lib
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-208-22/+22
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix visibility of public API methodsJoas Schilling2015-04-203-4/+4
| * | | Fix visibility of interfaces in \OCPMorris Jobke2015-04-195-18/+18
* | | | Merge pull request #15637 from owncloud/migrate-certificate-stuffLukas Reschke2015-04-203-13/+14
|\ \ \ \
| * | | | Proper return typesLukas Reschke2015-04-202-3/+4
| * | | | Verify if returned object is an arrayLukas Reschke2015-04-201-10/+10
* | | | | Merge pull request #15733 from owncloud/remove-oc_backgroundjobLukas Reschke2015-04-202-58/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Removed OC_BackgroundJob - reduce class overheadMorris Jobke2015-04-182-58/+5
| |/ / /
* | | | Add version to deprecation noticeLukas Reschke2015-04-202-3/+3
* | | | Deprecate unused `\OCP\Response::sendFile`Lukas Reschke2015-04-202-3/+6
* | | | Merge pull request #15717 from owncloud/issue/15716-fixing-ocp-api-namespace-...Morris Jobke2015-04-202-12/+46
|\ \ \ \
| * | | | Add @since tag to public namespace constantsMorris Jobke2015-04-181-0/+2
| * | | | 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
| * | | | Move constants to OCP\API so apps can use themJoas Schilling2015-04-181-2/+18
| * | | | Correctly prefix OC_API with \ since its not in the namespaceJoas Schilling2015-04-181-2/+2
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-202-0/+10
* | | | | 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 #15736 from owncloud/remove-dependency-on-legacy-code-in-ocpRoeland Douma2015-04-193-9/+10
|\ \ \ \
| * | | | Reduce call of legacy wrapper by call the OCP directlyMorris Jobke2015-04-193-9/+10
| | |/ / | |/| |
* | | | Merge pull request #15737 from owncloud/add-deprecated-versionRoeland Douma2015-04-1914-87/+89
|\ \ \ \
| * | | | Add version to @deprecated tagsMorris Jobke2015-04-1914-87/+89
| |/ / /
* | | | Merge pull request #15729 from owncloud/remove-unused-variablesRobin McCorkell2015-04-1912-21/+14
|\ \ \ \
| * | | | Remove unused variablesMorris Jobke2015-04-1812-21/+14
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-192-0/+6
| |/ / / |/| | |
* | | | 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 #15728 from owncloud/update-iurlgenerator-docThomas Müller2015-04-181-1/+3
|\ \ \ \
| * | | | IUrlGenerator - document linkTo properlyMorris Jobke2015-04-181-1/+3
| | |/ / | |/| |
* | | | Merge pull request #15727 from owncloud/cleanup-db-interfaceThomas Müller2015-04-185-25/+23
|\ \ \ \
| * | | | fix followup issues with unneeded parametersMorris Jobke2015-04-184-19/+19
| * | | | DB: remove unused parameter - was forgotten during the migration to doctrineMorris Jobke2015-04-182-6/+4
| |/ / /
* | | | Merge pull request #15725 from owncloud/l10n-public-interfaceThomas Müller2015-04-181-2/+4
|\ \ \ \
| * | | | IL10n - add PHPDoc for $optionsMorris Jobke2015-04-181-2/+4
| |/ / /
* | | | fix wrong variable names in PHPDocMorris Jobke2015-04-182-4/+4
* | | | add visibility of methods in server container and interfaceMorris Jobke2015-04-182-94/+94
|/ / /
* | | Merge pull request #15692 from owncloud/log-exception-type-masterJoas Schilling2015-04-181-0/+1
|\ \ \ | |/ / |/| |
| * | Write the type of exception to the log - really helpful for exceptions which ...Thomas Müller2015-04-171-0/+1
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-188-0/+24
* | | Merge pull request #15691 from owncloud/vobject-sabre2.1Morris Jobke2015-04-171-258/+0
|\ \ \