summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21717 from owncloud/addpublicgroupinterfaceThomas Müller2016-01-151-1/+1
|\
| * allow apps to add an OCP GroupInterface backendJörn Friedrich Dreyer2016-01-141-1/+1
* | Merge pull request #20898 from owncloud/cache-interfacesThomas Müller2016-01-159-8/+1203
|\ \
| * | remove unneeded public cache methodsRobin Appelman2016-01-141-19/+0
| * | split locking related methods to their own interfaceRobin Appelman2016-01-142-27/+60
| * | Add IStorage interface for consistent namingRobin Appelman2016-01-144-48/+520
| * | add since tagsRobin Appelman2016-01-147-0/+69
| * | fix phpdocRobin Appelman2016-01-141-1/+1
| * | add watcher interfaceRobin Appelman2016-01-142-0/+80
| * | Add updater interface and expose cache interfaces from storageRobin Appelman2016-01-142-0/+92
| * | add scanner interfaceRobin Appelman2016-01-141-0/+74
| * | Return a class from cache operations instead of an arrayRobin Appelman2016-01-142-26/+6
| * | add cache entry interfaceRobin Appelman2016-01-141-0/+118
| * | propagator interfaceRobin Appelman2016-01-141-0/+34
| * | Add public cache interfaceRobin Appelman2016-01-141-0/+262
| |/
* | add TODOs with the actual interface nameJörn Friedrich Dreyer2016-01-142-2/+2
* | move methods to correct interface, deprecate private interfaceJörn Friedrich Dreyer2016-01-142-2/+134
|/
* Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-13178-207/+313
|\
| * Happy new year!Thomas Müller2016-01-12178-207/+313
* | Merge pull request #20948 from owncloud/fed-sync-contactsThomas Müller2016-01-131-1/+14
|\ \
| * | Use EventDispatcher to allow additional setup of auth backends - move federat...Thomas Müller2016-01-121-1/+14
| |/
* / Allow admins to add system wide root certificatesRobin Appelman2016-01-122-2/+12
|/
* fix identation in public/irequest.phpMorris Jobke2016-01-121-4/+16
* Remove generateRandomBytes from OC_UtilRoeland Jago Douma2016-01-101-1/+1
* Merge pull request #21292 from owncloud/checkAppEnabled-not-needed-anymoreThomas Müller2016-01-081-1/+1
|\
| * core will handle invalid URLs and redirects properlyMorris Jobke2015-12-181-1/+1
* | Deprecate remaining function and entire classRoeland Jago Douma2016-01-071-0/+2
* | Cleanup router codeLukas Reschke2016-01-071-2/+11
* | Move regeneration of session ID into session classesLukas Reschke2016-01-041-0/+8
* | Refactor OC_Util::callCheckMorris Jobke2015-12-221-1/+3
* | Merge pull request #21281 from owncloud/allow-di-for-background-jobsThomas Müller2015-12-181-1/+18
|\ \ | |/ |/|
| * Add methods to interface which have always been requiredJoas Schilling2015-12-181-1/+18
* | Merge pull request #21280 from owncloud/drop-unused-methodsThomas Müller2015-12-181-2/+9
|\ \ | |/ |/|
| * Move OC_Helper code to OCP\Util for linkToRemoteMorris Jobke2015-12-181-1/+5
| * properly use OCP\Util instead of OC_HelperMorris Jobke2015-12-181-1/+4
* | Make sure the interface and the implementation matchJoas Schilling2015-12-181-6/+2
|/
* OC_Helper::linkToRoute is deprecatedRoeland Jago Douma2015-12-171-1/+1
* Merge pull request #21240 from owncloud/avatar_speedupThomas Müller2015-12-171-0/+11
|\
| * [Avatars] Add function to get the Node of the avatarRoeland Jago Douma2015-12-161-0/+11
* | OC_Helper::linkTo is deprecatedRoeland Jago Douma2015-12-171-1/+1
|/
* Merge pull request #21135 from owncloud/add-polyfillThomas Müller2015-12-112-6/+8
|\
| * Use PHP polyfillsLukas Reschke2015-12-112-6/+8
* | IMemcacheTTL was backported to 8.2.2Morris Jobke2015-12-101-2/+2
|/
* Merge pull request #21073 from owncloud/memcache-lock-ttlThomas Müller2015-12-101-0/+38
|\
| * add sinceRobin Appelman2015-12-091-0/+1
| * Add interface for memcache backends that support setting ttl on exisiting keysRobin Appelman2015-12-091-0/+37
* | improve PHP doc and remove superflous by reference indicatorArthur Schiwon2015-12-091-2/+2
* | anounce CommentsManager getter in public server interfaceArthur Schiwon2015-12-091-0/+6
* | fix phpdocArthur Schiwon2015-12-091-2/+3
* | fix php docArthur Schiwon2015-12-091-1/+1