Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | since we only save the parent mid in notify we must look for thr_parent when ↵ | Mario Vavti | 2018-02-13 | 1 | -1/+1 |
| | | | | dealing with likes | ||||
* | 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 ↵ | Mario Vavti | 2018-02-11 | 1 | -1/+1 |
| | | | | | | | | this query | ||||
* | | 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 ↵ | zotlabs | 2018-01-29 | 1 | -1/+1 |
| | | | | creation but prior to successful verification. This presents the link to resend the verification email and/or allows you to enter it. | ||||
* | 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 |
| | | | | There is a very high probability this will also fix hubzilla-addons issue #75 | ||||
* | 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 ↵ | zotlabs | 2017-11-04 | 1 | -0/+1 |
| | | | | parameter was missing) | ||||
* | :bulb: Improving Doxygen documentation. | Klaus Weidenbach | 2017-11-03 | 1 | -148/+291 |
| | | | | | Fix some Doxygen parsing errors. Improve hooks documentation. | ||||
* | 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 |
| | | | | well as the traditional red style (@forumname+). This should probably not be advertised on a wide scale until after a critical mass of sites have updated to a version containing these changes. This adds yet another option type to the ACL module which probably needs refactoring soon since it is turning into option type spaghetti. | ||||
* | 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 |
| | | | | array that's empty and we unconditionally need to encode the array even if empty | ||||
* | introduce item_normal_update(). the differnce to item_normal() is that we do ↵ | Mario Vavti | 2017-09-03 | 1 | -0/+6 |
| | | | | not query for item_deleted = 0 and therefor can find deleted likes which allows us to update our unlikes on the fly if static page update is enabled | ||||
* | 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 ↵ | zotlabs | 2017-07-10 | 1 | -1/+1 |
| | | | | find your own comments months from now | ||||
* | 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 |
| | |||||
* | allow moderated comments like wordpress if permissions are compatible | zotlabs | 2017-06-18 | 1 | -1/+1 |
| | |||||
* | add 'can_comment_on_post' hook so we can better deal with the complications ↵ | zotlabs | 2017-06-12 | 1 | -0/+5 |
| | | | | of Diaspora policy | ||||
* | provide ability to search webpages (either public or which contain the ↵ | zotlabs | 2017-05-30 | 1 | -0/+7 |
| | | | | observer in the acl) in addition to conversations | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-05 | 1 | -14/+16 |
|\ | |||||
| * | Merge pull request #751 from dawnbreak/docu | git-marijus | 2017-05-05 | 1 | -14/+16 |
| |\ | | | | | | | :bulb: Add Doxygen fix for @var member variable documentation. | ||||
| | * | :bulb: correct some Doxygen syntax mistakes. | Klaus Weidenbach | 2017-05-05 | 1 | -14/+16 |
| | | | |||||
| * | | typo | zotlabs | 2017-05-04 | 1 | -1/+1 |
| |/ | |||||
| * | make mail_store() safe for postgres or mysql5.7 - although this interface ↵ | zotlabs | 2017-05-01 | 1 | -2/+9 |
| | | | | | | | | needs to be refactored in the future | ||||
| * | The rest of the library and backend changes to support client-side e2ee and ↵ | zotlabs | 2017-04-26 | 1 | -26/+9 |
| | | | | | | | | deprecate previous uses of item_obscured. | ||||
| * | provide a broken feed for services which require a broken feed | zotlabs | 2017-04-26 | 1 | -0/+4 |
| | | |||||
| * | some signatures showing as invalid because of recent import_author_zot() ↵ | zotlabs | 2017-04-12 | 1 | -7/+25 |
| | | | | | | | | changes. | ||||
* | | typo | zotlabs | 2017-05-04 | 1 | -1/+1 |
| | | |||||
* | | more code refactoring to put external protocol dependencies in plugins. | zotlabs | 2017-05-02 | 1 | -31/+5 |
| | | |||||
* | | make mail_store() safe for postgres or mysql5.7 - although this interface ↵ | zotlabs | 2017-04-27 | 1 | -2/+9 |
| | | | | | | | | needs to be refactored in the future | ||||
* | | more client-side mail privacy work | zotlabs | 2017-04-26 | 1 | -2/+13 |
| | | |||||
* | | provide a broken feed for services which require a broken feed | zotlabs | 2017-04-25 | 1 | -0/+4 |
| | | |||||
* | | database upgrade | zotlabs | 2017-04-23 | 1 | -4/+1 |
| | | |||||
* | | The rest of the library and backend changes to support client-side e2ee and ↵ | zotlabs | 2017-04-20 | 1 | -26/+9 |
| | | | | | | | | deprecate previous uses of item_obscured. | ||||
* | | some signatures showing as invalid because of recent import_author_zot() ↵ | zotlabs | 2017-04-09 | 1 | -7/+25 |
| | | | | | | | | changes. | ||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-05 | 1 | -0/+32 |
|\| |