summaryrefslogtreecommitdiffstats
path: root/lib/public/activity/imanager.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OCP\Activity to PSR-4Roeland Jago Douma2016-05-051-227/+0
* Allow the activity app to set the current user when sending emailsJoas Schilling2016-03-241-0/+10
* Fix PHPDoc - @changed is no official tag -> use @sinceMorris Jobke2016-01-221-2/+1
* Happy new year!Thomas Müller2016-01-121-1/+1
* Allow identifying whether the current item is the filtered oneJoas Schilling2015-10-021-0/+13
* Expand the doc blocks on the new methodsJoas Schilling2015-08-201-0/+17
* Use an IEvent object instead of a huge parameter listJoas Schilling2015-08-191-5/+15
* Extend the interfaces IManager and IConsumer to allow passing in the objectJoas Schilling2015-08-191-24/+27
* Allow types to be method specificJoas Schilling2015-07-221-1/+7
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+20
* Add logic for getting the user from the rss token to the ManagerJoas Schilling2015-03-301-0/+10
* Update license headersJenkins for ownCloud2015-03-261-12/+14
* Revert "Updating license headers"Morris Jobke2015-02-261-14/+18
* Merge pull request #14195 from owncloud/activity-manager-performance-improvem...Lukas Reschke2015-02-241-12/+12
|\
| * Order methods to by grouped by their taskJoas Schilling2015-02-131-12/+12
* | Updating license headersJenkins for ownCloud2015-02-231-18/+14
|/
* Allow extensions to specify the list of special parametersJoas Schilling2014-12-111-0/+7
* Adding new interface \OCP\Activity\IExtentsionThomas Müller2014-07-081-1/+71
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+1
* fix some capital lettersMorris Jobke2013-11-251-1/+0
* page level doc blocks and class descriptionsMorris Jobke2013-11-251-0/+5
* unify license headers for public API filesMorris Jobke2013-11-031-2/+3
* adding OC6 public API for activitiesThomas Müller2013-10-091-1/+6
* initial implementation of activity managerThomas Müller2013-09-291-0/+8
* adding basic interfaces for the activities apiThomas Müller2013-09-201-0/+41