| Commit message (Expand) | Author | Age | Files | Lines |
* | anybody authenticated not correctly handled in can_comment_on_post() | zotlabs | 2018-05-15 | 1 | -1/+1 |
* | use Zlib/MessageFilter for sourced messages also | zotlabs | 2018-05-10 | 1 | -34/+4 |
* | hubzilla issue #1169 | zotlabs | 2018-05-10 | 1 | -62/+1 |
* | tag search not finding articles | zotlabs | 2018-05-09 | 1 | -1/+1 |
* | check_item_source: always log uid | zotlabs | 2018-05-05 | 1 | -0/+1 |
* | log all possible return conditions from check_item_source(), use consistent x... | zotlabs | 2018-05-05 | 1 | -13/+36 |
* | Provide admin delete ability if the viewer is admin but has no existing delet... | zotlabs | 2018-05-02 | 1 | -1/+0 |
* | add commented_days parameter to item_expire(), default 7. Both expire_days an... | zotlabs | 2018-04-09 | 1 | -2/+8 |
* | community tags: allow signature of either author or owner so that it stands a... | zotlabs | 2018-04-03 | 1 | -1/+1 |
* | community tagging refactor - we no longer send an edited post/comment to ever... | zotlabs | 2018-04-02 | 1 | -11/+9 |
* | commtag refactor | zotlabs | 2018-04-02 | 1 | -35/+58 |
* | missing year on profile birthday input, some optimisations to stats | zotlabs | 2018-04-02 | 1 | -3/+1 |
* | code optimisations and de-duplication on updating parent commented timestamp | zotlabs | 2018-03-24 | 1 | -25/+31 |
* | logic fallacy when updating parent timestamp of moderated comment | zotlabs | 2018-03-23 | 1 | -1/+9 |
* | Hubzilla issue #1006, fix anonymous comments bump thread before being approved. | zotlabs | 2018-03-21 | 1 | -2/+2 |
* | obscure permission issue with custom permissions when using the highly discou... | zotlabs | 2018-03-12 | 1 | -0/+4 |
* | restrict mail messages to max_import_size | zotlabs | 2018-03-04 | 1 | -0/+7 |
* | issues with delivery of edited posts to forums | zotlabs | 2018-02-26 | 1 | -1/+11 |
* | query for what we need instead of what we do not need | Mario Vavti | 2018-02-22 | 1 | -7/+13 |
* | remove order by clause | Mario Vavti | 2018-02-20 | 1 | -1/+1 |
* | since we only save the parent mid in notify we must look for thr_parent when ... | Mario Vavti | 2018-02-13 | 1 | -1/+1 |
* | fix parent id for likes in status notifications. | Mario Vavti | 2018-02-13 | 1 | -2/+12 |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-02-11 | 1 | -1/+1 |
|\ |
|
| * | this might seem rediculous but it helps mysql to find the better index for th... | Mario Vavti | 2018-02-11 | 1 | -1/+1 |
* | | hubzilla issue #972 - provide system toggle to allow/disallow anonymous comments | zotlabs | 2018-02-11 | 1 | -1/+1 |
|/ |
|
* | redirect to the email_validation page if login was attempted after account cr... | zotlabs | 2018-01-29 | 1 | -1/+1 |
* | ensure filter words are not empty | zotlabs | 2018-01-21 | 1 | -4/+7 |
* | issues with feed parameters | zotlabs | 2018-01-02 | 1 | -3/+4 |
* | hubzilla-addons issue #74 - delayed posts not honoured for GNU-Social | zotlabs | 2017-12-21 | 1 | -1/+1 |
* | regression in channel sources delivery | zotlabs | 2017-12-10 | 1 | -2/+14 |
* | unset item_wall and item_origin on pubstream to channel copy | zotlabs | 2017-11-27 | 1 | -0/+3 |
* | pubstream comments and a few other bugfixes that were discovered along the way | zotlabs | 2017-11-26 | 1 | -16/+56 |
* | this may fix pubstream comments/likes | zotlabs | 2017-11-24 | 1 | -0/+16 |
* | initial articles feature | zotlabs | 2017-11-22 | 1 | -0/+2 |
* | fix some conflicts between private tags and forum tags | zotlabs | 2017-11-12 | 1 | -154/+150 |
* | fix can_comment_on_post() after recent code cleanup (a required array paramet... | zotlabs | 2017-11-04 | 1 | -0/+1 |
* | :bulb: Improving Doxygen documentation. | Klaus Weidenbach | 2017-11-03 | 1 | -148/+291 |
* | update item_normal() to not include ACTIVITY_OBJ_FILE obj_type | Mario Vavti | 2017-11-03 | 1 | -4/+4 |
* | don't use chanlink_url() for feed mentions | zotlabs | 2017-10-03 | 1 | -1/+1 |
* | tagging changes - provides ability to mention a forum by using !forumname as ... | zotlabs | 2017-09-24 | 1 | -20/+61 |
* | more mastodon testing | zotlabs | 2017-09-17 | 1 | -0/+3 |
* | use array_key_exists() instead of x() in this case as the latter fails on an ... | zotlabs | 2017-09-06 | 1 | -3/+3 |
* | introduce item_normal_update(). the differnce to item_normal() is that we do ... | Mario Vavti | 2017-09-03 | 1 | -0/+6 |
* | make cards searchable | zotlabs | 2017-08-24 | 1 | -1/+1 |
* | several card enhancements | zotlabs | 2017-08-23 | 1 | -0/+2 |
* | new content type | zotlabs | 2017-08-14 | 1 | -1/+0 |
* | ostatus feed was missing comments | zotlabs | 2017-08-06 | 1 | -8/+4 |
* | prevent expiration of conversations you are involved with - allows you to fin... | zotlabs | 2017-07-10 | 1 | -1/+1 |
* | Several things about mail storage weren't quite right. | zotlabs | 2017-06-22 | 1 | -1/+35 |
* | still an issue with caching import_author_zot | zotlabs | 2017-06-20 | 1 | -0/+4 |