aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Collapse)AuthorAgeFilesLines
...
* consolidate duplicated code for creating table entries from an arrayzotlabs2016-10-121-13/+2
|
* remove the rest of the backticks from sql queries; replace with TQUOT const ↵zotlabs2016-10-121-7/+7
| | | | which is driver dependent
* more backquotes - this should take care of most except for the array import ↵zotlabs2016-10-091-14/+14
| | | | queries
* Merge branch 'nulldate' into devredmatrix2016-09-261-5/+5
|\
| * null_date conversion; phase 1redmatrix2016-09-251-5/+5
| |
* | issue #524redmatrix2016-09-221-0/+3
|/
* finish the channel_reddress() conversionredmatrix2016-09-211-1/+1
|
* typoMario Vavti2016-09-211-1/+1
|
* issue #520redmatrix2016-09-201-0/+1
|
* probable fix for #509 - errant comment notifications provided on delayed ↵redmatrix2016-09-191-0/+6
| | | | (duplicate delivery) top level posts which are probably coming from clones
* allow public comments (sort of - see the notes)redmatrix2016-08-311-5/+4
|
* add authors to post distribution; case insensitive sort appsredmatrix2016-08-291-0/+20
|
* block backdoor delivery of bulk imported itemsredmatrix2016-08-191-4/+31
|
* import anomalyredmatrix2016-08-171-4/+6
|
* fix attached photo/file permissions on clonesredmatrix2016-08-151-0/+134
|
* comment policy permissions typoredmatrix2016-08-021-1/+1
|
* typoredmatrix2016-07-211-1/+1
|
* permission fixesredmatrix2016-07-191-6/+6
|
* more perms workredmatrix2016-07-131-4/+3
|
* deprecate/remove json_decode_plusredmatrix2016-07-131-10/+10
|
* update_remote_id - updated to work with iconfigredmatrix2016-07-121-18/+5
|
* reduce the memory usage of the expire query dramatically.redmatrix2016-07-061-19/+10
|
* expire crashing on shared hosting from memory exhaustion. Lower the expire ↵redmatrix2016-07-061-1/+1
| | | | limit. Also the sys channel was being expired with everybody else due to a flag change regression.
* delivery invoked twice in mod_tagger, once in post_activity_item() and ↵redmatrix2016-07-011-5/+1
| | | | another at the main module level
* 1. provide automatic relocation of important links in items that are ↵redmatrix2016-06-211-0/+12
| | | | | | | imported or synced to clones 2. provide framework for custom curl request bodies using custom/non-standard request methods. This was a real nightmare because curl doesn't actually let you specify a string to send as the request body (except when doing POST). You have to treat it as a file upload using a custom file handler function which provides the actual content in chunks as if it were buffered I/O. 3. item_store and item_store_update now return the item that was stored
* some work to provide propagation and honouring of the item_notshown flag.redmatrix2016-06-131-6/+18
|
* deprecate the item_id table - replace with iconfig. A possibly useful ↵redmatrix2016-06-131-3/+19
| | | | function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication.
* another switch of type and ttyperedmatrix2016-06-041-1/+1
|
* cross-site encoding issue with tagsredmatrix2016-06-041-4/+2
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-17/+17
| | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
* more db column renamesredmatrix2016-05-311-26/+28
|
* moved enotifyredmatrix2016-05-241-8/+7
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)
* daemon conversion continued...redmatrix2016-05-191-6/+6
|
* split off feed handling stuff from include/itemsredmatrix2016-05-121-1312/+3
|
* remove the rarely if ever used filter_insecure() function. We will provide ↵redmatrix2016-05-121-41/+0
| | | | this functionality in other ways.
* make editwebpage use status_editor() and fix storing of layout on webpage ↵Mario Vavti2016-05-091-2/+2
| | | | creation
* sort out the rest of the source categoriesredmatrix2016-05-021-2/+2
|
* a couple of bugfixes from earlier checkins and implementation of source tagsredmatrix2016-05-011-0/+34
|
* provide courtesy function for syncing one item. We'll probably be doing this ↵redmatrix2016-04-271-0/+15
| | | | a lot.
* move iconfig functions to include/config.php with all the rest of the ↵redmatrix2016-04-261-155/+0
| | | | configs, fix an issue with singleton discovery and start work on singleton delivery
* some issues with GNU-Social's implementation of events in feeds. The summary ↵redmatrix2016-04-181-2/+2
| | | | element is over-riding content, so put summary into the xcal namespace. Some investigation reveals that both projects are non-compliant in the xcal space. Will deal with this later.
* remove the date hack on public feeds which was a temporary fix for an issue ↵redmatrix2016-04-171-2/+2
| | | | limiting the number of posts returned and no longer needed.
* For GNU-social discovery, use the URI in the feed (author.uri) rather than ↵redmatrix2016-04-031-11/+15
| | | | try to pick out which of the aliases in webfinger are likely to be the right one. If we get it wrong, our communications with them will be discarded and there is no rhyme or reason to the logic about which representation is likely to be the one true account URI. It appears to vary with the clean_url setting of the site and this info isn't available to us except with a sequence of expensive probes and testing various ways of re-writing URLs to see if we get a response.
* create miniApp to convert existing settings files to the static App classredmatrix2016-03-311-5/+0
|
* static Appredmatrix2016-03-311-12/+12
|
* deprecate $a->get_baseurl()redmatrix2016-03-301-5/+5
|
* add hook to allow plugins to perform a follow activity from an activityfeedredmatrix2016-03-231-4/+14
|
* atom specifies a uri or iri for the id. message_id isn't suitable here.redmatrix2016-03-231-2/+2
|
* more federation backendredmatrix2016-03-161-1/+3
|