Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide a specific permission for liking profiles (reuse the obsolete ↵ | friendica | 2014-07-17 | 1 | -1/+1 |
| | | | | bookmark permission), also remove the unused 'unconnected contacts' view for now. | ||||
* | better handling of interactive likes | friendica | 2014-07-17 | 1 | -13/+14 |
| | |||||
* | confirm that something was done. | friendica | 2014-07-17 | 1 | -0/+8 |
| | |||||
* | make mod_like interactive if requested | friendica | 2014-07-17 | 1 | -6/+43 |
| | |||||
* | ability to like things | friendica | 2014-06-23 | 1 | -3/+8 |
| | |||||
* | profile likes | friendica | 2014-06-22 | 1 | -60/+172 |
| | |||||
* | honour the admin censored flag in the directory, and some slow progress on ↵ | friendica | 2014-06-22 | 1 | -57/+124 |
| | | | | extended likes | ||||
* | possible fix for issue #398 | friendica | 2014-04-07 | 1 | -3/+11 |
| | |||||
* | some minor cleanup on plinks for some very subtle permissions issues | friendica | 2014-01-09 | 1 | -0/+1 |
| | |||||
* | provide detailed error to remote site for the myriad of things that can go ↵ | friendica | 2013-09-10 | 1 | -1/+2 |
| | | | | wrong inside item_store(), !! this changes the return of item_store !! | ||||
* | issue #106 | friendica | 2013-08-28 | 1 | -1/+1 |
| | |||||
* | localize_item() thinks all likes on posts are likes on comments because we ↵ | friendica | 2013-08-19 | 1 | -0/+1 |
| | | | | didn't pass any info in the activity object to distinguish them from each other. | ||||
* | infrastructure for future stuff | friendica | 2013-06-19 | 1 | -2/+1 |
| | |||||
* | wrong attribution on likes of comments in email notifications. Let's also ↵ | friendica | 2013-05-28 | 1 | -1/+4 |
| | | | | call the thing they liked a comment instead of a status | ||||
* | turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵ | friendica | 2013-04-15 | 1 | -3/+3 |
| | | | | means we can zidify them) | ||||
* | magic auth doco | friendica | 2013-04-10 | 1 | -1/+1 |
| | |||||
* | wrapper function to create arbitrary activities (e.g. for plugins and apps) ↵ | friendica | 2013-04-04 | 1 | -0/+2 |
| | | | | 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. | ||||
* | liking comments were reverted to liking the parent after sending item to ↵ | friendica | 2013-04-03 | 1 | -0/+2 |
| | | | | another channel | ||||
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 1 | -8/+8 |
| | | | | 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. | ||||
* | likes were somewhat confused. Unconfuse them. | friendica | 2013-03-11 | 1 | -2/+2 |
| | |||||
* | owner's like reversed instead of observer's. | friendica | 2013-02-05 | 1 | -56/+4 |
| | |||||
* | finish off like/dislike localisation except for zrl/magic_link | friendica | 2012-11-06 | 1 | -1/+1 |
| | |||||
* | add author info to like activity object for localisation | friendica | 2012-11-06 | 1 | -21/+39 |
| | |||||
* | likes working a bit better - not translateable yet | friendica | 2012-11-06 | 1 | -7/+12 |
| | |||||
* | likes are quasi working again - at least an activity item is stored and it ↵ | friendica | 2012-11-05 | 1 | -45/+36 |
| | | | | mostly has correct data, but displaying it needs improvement. | ||||
* | start on the like/dislike activities | friendica | 2012-11-05 | 1 | -69/+75 |
| | |||||
* | Can't see any posts currently - after the big shakeup, but we can now post ↵ | friendica | 2012-10-03 | 1 | -1/+1 |
| | | | | top level activities and store them. | ||||
* | here's where the heavy lifting begins - everything is likely to be broken ↵ | friendica | 2012-10-01 | 1 | -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) | friendica | 2012-08-15 | 1 | -3/+3 |
| | |||||
* | eliminate the obsolete "last-child" indicator | friendica | 2012-07-18 | 1 | -1/+0 |
| | |||||
* | Removing connectors we won't be needing - this is probably going to break ↵ | friendica | 2012-07-18 | 1 | -137/+1 |
| | | | | some shit. | ||||
* | updates | friendica | 2012-07-14 | 1 | -1/+1 |
| | |||||
* | merge upstream, slider work, refactor ping module, language selection work | friendica | 2012-07-13 | 1 | -2/+3 |
| | |||||
* | catchup | friendica | 2012-07-10 | 1 | -8/+0 |
| | |||||
* | remove possibly unnecessary checks for likes or comments created by Diaspora ↵ | Zach Prezkuta | 2012-06-25 | 1 | -42/+42 |
| | | | | users | ||||
* | store signature info for remote users too | Zach Prezkuta | 2012-06-25 | 1 | -2/+4 |
| | |||||
* | was passing the wrong arguments to the signature storage function | Zach Prezkuta | 2012-06-25 | 1 | -1/+1 |
| | |||||
* | add some debug logging | Zach Prezkuta | 2012-06-25 | 1 | -2/+6 |
| | |||||
* | Clean up the Diaspora connectivity: | Zach Prezkuta | 2012-06-25 | 1 | -55/+83 |
| | | | | | - Move Diaspora code into separate functions to make it more modular - Create more checks for whether Diaspora connectivity has been enabled | ||||
* | like comments | friendica | 2012-06-23 | 1 | -1/+2 |
| | |||||
* | Debugged implementation of Diaspora relayable_retractions | Zach Prezkuta | 2012-06-03 | 1 | -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 consistently | Zach Prezkuta | 2012-06-03 | 1 | -2/+111 |
| | |||||
* | Merge branch 'master' of https://github.com/friendica/friendica | Alexander Kampmann | 2012-04-05 | 1 | -0/+0 |
| | | | | | | Conflicts: include/config.php update.php | ||||
* | add remove_user hook (it looks like dreamhost changed all my file ↵ | friendica | 2012-01-18 | 1 | -0/+0 |
| | | | | permissions, this will make a nasty commit) | ||||
* | social tag - add UI | Friendika | 2011-10-24 | 1 | -1/+2 |
| | |||||
* | origin flag handling, and bug #137 - provide timezone conversion for events ↵ | Friendika | 2011-10-17 | 1 | -1/+2 |
| | | | | posted across to Diaspora | ||||
* | w3c compliance fixes, owner attribution on likes defaulting to local owner, ↵ | Friendika | 2011-09-23 | 1 | -3/+24 |
| | | | | not item creator | ||||
* | more d* infrastructure for relaying signed messages and storing ↵ | Friendika | 2011-08-17 | 1 | -5/+1 |
| | | | | non-connected people details | ||||
* | suppress duplicate FB posts (incoming after posted locally) | Friendika | 2011-04-27 | 1 | -0/+2 |
| | |||||
* | call post_local_end hook on like/dislike | Friendika | 2011-04-26 | 1 | -0/+2 |
| |