summaryrefslogtreecommitdiffstats
path: root/lib/private/activitymanager.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix IManager::isFormattingFilteredObject()Joas Schilling2016-02-021-5/+4
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
|
* Allow identifying whether the current item is the filtered oneJoas Schilling2015-10-021-0/+24
|
* Sticky the notification types of files and sharingJoas Schilling2015-08-281-1/+13
|
* Expand the doc blocks on the new methodsJoas Schilling2015-08-201-0/+15
|
* Add test coverage for Activity Event and ManagerJoas Schilling2015-08-201-6/+6
|
* Use an IEvent object instead of a huge parameter listJoas Schilling2015-08-191-24/+58
|
* Extend the interfaces IManager and IConsumer to allow passing in the objectJoas Schilling2015-08-191-25/+30
|
* Throw a InvalidArgumentException when a consumer/extension is invalidJoas Schilling2015-07-231-92/+104
|
* update license headers and authorsMorris Jobke2015-06-251-1/+0
|
* Add logic for getting the user from the rss token to the ManagerJoas Schilling2015-03-301-0/+65
|
* Update license headersJenkins for ownCloud2015-03-261-4/+20
|
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+4
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Merge pull request #14195 from ↵Lukas Reschke2015-02-241-33/+75
|\ | | | | | | | | owncloud/activity-manager-performance-improvements Activity manager performance improvements
| * Order methods to by grouped by their taskJoas Schilling2015-02-131-43/+43
| |
| * Check whether filter is valid, before doing stuff for itJoas Schilling2015-02-131-1/+12
| |
| * Cache some values from the extensionsJoas Schilling2015-02-131-0/+31
| |
* | Updating license headersJenkins for ownCloud2015-02-231-4/+19
|/
* Allow extensions to specify the list of special parametersJoas Schilling2014-12-111-0/+19
|
* concatenate queries with 'or'Bjoern Schiessle2014-11-281-2/+14
|
* Make files non executableLukas Reschke2014-10-241-0/+0
| | | | There is not much sense in having these files marked executable, we should avoid that.
* Adding new interface \OCP\Activity\IExtentsionThomas Müller2014-07-081-0/+194
| | | | | | | | | | | | Adding method getNotificationTypes() Adding method filterNotificationTypes() Adding method getDefaultTypes() Adding method translate() and getTypeIcon() Adding method getGroupParameter() Adding method getNavigation() Adding method getNavigation() Adding method isFilterValid() and getQueryForFilter() Adding unit tests for \OC\ActivityManager
* Some more PHPDoc fixesLukas Reschke2014-04-211-1/+1
|
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+0
|
* adding OC6 public API for activitiesThomas Müller2013-10-091-0/+69