aboutsummaryrefslogtreecommitdiffstats
path: root/mod/like.php
Commit message (Expand)AuthorAgeFilesLines
* make likes/dislikes work againMario Vavti2015-07-171-2/+2
* more work on item table optimisationredmatrix2015-06-101-1/+3
* Merge branch 'master' into tresredmatrix2015-05-171-1/+1
|\
| * Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-171-1/+1
| |\
| | * more work isolating the projectname from core.redmatrix2015-05-171-1/+1
* | | Merge branch 'master' into tresredmatrix2015-05-141-1/+3
|\| |
| * | convert ITEM_WALL from bitfield to standaloneredmatrix2015-05-061-4/+6
| * | first pass name changeredmatrix2015-05-051-1/+1
| |/
* | Merge branch 'master' into tresfriendica2015-04-231-9/+59
|\|
| * allow complete undo of a vote, not just a change of votefriendica2015-03-221-1/+5
| * provide visual feedback when deleting a like by liking it again.friendica2015-03-221-1/+7
| * fix multiple vote issuesfriendica2015-03-211-2/+3
| * 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
* | more message restrict conversionsfriendica2015-01-291-6/+6
* | heavy lifting converting item flag bitsfriendica2015-01-221-3/+3
* | slow progress removing bitfields on item tablefriendica2015-01-211-4/+7
|/
* 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