aboutsummaryrefslogtreecommitdiffstats
path: root/mod/like.php
Commit message (Expand)AuthorAgeFilesLines
* well that was certainly fun. And the reason why likes and other acitivity del...friendica2015-02-111-1/+1
* improvements in duplicate like detection, especially w/r/t event participationfriendica2015-02-101-7/+28
* correct the object type if it isn't stored/linked to an item yetfriendica2015-02-101-1/+1
* more progress on event confirmationsfriendica2015-02-101-2/+20
* basic backend work for creating consensus itemsfriendica2015-01-111-0/+20
* blog mode - turn the comment link into a button and group with the likes/disl...friendica2014-11-181-13/+5
* PostgreSQL support initial commitHabeas Codice2014-11-131-2/+2
* use intval rather than dbesc since these are ints. Should work regardless, bu...friendica2014-10-261-2/+2
* allow photos without comments to be likedfriendica2014-10-261-2/+15
* provide a specific permission for liking profiles (reuse the obsolete bookmar...friendica2014-07-171-1/+1
* better handling of interactive likesfriendica2014-07-171-13/+14
* confirm that something was done.friendica2014-07-171-0/+8
* make mod_like interactive if requestedfriendica2014-07-171-6/+43
* ability to like thingsfriendica2014-06-231-3/+8
* profile likesfriendica2014-06-221-60/+172
* honour the admin censored flag in the directory, and some slow progress on ex...friendica2014-06-221-57/+124
* possible fix for issue #398friendica2014-04-071-3/+11
* some minor cleanup on plinks for some very subtle permissions issuesfriendica2014-01-091-0/+1
* provide detailed error to remote site for the myriad of things that can go wr...friendica2013-09-101-1/+2
* issue #106friendica2013-08-281-1/+1
* localize_item() thinks all likes on posts are likes on comments because we di...friendica2013-08-191-0/+1
* infrastructure for future stufffriendica2013-06-191-2/+1
* wrong attribution on likes of comments in email notifications. Let's also cal...friendica2013-05-281-1/+4
* turn all Red links into zrls (not the old zrls, the new bbcode zrl which mean...friendica2013-04-151-3/+3
* magic auth docofriendica2013-04-101-1/+1
* wrapper function to create arbitrary activities (e.g. for plugins and apps) w...friendica2013-04-041-0/+2
* liking comments were reverted to liking the parent after sending item to ano...friendica2013-04-031-0/+2
* rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer...friendica2013-03-211-8/+8
* likes were somewhat confused. Unconfuse them.friendica2013-03-111-2/+2
* owner's like reversed instead of observer's.friendica2013-02-051-56/+4
* finish off like/dislike localisation except for zrl/magic_linkfriendica2012-11-061-1/+1
* add author info to like activity object for localisationfriendica2012-11-061-21/+39
* likes working a bit better - not translateable yetfriendica2012-11-061-7/+12
* likes are quasi working again - at least an activity item is stored and it mo...friendica2012-11-051-45/+36
* start on the like/dislike activitiesfriendica2012-11-051-69/+75
* Can't see any posts currently - after the big shakeup, but we can now post to...friendica2012-10-031-1/+1
* here's where the heavy lifting begins - everything is likely to be broken for...friendica2012-10-011-4/+4
* item table rename parent-uri, target-type, object-type (more to come later)friendica2012-08-151-3/+3
* eliminate the obsolete "last-child" indicatorfriendica2012-07-181-1/+0
* Removing connectors we won't be needing - this is probably going to break som...friendica2012-07-181-137/+1
* updatesfriendica2012-07-141-1/+1
* merge upstream, slider work, refactor ping module, language selection workfriendica2012-07-131-2/+3
* catchupfriendica2012-07-101-8/+0
* remove possibly unnecessary checks for likes or comments created by Diaspora ...Zach Prezkuta2012-06-251-42/+42
* store signature info for remote users tooZach Prezkuta2012-06-251-2/+4
* was passing the wrong arguments to the signature storage functionZach Prezkuta2012-06-251-1/+1
* add some debug loggingZach Prezkuta2012-06-251-2/+6
* Clean up the Diaspora connectivity:Zach Prezkuta2012-06-251-55/+83
* like commentsfriendica2012-06-231-1/+2
* Debugged implementation of Diaspora relayable_retractionsZach Prezkuta2012-06-031-27/+35