Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add filter hooks and the ability to add buttons to the default status editor | DM42.Net (Matt Dent) | 2019-02-01 | 1 | -0/+6 |
| | |||||
* | Merge branch 'patch-20190113c' into 'dev' | Mario | 2019-01-14 | 1 | -0/+9 |
|\ | | | | | | | | | 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 | 1 | -0/+9 |
| | | |||||
* | | Add collect_public_recipients hook | DM42.Net (Matt Dent) | 2019-01-12 | 1 | -0/+3 |
|/ | |||||
* | Remove Experimental Worker Queue from CORE - add hook 'daemon_master_release' | M. Dent | 2019-01-09 | 1 | -0/+3 |
| | |||||
* | Add ITEM_TYPE_CUSTOM and hooks for processing custom item types | DM42.Net (Matt Dent) | 2018-12-14 | 1 | -0/+9 |
| | |||||
* | add photo_view_filter hook and fix minor issue with unset auto_save_draft ↵ | Mario Vavti | 2018-12-10 | 1 | -0/+3 |
| | | | | variable which resultet in a javascript error | ||||
* | Add wiki_preprocess hook and documentation | M.Dent | 2018-10-10 | 1 | -0/+3 |
| | |||||
* | add app_destroy hook which allows addons to perform post delete actions | Mario Vavti | 2018-10-02 | 1 | -0/+3 |
| | |||||
* | Status editor hook | M. Dent | 2018-09-29 | 1 | -0/+3 |
| | |||||
* | Add filters for addon/app installed checks and docs | M.Dent | 2018-09-23 | 1 | -0/+9 |
| | |||||
* | Page meta properties | M. Dent | 2018-09-22 | 1 | -0/+3 |
| | |||||
* | Merge branch 'preempt-hooks' into 'dev' | Mario | 2018-09-20 | 1 | -0/+3 |
|\ | | | | | | | | | Preempt hooks See merge request hubzilla/core!1279 | ||||
| * | add hook: permit_hook | M.Dent (DM42.Net) | 2018-09-19 | 1 | -7/+10 |
| | | |||||
* | | Document new hooks | M.Dent (DM42.Net) | 2018-09-19 | 1 | -7/+19 |
|/ | |||||
* | remove network_tabs() which has been deprecated and replaced by ↵ | Mario Vavti | 2018-09-13 | 1 | -3/+6 |
| | | | | activity_{order, filters} widgets | ||||
* | remove profile_tabs() which has been deprecated and replaced by channel_apps() | Mario Vavti | 2018-09-13 | 1 | -3/+0 |
| | |||||
* | add thumbnail hook documentation pointer | zotlabs | 2017-11-21 | 1 | -1/+3 |
| | |||||
* | svg thumbnails have security concerns. Added thumbnail security setting and ↵ | zotlabs | 2017-11-17 | 1 | -0/+3 |
| | | | | hook to generate other thumbnails - a plugin for text file thumbnails isn't too difficult (using imagemagick lib), however it's a tossup whether we do this at file submission time or at render time for performance reasons. Perhaps both options should be available. | ||||
* | add HTTP link header to channel page, making it pluggable | zotlabs | 2017-09-20 | 1 | -0/+3 |
| | |||||
* | plugin hook for update_unseen | zotlabs | 2017-08-01 | 1 | -0/+3 |
| | |||||
* | add 'can_comment_on_post' hook so we can better deal with the complications ↵ | zotlabs | 2017-06-12 | 1 | -0/+3 |
| | | | | of Diaspora policy | ||||
* | provide hook when deleting a connection - we need this to clean up dangling ↵ | zotlabs | 2017-06-07 | 1 | -0/+3 |
| | | | | PuSH subscriptions | ||||
* | make legal_webbie() pluggable - * this should not be merged with federated ↵ | zotlabs | 2017-04-05 | 1 | -0/+6 |
| | | | | 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 | -1/+4 |
| | | | | 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 | ||||
* | move firefox social api configuration to plugin | zotlabs | 2017-02-02 | 1 | -0/+3 |
| | |||||
* | move opensearch to plugins | zotlabs | 2017-02-02 | 1 | -0/+3 |
| | |||||
* | channel export - use a selected list of functional data categories to ↵ | zotlabs | 2017-01-31 | 1 | -0/+3 |
| | | | | 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/+3 |
| | |||||
* | update hook doco | zotlabs | 2016-12-13 | 1 | -0/+3 |
| | |||||
* | document the stream_item hook before I forget | zotlabs | 2016-12-12 | 1 | -0/+3 |
| | |||||
* | zot 1.2 | zotlabs | 2016-11-30 | 1 | -0/+9 |
| | |||||
* | add get_photo hook to go along with get_profile_photo hook. This allows a ↵ | zotlabs | 2016-10-17 | 1 | -0/+3 |
| | | | | 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/+3 |
| | |||||
* | update hook documentation | redmatrix | 2016-10-05 | 1 | -1/+4 |
| | |||||
* | make the fetching of the default profile photo hookable, and document the hook | redmatrix | 2016-09-27 | 1 | -0/+3 |
| | |||||
* | event_store_event hook | redmatrix | 2016-08-14 | 1 | -0/+3 |
| | |||||
* | document the new change_channel hook | redmatrix | 2016-07-11 | 1 | -0/+3 |
| | |||||
* | convert media embed functions that deal with rewriting specific corporate ↵ | redmatrix | 2016-05-08 | 1 | -1/+7 |
| | | | | services to addon hooks | ||||
* | add the new hook | redmatrix | 2016-05-02 | 1 | -0/+3 |
| | |||||
* | add some missing hook entries to the doco | redmatrix | 2016-04-23 | 1 | -1/+34 |
| | |||||
* | lots of work on federated channel discovery | redmatrix | 2016-03-16 | 1 | -1/+1 |
| | |||||
* | provide plugin hooks for blacklist checking functions. | redmatrix | 2015-12-06 | 1 | -0/+6 |
| | |||||
* | permission issues editing wall-to-wall posts | redmatrix | 2015-11-15 | 1 | -0/+3 |
| | |||||
* | remove the obsolete avatar_img function (gravatar/libravatar lookup) | redmatrix | 2015-11-09 | 1 | -3/+0 |
| | |||||
* | get rid of the pre-comanche widget placement and wgl code | redmatrix | 2015-11-09 | 1 | -3/+0 |
| | |||||
* | more doco | redmatrix | 2015-11-09 | 1 | -3/+0 |
| | |||||
* | Human > computer | ken restivo | 2015-11-06 | 1 | -0/+1 |
| | |||||
* | a bit of explanation at the beginning | redmatrix | 2015-11-05 | 1 | -0/+5 |
| |