summaryrefslogtreecommitdiffstats
path: root/lib/public/activity
Commit message (Collapse)AuthorAgeFilesLines
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-163-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 ManagerJoas Schilling2015-03-301-0/+10
|
* Update license headersJenkins for ownCloud2015-03-263-36/+40
|
* Revert "Updating license headers"Morris Jobke2015-02-263-39/+54
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Merge pull request #14195 from ↵Lukas Reschke2015-02-242-31/+31
|\ | | | | | | | | owncloud/activity-manager-performance-improvements Activity manager performance improvements
| * Order methods to by grouped by their taskJoas Schilling2015-02-132-31/+31
| |
* | Updating license headersJenkins for ownCloud2015-02-233-54/+39
| |
* | Add visibility to interface to make scrutinizer 1 step happierJoas Schilling2015-02-161-1/+1
|/
* Allow extensions to specify the list of special parametersJoas Schilling2014-12-112-0/+20
|
* add activity priorities to core so that other apps can reuse itBjoern Schiessle2014-11-281-0/+7
|
* Adding new interface \OCP\Activity\IExtentsionThomas Müller2014-07-082-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 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-252-0/+10
|
* unify license headers for public API filesMorris Jobke2013-11-032-4/+6
|
* adding OC6 public API for activitiesThomas Müller2013-10-092-2/+20
|
* initial implementation of activity managerThomas Müller2013-09-291-0/+8
|
* adding basic interfaces for the activities apiThomas Müller2013-09-202-0/+70