aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Expand)AuthorAgeFilesLines
...
* | database upgradezotlabs2017-04-231-4/+1
* | The rest of the library and backend changes to support client-side e2ee and d...zotlabs2017-04-201-26/+9
* | some signatures showing as invalid because of recent import_author_zot() chan...zotlabs2017-04-091-7/+25
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-051-0/+32
|\|
| * sql error photos_albums_list with non-logged-in viewerzotlabs2017-04-031-2/+5
| * logic errorzotlabs2017-04-031-2/+4
| * import authors from any unrecognised network as network 'unknown'.zotlabs2017-04-031-3/+3
| * simplify the message signing spaghettizotlabs2017-03-291-32/+29
| * namespace errorzotlabs2017-03-291-1/+1
| * ensure z_input_filter is called exactly once, since we now depend on the numb...zotlabs2017-03-291-22/+46
| * input filter updateszotlabs2017-03-291-50/+37
| * fix group by item queryzotlabs2017-03-291-17/+15
* | sql error photos_albums_list with non-logged-in viewerzotlabs2017-04-021-2/+5
* | logic errorzotlabs2017-04-021-2/+4
* | import authors from any unrecognised network as network 'unknown'.zotlabs2017-04-021-3/+3
* | simplify the message signing spaghettizotlabs2017-03-161-32/+29
* | namespace errorzotlabs2017-03-161-3/+1
* | input filter issuezotlabs2017-03-151-0/+2
* | ensure z_input_filter is called exactly once, since we now depend on the numb...zotlabs2017-03-151-22/+46
* | input filter updateszotlabs2017-03-141-50/+37
* | fix group by item queryzotlabs2017-03-141-17/+15
* | more cleanupzotlabs2017-03-091-34/+1
* | Merge branch 'dspr' into redzotlabs2017-03-091-2/+4
|\|
| * allow post_activity_item to be passed an empty ACL without resetting to chann...zotlabs2017-03-061-1/+2
| * correct fix for wiki anonymous read issue (items_permissions_sql checks item....zotlabs2017-03-061-1/+2
* | go back to where the problem startedzotlabs2017-03-091-68/+2
|/
* detect no aclzotlabs2017-02-201-4/+6
* update fr translationzotlabs2017-02-201-3/+3
* rename bb2diaspora.php to markdown.phpzotlabs2017-02-021-1/+1
* provide lowlevel xchan storage function to ensure that all non-null rows are ...zotlabs2017-01-281-14/+20
* better handling of html special chars in wiki and wikipage nameszotlabs2017-01-261-5/+5
* haystack/needle mixupMario Vavti2017-01-261-1/+1
* resolve the linked item delete issue by declaring what types of linked items ...zotlabs2017-01-251-1/+6
* only allow wiki owner to delete pageszotlabs2017-01-251-2/+2
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-01-251-2/+5
|\
| * fixes for wiki create/delete pageMario Vavti2017-01-251-2/+5
* | initialise item['postopts'] for mysql >= 5.7zotlabs2017-01-251-0/+1
|/
* basic support for clone syncing of wikis and wiki pagesHubzilla2017-01-221-0/+1
* add gen_link_id() function to selectively encode/decode the message-id compon...Hubzilla2017-01-191-2/+2
* more urlencoding of message-ids which are used in linksHubzilla2017-01-181-1/+1
* urlencode the message-id component of generated /display/ links; in most case...Hubzilla2017-01-181-2/+2
* native wiki stuffzotlabs2017-01-171-9/+16
* obj_type on edit activity was wrongzotlabs2017-01-091-2/+2
* issue with post signatures if posted from api and logged in locally with a di...zotlabs2016-12-241-2/+2
* don't alter received/changed timestamps when editingzotlabs2016-12-081-14/+2
* only update the 'changed' timestamp for recent item_store eventszotlabs2016-12-081-10/+14
* minor optimisation to reduce code duplicationzotlabs2016-12-041-11/+7
* api_zot: implement /api/z/1.0/network/stream and fix /api/z/1.0/channel/streamzotlabs2016-12-041-2/+2
* item_store: parent wasn't being returned in api callzotlabs2016-12-031-0/+1
* allow plugins to cancel item_store() and item_store_update()zotlabs2016-12-011-0/+11