aboutsummaryrefslogtreecommitdiffstats
path: root/mod/like.php
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵friendica2012-11-051-45/+36
| | | | mostly has correct data, but displaying it needs improvement.
* 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 ↵friendica2012-10-031-1/+1
| | | | top level activities and store them.
* here's where the heavy lifting begins - everything is likely to be broken ↵friendica2012-10-011-4/+4
| | | | for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers.
* 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 ↵friendica2012-07-181-137/+1
| | | | some shit.
* 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
| | | | users
* 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
| | | | | - Move Diaspora code into separate functions to make it more modular - Create more checks for whether Diaspora connectivity has been enabled
* like commentsfriendica2012-06-231-1/+2
|
* Debugged implementation of Diaspora relayable_retractionsZach Prezkuta2012-06-031-27/+35
| | | | | | | | | | | | | | | | | | | | | | | | Diaspora "relayable_retraction" is now supported by Friendica. The following should now work: Friendica top-level post: Diaspora comment deleted, disappears in Friendica Friendica comment deleted, disappears in Diaspora Diaspora like retracted, disappears in Friendica Friendica like retracted, disappears in Diaspora Diaspora top-level post: Same There are still exceptions, however. First, Friendica and Diaspora seem to frequently reject comments with an "invalid signature" error. This can probably be fixed. Also, some comments/likes/retractions seem to just disappear on the Diaspora side. In the Diaspora log these seem to be accompanied by a "not a valid object" error, often preceeded by a "received a comment but no corresponding post" error. These seem to be purely internal, since sometimes it works for some Diaspora contacts but not others.
* first shot at getting like/unlike functions to work consistentlyZach Prezkuta2012-06-031-2/+111
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-0/+0
| | | | | | Conflicts: include/config.php update.php
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* social tag - add UIFriendika2011-10-241-1/+2
|
* origin flag handling, and bug #137 - provide timezone conversion for events ↵Friendika2011-10-171-1/+2
| | | | posted across to Diaspora
* w3c compliance fixes, owner attribution on likes defaulting to local owner, ↵Friendika2011-09-231-3/+24
| | | | not item creator
* more d* infrastructure for relaying signed messages and storing ↵Friendika2011-08-171-5/+1
| | | | non-connected people details
* suppress duplicate FB posts (incoming after posted locally)Friendika2011-04-271-0/+2
|
* call post_local_end hook on like/dislikeFriendika2011-04-261-0/+2
|
* Update more stringsFabio Comuni2011-03-181-5/+7
|
* Fix spaces around t() and tt()fabrixxm2011-03-131-1/+1
|
* update source stringsfabrixxm2011-03-111-1/+1
|
* move php path setting inside proc_runFriendika2011-02-231-8/+2
|
* Added proc_run() and modified all occurrence of proc_close(proc_open()) to ↵fabrixxm2011-01-241-4/+4
| | | | use proc_run()
* wrong verb in dislike activity bodyFriendika2011-01-221-1/+1
|
* incorrect item owner on like/dislike activity body when remote-auth profileFriendika2011-01-211-1/+1
|
* hub anomolies & swat0 complianceFriendika2010-11-041-5/+2
|
* make a photo visible if it is likedFriendika2010-11-041-1/+14
|
* eradicate redundant get_uid functionMike Macgirvin2010-10-181-1/+1
|
* stronger type checking on comparisonsMike Macgirvin2010-09-261-2/+2
|
* preliminary network abstraction, configurable debugging.Mike Macgirvin2010-09-261-2/+4
|
* prepare for open source server releaseMike Macgirvin2010-09-211-2/+2
|
* like, dislike, activity streams, etc.Mike Macgirvin2010-09-171-0/+171