aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Like.php
Commit message (Collapse)AuthorAgeFilesLines
* 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