Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Update more strings | Fabio Comuni | 2011-03-18 | 1 | -5/+7 | |
| | ||||||
* | Fix spaces around t() and tt() | fabrixxm | 2011-03-13 | 1 | -1/+1 | |
| | ||||||
* | update source strings | fabrixxm | 2011-03-11 | 1 | -1/+1 | |
| | ||||||
* | move php path setting inside proc_run | Friendika | 2011-02-23 | 1 | -8/+2 | |
| | ||||||
* | Added proc_run() and modified all occurrence of proc_close(proc_open()) to ↵ | fabrixxm | 2011-01-24 | 1 | -4/+4 | |
| | | | | use proc_run() | |||||
* | wrong verb in dislike activity body | Friendika | 2011-01-22 | 1 | -1/+1 | |
| | ||||||
* | incorrect item owner on like/dislike activity body when remote-auth profile | Friendika | 2011-01-21 | 1 | -1/+1 | |
| | ||||||
* | hub anomolies & swat0 compliance | Friendika | 2010-11-04 | 1 | -5/+2 | |
| | ||||||
* | make a photo visible if it is liked | Friendika | 2010-11-04 | 1 | -1/+14 | |
| | ||||||
* | eradicate redundant get_uid function | Mike Macgirvin | 2010-10-18 | 1 | -1/+1 | |
| | ||||||
* | stronger type checking on comparisons | Mike Macgirvin | 2010-09-26 | 1 | -2/+2 | |
| | ||||||
* | preliminary network abstraction, configurable debugging. | Mike Macgirvin | 2010-09-26 | 1 | -2/+4 | |
| | ||||||
* | prepare for open source server release | Mike Macgirvin | 2010-09-21 | 1 | -2/+2 | |
| | ||||||
* | like, dislike, activity streams, etc. | Mike Macgirvin | 2010-09-17 | 1 | -0/+171 | |