aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * 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 ↵redmatrix2015-05-191-9/+10
| | | | | | | | cipher would be adequate for our requirements.
* | Merge branch 'master' into tresredmatrix2015-05-141-60/+17
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Import/refimport.php include/activities.php include/attach.php include/event.php include/externals.php include/identity.php include/items.php include/notifier.php include/photos.php include/taxonomy.php include/zot.php mod/channel.php mod/connedit.php mod/events.php mod/item.php mod/like.php mod/manage.php mod/mood.php mod/ping.php mod/poke.php mod/subthread.php mod/tagger.php mod/thing.php
| * | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-131-1/+1
| |\| | | | | | | | | | | | | | | | | | | Conflicts: boot.php include/api.php include/enotify.php
| | * 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.
| * | 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
| | |
| * | for hubzilla we won't be obscuring items, only private mail, this will allow ↵redmatrix2015-05-051-50/+1
| |/ | | | | | | us to search and cache private posts
* | Merge branch 'master' into tresfriendica2015-04-291-3/+9
|\| | | | | | | | | Conflicts: include/notifier.php
| * zotfeed issuesfriendica2015-04-241-3/+3
| |
| * block unfederated posts from zot_feedfriendica2015-04-231-0/+6
| |
* | Merge branch 'master' into tresfriendica2015-04-231-547/+633
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Contact.php include/ItemObject.php include/api.php include/attach.php include/diaspora.php include/dir_fns.php include/enotify.php include/event.php include/expire.php include/items.php include/notifier.php include/notify.php include/photos.php include/taxonomy.php include/text.php include/widgets.php include/zot.php mod/admin.php mod/channel.php mod/dirsearch.php mod/display.php mod/editwebpage.php mod/events.php mod/home.php mod/item.php mod/manage.php mod/mood.php mod/network.php mod/page.php mod/photos.php mod/ping.php mod/post.php mod/thing.php mod/viewsrc.php view/css/mod_events.css
| * 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
| |