aboutsummaryrefslogtreecommitdiffstats
path: root/include/bb2diaspora.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* encrypt diaspora_meta since it may contain private message contentsfriendica2014-09-101-4/+13
|
* cross-network mention issuesfriendica2014-09-091-2/+5
|
* go through the entire discovery sequence for mentions to make sure we have ↵friendica2014-09-091-1/+9
| | | | the correct URL
* d* friending vsprintf errorfriendica2014-09-091-1/+3
|
* bb2diaspora_itembody - empty body, that explains a lotfriendica2014-09-041-0/+2
|
* sort out some of the bb2d madnessfriendica2014-09-031-4/+4
|
* this is turning into a wretched mess. It's going to get worse before it gets ↵friendica2014-09-031-189/+79
| | | | better, but I'm trying to do this incrementally so I don't break the whole shebang for a few days. It will get better once all the bbcode translation is done in a single place (cross fingers), and we can just sign the post once when we submit it and be done with it. If Diaspora ever implements editing of existing posts we'll have to go back and do the whole wretched mess over again.
* use feed title for channel name before checking author, make feed items ↵friendica2014-09-021-1/+23
| | | | shareable (they're private to the channel so they won't be shown in searches), try and handle Diaspora mentions a bit more elegantly. (Bug: we don't convert mentions to Diaspora's format on outbound at all!)
* shield share meta info from markdown processing.friendica2014-07-161-0/+17
|
* optionally allow zrl usage from specific markdown sourcesfriendica2014-07-011-2/+9
|
* easter eggfriendica2014-07-011-3/+1
|
* add zrl stuff - still a lot of new stuff missing but I'm not going to do it all.friendica2014-06-041-0/+8
|
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* more file cleanupfriendica2012-10-221-1/+1
|
* merge upstreamfriendica2012-08-111-0/+8
|
* updatesfriendica2012-08-051-3/+3
|
* eliminate the obsolete "last-child" indicatorfriendica2012-07-181-41/+19
|
* merge upstream, slider work, refactor ping module, language selection workfriendica2012-07-131-4/+64
|
* remove check for event description, since it's not required to create an eventZach Prezkuta2012-07-061-1/+1
|
* my php thinks this is a typoZach Prezkuta2012-07-051-1/+1
|
* fix small bug in lists and revert Diaspora list processing to ↵Zach Prezkuta2012-07-051-19/+51
| | | | non-Markdownify version
* recycle symbol woes with multiple html entity encode/decode cycles going onfriendica2012-07-041-0/+3
|
* restore translation of bbcode videos, events, bookmarks, etc. to diasporafriendica2012-07-041-10/+27
|
* try and get unadulterated bb2md2html2bb for simple stuff, then we'll work up ↵friendica2012-07-021-2/+2
| | | | to harder stuff
* fix logic for nested lists--should be OR, not ANDZach Prezkuta2012-06-271-3/+3
|
* typos in bbcode, add service class restrictions to jot uploadsfriendica2012-06-251-1/+1
|
* allow nested [ol] and [ul] lists tooZach Prezkuta2012-06-251-6/+8
|
* allow bare URLS to make it through to DiasporaZach Prezkuta2012-06-231-0/+6
|
* small optimizationZach Prezkuta2012-06-231-5/+3
|
* fix BB-to-Diaspora list formattingZach Prezkuta2012-06-231-3/+43
|
* Merge remote branch 'upstream/master'Michael Vogel2012-06-231-20/+54
|\ | | | | | | | | Conflicts: include/bb2diaspora.php
| * cleanup lists and more comment signature stuffZach Prezkuta2012-06-221-2/+13
| |
| * expand support for BB code-to-Diaspora conversionZach Prezkuta2012-06-221-20/+42
| |
* | New option in the bbcode parser to disable oembed.Michael Vogel2012-06-181-10/+11
| |
* | New function to convert bbcode to markdown.Michael Vogel2012-06-171-14/+25
|/
* handle multiple underscores in D* linksfriendica2012-05-261-1/+6
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-0/+0
| | | | | | Conflicts: include/config.php update.php
* scale external imagesfriendica2012-02-251-31/+1
|
* Removed the export of markdown articles. That was for testing purposes only.Michael Vogel2012-02-231-2/+2
|
* Some testing stuffMichael2012-02-201-1/+1
|
* API is now working on my nginx server.Michael2012-02-201-1/+6
|
* New version of markdown. Playing with stylesheet. Testing line breaks.root2012-02-191-7/+6
|
* Brand new html2bbcode. Some other changes in diaspora to bbcode handlingMichael2012-02-191-7/+22
|
* preliminary qcomment support, [nosmile] tag to disable smiley processingfriendica2012-02-141-1/+1
|
* improvements in d* markdown conversionfriendica2012-02-011-5/+8
|