Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix IManager::isFormattingFilteredObject() | Joas Schilling | 2016-02-02 | 1 | -5/+4 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+0 |
| | |||||
* | Allow identifying whether the current item is the filtered one | Joas Schilling | 2015-10-02 | 1 | -0/+24 |
| | |||||
* | Sticky the notification types of files and sharing | Joas Schilling | 2015-08-28 | 1 | -1/+13 |
| | |||||
* | Expand the doc blocks on the new methods | Joas Schilling | 2015-08-20 | 1 | -0/+15 |
| | |||||
* | Add test coverage for Activity Event and Manager | Joas Schilling | 2015-08-20 | 1 | -6/+6 |
| | |||||
* | Use an IEvent object instead of a huge parameter list | Joas Schilling | 2015-08-19 | 1 | -24/+58 |
| | |||||
* | Extend the interfaces IManager and IConsumer to allow passing in the object | Joas Schilling | 2015-08-19 | 1 | -25/+30 |
| | |||||
* | Throw a InvalidArgumentException when a consumer/extension is invalid | Joas Schilling | 2015-07-23 | 1 | -92/+104 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
| | |||||
* | Add logic for getting the user from the rss token to the Manager | Joas Schilling | 2015-03-30 | 1 | -0/+65 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+20 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -19/+4 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Merge pull request #14195 from ↵ | Lukas Reschke | 2015-02-24 | 1 | -33/+75 |
|\ | | | | | | | | | owncloud/activity-manager-performance-improvements Activity manager performance improvements | ||||
| * | Order methods to by grouped by their task | Joas Schilling | 2015-02-13 | 1 | -43/+43 |
| | | |||||
| * | Check whether filter is valid, before doing stuff for it | Joas Schilling | 2015-02-13 | 1 | -1/+12 |
| | | |||||
| * | Cache some values from the extensions | Joas Schilling | 2015-02-13 | 1 | -0/+31 |
| | | |||||
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -4/+19 |
|/ | |||||
* | Allow extensions to specify the list of special parameters | Joas Schilling | 2014-12-11 | 1 | -0/+19 |
| | |||||
* | concatenate queries with 'or' | Bjoern Schiessle | 2014-11-28 | 1 | -2/+14 |
| | |||||
* | Make files non executable | Lukas Reschke | 2014-10-24 | 1 | -0/+0 |
| | | | | There is not much sense in having these files marked executable, we should avoid that. | ||||
* | Adding new interface \OCP\Activity\IExtentsion | Thomas Müller | 2014-07-08 | 1 | -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 fixes | Lukas Reschke | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+0 |
| | |||||
* | adding OC6 public API for activities | Thomas Müller | 2013-10-09 | 1 | -0/+69 |