aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Like.php
Commit message (Collapse)AuthorAgeFilesLines
* get devHilmar R2021-03-011-215/+208
|
* fix wrong variableMario2021-01-021-101/+101
|
* profile_load() requires channel_addressMario2020-11-241-2/+5
|
* simplify code and fix issue with categoriesMario2020-11-231-69/+51
|
* missing includeMario2020-11-231-1/+1
|
* fix like issue with remote channelsMario2020-11-221-57/+64
|
* restrict returned html usage to local_channel() until some issues will be ↵Mario2020-11-211-49/+52
| | | | worked out
* fix pubstream id issueMario2020-11-211-2/+2
|
* returning the rendered html when liking a post or commentMario2020-11-201-3/+58
|
* more bdi tagsMario2020-10-071-4/+4
|
* more zot6Mario2020-07-131-35/+4
|
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-091-2/+3
|
* fix typoMario2020-01-151-1/+1
|
* event compatibility workzotlabs2020-01-141-2/+7
|
* add autocomplete js to calendar and fix issue with extended likes midMario Vavti2019-05-141-3/+3
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-12-211-1/+1
|\
| * like permission issuezotlabs2018-12-201-1/+1
| |
* | missing observer checkMario Vavti2018-12-201-0/+3
|/
* partial solution for obj|tgt multiple (zot and zot6) encodings; the zot6 ↵zotlabs2018-12-031-0/+3
| | | | version will be stored under $item['obj']['asld']
* mid -> uuid conversions for basic reactionszotlabs2018-11-151-2/+4
|
* fix permalinks to children of articles and cardszotlabs2018-04-051-0/+1
|
* allow the profile recrods to be cloned separatelyzotlabs2018-04-041-1/+2
|
* some code cleanup and simplification in mod_likezotlabs2018-01-231-40/+41
|
* fix mod like after recent changesMario Vavti2017-11-271-1/+1
|
* pubstream comments and a few other bugfixes that were discovered along the wayzotlabs2017-11-261-5/+12
|
* This should sort out hubzilla issue #826 but requires a bit more testing. It ↵zotlabs2017-11-151-4/+11
| | | | may also sort out some reported issues with commenting and liking items in the public stream.
* make cards likeableMario Vavti2017-09-061-1/+1
|
* prevent expiration of conversations you are involved with - allows you to ↵zotlabs2017-07-101-0/+5
| | | | find your own comments months from now
* schema fixeszotlabs2017-05-221-0/+4
|
* add gen_link_id() function to selectively encode/decode the message-id ↵Hubzilla2017-01-191-1/+1
| | | | component of /display/ links for message-ids that contain troublesome characters
* urlencode the message-id component of generated /display/ links; in most ↵Hubzilla2017-01-181-1/+1
| | | | cases this will be a no-op, unless the message-id is a url of some kind from a different provider.
* sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and ↵Florian Steinel2016-10-271-1/+1
| | | | | | postgresql (see: https://www.postgresql.org/message-id/flat/1291109101.26137.35.camel%40pcd12478 )
* this should sort out likes showing up as wall-to-wall posts on diasporaredmatrix2016-08-011-0/+2
|
* more work on #453redmatrix2016-07-211-16/+15
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-1/+1
| | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
* daemon conversion continued...redmatrix2016-05-191-2/+2
|
* module updatesredmatrix2016-04-181-0/+547