aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | | SQL error - private message conversation lookupfriendica2014-10-061-1/+1
| | |
* | | shareable design elementsfriendica2014-10-061-0/+12
|/ /
* | attempt to deal with the diaspora recursive reshare from hell (Bob reshared ↵friendica2014-10-051-10/+40
| | | | | | | | Nancy's reshare of George's reshare of Lilly's reshare of Nathan's post). The attribution may be wrong so this is still a work in progress.
* | send dislike activities to diaspora as comments, also send likes and ↵friendica2014-10-051-13/+5
| | | | | | | | dislikes of comments as additional comments. We won't go into why this is necessary for a service that claims to support activitystreams.
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-10-054-97/+229
|\ \
| * \ Merge pull request #616 from dawnbreak/docuRedMatrix2014-10-062-95/+227
| |\ \ | | | | | | | | Documentation and some restructure in RedBasicAuth
| | * | Some documentation for include/reddav.php and a bit code cleanup.Klaus Weidenbach2014-10-051-42/+153
| | | | | | | | | | | | | | | | | | | | Removed some duplicate code in RedBasicAuth and restructured a bit. Still work in progress.
| | * | Some documentation of include/auth.php.Klaus Weidenbach2014-10-051-53/+74
| | | |
| * | | image/jpeg > image/pngJeroen2014-10-051-1/+1
| | | |
| * | | Changed default avatars to PNG as agreed with Mike here: ↵Jeroen2014-10-051-1/+1
| |/ / | | | | | | | | | https://redmatrix.nl/channel/jeroenpraat/?f=&mid=83603d8f0876c040efafce87755fcd252dbe8da4a75d82fdb230519e3c8dcb72@redmatrix.nl. Added a few new. You can set it like this: util/config system default_profile_photo red_avatar
* / / diaspora share not rendering issue - still have one remaining (the recursive ↵friendica2014-10-051-1/+1
|/ / | | | | | | share from hell)
* | network page default optionfriendica2014-10-041-1/+4
| |
* | That's a string, not an integerThomas Willingham2014-10-031-1/+1
| |
* | Set timezone when creating a channel.Thomas Willingham2014-10-031-3/+4
| |
* | Merge pull request #610 from tuscanhobbit/devRedMatrix2014-10-022-0/+80
|\ \ | | | | | | site language wasn't included in siteinfo/json
| * | query for statistics are now executed by pollerPaolo Tacconi2014-10-022-0/+80
| | |
* | | issues with diaspora comment signatures on relayed comments that are relayed ↵friendica2014-10-023-4/+20
|/ / | | | | | | through a redmatrix site (parent post is redmatrix) and involve a private post.
* | only auto-follow the site recommendations if creating the first channel for ↵friendica2014-10-011-1/+11
| | | | | | | | an account.
* | ability to pre-populate connections for new channels. e.g. "MySpace Tom"friendica2014-10-013-4/+11
| |
* | that's why remove_obsolete_hublocs() isn't telling anybody when it does its ↵friendica2014-09-301-3/+3
| | | | | | | | thing, I forgot to uncomment the bit that tells everybody after I tested it. I needed extensive testing to make sure we didn't accidentally wipe out all hublocs everywhere. Testing went fine so I just assumed it was all working as planned; but went back today to find out why I wasn't told of a recent change.
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-09-301-2/+4
|\ \
| * \ Merge pull request #608 from beardy-unixer/masterRedMatrix2014-10-011-2/+4
| |\ \ | | | | | | | | Pluggable page templates
| | * | Pluggable page templatesThomas Willingham2014-09-291-2/+4
| | |/
* | / allow site specific templates, css, js, whateverfriendica2014-09-301-0/+1
|/ /
* | allow custom role permissions and fix site timezone.friendica2014-09-292-1/+10
| |
* | implement a "powered-by" but leave it turned off until somebody with a good ↵friendica2014-09-292-0/+20
| | | | | | | | eye for layout can figure out where best to put it.
* | Merge branch 'master' of https://github.com/friendica/redThomas Willingham2014-09-291-1/+1
|\|
| * Merge remote branch 'upstream/master'habeascodice2014-09-283-106/+286
| |\
| * | Typo in regex causes runtime errorhabeascodice2014-09-281-1/+1
| | |
* | | Silence insanely noisy log - should probably stick this in a dloggerThomas Willingham2014-09-291-1/+1
| |/ |/| | | | | if we need it - we're getting literally hundreds of thousands of these.
* | BBCode - $1 wrote doesn't make sense as a spoiler. $1 spoiler does.Thomas Willingham2014-09-281-1/+1
| |
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-09-271-105/+269
|\ \
| * | Some documentation of include/config.php.Klaus Weidenbach2014-09-261-105/+269
| |/ | | | | | | | | I hope my guesses are not completely wrong, anyway please take look not that I tell complete bullshit.
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-09-271-1/+1
|\|
| * So much so, in fact, that I didn't even notice the typo.Thomas Willingham2014-09-261-1/+1
| |