Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce IUser::setEMailAddress and add hook mechanism | Thomas Müller | 2016-01-20 | 1 | -0/+9 |
| | |||||
* | Merge pull request #21705 from owncloud/improve-background-job-message | Thomas Müller | 2016-01-15 | 1 | -0/+8 |
|\ | | | | | Improve background job error message | ||||
| * | 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 | ||||
| * | | 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 |
|\ \ | | | | | | | Public Cache interfaces | ||||
| * | | 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 |
| | | | | | | | | | | | | minor phpdoc fixed | ||||
| * | | 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 |
|\ | | | | | Update license headers 2016 | ||||
| * | 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 |
|\ \ | | | | | | | Syncing system addressbooks across federated ownClouds | ||||
| * | | Use EventDispatcher to allow additional setup of auth backends - move ↵ | Thomas Müller | 2016-01-12 | 1 | -1/+14 |
| |/ | | | | | | | federation auth to federation app | ||||
* / | 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 | ||||
| * | 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 |
| | | | | | | | | | | - Some functions are entirely broken - PHPDoc etc... | ||||
* | | Move regeneration of session ID into session classes | Lukas Reschke | 2016-01-04 | 1 | -0/+8 |
| | | | | | | | | There were code paths that nowadays call ISession::login directly thus bypassing the desired regeneration of the session ID. This moves the session regeneration deeper into the session handling and thus ensures that it is always called. Furthermore, I also added the session regeneration to the remember me cookie plus added some test case expectations for this. | ||||
* | | 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 |
|\ \ | |/ |/| | Allow background jobs to be service names for DI | ||||
| * | 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 |
|\ \ | |/ |/| | OC_Helper::makeURLAbsolute is not used anymore | ||||
| * | 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 |
| | | | | | Replaced all calls to OC_Helper::linkToRoute with OC::$server->getURLGenerator()->linkToRoute | ||||
* | Merge pull request #21240 from owncloud/avatar_speedup | Thomas Müller | 2015-12-17 | 1 | -0/+11 |
|\ | | | | | Avatar speedup | ||||
| * | [Avatars] Add function to get the Node of the avatar | Roeland Jago Douma | 2015-12-16 | 1 | -0/+11 |
| | | | | | | | | | | Since we usually just get the avatar and stream the content to the users there is no need to first create an image in memory. | ||||
* | | OC_Helper::linkTo is deprecated | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
|/ | | | | Replaced with suggested (and calling body of) | ||||
* | Merge pull request #21135 from owncloud/add-polyfill | Thomas Müller | 2015-12-11 | 2 | -6/+8 |
|\ | | | | | Add polyfills for PHP55, PHP56 and PHP70 functionalities | ||||
| * | 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 |
|/ | | | | see #21113 | ||||
* | Merge pull request #21073 from owncloud/memcache-lock-ttl | Thomas Müller | 2015-12-10 | 1 | -0/+38 |
|\ | | | | | Add ttl for redis based locking | ||||
| * | 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 |
| | |