aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* update some addon docs and ensure we only generate statistics once a dayzotlabs2017-07-132-3/+11
|
* more doco improvementszotlabs2017-06-131-3/+3
|
* add 'can_comment_on_post' hook so we can better deal with the complications ↵zotlabs2017-06-122-0/+16
| | | | of Diaspora policy
* doco for the channel basic export api callzotlabs2017-06-111-1/+14
|
* more obsolete references in member guidezotlabs2017-06-111-2/+3
|
* another typozotlabs2017-06-111-1/+1
|
* remove some obsolete information from the member guide and expand on what a ↵zotlabs2017-06-111-4/+4
| | | | connection is at a basic level.
* typozotlabs2017-06-111-1/+1
|
* more stuff about connecting for the member guidezotlabs2017-06-111-1/+3
|
* Add a section on connecting to other networks and activating additional ↵zotlabs2017-06-111-1/+9
| | | | protocols in the member guide - where it is needed the most.
* api docs 'categories' -> 'category'zotlabs2017-06-111-1/+1
|
* missed this hook page when the hook was addedzotlabs2017-06-101-0/+9
|
* Documentation - add a section of addons and especially federation addons, ↵zotlabs2017-06-102-42/+17
| | | | and remove the section on server_roles.
* provide hook when deleting a connection - we need this to clean up dangling ↵zotlabs2017-06-071-0/+3
| | | | PuSH subscriptions
* a slight tweak to author_is_pmable hook to make it usefulzotlabs2017-05-311-1/+1
|
* add the hl tag to the bbcode refzotlabs2017-05-301-0/+3
|
* correct the bbcode documentation for syntax highlighted code blocks now that ↵zotlabs2017-05-301-1/+3
| | | | this is provided by a plugin.
* replace really old example widgets with pointer to current widget listzotlabs2017-05-281-7/+1
|
* no bug reporting info in docszotlabs2017-05-152-10/+12
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-051-1/+2
|\
| * Add contributor to creditsAndrew Manning2017-05-031-1/+2
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-301-1/+1
|\|
| * Update api_zot.bbAndrew Manning2017-04-291-1/+1
| | | | | | Fix incorrect parameter name
| * get rid of get_app()zotlabs2017-03-311-4/+0
| |
| * add 'author_is_pmable()' function with plugin hooks to control whether or ↵zotlabs2017-03-312-1/+18
| | | | | | | | not to display a 'send mail' link in the thread author menu.
| * code_allowed is a real mess. Start the cleanup by remving the account level ↵zotlabs2017-03-291-1/+0
| | | | | | | | code allow and limiting to specific channels only. This reduces the possibility of cross channel security issues coming into play. Then provide a single function for checking the code permission. This is only partially done as we often need to check against the observer or logged in channel as well as the resource owner to ensure that this only returns true for local channels which also own the requested resource.
* | make legal_webbie() pluggable - * this should not be merged with federated ↵zotlabs2017-04-053-0/+23
| | | | | | | | projects unless the federation drivers make use of the hooks.
* | get rid of get_app()zotlabs2017-03-281-4/+0
| |
* | add 'author_is_pmable()' function with plugin hooks to control whether or ↵zotlabs2017-03-272-1/+18
| | | | | | | | not to display a 'send mail' link in the thread author menu.
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-251-35/+35
|\|
| * fix help menuMario Vavti2017-03-121-35/+35
| |
* | code_allowed is a real mess. Start the cleanup by remving the account level ↵zotlabs2017-03-131-1/+0
| | | | | | | | code allow and limiting to specific channels only. This reduces the possibility of cross channel security issues coming into play. Then provide a single function for checking the code permission. This is only partially done as we often need to check against the observer or logged in channel as well as the resource owner to ensure that this only returns true for local channels which also own the requested resource.
* | remove more hardwired brandingzotlabs2017-03-121-5/+5
| |
* | grrr. stop making branding assumptions.zotlabs2017-03-123-10/+5
|/
* remove include/probe.php which has never completed development and has never ↵zotlabs2017-03-052-6/+0
| | | | been used
* document the activity widgetzotlabs2017-03-021-0/+1
|
* a bit more DAV doco improvementzotlabs2017-02-271-1/+1
|
* document the filesize limitations on uploading via /cloud, fix ↵zotlabs2017-02-271-2/+6
| | | | non-functional anchor
* Merge remote-tracking branch 'upstream/dev' into docoAndrew Manning2017-02-137-0/+150
|\
| * Fix 'settings/channel' page in Spanish contextual helpManuel Jiménez Friaza2017-02-131-24/+24
| |
| * Updated the Spanish contextual helpManuel Jiménez Friaza2017-02-137-0/+150
| |
* | Integrated more content and deleted the original locations where applicable.Andrew Manning2017-02-1313-838/+180
| |
* | Some more work converting api_zot to bbcode. This page needs some serious ↵Andrew Manning2017-02-121-4/+4
| | | | | | | | formatting work.
* | Reformat code of conduct for developers and integrate.Andrew Manning2017-02-127-179/+470
| |
* | Deleting original help content pages that have been integrated into the new docoAndrew Manning2017-02-1211-293/+49
|/
* Update Zot protocol linkAndrew Manning2017-02-111-1/+1
|
* Scroll to doco links with anchor references when there is a ?zid parameter.Andrew Manning2017-02-111-3/+10
|
* more permissions optimisationszotlabs2017-02-091-1/+1
|
* more work on permcats and consolidating calls that try to discover connect ↵zotlabs2017-02-091-6/+2
| | | | permissions, also create lowlevel store functions for abook and profile - since these currently may have issues with sql strict mode.
* update readme; probably not finished with this yet so feel free to make ↵zotlabs2017-02-061-28/+19
| | | | suggestions