aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* escape $ in eventsredmatrix2015-07-302-3/+16
* minor cleanupredmatrix2015-07-291-14/+1
* Merge branch 'vobject'redmatrix2015-07-291-23/+83
|\
| * convert ics import to sabre/vobjectredmatrix2015-07-291-29/+42
| * initial work on using sabre as a vcalendar parserredmatrix2015-07-281-1/+50
* | add connection filter to non-zot postsredmatrix2015-07-292-0/+8
* | PRIVACY: imported eventsredmatrix2015-07-291-0/+1
|/
* make superblock block a channel if it's an owner as well as the current autho...redmatrix2015-07-282-2/+2
* logic issue in connection filterredmatrix2015-07-271-4/+3
* crude but more or less functional event import from thunderbird ics filesredmatrix2015-07-261-6/+25
* backend code for importing events from "simple" ics calendar files.redmatrix2015-07-261-0/+65
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-07-231-1/+1
|\
| * make content filter by language work for excludeszottel2015-07-221-1/+1
* | patch to allow theme based widgetsredmatrix2015-07-233-2/+7
|/
* ics calendar export - commas need to be escapedredmatrix2015-07-211-1/+1
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-07-203-8/+8
|\
| * Fixes regarding the new default profile photo size. The default profile photo...Mario Vavti2015-07-203-8/+8
* | there is no stricmp() in php, use strcasecmp() - also only detect language if...redmatrix2015-07-201-3/+6
|/
* allow per-connection content filter to specify a detected language to include...redmatrix2015-07-201-0/+6
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-07-161-5/+5
|\
| * fix missing div and a regression introduced in ec23a94b6d7f6db1e1d34275b8143c...Mario Vavti2015-07-161-5/+5
* | provide a way to export a single year of items (to potentially keep from exha...redmatrix2015-07-161-1/+30
|/
* allow plugins to provide module handlers for arbitrary modules that haven't b...redmatrix2015-07-151-0/+2
* fix for empty recip array resulting from a mangled xchanredmatrix2015-07-151-5/+8
* clone sync fixes across red/hzredmatrix2015-07-151-2/+7
* stream_perms_xchans() set to empty quoted string when no results rather than ...redmatrix2015-07-141-0/+6
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-07-142-1/+19
|\
| * cleanup conneditMario Vavti2015-07-141-1/+1
| * change account_default_channel if default channel is removedzottel2015-07-131-0/+18
* | coverup and ignore the illegal string offset message that some sites have bee...redmatrix2015-07-141-1/+3
|/
* Only let local logins install webpage elementsredmatrix2015-07-111-1/+5
* increase width of the aside area and make default profile image size 300x300Mario Vavti2015-07-091-1/+1
* fix typo to make directory safe mode default to on work againMario Vavti2015-07-081-1/+1
* fix sorting of channel suggestionsMario Vavti2015-07-071-1/+1
* rename function get_directory_settings => get_directory_setting and move sort...Mario Vavti2015-07-072-21/+5
* make public forums only setting sticky and simplify function to get directory...Mario Vavti2015-07-072-29/+17
* code style correctionMario Vavti2015-07-071-3/+2
* make directory suggest work with directory optionsMario Vavti2015-07-072-3/+7
* in hubzilla we're going to convert doco to items. define it here so that an a...redmatrix2015-07-031-2/+5
* a few clone sync fixes as well as some work on hubzilla clone sync back to re...redmatrix2015-07-022-0/+36
* provide backward compatibility with hubzilla extended item exportredmatrix2015-07-011-0/+55
* turn the connection filter into a feature.redmatrix2015-06-292-0/+6
* some prep workredmatrix2015-06-292-1/+100
* no this isn't it. well ok, it's part of it, but not the important part. it's ...redmatrix2015-06-282-17/+93
* ensure we always sign a trimmed item body.redmatrix2015-06-221-3/+3
* discovered a couple of loose ends in the per-member enable diaspora settingredmatrix2015-06-221-0/+26
* some diaspora import issues uncovered during dry-run testsredmatrix2015-06-211-6/+4
* Merge pull request #352 from solstag/store_update_fixredmatrix2015-06-211-9/+10
|\
| * Make item_store_update only affect the data we requestedAlexandre Hannud Abdo2015-06-201-9/+10
* | ensure the photo driver is includedredmatrix2015-06-201-0/+1