| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Deprecate unused `\OCP\Response::sendFile` | Lukas Reschke | 2015-04-20 | 1 | -0/+2 |
* | | Merge pull request #15717 from owncloud/issue/15716-fixing-ocp-api-namespace-... | Morris Jobke | 2015-04-20 | 1 | -2/+20 |
|\ \ |
|
| * | | Add @since tag to public namespace constants | Morris Jobke | 2015-04-18 | 1 | -0/+2 |
| * | | Move constants to OCP\API so apps can use them | Joas Schilling | 2015-04-18 | 1 | -2/+18 |
| * | | Correctly prefix OC_API with \ since its not in the namespace | Joas Schilling | 2015-04-18 | 1 | -2/+2 |
* | | | Merge pull request #15736 from owncloud/remove-dependency-on-legacy-code-in-ocp | Roeland Douma | 2015-04-19 | 3 | -9/+10 |
|\ \ \ |
|
| * | | | Reduce call of legacy wrapper by call the OCP directly | Morris Jobke | 2015-04-19 | 3 | -9/+10 |
| | |/
| |/| |
|
* | | | Merge pull request #15737 from owncloud/add-deprecated-version | Roeland Douma | 2015-04-19 | 14 | -87/+89 |
|\ \ \ |
|
| * | | | Add version to @deprecated tags | Morris Jobke | 2015-04-19 | 14 | -87/+89 |
| |/ / |
|
* | | | Merge pull request #15729 from owncloud/remove-unused-variables | Robin McCorkell | 2015-04-19 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Remove unused variables | Morris Jobke | 2015-04-18 | 1 | -1/+1 |
* | | | Merge pull request #15728 from owncloud/update-iurlgenerator-doc | Thomas Müller | 2015-04-18 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | IUrlGenerator - document linkTo properly | Morris Jobke | 2015-04-18 | 1 | -1/+3 |
| |/ / |
|
* | | | Merge pull request #15727 from owncloud/cleanup-db-interface | Thomas Müller | 2015-04-18 | 1 | -3/+2 |
|\ \ \ |
|
| * | | | DB: remove unused parameter - was forgotten during the migration to doctrine | Morris Jobke | 2015-04-18 | 1 | -3/+2 |
| |/ / |
|
* | | | Merge pull request #15725 from owncloud/l10n-public-interface | Thomas Müller | 2015-04-18 | 1 | -2/+4 |
|\ \ \ |
|
| * | | | IL10n - add PHPDoc for $options | Morris Jobke | 2015-04-18 | 1 | -2/+4 |
| |/ / |
|
* | | | fix wrong variable names in PHPDoc | Morris Jobke | 2015-04-18 | 2 | -4/+4 |
* | | | add visibility of methods in server container and interface | Morris Jobke | 2015-04-18 | 1 | -46/+46 |
|/ / |
|
* / | Write the type of exception to the log - really helpful for exceptions which ... | Thomas Müller | 2015-04-17 | 1 | -0/+1 |
|/ |
|
* | always create a new instance of the encryption module | Bjoern Schiessle | 2015-04-17 | 1 | -6/+8 |
* | Merge pull request #15679 from owncloud/fix-private-member-access | Thomas Müller | 2015-04-17 | 1 | -2/+2 |
|\ |
|
| * | Fix private member access of parent class in ocsresponse | Morris Jobke | 2015-04-16 | 1 | -2/+2 |
* | | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 141 | -152/+1373 |
|/ |
|
* | Merge pull request #15598 from owncloud/fix-enc-file-size-master | Björn Schießle | 2015-04-14 | 1 | -8/+0 |
|\ |
|
| * | remove calculateUnencryptedSize() - not needed | Thomas Müller | 2015-04-14 | 1 | -8/+0 |
* | | Move cross storage copy logic to the storage | Robin Appelman | 2015-04-13 | 1 | -0/+16 |
|/ |
|
* | Merge pull request #15511 from owncloud/fix-typos | Lukas Reschke | 2015-04-09 | 3 | -4/+9 |
|\ |
|
| * | Fix typos and some other adjustments | Lukas Reschke | 2015-04-09 | 3 | -4/+9 |
* | | Merge pull request #15496 from owncloud/enc-check-if-key-exists-before-deleting | Thomas Müller | 2015-04-09 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | Check if the key exists, before trying to delete it | Joas Schilling | 2015-04-09 | 1 | -4/+4 |
* | | Merge pull request #15314 from owncloud/app-categories-15274 | Lukas Reschke | 2015-04-09 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | Add experimental applications switch | Lukas Reschke | 2015-04-03 | 1 | -0/+5 |
* | | Merge pull request #15196 from owncloud/limit-file-activities-to-favorites | Morris Jobke | 2015-04-09 | 3 | -2/+12 |
|\ \ |
|
| * | | Make scrutinizer happy | Joas Schilling | 2015-04-01 | 2 | -2/+2 |
| * | | Add logic for getting the user from the rss token to the Manager | Joas Schilling | 2015-03-30 | 1 | -0/+10 |
* | | | Merge pull request #14987 from rullzer/ocs_password_fix2 | Morris Jobke | 2015-04-08 | 1 | -0/+14 |
|\ \ \ |
|
| * | | | OCS Fixes to allow setting of password without removing additional settings | Roeland Jago Douma | 2015-03-30 | 1 | -0/+14 |
| |/ / |
|
* | | | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 6 | -59/+55 |
* | | | PHPDoc cleanup - clean code \o/ | Thomas Müller | 2015-04-07 | 1 | -6/+7 |
* | | | implement webdav copy | Bjoern Schiessle | 2015-04-07 | 1 | -3/+9 |
* | | | cleaning up exception mess | Thomas Müller | 2015-04-07 | 1 | -0/+34 |
* | | | PHPDoc | Thomas Müller | 2015-04-07 | 1 | -2/+2 |
* | | | add helper class accessible for encryption modules to ask for a list of users... | Bjoern Schiessle | 2015-04-07 | 3 | -3/+42 |
* | | | Adding renameKeys to IStorage | Thomas Müller | 2015-04-07 | 1 | -1/+10 |
* | | | Removing left overs from old encryption app | Thomas Müller | 2015-04-07 | 1 | -1/+3 |
* | | | adding function getSecureRandom(); to IServerContainer | Thomas Müller | 2015-04-07 | 1 | -1/+7 |
* | | | make recovery settings work | Bjoern Schiessle | 2015-04-07 | 1 | -0/+12 |
* | | | core: documentation fixes | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 |
* | | | add deleteKey methods to key storage | Bjoern Schiessle | 2015-04-07 | 1 | -0/+1 |