aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #751 from dawnbreak/docugit-marijus2017-05-051-14/+16
|\ | | | | :bulb: Add Doxygen fix for @var member variable documentation.
| * :bulb: correct some Doxygen syntax mistakes.Klaus Weidenbach2017-05-051-14/+16
| |
* | typozotlabs2017-05-041-1/+1
|/
* make mail_store() safe for postgres or mysql5.7 - although this interface ↵zotlabs2017-05-011-2/+9
| | | | needs to be refactored in the future
* The rest of the library and backend changes to support client-side e2ee and ↵zotlabs2017-04-261-26/+9
| | | | deprecate previous uses of item_obscured.
* provide a broken feed for services which require a broken feedzotlabs2017-04-261-0/+4
|
* some signatures showing as invalid because of recent import_author_zot() ↵zotlabs2017-04-121-7/+25
| | | | changes.
* 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 ↵zotlabs2017-03-291-22/+46
| | | | | | number of htmlspecialchars operations for markdown content. Also ensure that the content is escaped the correct number of times on imported items.
* input filter updateszotlabs2017-03-291-50/+37
|
* fix group by item queryzotlabs2017-03-291-17/+15
|
* allow post_activity_item to be passed an empty ACL without resetting to ↵zotlabs2017-03-061-1/+2
| | | | channel default
* correct fix for wiki anonymous read issue (items_permissions_sql checks ↵zotlabs2017-03-061-1/+2
| | | | item.public_policy which was set for posts, not wikis)
* 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
| | | | initialised
* 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
| | | | cannot be deleted
* 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 ↵Hubzilla2017-01-191-2/+2
| | | | component of /display/ links for message-ids that contain troublesome characters
* 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 ↵Hubzilla2017-01-181-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 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 ↵zotlabs2016-12-241-2/+2
| | | | different identity.
* 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
|
* move all the zid related stuff to one filezotlabs2016-11-131-72/+0
|
* improve the check in 9b42bc860zotlabs2016-10-301-1/+1
|
* possible fix for https://zothub.de/display/2d4996dd629504851dMario Vavti2016-10-301-2/+2
|
* make the edited header stand out slightlyzotlabs2016-10-251-1/+1
|
* send "hidden" edit activities to networks which don't support edits themselveszotlabs2016-10-251-0/+32
|
* put all dns checking into one function, allow it to be ignoredzotlabs2016-10-251-4/+1
|
* first cut at edit activitieszotlabs2016-10-251-0/+43
|
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-52/+44
| | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* additional array checkingzotlabs2016-10-131-1/+4
|