Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add hook to comments_are_now_closed() | M. Dent | 2019-11-03 | 1 | -0/+11 |
| | |||||
* | Notify on custom items - rework hooks | M. Dent | 2019-09-23 | 6 | -0/+6 |
| | |||||
* | Add filter hooks and the ability to add buttons to the default status editor | DM42.Net (Matt Dent) | 2019-02-01 | 2 | -0/+10 |
| | |||||
* | Merge branch 'patch-20190113c' into 'dev' | Mario | 2019-01-14 | 3 | -0/+34 |
|\ | | | | | | | | | Hooks to allow addons to add "extras" to privacy group settings edit page. See merge request hubzilla/core!1469 | ||||
| * | Add privacygroup_extras_post/drop hooks | DM42.Net (Matt Dent) | 2019-01-13 | 3 | -0/+34 |
| | | |||||
* | | Add collect_public_recipients hook | DM42.Net (Matt Dent) | 2019-01-12 | 1 | -0/+42 |
|/ | |||||
* | Remove Experimental Worker Queue from CORE - add hook 'daemon_master_release' | M. Dent | 2019-01-09 | 1 | -0/+5 |
| | |||||
* | Add ITEM_TYPE_CUSTOM and hooks for processing custom item types | DM42.Net (Matt Dent) | 2018-12-14 | 3 | -0/+57 |
| | |||||
* | add photo_view_filter hook and fix minor issue with unset auto_save_draft ↵ | Mario Vavti | 2018-12-10 | 1 | -0/+1 |
| | | | | variable which resultet in a javascript error | ||||
* | Add wiki_preprocess hook and documentation | M.Dent | 2018-10-10 | 1 | -0/+11 |
| | |||||
* | add app_destroy hook which allows addons to perform post delete actions | Mario Vavti | 2018-10-02 | 1 | -0/+4 |
| | |||||
* | Status editor hook | M. Dent | 2018-09-29 | 1 | -0/+31 |
| | |||||
* | Add filters for addon/app installed checks and docs | M.Dent | 2018-09-23 | 3 | -0/+53 |
| | |||||
* | Page meta properties | M. Dent | 2018-09-22 | 1 | -0/+13 |
| | |||||
* | Merge branch 'preempt-hooks' into 'dev' | Mario | 2018-09-20 | 1 | -0/+0 |
|\ | | | | | | | | | Preempt hooks See merge request hubzilla/core!1279 | ||||
| * | add hook: permit_hook | M.Dent (DM42.Net) | 2018-09-19 | 1 | -0/+0 |
| | | |||||
* | | Document new hooks | M.Dent (DM42.Net) | 2018-09-19 | 4 | -0/+74 |
|/ | |||||
* | add activity_filter and activity_order .bb files | Mario Vavti | 2018-09-13 | 2 | -0/+2 |
| | |||||
* | remove network_tabs() which has been deprecated and replaced by ↵ | Mario Vavti | 2018-09-13 | 1 | -1/+0 |
| | | | | activity_{order, filters} widgets | ||||
* | remove profile_tabs() which has been deprecated and replaced by channel_apps() | Mario Vavti | 2018-09-13 | 1 | -1/+0 |
| | |||||
* | doc page for the new channel_links hook | zotlabs | 2017-09-24 | 1 | -0/+12 |
| | |||||
* | plugin hook for update_unseen | zotlabs | 2017-08-01 | 1 | -0/+9 |
| | |||||
* | add 'can_comment_on_post' hook so we can better deal with the complications ↵ | zotlabs | 2017-06-12 | 1 | -0/+13 |
| | | | | of Diaspora policy | ||||
* | missed this hook page when the hook was added | zotlabs | 2017-06-10 | 1 | -0/+9 |
| | |||||
* | a slight tweak to author_is_pmable hook to make it useful | zotlabs | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | make legal_webbie() pluggable - * this should not be merged with federated ↵ | zotlabs | 2017-04-05 | 2 | -0/+17 |
| | | | | projects unless the federation drivers make use of the hooks. | ||||
* | add 'author_is_pmable()' function with plugin hooks to control whether or ↵ | zotlabs | 2017-03-27 | 1 | -0/+14 |
| | | | | not to display a 'send mail' link in the thread author menu. | ||||
* | remove include/probe.php which has never completed development and has never ↵ | zotlabs | 2017-03-05 | 1 | -3/+0 |
| | | | | been used | ||||
* | build_pagehead hook added | zotlabs | 2017-02-02 | 1 | -0/+2 |
| | |||||
* | channel export - use a selected list of functional data categories to ↵ | zotlabs | 2017-01-31 | 2 | -0/+19 |
| | | | | export; this allows one to export single data sets instead of always exporting everything we know about | ||||
* | daemon_addon hook - lets plugins create custom background processes. | zotlabs | 2017-01-17 | 1 | -0/+15 |
| | |||||
* | update hook doco | zotlabs | 2016-12-13 | 1 | -0/+3 |
| | |||||
* | document the stream_item hook before I forget | zotlabs | 2016-12-12 | 1 | -0/+13 |
| | |||||
* | zot 1.2 | zotlabs | 2016-11-30 | 3 | -0/+17 |
| | |||||
* | add get_photo hook to go along with get_profile_photo hook. This allows a ↵ | zotlabs | 2016-10-17 | 1 | -0/+14 |
| | | | | plugin to over-ride the permissions for cover photos or insert a different photo in place of that requested | ||||
* | add new hook doc | zotlabs | 2016-10-14 | 1 | -0/+5 |
| | |||||
* | update hook documentation | redmatrix | 2016-10-05 | 2 | -0/+12 |
| | |||||
* | make the fetching of the default profile photo hookable, and document the hook | redmatrix | 2016-09-27 | 1 | -0/+18 |
| | |||||
* | event_store_event hook | redmatrix | 2016-08-14 | 1 | -0/+11 |
| | |||||
* | document the new change_channel hook | redmatrix | 2016-07-11 | 1 | -0/+11 |
| | |||||
* | static App | redmatrix | 2016-03-31 | 2 | -2/+2 |
| | |||||
* | lots of work on federated channel discovery | redmatrix | 2016-03-16 | 2 | -1/+14 |
| | |||||
* | provide plugin hooks for blacklist checking functions. | redmatrix | 2015-12-06 | 2 | -0/+21 |
| | |||||
* | doco updates | redmatrix | 2015-11-22 | 1 | -0/+27 |
| | |||||
* | add logger plugin hook | redmatrix | 2015-11-15 | 1 | -0/+16 |
| | |||||
* | more doco | redmatrix | 2015-11-09 | 2 | -0/+24 |
| | |||||
* | remove the obsolete avatar_img function (gravatar/libravatar lookup) | redmatrix | 2015-11-09 | 1 | -1/+0 |
| | |||||
* | get rid of the pre-comanche widget placement and wgl code | redmatrix | 2015-11-09 | 1 | -1/+0 |
| | |||||
* | more doco | redmatrix | 2015-11-09 | 6 | -1/+41 |
| | |||||
* | more hook doco | redmatrix | 2015-11-05 | 2 | -0/+20 |
| |