summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Add @since tags to all methods in public namespaceMorris Jobke2015-04-16141-152/+1373
|/
* Merge pull request #15598 from owncloud/fix-enc-file-size-masterBjörn Schießle2015-04-141-8/+0
|\
| * remove calculateUnencryptedSize() - not neededThomas Müller2015-04-141-8/+0
* | Move cross storage copy logic to the storageRobin Appelman2015-04-131-0/+16
|/
* Merge pull request #15511 from owncloud/fix-typosLukas Reschke2015-04-093-4/+9
|\
| * Fix typos and some other adjustmentsLukas Reschke2015-04-093-4/+9
* | Merge pull request #15496 from owncloud/enc-check-if-key-exists-before-deletingThomas Müller2015-04-091-4/+4
|\ \ | |/ |/|
| * Check if the key exists, before trying to delete itJoas Schilling2015-04-091-4/+4
* | Merge pull request #15314 from owncloud/app-categories-15274Lukas Reschke2015-04-091-0/+5
|\ \ | |/ |/|
| * Add experimental applications switchLukas Reschke2015-04-031-0/+5
* | Merge pull request #15196 from owncloud/limit-file-activities-to-favoritesMorris Jobke2015-04-093-2/+12
|\ \
| * | Make scrutinizer happyJoas Schilling2015-04-012-2/+2
| * | Add logic for getting the user from the rss token to the ManagerJoas Schilling2015-03-301-0/+10
* | | Merge pull request #14987 from rullzer/ocs_password_fix2Morris Jobke2015-04-081-0/+14
|\ \ \
| * | | OCS Fixes to allow setting of password without removing additional settingsRoeland Jago Douma2015-03-301-0/+14
| |/ /
* | | fixing license headers - encryption code relatedThomas Müller2015-04-076-59/+55
* | | PHPDoc cleanup - clean code \o/Thomas Müller2015-04-071-6/+7
* | | implement webdav copyBjoern Schiessle2015-04-071-3/+9
* | | cleaning up exception messThomas Müller2015-04-071-0/+34
* | | PHPDocThomas Müller2015-04-071-2/+2
* | | add helper class accessible for encryption modules to ask for a list of users...Bjoern Schiessle2015-04-073-3/+42
* | | Adding renameKeys to IStorageThomas Müller2015-04-071-1/+10
* | | Removing left overs from old encryption appThomas Müller2015-04-071-1/+3
* | | adding function getSecureRandom(); to IServerContainerThomas Müller2015-04-071-1/+7
* | | make recovery settings workBjoern Schiessle2015-04-071-0/+12
* | | core: documentation fixesBjoern Schiessle2015-04-071-1/+1
* | | add deleteKey methods to key storageBjoern Schiessle2015-04-071-0/+1