friendica
7a011a99c7
wrong attribution on likes of comments in email notifications. Let's also call the thing they liked a comment instead of a status
2013-05-28 01:40:27 -07:00
friendica
7e6890832b
turn all Red links into zrls (not the old zrls, the new bbcode zrl which means we can zidify them)
2013-04-15 03:00:08 -07:00
friendica
15ceaeb624
magic auth doco
2013-04-10 23:00:41 -07:00
friendica
989e78137e
wrapper function to create arbitrary activities (e.g. for plugins and apps) with a minimal amount of fuss, though the amount of fuss could increase significantly depending on the nature of the activity. For a simple wall post, just set the $arr['body'] to the desired text and we'll do the rest. If the activity requires special verbs, objects or targets, these will all need to be constructed.
2013-04-04 18:54:24 -07:00
friendica
f353b9ae3d
liking comments were reverted to liking the parent after sending item to another channel
2013-04-03 18:04:48 -07:00
friendica
ddf5bf8968
rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
2013-03-21 18:25:41 -07:00
friendica
bcf4592cb0
likes were somewhat confused. Unconfuse them.
2013-03-11 00:14:12 -07:00
friendica
0aaa95fc25
owner's like reversed instead of observer's.
2013-02-05 14:12:00 -08:00
friendica
55df0452b6
finish off like/dislike localisation except for zrl/magic_link
2012-11-06 16:16:26 -08:00
friendica
9050faa487
add author info to like activity object for localisation
2012-11-06 03:26:55 -08:00
friendica
417d1080d4
likes working a bit better - not translateable yet
2012-11-06 00:30:40 -08:00
friendica
82e74e3520
likes are quasi working again - at least an activity item is stored and it mostly has correct data, but displaying it needs improvement.
2012-11-05 23:52:01 -08:00
friendica
90e70d9674
start on the like/dislike activities
2012-11-05 20:42:12 -08:00
friendica
e124c9fa5c
Can't see any posts currently - after the big shakeup, but we can now post top level activities and store them.
2012-10-03 22:28:19 -07:00
friendica
846a9813b2
here's where the heavy lifting begins - everything is likely to be broken 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.
2012-10-01 18:02:11 -07:00
friendica
f7c6a6ff90
item table rename parent-uri, target-type, object-type (more to come later)
2012-08-15 22:33:37 -07:00
friendica
d92a4a686d
eliminate the obsolete "last-child" indicator
2012-07-18 17:08:03 -07:00
friendica
d683df17bd
Removing connectors we won't be needing - this is probably going to break some shit.
2012-07-18 04:49:15 -07:00
friendica
03209d2d0d
updates
2012-07-14 20:39:46 -07:00
friendica
a20a637727
merge upstream, slider work, refactor ping module, language selection work
2012-07-13 07:09:29 -07:00
friendica
31c218e785
catchup
2012-07-10 20:44:17 -07:00
Zach Prezkuta
28526dbf21
remove possibly unnecessary checks for likes or comments created by Diaspora users
2012-06-25 19:03:03 -06:00
Zach Prezkuta
9e8573507e
store signature info for remote users too
2012-06-25 19:03:03 -06:00
Zach Prezkuta
f495ba2bcb
was passing the wrong arguments to the signature storage function
2012-06-25 19:03:03 -06:00
Zach Prezkuta
5773241537
add some debug logging
2012-06-25 19:03:03 -06:00
Zach Prezkuta
8bb7ab88fb
Clean up the Diaspora connectivity:
...
- Move Diaspora code into separate functions to make it more modular
- Create more checks for whether Diaspora connectivity has been enabled
2012-06-25 19:03:03 -06:00
friendica
22ca358a8c
like comments
2012-06-23 05:46:15 -07:00
Zach Prezkuta
9920fb39e5
Debugged implementation of Diaspora relayable_retractions
...
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.
2012-06-03 14:53:30 -06:00
Zach Prezkuta
cde0de965f
first shot at getting like/unlike functions to work consistently
2012-06-03 14:53:30 -06:00
Alexander Kampmann
355c42cb30
Merge branch 'master' of https://github.com/friendica/friendica
...
Conflicts:
include/config.php
update.php
2012-04-05 13:39:15 +02:00
friendica
8aa2552372
add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit)
2012-01-18 16:21:30 -08:00
Friendika
3b6b0eaa8b
social tag - add UI
2011-10-24 15:47:17 -07:00
Friendika
278433eac7
origin flag handling, and bug #137 - provide timezone conversion for events posted across to Diaspora
2011-10-17 14:52:03 -07:00
Friendika
3a2bf8ab7c
w3c compliance fixes, owner attribution on likes defaulting to local owner, not item creator
2011-09-23 03:12:31 -07:00
Friendika
c30f523c62
more d* infrastructure for relaying signed messages and storing non-connected people details
2011-08-17 20:52:18 -07:00
Friendika
d45ad7bb6b
suppress duplicate FB posts (incoming after posted locally)
2011-04-27 04:24:00 -07:00
Friendika
242d4805d5
call post_local_end hook on like/dislike
2011-04-26 17:07:49 -07:00
Fabio Comuni
7df8e18dd1
Update more strings
2011-03-18 11:02:42 +01:00
fabrixxm
a7af6df962
Fix spaces around t() and tt()
2011-03-13 13:50:44 +01:00
fabrixxm
9f7878057f
update source strings
2011-03-11 00:22:21 +01:00
Friendika
755c2245e8
move php path setting inside proc_run
2011-02-23 15:16:12 -08:00
fabrixxm
e9251499dd
Added proc_run() and modified all occurrence of proc_close(proc_open()) to use proc_run()
2011-01-24 22:00:02 +01:00
Friendika
f278d17910
wrong verb in dislike activity body
2011-01-22 03:59:13 -08:00
Friendika
c0a0710f97
incorrect item owner on like/dislike activity body when remote-auth profile
2011-01-21 12:20:05 -08:00
Friendika
4cba826a2f
hub anomolies & swat0 compliance
2010-11-04 20:47:44 -07:00
Friendika
9718fffd71
make a photo visible if it is liked
2010-11-04 03:57:49 -07:00
Mike Macgirvin
ac824fe83e
eradicate redundant get_uid function
2010-10-18 14:34:59 -07:00
Mike Macgirvin
34eedb503a
stronger type checking on comparisons
2010-09-26 17:24:20 -07:00
Mike Macgirvin
b91494d22e
preliminary network abstraction, configurable debugging.
2010-09-26 16:30:21 -07:00
Mike Macgirvin
db89a1eb44
prepare for open source server release
2010-09-21 16:01:19 -07:00