aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* add item_id to yearly dump filesredmatrix2015-08-171-0/+12
|
* Properly fix which perms get checked for comments, Mike's solutionAlexandre Hannud Abdo2015-08-141-14/+3
|
* revert 36b5f6acredmatrix2015-08-121-12/+14
|
* Require comment perms only for own posts, allow senders to deliver comments ↵Alexandre Hannud Abdo2015-08-101-1/+11
| | | | using stream perms.
* ensure diaspora_signature is converted to json before we store it.redmatrix2015-08-081-0/+3
|
* connection filter fixesredmatrix2015-08-051-6/+9
|
* unobscure item before applying connection filterredmatrix2015-08-041-0/+3
|
* these were some really difficult bugs to findredmatrix2015-08-032-3/+2
|
* event parse cleanupredmatrix2015-07-301-2/+8
|
* escape $ in eventsredmatrix2015-07-302-3/+16
|
* minor cleanupredmatrix2015-07-291-14/+1
|
* Merge branch 'vobject'redmatrix2015-07-291-23/+83
|\ | | | | | | | | Conflicts: include/event.php
| * 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 ↵redmatrix2015-07-282-2/+2
| | | | author; add @hostname to event hashes to make their use in vcalendar more RFC compliant
* 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 ↵Mario Vavti2015-07-203-8/+8
| | | | | | | | photos are just renamed. People which provided the originals are invited to reproduce them in the new 300 by 300 px format.
* | there is no stricmp() in php, use strcasecmp() - also only detect language ↵redmatrix2015-07-201-3/+6
|/ | | | if we plan to use it.
* allow per-connection content filter to specify a detected language to ↵redmatrix2015-07-201-0/+6
| | | | include/exclude (in addition to text, tags, and regexes)
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-07-161-5/+5
|\
| * fix missing div and a regression introduced in ↵Mario Vavti2015-07-161-5/+5
| | | | | | | | ec23a94b6d7f6db1e1d34275b8143cbc947db802 which broke tag removal for photos
* | provide a way to export a single year of items (to potentially keep from ↵redmatrix2015-07-161-1/+30
|/ | | | exhausting resources either on export or import)
* allow plugins to provide module handlers for arbitrary modules that haven't ↵redmatrix2015-07-151-0/+2
| | | | been installed on the system.
* 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
| | | | return an empty string
* 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 ↵redmatrix2015-07-141-1/+3
|/ | | | been reporting. This does not fix it. A fix would be to examine the data that has been received and find out why it is mangled and trace this back to where it was mangled.
* 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 ↵Mario Vavti2015-07-072-21/+5
| | | | sort options to directory title bar
* make public forums only setting sticky and simplify function to get ↵Mario Vavti2015-07-072-29/+17
| | | | directory settings
* 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 ↵redmatrix2015-07-031-2/+5
| | | | accidental import/export doesn't chuck a wobbly.
* a few clone sync fixes as well as some work on hubzilla clone sync back to ↵redmatrix2015-07-022-0/+36
| | | | redmatrix
* provide backward compatibility with hubzilla extended item exportredmatrix2015-07-011-0/+55
|