aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/ThreadStream.php
Commit message (Collapse)AuthorAgeFilesLines
* use the default setting and also add the mode to the cipher. aes-128 is to ↵Mario Vavti2020-08-211-1/+1
| | | | be preferred over aes-256 according to bruce schneier https://www.schneier.com/blog/archives/2009/07/another_new_aes.html#c386957
* first cut on implementing additional encryption with the SJCL library. aes ↵Mario Vavti2020-08-201-1/+1
| | | | only and no backward compatibility.
* possible fixes for can_comment_on_post(), provide wiki_list on wiki sidebarzotlabs2018-08-151-1/+0
|
* pubstream comments and a few other bugfixes that were discovered along the wayzotlabs2017-11-261-0/+8
|
* some more work on mod hqMario Vavti2017-11-241-0/+4
|
* article featurezotlabs2017-11-221-0/+5
|
* check write_storage permission in /displayzotlabs2017-10-081-1/+1
|
* cards: make page load after comment postzotlabs2017-08-231-0/+6
|
* prevent uploads to comments if the channel has a default private ACL.zotlabs2017-08-101-1/+8
|
* libxml errorszotlabs2017-08-091-0/+1
|
* allow moderated comments like wordpress if permissions are compatiblezotlabs2017-06-181-1/+1
|
* provide text log results of email success/failure rather than 1 and 0.zotlabs2016-10-131-3/+3
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)
* rework the conversation object stuff at a high level - still needs a bit of ↵redmatrix2016-05-201-0/+220
refactoring