aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-211-0/+9
|\|
| * 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
* | silence warning about non array diaspora_meta but report it in the logs so we...redmatrix2015-07-191-1/+3
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-191-5/+5
|\|
| * fix missing div and a regression introduced in ec23a94b6d7f6db1e1d34275b8143c...Mario Vavti2015-07-161-5/+5
* | provide any single year of exported itemsredmatrix2015-07-161-1/+0
* | more work on db storage of docoredmatrix2015-07-051-0/+2
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-031-1/+0
|\|
| * in hubzilla we're going to convert doco to items. define it here so that an a...redmatrix2015-07-031-2/+5
| * provide backward compatibility with hubzilla extended item exportredmatrix2015-07-011-0/+55
* | start doco cleanupredmatrix2015-07-031-0/+2
* | provide compatibility with redmatrix extended item exportredmatrix2015-07-011-3/+50
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-291-0/+5
|\|
| * turn the connection filter into a feature.redmatrix2015-06-291-0/+5
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-281-3/+62
|\|
| * no this isn't it. well ok, it's part of it, but not the important part. it's ...redmatrix2015-06-281-3/+62
* | more work on mail flagsredmatrix2015-06-231-4/+4
* | item flag fixes discovered after a few mergesredmatrix2015-06-231-11/+0
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-231-3/+4
|\|
| * ensure we always sign a trimmed item body.redmatrix2015-06-221-3/+3
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-211-6/+8
|\|
| * Make item_store_update only affect the data we requestedAlexandre Hannud Abdo2015-06-201-9/+10
* | convert the abook fieldsredmatrix2015-06-141-16/+12
* | more work on itemsredmatrix2015-06-111-18/+87
|\|
| * hubzilla compatibility functionredmatrix2015-06-111-0/+14
* | the hubzilla version of this functionredmatrix2015-06-111-0/+12
* | more work on item table optimisationredmatrix2015-06-101-17/+29
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-021-6/+56
|\|
| * asjld workredmatrix2015-06-021-3/+13
| * bare bones ASLDredmatrix2015-05-311-4/+44
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-311-3/+40
|\|
| * some basic background work for activitystreams-json-ld-2.0 conversionsredmatrix2015-05-311-0/+37
| * there was a reason we included that fileredmatrix2015-05-281-3/+3
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-241-4/+2
|\|
| * Merge pull request #332 from solstag/zotfeedcleanupKlaus2015-05-241-3/+1
| |\
| | * Import security only when necessary, use correct variable in logAlexandre Hannud Abdo2015-05-221-3/+1
| * | federation problem from diaspora comments relayed through red channels due to...redmatrix2015-05-231-1/+1
| |/
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-201-6/+21
|\|
| * cloning abook entries was broken in several ways if the target xchan wasn't a...redmatrix2015-05-201-0/+8
| * don't allow item_id to update without a valid post idredmatrix2015-05-201-0/+5
| * PRIVACY: possible privacy leakage under a defined set of circumstancesredmatrix2015-05-201-5/+8
* | re-arrange the html cache a bitredmatrix2015-05-201-0/+2
* | add rot47 to the mix. This shouldn't affect the speed to any measurable degree.redmatrix2015-05-191-4/+4
* | mail_obscure - AES-256 is way too slow, simplify. Ideally a substitution ciph...redmatrix2015-05-191-9/+10
* | Merge branch 'master' into tresredmatrix2015-05-141-60/+17
|\ \
| * | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-131-1/+1
| |\|
| | * product was a bad string to use because we may require it for e-commerce, and...redmatrix2015-05-131-1/+1
| * | convert ITEM_WALL from bitfield to standaloneredmatrix2015-05-061-20/+21
| * | no need to obscure the diaspora signature if we're not obscuring the postsredmatrix2015-05-061-4/+10