| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #21705 from owncloud/improve-background-job-message | Thomas Müller | 2016-01-15 | 1 | -0/+8 |
|\ |
|
| * | Add message key to context of logException | Thomas Müller | 2016-01-15 | 1 | -0/+8 |
* | | Merge pull request #21717 from owncloud/addpublicgroupinterface | Thomas Müller | 2016-01-15 | 1 | -1/+1 |
|\ \ |
|
| * | | allow apps to add an OCP GroupInterface backend | Jörn Friedrich Dreyer | 2016-01-14 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #20898 from owncloud/cache-interfaces | Thomas Müller | 2016-01-15 | 9 | -8/+1203 |
|\ \ |
|
| * | | remove unneeded public cache methods | Robin Appelman | 2016-01-14 | 1 | -19/+0 |
| * | | split locking related methods to their own interface | Robin Appelman | 2016-01-14 | 2 | -27/+60 |
| * | | Add IStorage interface for consistent naming | Robin Appelman | 2016-01-14 | 4 | -48/+520 |
| * | | add since tags | Robin Appelman | 2016-01-14 | 7 | -0/+69 |
| * | | fix phpdoc | Robin Appelman | 2016-01-14 | 1 | -1/+1 |
| * | | add watcher interface | Robin Appelman | 2016-01-14 | 2 | -0/+80 |
| * | | Add updater interface and expose cache interfaces from storage | Robin Appelman | 2016-01-14 | 2 | -0/+92 |
| * | | add scanner interface | Robin Appelman | 2016-01-14 | 1 | -0/+74 |
| * | | Return a class from cache operations instead of an array | Robin Appelman | 2016-01-14 | 2 | -26/+6 |
| * | | add cache entry interface | Robin Appelman | 2016-01-14 | 1 | -0/+118 |
| * | | propagator interface | Robin Appelman | 2016-01-14 | 1 | -0/+34 |
| * | | Add public cache interface | Robin Appelman | 2016-01-14 | 1 | -0/+262 |
| |/ |
|
* | | add TODOs with the actual interface name | Jörn Friedrich Dreyer | 2016-01-14 | 2 | -2/+2 |
* | | move methods to correct interface, deprecate private interface | Jörn Friedrich Dreyer | 2016-01-14 | 2 | -2/+134 |
|/ |
|
* | Merge pull request #21653 from owncloud/update-license-headers-2016 | Thomas Müller | 2016-01-13 | 178 | -207/+313 |
|\ |
|
| * | Happy new year! | Thomas Müller | 2016-01-12 | 178 | -207/+313 |
* | | Merge pull request #20948 from owncloud/fed-sync-contacts | Thomas Müller | 2016-01-13 | 1 | -1/+14 |
|\ \ |
|
| * | | Use EventDispatcher to allow additional setup of auth backends - move federat... | Thomas Müller | 2016-01-12 | 1 | -1/+14 |
| |/ |
|
* / | Allow admins to add system wide root certificates | Robin Appelman | 2016-01-12 | 2 | -2/+12 |
|/ |
|
* | fix identation in public/irequest.php | Morris Jobke | 2016-01-12 | 1 | -4/+16 |
* | Remove generateRandomBytes from OC_Util | Roeland Jago Douma | 2016-01-10 | 1 | -1/+1 |
* | Merge pull request #21292 from owncloud/checkAppEnabled-not-needed-anymore | Thomas Müller | 2016-01-08 | 1 | -1/+1 |
|\ |
|
| * | core will handle invalid URLs and redirects properly | Morris Jobke | 2015-12-18 | 1 | -1/+1 |
* | | Deprecate remaining function and entire class | Roeland Jago Douma | 2016-01-07 | 1 | -0/+2 |
* | | Cleanup router code | Lukas Reschke | 2016-01-07 | 1 | -2/+11 |
* | | Move regeneration of session ID into session classes | Lukas Reschke | 2016-01-04 | 1 | -0/+8 |
* | | Refactor OC_Util::callCheck | Morris Jobke | 2015-12-22 | 1 | -1/+3 |
* | | Merge pull request #21281 from owncloud/allow-di-for-background-jobs | Thomas Müller | 2015-12-18 | 1 | -1/+18 |
|\ \
| |/
|/| |
|
| * | Add methods to interface which have always been required | Joas Schilling | 2015-12-18 | 1 | -1/+18 |
* | | Merge pull request #21280 from owncloud/drop-unused-methods | Thomas Müller | 2015-12-18 | 1 | -2/+9 |
|\ \
| |/
|/| |
|
| * | Move OC_Helper code to OCP\Util for linkToRemote | Morris Jobke | 2015-12-18 | 1 | -1/+5 |
| * | properly use OCP\Util instead of OC_Helper | Morris Jobke | 2015-12-18 | 1 | -1/+4 |
* | | Make sure the interface and the implementation match | Joas Schilling | 2015-12-18 | 1 | -6/+2 |
|/ |
|
* | OC_Helper::linkToRoute is deprecated | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
* | Merge pull request #21240 from owncloud/avatar_speedup | Thomas Müller | 2015-12-17 | 1 | -0/+11 |
|\ |
|
| * | [Avatars] Add function to get the Node of the avatar | Roeland Jago Douma | 2015-12-16 | 1 | -0/+11 |
* | | OC_Helper::linkTo is deprecated | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #21135 from owncloud/add-polyfill | Thomas Müller | 2015-12-11 | 2 | -6/+8 |
|\ |
|
| * | Use PHP polyfills | Lukas Reschke | 2015-12-11 | 2 | -6/+8 |
* | | IMemcacheTTL was backported to 8.2.2 | Morris Jobke | 2015-12-10 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #21073 from owncloud/memcache-lock-ttl | Thomas Müller | 2015-12-10 | 1 | -0/+38 |
|\ |
|
| * | add since | Robin Appelman | 2015-12-09 | 1 | -0/+1 |
| * | Add interface for memcache backends that support setting ttl on exisiting keys | Robin Appelman | 2015-12-09 | 1 | -0/+37 |
* | | improve PHP doc and remove superflous by reference indicator | Arthur Schiwon | 2015-12-09 | 1 | -2/+2 |
* | | anounce CommentsManager getter in public server interface | Arthur Schiwon | 2015-12-09 | 1 | -0/+6 |