aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
Commit message (Collapse)AuthorAgeFilesLines
* some work on network discoveryfriendica2014-08-191-73/+18
|
* diaspora - crazy amount of work remainingfriendica2014-08-191-80/+63
|
* beginning of permission role settingsfriendica2014-08-171-1/+1
|
* diaspora - begin heavy lifting. This is a 738 tonne brick with a herd of ↵friendica2014-08-171-218/+118
| | | | elephants standing on it. I'm working on the first tonne or two.
* provide backend storage and declaration of directory realmfriendica2014-08-161-25/+9
|
* here's the file but I'm less than 5% of the way through porting it.friendica2014-08-121-0/+2807
|
* Removing connectors we won't be needing - this is probably going to break ↵friendica2012-07-181-2571/+0
| | | | some shit.
* merge upstream, slider work, refactor ping module, language selection workfriendica2012-07-131-26/+43
|
* upstream fixes and a lot of taxonomy stufffriendica2012-07-101-4/+4
|
* slightly better way of handling last loopZach Prezkuta2012-07-051-1/+3
|
* add some timeouts to prevent deadlockZach Prezkuta2012-07-051-2/+10
|
* add rudimentary locking capability to Friendica functionsZach Prezkuta2012-07-051-20/+77
|
* render the recycle symbol correctly on Diaspora resharesfriendica2012-07-041-1/+1
|
* ok now I'm just making silly mistakes--take out premature function locking codeZach Prezkuta2012-06-231-77/+20
|
* use author handle instead of sender handleZach Prezkuta2012-06-231-24/+84
|
* allow linking to Diaspora's scaled-down imagesZach Prezkuta2012-06-231-1/+2
|
* Merge remote branch 'upstream/master'Michael Vogel2012-06-231-52/+28
|\ | | | | | | | | Conflicts: include/bb2diaspora.php
| * create new signed text for relayables right when relaying themZach Prezkuta2012-06-201-52/+28
| |
* | Diaspora: Messages are now looking betterMichael Vogel2012-06-231-2/+18
| |
* | New function to convert bbcode to markdown.Michael Vogel2012-06-171-4/+4
|/
* more cleanupZach Prezkuta2012-06-161-15/+0
|
* some cleanup of obsolete codeZach Prezkuta2012-06-161-31/+6
|
* still need the original author information for comments and likesZach Prezkuta2012-06-161-0/+24
|
* update signature checking for relayablesZach Prezkuta2012-06-161-69/+122
|
* Debugged implementation of Diaspora relayable_retractionsZach Prezkuta2012-06-031-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* cleanup and loggingZach Prezkuta2012-06-031-22/+20
|
* first shot at getting like/unlike functions to work consistentlyZach Prezkuta2012-06-031-8/+14
|
* Fix bugs in the retraction codeZach Prezkuta2012-06-031-35/+11
| | | | | | | | | | | | | | | | | | | | | | | Currently, the following seems to be the functional status: For a Diaspora top-level post: Friendica comments show up AND delete Diaspora comments show up AND delete for top-level owner Diaspora comments show up for non-owner Diaspora comments sometimes don't delete for non-owner -> Appears to be Diaspora's fault, as a "not a valid object" error shows up in the log Friendica likes show up, but can't unlike (Friendica doesn't even message Diaspora) Diaspora likes show up Diaspora non-owner can't unlike -> Same as comments, seems to be Diaspora's fault For a Friendica top-level post: Friendica comments show up AND delete Diaspora comments show up AND delete Friendica likes don't show up in Diaspora sometimes Friendica doesn't even message Diaspora for unlikes (sometimes?) Diaspora likes and unlikes work
* Implement relaying of relayable_retractionsZach Prezkuta2012-06-031-29/+122
| | | | Also: some whitespace cleanup, fix Diaspora parent DB query
* Support relayable_retractions that are relayed to us by the top-level post ownerZach Prezkuta2012-06-031-9/+37
|
* turn registration code into a standalone function for re-usefriendica2012-05-311-4/+4
|
* query using both `id` and `parent`Zach Prezkuta2012-05-311-2/+10
|
* more private forums, default privacy group for new contactsfriendica2012-05-171-0/+8
|
* If a contact has had delivery issues in the last 15 minutes, send new posts ↵friendica2012-05-071-6/+12
| | | | | | | straight to the queue and don't even try to connect. Also defer polling for stuck contacts. Should reduce the number of stuck processes trying to connect with dead or dying servers significantly.
* separate tag search from body searchfriendica2012-04-231-6/+6
|
* bug #388 - notify_comment received after post deletedfriendica2012-04-221-1/+1
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-9/+30
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * also block outboundfriendica2012-04-041-0/+5
| |
| * log disabled requestsfriendica2012-04-041-2/+6
| |
| * bug: diaspora_enabled setting turns it on but doesn't fully turn it off.friendica2012-04-041-0/+8
| |
| * add title to D* postsfriendica2012-04-011-1/+5
| |
| * some reported warnings cleaned upfriendica2012-03-281-6/+6
| |
| * block filed items from deletionfriendica2012-03-241-2/+2
|/
* wrong link in d* comment notificationsfriendica2012-03-161-1/+1
|
* notification for disapora commentsfriendica2012-03-161-0/+42
|
* scale external imagesfriendica2012-02-251-6/+6
|
* string update for 2.38friendica2012-02-241-0/+3
|
* allow forum posts by followers on Diasporafriendica2012-02-221-7/+19
|
* new notifications - implement storagefriendica2012-02-181-0/+1
|
* another sql typofriendica2012-02-161-1/+1
|