diff options
author | Mario <mario@mariovavti.com> | 2018-09-24 09:57:26 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-09-24 09:57:26 +0200 |
commit | 317fd06357e746eed5f53050fe7af277caf78e91 (patch) | |
tree | 8d2d1d508320bdd9de63cabe79c99b00cbdaaa04 /doc/hooklist.bb | |
parent | 4a7c678213fca1ba3f98c96579368062297d425b (diff) | |
parent | 995fc63f2caa6d735044b28caf03793f7c275eb1 (diff) | |
download | volse-hubzilla-317fd06357e746eed5f53050fe7af277caf78e91.tar.gz volse-hubzilla-317fd06357e746eed5f53050fe7af277caf78e91.tar.bz2 volse-hubzilla-317fd06357e746eed5f53050fe7af277caf78e91.zip |
Merge branch 'app-installed-filters' into 'dev'
Add filters for addon/app installed checks and docs
See merge request hubzilla/core!1284
Diffstat (limited to 'doc/hooklist.bb')
-rw-r--r-- | doc/hooklist.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/hooklist.bb b/doc/hooklist.bb index d7fe633ba..b71a28e63 100644 --- a/doc/hooklist.bb +++ b/doc/hooklist.bb @@ -37,6 +37,9 @@ Hooks allow plugins/addons to "hook into" the code at many points and alter the [zrl=[baseurl]/help/hook/activity_order]activity_order[/zrl] Called when generating the list of order options for the network page +[zrl=[baseurl]/help/hook/addon_app_installed_filter]addon_app_installed_filter[/zrl] + Called when determining whether an addon_app is installed + [zrl=[baseurl]/help/hook/activity_received]activity_received[/zrl] Called when an activity (post, comment, like, etc.) has been received from a zot source @@ -49,6 +52,9 @@ Hooks allow plugins/addons to "hook into" the code at many points and alter the [zrl=[baseurl]/help/hook/api_perm_is_allowed]api_perm_is_allowed[/zrl] Called when perm_is_allowed() is executed from an API call. +[zrl=[baseurl]/help/hook/app_installed_filter]app_installed_filter[/zrl] + Called when determining whether an app is installed + [zrl=[baseurl]/help/hook/app_menu]app_menu[/zrl] Called when generating the app_menu dropdown (may be obsolete) @@ -592,6 +598,9 @@ Hooks allow plugins/addons to "hook into" the code at many points and alter the [zrl=[baseurl]/help/hook/stream_item]stream_item[/zrl] Called for each item which is rendered for viewing via conversation() +[zrl=[baseurl]/help/hook/system_app_installed_filter]system_app_installed_filter[/zrl] + Called when determining whether a system app is installed + [zrl=[baseurl]/help/hook/tagged]tagged[/zrl] Called when a delivery is processed which results in you being tagged |