aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* fix help menuMario Vavti2017-03-121-35/+35
|
* 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
* rename bb2diaspora.php to markdown.phpzotlabs2017-02-021-1/+1
|
* move firefox social api configuration to pluginzotlabs2017-02-021-0/+3
|
* build_pagehead hook addedzotlabs2017-02-021-0/+2
|
* move opensearch to pluginszotlabs2017-02-021-0/+3
|
* drug dealers have userszotlabs2017-02-011-5/+5
|
* Remove old tags and mentions doco pagesAndrew Manning2017-02-012-99/+0
|
* Remove dead linksAndrew Manning2017-02-011-2/+2
|
* Integrate tags and mentions page doco into member guide. Fix bug when ↵Andrew Manning2017-02-012-4/+68
| | | | loading page with section link. Change URL when scrolling to stay current with viewed section to facilitate easy help page link sharing.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devAndrew Manning2017-02-014-0/+26
|\
| * bookmarks missing from tags and mentions doczotlabs2017-02-011-0/+4
| |
| * channel export - use a selected list of functional data categories to ↵zotlabs2017-01-313-0/+22
| | | | | | | | export; this allows one to export single data sets instead of always exporting everything we know about
* | Link to Guest Access Tokens doco in context help.Andrew Manning2017-01-291-1/+1
|/
* Improve context help with screenshot and replace "addon" with "plugin".Andrew Manning2017-01-272-4/+7
|
* Fixed numerous bugs with the addon repo management GUI. Only show Manage ↵Andrew Manning2017-01-261-0/+11
| | | | Repos button if webserver has write permission on extend/addon/.
* add observer.language to the docozotlabs2017-01-231-0/+16
|
* daemon_addon hook - lets plugins create custom background processes.zotlabs2017-01-172-0/+18
|
* channel move stuff (disabled currently because not yet complete)zotlabs2017-01-091-1/+5
|
* zot protocol doco updateszotlabs2017-01-031-4/+35
|
* Merge remote-tracking branch 'upstream/dev' into devAndrew Manning2017-01-021-0/+23
|\
| * new roadmapzotlabs2017-01-011-0/+23
| |
* | Add guest access token section to member guide with screenshot of settingsAndrew Manning2017-01-012-4/+13
|/
* Deleted old versions that have been integrated. Integrated and slightly ↵Andrew Manning2017-01-0121-1170/+278
| | | | revised Comanche doco.
* Reorganized and revised Zot Protocol content. Deleted some of the old pages ↵Andrew Manning2016-12-3010-479/+368
| | | | that have been refactored.
* Split Zot protocol and API into two pages. Revise text to add detail and ↵Andrew Manning2016-12-283-109/+102
| | | | improve presentation.
* Zot structures doco integrated into the Zot page. Added nowrap option to ↵Andrew Manning2016-12-281-48/+94
| | | | [code] BBcode tag.
* Add webpage doco to Member guide. Add nav menu highlighting when scrolling ↵Andrew Manning2016-12-272-3/+199
| | | | past content
* BBcode reference page is essentially complete. There is still room for ↵Andrew Manning2016-12-272-112/+190
| | | | improvement.
* Almost completed reconstruction of bbcode reference pageAndrew Manning2016-12-263-60/+194
|
* Updated markup language support doco. Modified parseIdentityAwareHTML BBcode ↵Andrew Manning2016-12-263-25/+21
| | | | parsing to support the BBcode reference which is now in /help/member/bbcode.html. Add Bootstrap classes to tables for BBcode tables that have the border=0 or border=1 options set.
* Fix broken linkAndrew Manning2016-12-251-1/+1
|