summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
...
| * | Only sort by group name when LDAP is involvedJoas Schilling2015-06-161-0/+6
* | | Fix return value for OCP PHPDocMorris Jobke2015-06-171-1/+1
* | | Fix OCP PHPDocMorris Jobke2015-06-171-2/+2
* | | Merge pull request #16892 from owncloud/lock-returnfullpathVincent Petry2015-06-161-3/+8
|\ \ \ | |/ / |/| |
| * | Rethrow LockedException with full pathVincent Petry2015-06-161-3/+8
* | | Add `no-store` to AppFrameworkLukas Reschke2015-06-151-1/+1
* | | add compare-and-delete to the memcache interfaceRobin Appelman2015-06-121-0/+10
|/ /
* | Fix max preview, some resizing and caching issues and force preview providers...Olivier Paroz2015-06-061-0/+10
* | [OCP] update PHPdoc to contain correct @since tagsMorris Jobke2015-06-057-5/+36
* | Fix typo in PHPDocMorris Jobke2015-06-041-1/+1
* | add changeLock to the storage apiRobin Appelman2015-06-011-0/+8
* | add method to atomically change between shared and exclusive lockRobin Appelman2015-06-011-0/+9
* | release all locks on shutdownRobin Appelman2015-06-011-0/+5
* | phpdoc and minor issuesRobin Appelman2015-06-011-2/+2
* | add locking to the storage apiRobin Appelman2015-06-011-0/+16
* | expose locking provider in the server containerRobin Appelman2015-06-011-0/+8
* | improve error messages displayed to the userBjoern Schiessle2015-05-271-12/+5
* | Merge pull request #16515 from owncloud/deprecate-useless-helper-classVincent Petry2015-05-261-0/+2
|\ \
| * | Deprecate useless helper classLukas Reschke2015-05-211-0/+2
* | | Merge pull request #16339 from owncloud/master-override-channelThomas Müller2015-05-261-0/+18
|\ \ \ | |/ / |/| |
| * | Allow change update channel via public APIVictor Dubiniuk2015-05-131-0/+18
* | | Add support for disallowing domains to the ContentSecurityPolicyLukas Reschke2015-05-201-2/+110
* | | Merge pull request #16398 from owncloud/fix-php-docv8.1.0beta2Joas Schilling2015-05-181-1/+1
|\ \ \
| * | | Fix PHPDoc of public interface ILockingProviderMorris Jobke2015-05-181-1/+1
* | | | a new approach to display the error messageBjoern Schiessle2015-05-182-1/+22
|/ / /
* / / delete all file keys doesn't need the encryption module as parameter; impleme...Bjoern Schiessle2015-05-131-2/+1
|/ /
* | improve phpdoc of cache classesRobin Appelman2015-05-051-1/+0
* | 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
|\ \