aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* back to wrestling with the !@#$ diaspora recursive reshare from hellfriendica2014-10-141-3/+8
|
* this is the reason Diaspora forum tagging was brokenfriendica2014-10-141-3/+4
|
* if a hubloc primary change results in an xchan primary change, create a ↵friendica2014-10-131-1/+5
| | | | directory update packet.
* figuring out how to bootstrap the change_primary procedure when all you have ↵friendica2014-10-132-0/+6
| | | | is inconsistent data which you think you trust.
* don't use cached datafriendica2014-10-131-0/+2
|
* there's the problemfriendica2014-10-131-2/+2
|
* more diagnostic when changing primaryfriendica2014-10-131-4/+17
|
* this bug has been there for a *long* time. First time I've ever seen it ↵friendica2014-10-131-1/+1
| | | | triggered.
* Merge https://github.com/friendica/red into pending_mergefriendica2014-10-136-180/+224
|\
| * When you delete something in /cloud stay in the right folder.Klaus Weidenbach2014-10-146-180/+224
| | | | | | | | | | | | | | When you deleted a file in /cloud you was always jumped back to /cloud/[channel], now you will stay in the parent folder. Some more doxygen documentation. Removed duplicate data from logging output and reduced logging in RedDAV in general.
* | sqlfriendica2014-10-131-1/+1
| |
* | new function hubloc_change_primary()friendica2014-10-132-3/+60
|/
* diaspora_send_status() - recalculate markdown translation to pickup any ↵friendica2014-10-122-3/+3
| | | | 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.
* Merge pull request #636 from dawnbreak/RedDAVRedMatrix2014-10-135-924/+981
|\ | | | | Moved classes from reddav.php into own files.
| * Moved classes from reddav.php into own files.Klaus Weidenbach2014-10-125-924/+981
| | | | | | | | | | | | Finished moving classes out from include/reddav.php into own files. Also continued with namespace for RedDAV. Improved some docs and added some todos and fixmes.
* | cleanup of sync_locations and better logging. There was one significant code ↵friendica2014-10-121-7/+11
| | | | | | | | change but it is unrelated to current issues, basically if no primary was set we were setting everything as primary.
* | content deletion issuefriendica2014-10-121-1/+6
|/
* fix diaspora reshare tagsfriendica2014-10-101-0/+2
|
* ah yes, the redundant relay run was for the benefit of wall-to-wall posts ↵friendica2014-10-101-2/+1
| | | | issue #633
* missing source route after editfriendica2014-10-102-1/+3
|
* remove remnants of old signing structure - now using diaspora_metafriendica2014-10-101-7/+0
|
* reset route to parent route on Diaspora comments flowing upstream so they ↵friendica2014-10-101-3/+5
| | | | won't be rejected going downstream
* make sure diaspora comments get the correct routefriendica2014-10-101-0/+4
|
* improvement in source route checking when handling complex *upstream* ↵friendica2014-10-101-6/+19
| | | | delivery chains, which were not adequately accounted for in the earlier checkin.
* allow (our own) ajax urls to pass through bbcode intact.friendica2014-10-093-3/+5
|
* OK this is important. So read it carefully.friendica2014-10-091-3/+33
| | | | | | | | This checkin implements route matching of comments so that they are only accepted from the same route as the top-level post they are attached to. This way there should be no mis-match of permissions between any posts in the thread. It may not be completely compatible with comments posted in the past (though I've tried to be, there may be some minor issues). In addition it seems that relaying was invoked more often than necessary - especially when a duplicate post arrived which was not processed because the edited time hadn't changed - it still invoked relaying. This fix should improve site performance considerably for comments cross-posted to forums; which got bounced around a bit and delivered redundantly for no reason. Roll this back *only* if it causes a meltdown or comment loss is "serious" (as in OMG people are dying, make it stop!). If we can get past 24 hours without serious issue we need to get everybody onto this code. There may be some minor comment loss (mostly affecting new comments to older posts or likes of older comments) until the majority of sites have moved to the new code. It may be difficult or impossible to deliver comments to posts that pre-date the addition of source routes (April 1, 2014) to anybody but the top-level post author at his/her primary hub. We may wish to close comments on these posts, but let's see how we go before doing that.
* allow a site to over-ride the system app list without causing git issuesfriendica2014-10-091-1/+4
|
* return of the missing diaspora wall-to-wall attributionfriendica2014-10-092-12/+12
|
* fix userinfo icon sizemarijus2014-10-091-1/+1
|
* try to track down intermittent wall-to-wall attribution on Diaspora exported ↵friendica2014-10-091-0/+4
| | | | posts
* oembed issuesfriendica2014-10-081-7/+6
|
* change parent constructor per discussionfriendica2014-10-081-1/+1
|
* dav issuefriendica2014-10-081-1/+1
|
* disable email notifications when bulk importing content.friendica2014-10-081-0/+32
|
* don't double-encode hashtagsfriendica2014-10-081-4/+4
|
* soundcloud using a slightly different oembed mechanism - react accordinglyfriendica2014-10-081-0/+9
|
* Merge pull request #626 from habeascodice/masterRedMatrix2014-10-081-1/+1
|\ | | | | regex missing terminator char
| * regex missing terminator charhabeascodice2014-09-291-1/+1
| |
* | template for searchbox and some more work on saved searchesmarijus2014-10-081-19/+17
| |
* | put back local file check so body is fetched from z_ functionsnostupidzone2014-10-071-1/+1
| |
* | add imagick version check when guessing mimetype. It probably isn't ↵friendica2014-10-071-10/+21
| | | | | | | | important here, but let's make sure we have the right driver installed if we do something else with photos afterward.
* | log the recursive reshare from hell at logger_debug until we get through ↵friendica2014-10-071-3/+3
| | | | | | | | this mess.
* | check the imagick version before using it.friendica2014-10-071-4/+16
| |
* | add ability to skip broken imagemagick on shared hostingnostupidzone2014-10-071-6/+10
| |
* | porting more widgets to bs nav-pillsmarijus2014-10-071-0/+2
| |
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-10-062-324/+366
|\ \
| * \ Merge pull request #620 from dawnbreak/RedDAVRedMatrix2014-10-072-324/+366
| |\ \ | | | | | | | | Moved RedBrowser class from reddav.php to it's own file.
| | * | Moved RedBrowser class from reddav.php to it's own file.Klaus Weidenbach2014-10-062-324/+366
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First step on cleaning up ReadDAV classes and restructuring it bit in preparation for adding some more DAV features, photo access, CalDAV, etc. and hopefully also some PHPunits. Add a PHP5.3 namespace for RedDAV classes. Any objections against this or the vendor namespace? Add some more documentation for RedBrowser.
* | | | Make a best guess at how to pull the attribution from the recursive reshare ↵friendica2014-10-061-0/+4
|/ / / | | | | | | | | | from hell.
* | | found one bug trying to fetch the recursive reshare from hell. I still think ↵friendica2014-10-061-2/+2
| | | | | | | | | | | | there's a problem with attribution but we'll have to wait and find that once we have some content to track. Also in private messages, on the message list page, change the text from delete message to delete conversation, because that's what we're really doing.