aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Collapse)AuthorAgeFilesLines
...
* add missing zot6 conversation completion (required for message repeats)zotlabs2019-02-071-0/+19
|
* fix linkify_tags() so it works with xchans across multiple protocols, also ↵zotlabs2019-02-031-1/+1
| | | | some fixes to activity parsing from upstream.
* cache embeds in the background on initial storage rather than on first accesszotlabs2019-01-291-0/+12
|
* Correct and extend Doxygen comments.Klaus Weidenbach2019-01-231-14/+16
| | | | | | Correct some documentation errors for Doxygen and add more comments. Document some undefined variables with @FIXME.
* Add collect_public_recipients hookDM42.Net (Matt Dent)2019-01-121-2/+17
|
* Add ITEM_TYPE_CUSTOM and hooks for processing custom item typesDM42.Net (Matt Dent)2018-12-141-0/+30
|
* Merge branch 'dev' into 'dev'Max Kostikov2018-12-041-1/+1
|\ | | | | | | | | Add strings to Russian translation See merge request hubzilla/core!1418
| * Create plink depending on message id formatMax Kostikov2018-11-301-1/+1
| |
* | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-12-011-4/+4
|\ \ | |/ |/|
| * attached photo permissions regressionzotlabs2018-11-301-4/+4
| |
* | Merge remote-tracking branch 'mike/master' into devMario2018-11-231-15/+17
|\|
| * fix mastodon tag notifications (again)zotlabs2018-11-211-15/+17
| |
* | Merge remote-tracking branch 'mike/master' into devMario2018-11-221-4/+4
|\|
| * no mention notifications from mastodon (and pleroma)zotlabs2018-11-211-4/+4
| |
* | Fix: delayed items propagate before publication on cloned channelsDM42.Net (Matt Dent)2018-11-181-2/+0
|/
* add item.uuid to relevant placeszotlabs2018-11-151-1/+2
|
* item uuid changeszotlabs2018-11-121-1/+9
|
* begin native summary supportzotlabs2018-11-081-2/+13
|
* delivery chain linkage messed up if original post was editedzotlabs2018-10-261-6/+15
|
* Update items.phpMax Kostikov2018-09-271-1/+1
|
* important hyperdrive componentzotlabs2018-09-091-2/+9
|
* code cleanupzotlabs2018-08-231-23/+31
|
* first_post_date() (used by archive widget) - trigger the query options off ↵zotlabs2018-08-231-14/+15
| | | | of the active module rather than rely on passed parameters
* tweak archive widget for articleszotlabs2018-08-221-2/+14
|
* possible fixes for can_comment_on_post(), provide wiki_list on wiki sidebarzotlabs2018-08-151-13/+27
|
* bad mergezotlabs2018-07-011-0/+4
|
* remove the white-space pre-wrap property on code blocks. This should ↵zotlabs2018-06-241-8/+2
| | | | probably be done with the word-break property instead
* remote_self wasn't working correctlyzotlabs2018-06-241-5/+6
|
* whitespacezotlabs2018-06-181-2/+0
|
* provide flag to collect_recipients to exclude privacy groups (for federation ↵zotlabs2018-06-181-2/+8
| | | | plugin use)
* remove several unused/unreferenced templateszotlabs2018-06-171-0/+12
|
* fixes for immediate expire, channel_active not initialised in DBzotlabs2018-06-101-4/+1
|
* anybody authenticated not correctly handled in can_comment_on_post()zotlabs2018-05-151-1/+1
|
* use Zlib/MessageFilter for sourced messages alsozotlabs2018-05-101-34/+4
|
* hubzilla issue #1169zotlabs2018-05-101-62/+1
|
* tag search not finding articleszotlabs2018-05-091-1/+1
|
* check_item_source: always log uidzotlabs2018-05-051-0/+1
|
* log all possible return conditions from check_item_source(), use consistent ↵zotlabs2018-05-051-13/+36
| | | | xchan
* Provide admin delete ability if the viewer is admin but has no existing ↵zotlabs2018-05-021-1/+0
| | | | delete authority. For 3.5+ as a new string is involved.
* add commented_days parameter to item_expire(), default 7. Both expire_days ↵zotlabs2018-04-091-2/+8
| | | | and commented_days have to be exceeded to expire.
* community tags: allow signature of either author or owner so that it stands ↵zotlabs2018-04-031-1/+1
| | | | a chance of working across multiple delivery chains
* community tagging refactor - we no longer send an edited post/comment to ↵zotlabs2018-04-021-11/+9
| | | | everybody. The post owner approves the tag and this is transmitted along with the tag activity. Recipients check the signature of the approval and add the tag to their local copy of the post.
* commtag refactorzotlabs2018-04-021-35/+58
|
* missing year on profile birthday input, some optimisations to statszotlabs2018-04-021-3/+1
|
* code optimisations and de-duplication on updating parent commented timestampzotlabs2018-03-241-25/+31
|
* logic fallacy when updating parent timestamp of moderated commentzotlabs2018-03-231-1/+9
|
* Hubzilla issue #1006, fix anonymous comments bump thread before being approved.zotlabs2018-03-211-2/+2
|
* obscure permission issue with custom permissions when using the highly ↵zotlabs2018-03-121-0/+4
| | | | discouraged advisory privacy modes
* restrict mail messages to max_import_sizezotlabs2018-03-041-0/+7
|
* issues with delivery of edited posts to forumszotlabs2018-02-261-1/+11
|