aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doc updatesfriendica2014-10-10140-1903/+3809
|
* allow (our own) ajax urls to pass through bbcode intact.friendica2014-10-094-7/+11
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-10-0928-30/+67
|\
| * Added the display setting for generic (other) content wrapper. Also did set ↵Jeroen2014-10-098-6/+22
| | | | | | | | the default a bit lighter. See if that's ok.
| * Added and changed on some places div class generic-content-wrapper. And ↵Jeroen2014-10-0921-29/+50
| | | | | | | | added to redbasic. Other thems can now also theme backgrounds of a lot of pages. I'm not completely done, but till now - this is it.
* | 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.
* | add site apps directory to .gitignorefriendica2014-10-091-0/+3
| |
* | allow a site to over-ride the system app list without causing git issuesfriendica2014-10-091-1/+4
|/
* Merge https://github.com/friendica/red into pending_mergefriendica2014-10-091-112/+0
|\
| * remove some cruft - revert if you find any regressionsmarijus2014-10-091-112/+0
| |
* | return of the missing diaspora wall-to-wall attributionfriendica2014-10-092-12/+12
|/
* fix css for [code]marijus2014-10-093-8/+12
|
* fix userinfo icon sizemarijus2014-10-091-1/+1
|
* more css fixesmarijus2014-10-092-0/+5
|
* css fixesmarijus2014-10-092-15/+14
|
* try to track down intermittent wall-to-wall attribution on Diaspora exported ↵friendica2014-10-092-1/+5
| | | | posts
* oembed issuesfriendica2014-10-082-9/+9
|
* change parent constructor per discussionfriendica2014-10-081-1/+1
|
* dav issuefriendica2014-10-082-2/+1
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-10-085-3279/+3688
|\
| * Merge pull request #622 from solstag/masterRedMatrix2014-10-092-3276/+3679
| |\ | | | | | | update pt-br translation
| | * update pt-br translationAlexandre Hannud Abdo2014-10-072-3276/+3679
| | |
| * | Merge pull request #627 from tuscanhobbit/devRedMatrix2014-10-091-1/+3
| |\ \ | | | | | | | | The simplest way to hide hubs in statistics
| | * | it's probably better to return an int type in jsontuscanhobbit2014-10-081-1/+2
| | | |
| | * | The simplest way to hide hubs in statisticstuscanhobbit2014-10-081-1/+2
| |/ /
| * | Small fix so search field and search buttons fit well.Jeroen2014-10-081-1/+5
| | |
| * | Merge branch 'master' of https://github.com/friendica/redmarijus2014-10-082-1/+10
| |\ \
| * | | css fixmarijus2014-10-081-1/+1
| | | |
* | | | disable email notifications when bulk importing content.friendica2014-10-082-0/+37
| | | |
* | | | don't double-encode hashtagsfriendica2014-10-081-4/+4
| |/ / |/| |
* | | soundcloud using a slightly different oembed mechanism - react accordinglyfriendica2014-10-082-1/+10
|/ /
* | Merge pull request #626 from habeascodice/masterRedMatrix2014-10-081-1/+1
|\ \ | | | | | | regex missing terminator char
| * | regex missing terminator charhabeascodice2014-09-291-1/+1
| | |
* | | make nav-pills a bit smaller in heightmarijus2014-10-082-3/+7
| | |
* | | template for searchbox and some more work on saved searchesmarijus2014-10-086-67/+42
| | |
* | | nav pills for apps asidemarijus2014-10-081-1/+1
| | |
* | | Merge branch 'master' of https://github.com/friendica/redmarijus2014-10-081-1/+1
|\ \ \
| * \ \ Merge pull request #625 from letterbomber/masterRedMatrix2014-10-081-1/+1
| |\ \ \ | | | | | | | | | | put back local file check so body is fetched from z_ functions
| | * | | put back local file check so body is fetched from z_ functionsnostupidzone2014-10-071-1/+1
| |/ / /
* / / / make author link bold againmarijus2014-10-081-1/+1
|/ / /
* | | css fixesmarijus2014-10-083-20/+5
| | |
* | | 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.
* | | stylish_select wants to attach itself to the root html element. Since it ↵friendica2014-10-071-1/+1
| | | | | | | | | | | | still has some serious issues, don't let it attach itself to anything.
* | | log the recursive reshare from hell at logger_debug until we get through ↵friendica2014-10-071-3/+3
| | | | | | | | | | | | this mess.
* | | add "stacked pills" to saved search term list (the delete icon is still a ↵friendica2014-10-072-4/+4
| | | | | | | | | | | | bit funky)
* | | Schema option for bgcolour and underline yes/no on hover for the left aside.Jeroen2014-10-076-0/+16
| | |
* | | check the imagick version before using it.friendica2014-10-072-5/+17
| | |
* | | Schema option for making links bold again. ↵Jeroen2014-10-076-0/+12
| | | | | | | | | | | | https://redmatrix.nl/display/d09d1cd2dbc45866beb9c0d384c9dcefe799d1251e3394d12ddb2e34d2c26228@red.mariovavti.com
* | | Merge pull request #623 from letterbomber/masterRedMatrix2014-10-081-6/+10
|\ \ \ | | | | | | | | add ability to skip broken imagemagick on shared hosting
| * | | add ability to skip broken imagemagick on shared hostingnostupidzone2014-10-071-6/+10
|/ / /