Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | fixes for wiki create/delete page | Mario Vavti | 2017-01-25 | 1 | -2/+5 | |
| | | ||||||
* | | initialise item['postopts'] for mysql >= 5.7 | zotlabs | 2017-01-25 | 1 | -0/+1 | |
|/ | ||||||
* | basic support for clone syncing of wikis and wiki pages | Hubzilla | 2017-01-22 | 1 | -0/+1 | |
| | ||||||
* | add gen_link_id() function to selectively encode/decode the message-id ↵ | Hubzilla | 2017-01-19 | 1 | -2/+2 | |
| | | | | component of /display/ links for message-ids that contain troublesome characters | |||||
* | more urlencoding of message-ids which are used in links | Hubzilla | 2017-01-18 | 1 | -1/+1 | |
| | ||||||
* | urlencode the message-id component of generated /display/ links; in most ↵ | Hubzilla | 2017-01-18 | 1 | -2/+2 | |
| | | | | cases this will be a no-op, unless the message-id is a url of some kind from a different provider. | |||||
* | native wiki stuff | zotlabs | 2017-01-17 | 1 | -9/+16 | |
| | ||||||
* | obj_type on edit activity was wrong | zotlabs | 2017-01-09 | 1 | -2/+2 | |
| | ||||||
* | issue with post signatures if posted from api and logged in locally with a ↵ | zotlabs | 2016-12-24 | 1 | -2/+2 | |
| | | | | different identity. | |||||
* | 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 | |
| |