Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | more work on hook doco | redmatrix | 2015-11-05 | 1 | -4/+4 |
| | |||||
* | update hooklist | redmatrix | 2015-11-05 | 1 | -3/+120 |
| | |||||
* | first cut at some much better hook documentation derived from bamfic's ↵ | redmatrix | 2015-11-05 | 1 | -0/+372 |
automated list (doc/hooks.html) |