Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't alter received/changed timestamps when editing | zotlabs | 2016-12-08 | 1 | -14/+2 |
| | |||||
* | only update the 'changed' timestamp for recent item_store events | zotlabs | 2016-12-08 | 1 | -10/+14 |
| | |||||
* | minor optimisation to reduce code duplication | zotlabs | 2016-12-04 | 1 | -11/+7 |
| | |||||
* | api_zot: implement /api/z/1.0/network/stream and fix /api/z/1.0/channel/stream | zotlabs | 2016-12-04 | 1 | -2/+2 |
| | |||||
* | item_store: parent wasn't being returned in api call | zotlabs | 2016-12-03 | 1 | -0/+1 |
| | |||||
* | allow plugins to cancel item_store() and item_store_update() | zotlabs | 2016-12-01 | 1 | -0/+11 |
| | |||||
* | move all the zid related stuff to one file | zotlabs | 2016-11-13 | 1 | -72/+0 |
| | |||||
* | improve the check in 9b42bc860 | zotlabs | 2016-10-30 | 1 | -1/+1 |
| | |||||
* | possible fix for https://zothub.de/display/2d4996dd629504851d | Mario Vavti | 2016-10-30 | 1 | -2/+2 |
| | |||||
* | make the edited header stand out slightly | zotlabs | 2016-10-25 | 1 | -1/+1 |
| | |||||
* | send "hidden" edit activities to networks which don't support edits themselves | zotlabs | 2016-10-25 | 1 | -0/+32 |
| | |||||
* | put all dns checking into one function, allow it to be ignored | zotlabs | 2016-10-25 | 1 | -4/+1 |
| | |||||
* | first cut at edit activities | zotlabs | 2016-10-25 | 1 | -0/+43 |
| | |||||
* | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 1 | -52/+44 |
| | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen. | ||||
* | additional array checking | zotlabs | 2016-10-13 | 1 | -1/+4 |
| | |||||
* | consolidate duplicated code for creating table entries from an array | zotlabs | 2016-10-12 | 1 | -13/+2 |
| | |||||
* | remove the rest of the backticks from sql queries; replace with TQUOT const ↵ | zotlabs | 2016-10-12 | 1 | -7/+7 |
| | | | | which is driver dependent | ||||
* | more backquotes - this should take care of most except for the array import ↵ | zotlabs | 2016-10-09 | 1 | -14/+14 |
| | | | | queries | ||||
* | Merge branch 'nulldate' into dev | redmatrix | 2016-09-26 | 1 | -5/+5 |
|\ | |||||
| * | null_date conversion; phase 1 | redmatrix | 2016-09-25 | 1 | -5/+5 |
| | | |||||
* | | issue #524 | redmatrix | 2016-09-22 | 1 | -0/+3 |
|/ | |||||
* | finish the channel_reddress() conversion | redmatrix | 2016-09-21 | 1 | -1/+1 |
| | |||||
* | typo | Mario Vavti | 2016-09-21 | 1 | -1/+1 |
| | |||||
* | issue #520 | redmatrix | 2016-09-20 | 1 | -0/+1 |
| | |||||
* | probable fix for #509 - errant comment notifications provided on delayed ↵ | redmatrix | 2016-09-19 | 1 | -0/+6 |
| | | | | (duplicate delivery) top level posts which are probably coming from clones | ||||
* | allow public comments (sort of - see the notes) | redmatrix | 2016-08-31 | 1 | -5/+4 |
| | |||||
* | add authors to post distribution; case insensitive sort apps | redmatrix | 2016-08-29 | 1 | -0/+20 |
| | |||||
* | block backdoor delivery of bulk imported items | redmatrix | 2016-08-19 | 1 | -4/+31 |
| | |||||
* | import anomaly | redmatrix | 2016-08-17 | 1 | -4/+6 |
| | |||||
* | fix attached photo/file permissions on clones | redmatrix | 2016-08-15 | 1 | -0/+134 |
| | |||||
* | comment policy permissions typo | redmatrix | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | typo | redmatrix | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | permission fixes | redmatrix | 2016-07-19 | 1 | -6/+6 |
| | |||||
* | more perms work | redmatrix | 2016-07-13 | 1 | -4/+3 |
| | |||||
* | deprecate/remove json_decode_plus | redmatrix | 2016-07-13 | 1 | -10/+10 |
| | |||||
* | update_remote_id - updated to work with iconfig | redmatrix | 2016-07-12 | 1 | -18/+5 |
| | |||||
* | reduce the memory usage of the expire query dramatically. | redmatrix | 2016-07-06 | 1 | -19/+10 |
| | |||||
* | expire crashing on shared hosting from memory exhaustion. Lower the expire ↵ | redmatrix | 2016-07-06 | 1 | -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 ↵ | redmatrix | 2016-07-01 | 1 | -5/+1 |
| | | | | another at the main module level | ||||
* | 1. provide automatic relocation of important links in items that are ↵ | redmatrix | 2016-06-21 | 1 | -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. | redmatrix | 2016-06-13 | 1 | -6/+18 |
| | |||||
* | deprecate the item_id table - replace with iconfig. A possibly useful ↵ | redmatrix | 2016-06-13 | 1 | -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 ttype | redmatrix | 2016-06-04 | 1 | -1/+1 |
| | |||||
* | cross-site encoding issue with tags | redmatrix | 2016-06-04 | 1 | -4/+2 |
| | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -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 renames | redmatrix | 2016-05-31 | 1 | -26/+28 |
| | |||||
* | moved enotify | redmatrix | 2016-05-24 | 1 | -8/+7 |
| | |||||
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -1/+1 |
| | | | | (connections.php) | ||||
* | daemon conversion continued... | redmatrix | 2016-05-19 | 1 | -6/+6 |
| | |||||
* | split off feed handling stuff from include/items | redmatrix | 2016-05-12 | 1 | -1312/+3 |
| |