Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow the activity app to set the current user when sending emails | Joas Schilling | 2016-03-24 | 1 | -0/+10 |
| | |||||
* | Fix PHPDoc - @changed is no official tag -> use @since | Morris Jobke | 2016-01-22 | 2 | -4/+2 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 4 | -4/+4 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Allow identifying whether the current item is the filtered one | Joas Schilling | 2015-10-02 | 1 | -0/+13 |
| | |||||
* | Expand the doc blocks on the new methods | Joas Schilling | 2015-08-20 | 1 | -0/+17 |
| | |||||
* | Use an IEvent object instead of a huge parameter list | Joas Schilling | 2015-08-19 | 3 | -18/+218 |
| | |||||
* | Extend the interfaces IManager and IConsumer to allow passing in the object | Joas Schilling | 2015-08-19 | 2 | -36/+41 |
| | |||||
* | Allow types to be method specific | Joas Schilling | 2015-07-22 | 2 | -2/+15 |
| | |||||
* | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 3 | -0/+43 |
| | | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions | ||||
* | Add logic for getting the user from the rss token to the Manager | Joas Schilling | 2015-03-30 | 1 | -0/+10 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 3 | -36/+40 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 3 | -39/+54 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Merge pull request #14195 from ↵ | Lukas Reschke | 2015-02-24 | 2 | -31/+31 |
|\ | | | | | | | | | owncloud/activity-manager-performance-improvements Activity manager performance improvements | ||||
| * | Order methods to by grouped by their task | Joas Schilling | 2015-02-13 | 2 | -31/+31 |
| | | |||||
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 3 | -54/+39 |
| | | |||||
* | | Add visibility to interface to make scrutinizer 1 step happier | Joas Schilling | 2015-02-16 | 1 | -1/+1 |
|/ | |||||
* | Allow extensions to specify the list of special parameters | Joas Schilling | 2014-12-11 | 2 | -0/+20 |
| | |||||
* | add activity priorities to core so that other apps can reuse it | Bjoern Schiessle | 2014-11-28 | 1 | -0/+7 |
| | |||||
* | Adding new interface \OCP\Activity\IExtentsion | Thomas Müller | 2014-07-08 | 2 | -1/+191 |
| | | | | | | | | | | | | 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 | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+1 |
| | |||||
* | fix some capital letters | Morris Jobke | 2013-11-25 | 1 | -1/+0 |
| | |||||
* | page level doc blocks and class descriptions | Morris Jobke | 2013-11-25 | 2 | -0/+10 |
| | |||||
* | unify license headers for public API files | Morris Jobke | 2013-11-03 | 2 | -4/+6 |
| | |||||
* | adding OC6 public API for activities | Thomas Müller | 2013-10-09 | 2 | -2/+20 |
| | |||||
* | initial implementation of activity manager | Thomas Müller | 2013-09-29 | 1 | -0/+8 |
| | |||||
* | adding basic interfaces for the activities api | Thomas Müller | 2013-09-20 | 2 | -0/+70 |