aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Collapse)AuthorAgeFilesLines
* problems with extended item import and signaturesredmatrix2015-09-221-3/+62
|
* backport item syncredmatrix2015-09-221-2/+6
|
* export TERM_FILE when mirroringredmatrix2015-09-081-1/+6
|
* fix postgres zotfeedHabeas Codice2015-09-071-4/+6
|
* 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-031-1/+1
|
* add connection filter to non-zot postsredmatrix2015-07-291-0/+3
|
* logic issue in connection filterredmatrix2015-07-271-4/+3
|
* make content filter by language work for excludeszottel2015-07-221-1/+1
|
* 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)
* fix missing div and a regression introduced in ↵Mario Vavti2015-07-161-5/+5
| | | | ec23a94b6d7f6db1e1d34275b8143cbc947db802 which broke tag removal for photos
* 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.
* provide backward compatibility with hubzilla extended item exportredmatrix2015-07-011-0/+55
|
* turn the connection filter into a feature.redmatrix2015-06-291-0/+5
|
* no this isn't it. well ok, it's part of it, but not the important part. it's ↵redmatrix2015-06-281-3/+62
| | | | still pretty cool.
* ensure we always sign a trimmed item body.redmatrix2015-06-221-3/+3
|
* Make item_store_update only affect the data we requestedAlexandre Hannud Abdo2015-06-201-9/+10
|
* hubzilla compatibility functionredmatrix2015-06-111-0/+14
|
* asjld workredmatrix2015-06-021-3/+13
|
* bare bones ASLDredmatrix2015-05-311-4/+44
|
* 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 pull request #332 from solstag/zotfeedcleanupKlaus2015-05-241-3/+1
|\ | | | | Import security only when necessary, use correct variable in log
| * Import security only when necessary, use correct variable in logAlexandre Hannud Abdo2015-05-221-3/+1
| | | | | | | | Just some cleanup, seemed like the intent of previous changes was so
* | federation problem from diaspora comments relayed through red channels due ↵redmatrix2015-05-231-1/+1
|/ | | | to typo
* cloning abook entries was broken in several ways if the target xchan wasn't ↵redmatrix2015-05-201-0/+8
| | | | available on the clone site. This should make it less broken.
* 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
|
* product was a bad string to use because we may require it for e-commerce, ↵redmatrix2015-05-131-1/+1
| | | | and RED_PLATFORM is equally problematic for other reasons.
* zotfeed issuesfriendica2015-04-241-3/+3
|
* block unfederated posts from zot_feedfriendica2015-04-231-0/+6
|
* issue #176, sender copy of item not obscured if using private mentionfriendica2015-04-201-1/+3
|
* match parensfriendica2015-04-141-1/+1
|
* post_activity_item incorrectly setting the obj_type when a valid type was ↵friendica2015-04-141-1/+1
| | | | specified
* Some documentation and whitespaces at line endings.Klaus Weidenbach2015-04-101-159/+232
|
* update features, allow sys account page deletionfriendica2015-04-081-0/+5
|
* Correcting reported Doxygen syntax warnings.Klaus Weidenbach2015-03-291-457/+405
| | | | | | | Fixed wrong Doxygen syntax and add some of the available FIXME to Doxygen documentation. Updated Doxygen configuration to add also all capital letter tags. Adding some more Doxygen documentation.
* remove bogus grouping from fix for #938friendica2015-03-281-2/+2
|
* issue #938friendica2015-03-281-2/+8
|
* also allow service classes to set post expiration. These take priority over ↵friendica2015-03-241-3/+3
| | | | the site default.
* more work on expiration, make system limits useful - even in retrospectfriendica2015-03-241-1/+5
|
* provide a site-wide expiration policy without loopholes - still need work to ↵friendica2015-03-241-1/+1
| | | | reduce the impact of expiration queries.
* sql errors on postgres with yestderday's optimisationfriendica2015-03-241-2/+2
|
* improve performance of the zotfeed queriesfriendica2015-03-231-10/+9
|
* some tabs title statuseditor restructuringMario Vavti2015-03-211-1/+1
|
* The random bad signatures are because something somewhere is trimming the ↵friendica2015-03-171-2/+2
| | | | body text. It could be any one of hundreds of functions that touch the message body. We really want to trim the body text, so I'm putting back all the trim statements - in mod/item and item_store and item_store_update. The last fix for random bad sigs noted that one of the trims wasn't there, so the others were removed. The correct fix is for all the trims to be there. We will probably have a few (quite a few) bad sigs during the transition back to trimmed text but this should nail it for anybody on recent code and with new content.
* The never ending saga of parent = 0 bugs on Dreamhost.friendica2015-03-011-0/+10
|