aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* More content tab help removed in context helpAndrew Manning2017-09-091-3/+1
|
* Update help.htmlAndrew Manning2017-09-091-6/+4
|
* Added context help for apps and appman in EnglishAndrew Manning2017-09-093-0/+14
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2017-08-241-0/+13
|\
| * add a section to the admin guide about admin rights and how to grant them if ↵zotlabs2017-08-231-0/+13
| | | | | | | | the first account on the system used a different email address than the desired administrator email.
* | Repaired and extended support for help page translations including table of ↵Andrew Manning2017-08-231-62/+0
|/ | | | contents files at the top level. Moved help module javascript to mod_help.js.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-08-201-1/+0
|\
| * Update zot_protocol.bbAndrew Manning2017-08-201-1/+1
| |
* | zot_protocol values are true and false; it is only php print_r() that turns ↵zotlabs2017-08-201-4/+4
|/ | | | them into '1' or ''
* some doco fixes and other real minor stuff to improve logreading abilityzotlabs2017-08-091-5/+5
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into docoAndrew Manning2017-08-052-0/+12
|\
| * plugin hook for update_unseenzotlabs2017-08-012-0/+12
| |
* | Fix CSS for help page content list in sidebar.www-data2017-08-031-0/+1
|/
* 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
|