summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15958 from owncloud/usage-of-public-log-interfaceThomas Müller2015-05-041-2/+3
|\
| * Use internally \OCP\ILogger instead of \OC\LogMorris Jobke2015-04-301-2/+3
* | allow getting the path from the lockedexceptionRobin Appelman2015-04-301-0/+21
* | add memcache based shared/exclusive lockingRobin Appelman2015-04-302-0/+72
* | add compare and swap to memcacheRobin Appelman2015-04-301-0/+10
* | extends memcache with add, inc and decRobin Appelman2015-04-301-0/+68
|/
* Merge pull request #15901 from owncloud/fix-share-docsMorris Jobke2015-04-281-2/+4
|\
| * fix several issues with doc blocks on share.phpJoas Schilling2015-04-281-2/+4
* | Fix return type of the getRootFolder() methodJoas Schilling2015-04-281-1/+1
|/
* Merge pull request #15860 from owncloud/enc_fallback_old_encryptionThomas Müller2015-04-271-1/+2
|\
| * fall back to the ownCloud default encryption module and aes128 if we read a e...Bjoern Schiessle2015-04-271-1/+2
* | Merge pull request #15882 from owncloud/fix-type-annotationMorris Jobke2015-04-271-1/+1
|\ \
| * | Fix type annotationLukas Reschke2015-04-271-1/+1
| |/
* | Make methods explicit publicJoas Schilling2015-04-271-6/+6
* | Make getDefaultModuleId public and get module protectedJoas Schilling2015-04-271-4/+3
|/
* Use public interfaces for type hintingJoas Schilling2015-04-241-1/+1
* only update share keys if the file was encryptedBjoern Schiessle2015-04-241-0/+2
* add $encryptionModuleId to methods of Keys/IStorageThomas Müller2015-04-222-14/+23
* Merge pull request #15734 from owncloud/add-deprecate-tagsThomas Müller2015-04-216-1/+27
|\
| * Add @deprecated to all methods with a proper method in \OCPMorris Jobke2015-04-206-1/+27
* | Merge pull request #15735 from owncloud/fix-visibilityMorris Jobke2015-04-205-18/+18
|\ \
| * | Fix visibility of interfaces in \OCPMorris Jobke2015-04-195-18/+18
| |/
* | Merge pull request #15637 from owncloud/migrate-certificate-stuffLukas Reschke2015-04-201-1/+2
|\ \
| * | Proper return typesLukas Reschke2015-04-201-1/+2
* | | Merge pull request #15733 from owncloud/remove-oc_backgroundjobLukas Reschke2015-04-201-2/+5
|\ \ \ | |/ / |/| |
| * | Removed OC_BackgroundJob - reduce class overheadMorris Jobke2015-04-181-2/+5
| |/
* | Add version to deprecation noticeLukas Reschke2015-04-201-2/+2
* | Deprecate unused `\OCP\Response::sendFile`Lukas Reschke2015-04-201-0/+2
* | Merge pull request #15717 from owncloud/issue/15716-fixing-ocp-api-namespace-...Morris Jobke2015-04-201-2/+20
|\ \
| * | Add @since tag to public namespace constantsMorris Jobke2015-04-181-0/+2
| * | 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
* | | 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-191-1/+1
|\ \ \ | |/ / |/| |
| * | Remove unused variablesMorris Jobke2015-04-181-1/+1
* | | 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-181-3/+2
|\ \ \
| * | | DB: remove unused parameter - was forgotten during the migration to doctrineMorris Jobke2015-04-181-3/+2
| |/ /
* | | 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-181-46/+46
|/ /
* / Write the type of exception to the log - really helpful for exceptions which ...Thomas Müller2015-04-171-0/+1
|/
* always create a new instance of the encryption moduleBjoern Schiessle2015-04-171-6/+8
* Merge pull request #15679 from owncloud/fix-private-member-accessThomas Müller2015-04-171-2/+2
|\
| * Fix private member access of parent class in ocsresponseMorris Jobke2015-04-161-2/+2