aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | still pretty cool.
* 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 requested
| * 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
| |
* | import_diaspora - incorrect method for importing channel photo, and add ↵redmatrix2015-06-201-20/+42
| | | | | | | | duplicate reddress detection/correction
* | wrong logicredmatrix2015-06-191-1/+1
| |
* | import_diaspora - a few more atypical settingsredmatrix2015-06-191-3/+19
| |
* | import_diaspora: add all the friendsredmatrix2015-06-191-4/+13
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-06-191-5/+2
|\ \
| * | bring some more generic-content-wrappers and fix some of themMario Vavti2015-06-191-5/+2
| |/
* / very early attempt diaspora import from diaspora export file. Currently the ↵redmatrix2015-06-191-0/+100
|/ | | | json export has to be gunzipped prior to uploading and we're net yet adding connections (which should come soon) and we can't import items until they add guids to the export file - so consider it a work in progress. This first attempt should create a channel and get your profile details setup providing there isn't a nickname conflict on the server. That will also be handled later.
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-06-181-2/+2
|\
| * fix deleting of album for remote channelMario Vavti2015-06-161-2/+2
| |
* | issues with markdownify and escaped HTMLredmatrix2015-06-182-4/+12
|/
* don't provide a connect button on the sys channel profile sidebarredmatrix2015-06-111-0/+4
|
* hubzilla compatibility functionredmatrix2015-06-111-0/+14
|
* retire old Friendica RINO encryption functionsredmatrix2015-06-091-28/+0
|
* toggle diaspora protocol on a per-channel level in addition to the existing ↵redmatrix2015-06-092-0/+28
| | | | per site setting. Default is enabled if the site setting is enabled.
* add site_dead flag to prevent delivery to dead sites. Allow sys channel ↵redmatrix2015-06-081-8/+17
| | | | webpages to be viewed even if site is configured "block public".
* asjld workredmatrix2015-06-021-3/+13
|
* error in directory bbcode image filterredmatrix2015-05-311-1/+1
|
* bare bones ASLDredmatrix2015-05-311-4/+44
|
* some basic background work for activitystreams-json-ld-2.0 conversionsredmatrix2015-05-312-0/+45
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-05-302-9/+14
|\
| * should not redefine $var in the function callMario Vavti2015-05-291-1/+1
| |