aboutsummaryrefslogtreecommitdiffstats
path: root/include/bb2diaspora.php
Commit message (Collapse)AuthorAgeFilesLines
* minor changes to config api and markdown_to_bbzotlabs2016-12-051-2/+4
|
* Do not render maps for Diaspora destinations.zotlabs2016-11-191-0/+6
|
* bbcode event formatting issuezotlabs2016-10-311-0/+2
|
* php warning, $uplink didn't have a defaultzotlabs2016-10-221-1/+1
|
* rename diaspora2bb() to markdown_to_bb() to reflect that is has a more ↵zotlabs2016-10-161-1/+1
| | | | generic use
* remove corporate codes from diaspora2bb, add plugin hook markdown_to_bbzotlabs2016-10-141-5/+2
|
* make diaspora w2w appear as a quote to make a little bit more clear what is ↵Mario Vavti2016-10-111-2/+5
| | | | happening
* spaghettizotlabs2016-10-101-3/+6
|
* use small photo for Diaspora attribution correction; the medium looks ↵redmatrix2016-07-011-2/+2
| | | | awkward in the D* stream.
* code cleanupredmatrix2016-05-241-2/+0
|
* send the correct number of argsredmatrix2016-04-201-1/+1
|
* bb2d updates from testing signature changesredmatrix2016-04-201-5/+5
|
* testing dmetaredmatrix2016-04-191-6/+5
|
* rework bb2diaspora for eradicating the diaspora comment virusredmatrix2016-04-191-3/+26
|
* deprecate $a->get_baseurl()redmatrix2016-03-301-2/+2
|
* revise the photo activity a bit so that we always have a valid activity ↵redmatrix2015-12-151-19/+1
| | | | body. Several network connectors can get empty posts or posts that don't contain any reference whatsoever to the actual photo. Since this can cause duplicate images on our own site, just provide the activity summary and any included body text to the activity by default. Provide a function to enhance this activity with an actual photo which can be applied on demand for any network connectors that desire it. Otherwise they'll just get a link to the photo in the activity statement - which is better than an empty post. Have applied this "add actual photo to the post" function to both Diaspora and RSS feeds. Also provide the album as the activity target.
* regenerate the item body for linked photo items that now have no body to ↵redmatrix2015-12-141-0/+12
| | | | provide legal activities when going to other networks. Remove the signature since the signed text was an empty string and we've just replaced it with content that will not verify.
* Fix youtube and vimeo for Diaspora posts. Remove empty zrl's from Diaspora ↵jeroenpraat2015-10-311-4/+7
| | | | posts (fixes also the not working and only translated into default hub language 'view full size'). Please revert when wrong.
* update to latest objectMario Vavti2015-10-291-3/+2
|
* improve photo item object - we now provide the infos for all available photo ↵Mario Vavti2015-10-251-9/+4
| | | | sizes
* create photo object if feature large photos is enabled and display those ↵Mario Vavti2015-10-201-0/+15
| | | | slightly different
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-181-0/+8
|\
| * issues with markdownify and escaped HTMLredmatrix2015-06-181-0/+8
| |
* | Merge branch 'master' into tresredmatrix2015-05-171-1/+1
|\|
| * more work isolating the projectname from core.redmatrix2015-05-171-1/+1
| |
* | Merge branch 'master' into tresredmatrix2015-05-141-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Import/refimport.php include/activities.php include/attach.php include/event.php include/externals.php include/identity.php include/items.php include/notifier.php include/photos.php include/taxonomy.php include/zot.php mod/channel.php mod/connedit.php mod/events.php mod/item.php mod/like.php mod/manage.php mod/mood.php mod/ping.php mod/poke.php mod/subthread.php mod/tagger.php mod/thing.php
| * | first pass name changeredmatrix2015-05-051-1/+1
| |/
* | Merge branch 'master' into tresfriendica2015-04-231-29/+52
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Contact.php include/ItemObject.php include/api.php include/attach.php include/diaspora.php include/dir_fns.php include/enotify.php include/event.php include/expire.php include/items.php include/notifier.php include/notify.php include/photos.php include/taxonomy.php include/text.php include/widgets.php include/zot.php mod/admin.php mod/channel.php mod/dirsearch.php mod/display.php mod/editwebpage.php mod/events.php mod/home.php mod/item.php mod/manage.php mod/mood.php mod/network.php mod/page.php mod/photos.php mod/ping.php mod/post.php mod/thing.php mod/viewsrc.php view/css/mod_events.css
| * Two possible bugfixes in bb2diaspora.php.Klaus Weidenbach2015-03-221-26/+50
| | | | | | | | | | | | | | | | | | I have found two suspicious parts and tried to correct them. I have no diaspora enabled hubs and I am also not sure what influence these two changes will have: $unset($item['author']) ==> unset($item['author']); if(cnt) ==> if($cnt) Before merging can someone with diaspora contacts test this.
| * title missing sending to diaspora (which doesn't support titles but let's ↵friendica2015-02-091-19/+2
| | | | | | | | not go there).
* | more expanding item flagsfriendica2015-01-221-1/+1
| |
* | slow progress removing bitfields on item tablefriendica2015-01-211-16/+0
|/
* cleanup bb2diaspora - was getting cruftyfriendica2014-12-231-20/+0
|
* diaspora formatting improvements (getting too many xx-large posts)friendica2014-12-221-4/+6
|
* logging changes, untranslated stringfriendica2014-11-051-3/+3
|
* should probably check the body since the title is only going to be rarely set.friendica2014-10-241-1/+1
|
* don't decrypt the message body more than once.friendica2014-10-241-2/+7
|
* backtrack on attribution for wall-to-wall comments - triggered too often and ↵friendica2014-10-221-7/+11
| | | | unnecessarily.
* strip out the Diaspora quoted reshare markersfriendica2014-10-201-0/+2
|
* bb2diaspora wallwall comment - match both bits (ITEM_WALL|ITEM_ORIGIN)friendica2014-10-201-1/+1
|
* show true author of wall-to-wall comments to Diaspora viewers just like we ↵friendica2014-10-191-0/+13
| | | | did for wall-to-wall posts.
* diaspora_send_status() - recalculate markdown translation to pickup any ↵friendica2014-10-121-2/+2
| | | | later message changes after original submission like wall-to-wall attributions for instance. Normally this would've come from our cached version which was stored prior to tag_deliver being run and therefore isn't yet aware that wall-to-wall status may have changed after delivery.
* return of the missing diaspora wall-to-wall attributionfriendica2014-10-091-0/+12
|
* try to track down intermittent wall-to-wall attribution on Diaspora exported ↵friendica2014-10-091-0/+4
| | | | posts
* fix url mismatches of a single trailing slash for feed author/owner ↵friendica2014-09-231-4/+2
| | | | comparisons; update diaspora_compat
* that's why bb2diaspora_itemwallwall() wasn't doing its thang.friendica2014-09-161-3/+3
|
* that won't work...friendica2014-09-141-1/+2
|
* bb2diaspora_itemwallwall not finding author elements - inserting empty bbcodefriendica2014-09-141-0/+4
|
* disabling ability for diaspora to plustag redmatrix forums. See the notes.friendica2014-09-101-1/+5
|
* possible solution to diaspora walltowall mistaken attributionfriendica2014-09-101-5/+22
|