zotlabs
|
5686901869
|
some doco fixes and other real minor stuff to improve logreading ability
|
2017-08-09 22:45:52 -07:00 |
|
Andrew Manning
|
03ca0bfa69
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into doco
|
2017-08-05 11:24:03 +00:00 |
|
www-data
|
ba62f14482
|
Fix CSS for help page content list in sidebar.
|
2017-08-03 01:54:14 +00:00 |
|
zotlabs
|
9359f9fe4d
|
plugin hook for update_unseen
|
2017-08-01 22:25:55 -07:00 |
|
zotlabs
|
77f71303f2
|
update some addon docs and ensure we only generate statistics once a day
|
2017-07-13 21:46:21 -07:00 |
|
zotlabs
|
05eeb8432e
|
more doco improvements
|
2017-06-13 19:24:42 -07:00 |
|
zotlabs
|
5b3e863323
|
add 'can_comment_on_post' hook so we can better deal with the complications of Diaspora policy
|
2017-06-12 16:17:23 -07:00 |
|
zotlabs
|
6ce9eedb5f
|
doco for the channel basic export api call
|
2017-06-11 23:28:55 -07:00 |
|
zotlabs
|
1d96544c9d
|
more obsolete references in member guide
|
2017-06-11 18:48:21 -07:00 |
|
zotlabs
|
69f6a5c08c
|
another typo
|
2017-06-11 18:44:55 -07:00 |
|
zotlabs
|
38b4f6a391
|
remove some obsolete information from the member guide and expand on what a connection is at a basic level.
|
2017-06-11 18:40:29 -07:00 |
|
zotlabs
|
f162993001
|
typo
|
2017-06-11 15:41:00 -07:00 |
|
zotlabs
|
af774a7269
|
more stuff about connecting for the member guide
|
2017-06-11 15:39:02 -07:00 |
|
zotlabs
|
d82cfdf581
|
Add a section on connecting to other networks and activating additional protocols in the member guide - where it is needed the most.
|
2017-06-11 15:30:56 -07:00 |
|
zotlabs
|
b84818a334
|
api docs 'categories' -> 'category'
|
2017-06-11 00:01:23 -07:00 |
|
zotlabs
|
9c26ee122e
|
missed this hook page when the hook was added
|
2017-06-10 16:00:21 -07:00 |
|
zotlabs
|
f27047dd2e
|
Documentation - add a section of addons and especially federation addons, and remove the section on server_roles.
|
2017-06-10 15:59:03 -07:00 |
|
zotlabs
|
2e35dc648f
|
provide hook when deleting a connection - we need this to clean up dangling PuSH subscriptions
|
2017-06-07 16:26:24 -07:00 |
|
zotlabs
|
35debe46bc
|
a slight tweak to author_is_pmable hook to make it useful
|
2017-05-31 18:14:12 -07:00 |
|
zotlabs
|
c492573429
|
add the hl tag to the bbcode ref
|
2017-05-30 20:26:57 -07:00 |
|
zotlabs
|
8ae97b556e
|
correct the bbcode documentation for syntax highlighted code blocks now that this is provided by a plugin.
|
2017-05-30 20:13:01 -07:00 |
|
zotlabs
|
7738083f3e
|
replace really old example widgets with pointer to current widget list
|
2017-05-28 16:02:10 -07:00 |
|
zotlabs
|
d9fdd0ce36
|
no bug reporting info in docs
|
2017-05-15 20:37:29 -07:00 |
|
zotlabs
|
f840082aae
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
|
2017-05-05 16:58:46 -07:00 |
|
Andrew Manning
|
8d5e028b5b
|
Add contributor to credits
|
2017-05-03 20:56:55 -04:00 |
|
zotlabs
|
d71a53f24e
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
|
2017-04-30 16:50:10 -07:00 |
|
Andrew Manning
|
635b8ff73a
|
Update api_zot.bb
Fix incorrect parameter name
|
2017-04-29 12:42:46 -04:00 |
|
zotlabs
|
9fb08fb502
|
make legal_webbie() pluggable - * this should not be merged with federated projects unless the federation drivers make use of the hooks.
|
2017-04-05 19:08:43 -07:00 |
|
zotlabs
|
c20aa6062c
|
get rid of get_app()
|
2017-03-31 10:30:17 +02:00 |
|
zotlabs
|
b2a51db14e
|
add 'author_is_pmable()' function with plugin hooks to control whether or not to display a 'send mail' link in the thread author menu.
|
2017-03-31 10:28:54 +02:00 |
|
zotlabs
|
0f7832dc30
|
code_allowed is a real mess. Start the cleanup by remving the account level 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.
|
2017-03-29 13:32:23 +02:00 |
|
zotlabs
|
c5828fecc1
|
get rid of get_app()
|
2017-03-28 16:02:47 -07:00 |
|
zotlabs
|
3e6088c614
|
add 'author_is_pmable()' function with plugin hooks to control whether or not to display a 'send mail' link in the thread author menu.
|
2017-03-27 15:49:48 -07:00 |
|
zotlabs
|
e5e0a6b31f
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
|
2017-03-25 14:40:31 -07:00 |
|
zotlabs
|
58aa0f3e1a
|
code_allowed is a real mess. Start the cleanup by remving the account level 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.
|
2017-03-13 16:19:47 -07:00 |
|
zotlabs
|
1ee76cb506
|
remove more hardwired branding
|
2017-03-12 20:54:48 -07:00 |
|
zotlabs
|
c39c925d8d
|
grrr. stop making branding assumptions.
|
2017-03-12 17:32:45 -07:00 |
|
Mario Vavti
|
61257094b7
|
fix help menu
|
2017-03-12 22:21:49 +01:00 |
|
zotlabs
|
4f5e9d77b2
|
remove include/probe.php which has never completed development and has never been used
|
2017-03-05 20:45:21 -08:00 |
|
zotlabs
|
70ca4a7fea
|
document the activity widget
|
2017-03-02 17:39:57 -08:00 |
|
zotlabs
|
b5481edfd7
|
a bit more DAV doco improvement
|
2017-02-27 15:19:50 -08:00 |
|
zotlabs
|
d609d2d2ad
|
document the filesize limitations on uploading via /cloud, fix non-functional anchor
|
2017-02-27 14:53:00 -08:00 |
|
Andrew Manning
|
69b08a2062
|
Merge remote-tracking branch 'upstream/dev' into doco
|
2017-02-13 20:38:11 -05:00 |
|
Andrew Manning
|
05fd5eb8be
|
Integrated more content and deleted the original locations where applicable.
|
2017-02-13 20:37:58 -05:00 |
|
Manuel Jiménez Friaza
|
d85bcb2e37
|
Fix 'settings/channel' page in Spanish contextual help
|
2017-02-13 15:48:06 +01:00 |
|
Manuel Jiménez Friaza
|
09e5732f8a
|
Updated the Spanish contextual help
|
2017-02-13 15:24:54 +01:00 |
|
Andrew Manning
|
a3436aea02
|
Some more work converting api_zot to bbcode. This page needs some serious formatting work.
|
2017-02-12 14:27:09 -05:00 |
|
Andrew Manning
|
baf612bd59
|
Reformat code of conduct for developers and integrate.
|
2017-02-12 13:59:17 -05:00 |
|
Andrew Manning
|
f3490440b4
|
Deleting original help content pages that have been integrated into the new doco
|
2017-02-12 07:38:43 -05:00 |
|
Andrew Manning
|
7db55d8db2
|
Update Zot protocol link
|
2017-02-11 14:46:24 -05:00 |
|