aboutsummaryrefslogtreecommitdiffstats
path: root/mod/share.php
Commit message (Collapse)AuthorAgeFilesLines
* Correcting reported Doxygen syntax warnings.Klaus Weidenbach2015-03-291-11/+9
| | | | | | | Fixed wrong Doxygen syntax and add some of the available FIXME to Doxygen documentation. Updated Doxygen configuration to add also all capital letter tags. Adding some more Doxygen documentation.
* remote_user => remote_channelfriendica2015-01-281-1/+1
|
* local_user => local_channelfriendica2015-01-281-3/+3
|
* no need for new line here - spacing is done via cssmarijus2015-01-281-1/+1
|
* use feed title for channel name before checking author, make feed items ↵friendica2014-09-021-2/+4
| | | | 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!)
* add message_id to reshared items so that we can eventually notify the ↵friendica2014-05-051-1/+2
| | | | original poster via an activity that their item was shared.
* typofriendica2013-10-271-1/+1
|
* remote sharing seemed so easy. It's not. It's not happening today. But at ↵friendica2013-10-271-5/+47
| | | | least we've got the important bits in place and the reasons why it doesn't work are known and somewhat documented.
* encode and decode channel names containing HTML special characters and ↵friendica2013-09-061-1/+1
| | | | quotes so they will survive a reshare without mangling
* partial port of embedded sharesfriendica2013-02-251-9/+16
|
* share mostly working, preview still horkedfriendica2012-11-031-8/+7
|
* prevent tag recursion on shared postsfriendica2012-10-081-2/+2
|
* add link to sharesfriendica2012-07-031-1/+3
|
* create third privacy state - public post but not searchable or publicly visiblefriendica2012-06-281-1/+1
|
* cleanup mod/sharefriendica2012-06-231-14/+11
|
* share RSS itemsfriendica2012-06-221-2/+2
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-8/+8
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * better handling of reshares containing embedsfriendica2012-04-041-8/+8
|/
* more recycle fixes for plaintextfriendica2012-03-151-1/+1
|
* fix recycle symbol when using plaintext editorfriendica2012-03-151-1/+1
|
* fix html reshares when editplain in usefriendica2012-03-061-5/+13
|
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* add titles to shared items if availableFriendika2011-06-011-0/+2
|
* bug #37, ampersand + everything following in url is stripped when using link ↵Friendika2011-04-101-1/+1
| | | | icon to share link
* bug #34, line breaks double in retweet/shareFriendika2011-04-101-1/+1
|
* share,retweet,relay,forward, whateverFriendika2011-03-161-0/+23