aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Chat.php
Commit message (Collapse)AuthorAgeFilesLines
* if channel is not defined we need to provide an empty arrayMario2023-11-011-1/+1
|
* fix accesslist in two casesMario2023-07-201-1/+1
|
* owa: workaround for friendica when using nginx until this will be fixed at ↵Mario2023-06-011-1/+1
| | | | their side and check prrofile uid for features instead of local channel
* fix php warningsMario2022-10-261-1/+2
|
* more app descriptions and return to the app if installed from the module itselfMario2021-08-231-56/+54
|
* 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.
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-091-4/+2
|
* Update Chat.phpMax Kostikov2018-09-281-1/+1
|
* Update Chat.phpMax Kostikov2018-09-281-1/+1
|
* move chat from feature to appsMario Vavti2018-09-131-30/+39
|
* remove profile_tabs() which has been deprecated and replaced by channel_apps()Mario Vavti2018-09-131-1/+0
|
* feed untranslated appnames to nav_set_selected() and query for the active ↵Mario Vavti2017-10-091-1/+1
| | | | app directly to get app details
* more nav_set_selectedgit-marijus2017-07-221-2/+4
|
* move profile tabs to app-trayMario Vavti2017-03-201-1/+2
|
* use head_add_link() for feed discoveryzotlabs2017-02-211-3/+1
|
* multi acl: port /rpostMario Vavti2016-08-051-5/+4
|
* multi acl: port /chatMario Vavti2016-08-041-0/+4
|
* remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵redmatrix2016-06-261-1/+1
| | | | which should fix issue #431
* more db column renamesredmatrix2016-05-311-1/+1
|
* move chatroom stuff to zlibredmatrix2016-05-221-10/+12
|
* module updatesredmatrix2016-04-181-0/+261