aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Collapse)AuthorAgeFilesLines
...
| * these were some really difficult bugs to findredmatrix2015-08-031-1/+1
| |
* | diaspora_meta getting double json encodedredmatrix2015-08-021-1/+1
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-301-1/+0
|\| | | | | | | | | | | several dav fixes Conflicts: include/items.php
| * add connection filter to non-zot postsredmatrix2015-07-291-0/+3
| |
* | incorrect function nameredmatrix2015-07-291-1/+1
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-271-4/+3
|\| | | | | | | | | Conflicts: util/messages.po
| * logic issue in connection filterredmatrix2015-07-271-4/+3
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-231-1/+1
|\| | | | | | | | | Conflicts: include/diaspora.php
| * make content filter by language work for excludeszottel2015-07-221-1/+1
| |
* | refresh diaspora xchan every month or so since receiving profile update ↵redmatrix2015-07-221-0/+4
| | | | | | | | messages from that network reliably are just as unlikely as receiving any other kind of message from that network reliably. The problem is that if somebody changes their profile name or photo once every few years and you miss it because of their shitty unreliable communications, your data could be stale for a long time.
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-211-0/+9
|\| | | | | | | | | Conflicts: doc/to_do_code.bb
| * 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)
* | silence warning about non array diaspora_meta but report it in the logs so ↵redmatrix2015-07-191-1/+3
| | | | | | | | we can find out what it actually is and why.
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-191-5/+5
|\| | | | | | | | | | | | | | | | | Conflicts: include/identity.php include/widgets.php util/messages.po view/it/messages.po view/it/strings.php
| * fix missing div and a regression introduced in ↵Mario Vavti2015-07-161-5/+5
| | | | | | | | ec23a94b6d7f6db1e1d34275b8143cbc947db802 which broke tag removal for photos
* | 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
|\| | | | | | | | | | | | | Conflicts: boot.php include/items.php util/messages.po
| * 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
| |
* | 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
|\| | | | | | | | | | | | | Conflicts: include/zot.php mod/connedit.php util/messages.po
| * 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.
* | 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
|\| | | | | | | | | | | Conflicts: include/items.php mod/item.php
| * 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
|\| | | | | | | | | | | Conflicts: include/items.php util/messages.po
| * 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
|\| | | | | | | | | | | | | | | | | | | | | and Merge branch 'master' of https://github.com/redmatrix/redmatrix Conflicts: include/items.php view/it/messages.po view/it/strings.php
| * 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
|\| | | | | | | | | | | Conflicts: index.php mod/setup.php
| * 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
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-201-6/+21
|\| | | | | | | | | | | | | | | Conflicts: include/items.php include/text.php mod/item.php view/nl/messages.po
| * 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.