aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
Commit message (Collapse)AuthorAgeFilesLines
* more deprecate $aMario2023-09-211-3/+3
|
* fix notification text for likes in cases where obj.actor is not setMario2023-08-191-0/+9
|
* implement inline moderation of reactionsMario2023-06-271-1/+6
|
* revisit author_id and fix issue with pinned contentMario2023-02-151-0/+1
|
* pubstream: when going to conv from unthreaded mode stay in the moduleMario2023-01-051-6/+19
|
* fix php warningsMario2022-10-261-1/+1
|
* fix php warningsMario Vavti2022-10-231-4/+3
|
* fix php warningsMario2022-10-201-5/+5
|
* fix warnings and regressionsMario2022-09-151-1/+1
|
* php8: warning fixesMario2022-09-141-14/+6
|
* php8: fix more warningsMario2022-09-111-9/+10
|
* php8: random cleanup and warning fixesMario2022-09-081-47/+21
|
* fix random php warningsMario2022-09-071-1/+7
|
* fix wrong attribution in unseen like notificationsMario Vavti2022-08-041-1/+10
|
* HQ dashboard - initial checkinMario2022-07-151-1/+4
|
* more cleanupMario2022-05-061-1/+1
|
* more PHP 8.1 deprecated warningsMario2022-02-021-2/+2
|
* provide a spinner for edit connection action in threadsMario2022-01-191-1/+8
|
* guest token xchan_network = "token" and remove permission checks since the ↵Mario2021-12-181-1/+1
| | | | guest tokens are now added to the abook automatically
* merge branch perms_ng into devMario2021-12-151-7/+21
|
* more gen_link_id()Mario2021-09-041-1/+1
|
* tools -> featuresMario2021-06-291-1/+1
|
* fix deleting and starring in unthreaded viewMario2021-06-291-7/+15
|
* more deprecate legacy zotMario2021-06-281-1/+1
|
* fix call to prepare_bodyMichael Johnston2021-06-281-1/+2
|
* streamline jot popup for mod hqMario2021-06-211-1/+2
|
* remove unobscure()Mario2021-05-281-3/+0
|
* remove deprecated mail codeMario2021-05-281-3/+0
|
* remove most legacy zot quirksMario2021-05-261-2/+0
|
* php8: fix some undefined variablesMario2021-03-141-2/+1
|
* php8: random fixes deriving from mod networkMario2021-03-101-3/+3
|
* deprecate summary tag in favour of a separate input fieldMario2021-02-191-0/+2
|
* reduce loglevel until the most glaring php8 issues will be resolvedMario Vavti2021-02-161-4/+2
|
* fix preview generating duplicate IDsMario2021-02-151-1/+1
|
* Custom "headers" in item creation form.M. Dent2021-01-271-0/+1
|
* use mail envelope instead of lock icon for direct messagesMario2021-01-261-0/+3
|
* some work to fix r_preview in list modeMario2021-01-141-55/+55
|
* returning the rendered html when posting a comment will make the following ↵Mario2020-11-201-1/+4
| | | | update (and its implication in mod pubstream) obsolete
* fix more php warnings and remove temporary loggingMario2020-10-121-2/+3
|
* missing parenthesisMario2020-10-121-1/+1
|
* fix php warningsMario2020-10-121-3/+3
|
* quickfix localize_item() - requires more workMario2020-10-101-2/+13
|
* only show poke link if poke app is installedMario Vavti2020-08-221-1/+3
|
* 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.
* just comment out is_edit_activity() call and add comments on why it is ↵Mario2020-04-121-0/+34
| | | | commented out
* function is_edit_activity() is obsoleteMario2020-04-121-26/+0
|
* remove voting from UI in favour of pollsMario2020-04-081-8/+0
|
* poll UI stringsMario2020-02-281-1/+4
|
* implement poll UI in jotMario2020-02-261-1/+3
|