DM42.Net (Matt Dent)
|
09b2cdd618
|
Add ITEM_TYPE_CUSTOM and hooks for processing custom item types
|
2018-12-14 20:20:26 -05:00 |
|
Max Kostikov
|
d12744011a
|
Merge branch 'dev' into 'dev'
Add strings to Russian translation
See merge request hubzilla/core!1418
|
2018-12-04 11:50:04 +01:00 |
|
Mario Vavti
|
fdb0459288
|
Merge remote-tracking branch 'mike/master' into dev
|
2018-12-01 21:43:54 +01:00 |
|
zotlabs
|
6cade7d935
|
attached photo permissions regression
|
2018-11-30 13:54:17 -08:00 |
|
Max Kostikov
|
c857ecab46
|
Create plink depending on message id format
|
2018-11-30 19:56:49 +01:00 |
|
Mario
|
f408ff982c
|
Merge remote-tracking branch 'mike/master' into dev
|
2018-11-23 15:42:40 +01:00 |
|
Mario
|
85f52d2aed
|
Merge remote-tracking branch 'mike/master' into dev
|
2018-11-22 10:17:18 +01:00 |
|
zotlabs
|
8e71324514
|
fix mastodon tag notifications (again)
|
2018-11-21 20:25:59 -08:00 |
|
zotlabs
|
ea235c0c67
|
no mention notifications from mastodon (and pleroma)
|
2018-11-21 20:03:58 -08:00 |
|
DM42.Net (Matt Dent)
|
3787c490d4
|
Fix: delayed items propagate before publication on cloned channels
|
2018-11-18 07:00:06 -05:00 |
|
zotlabs
|
39d914c9df
|
add item.uuid to relevant places
|
2018-11-15 16:34:09 -08:00 |
|
zotlabs
|
1a2df9c51c
|
item uuid changes
|
2018-11-12 18:25:55 -08:00 |
|
zotlabs
|
d56e1f6285
|
begin native summary support
|
2018-11-08 19:49:57 -08:00 |
|
zotlabs
|
ae4aeb4b1e
|
delivery chain linkage messed up if original post was edited
|
2018-10-26 13:00:26 -07:00 |
|
Max Kostikov
|
71931b423c
|
Update items.php
|
2018-09-27 23:53:51 +02:00 |
|
zotlabs
|
be3b630474
|
important hyperdrive component
|
2018-09-09 20:53:20 -07:00 |
|
zotlabs
|
7018da3f12
|
code cleanup
|
2018-08-23 22:44:22 -07:00 |
|
zotlabs
|
a66c43166a
|
first_post_date() (used by archive widget) - trigger the query options off of the active module rather than rely on passed parameters
|
2018-08-23 21:01:28 -07:00 |
|
zotlabs
|
6ecd31a715
|
tweak archive widget for articles
|
2018-08-22 13:30:16 -07:00 |
|
zotlabs
|
f230c07ba5
|
possible fixes for can_comment_on_post(), provide wiki_list on wiki sidebar
|
2018-08-15 17:00:37 -07:00 |
|
zotlabs
|
d753492382
|
bad merge
|
2018-07-01 22:48:05 -07:00 |
|
zotlabs
|
4866ed5283
|
remove the white-space pre-wrap property on code blocks. This should probably be done with the word-break property instead
|
2018-06-24 21:56:58 -07:00 |
|
zotlabs
|
86e93664d0
|
remote_self wasn't working correctly
|
2018-06-24 16:56:23 -07:00 |
|
zotlabs
|
6cf040d3ee
|
whitespace
|
2018-06-18 21:11:39 -07:00 |
|
zotlabs
|
f801f52274
|
provide flag to collect_recipients to exclude privacy groups (for federation plugin use)
|
2018-06-18 17:07:20 -07:00 |
|
zotlabs
|
7850ecbd95
|
remove several unused/unreferenced templates
|
2018-06-17 20:53:05 -07:00 |
|
zotlabs
|
6959c9e423
|
fixes for immediate expire, channel_active not initialised in DB
|
2018-06-10 15:27:55 -07:00 |
|
zotlabs
|
16930c1c54
|
anybody authenticated not correctly handled in can_comment_on_post()
|
2018-05-15 16:08:51 -07:00 |
|
zotlabs
|
62bc5e8051
|
use Zlib/MessageFilter for sourced messages also
|
2018-05-10 19:31:51 -07:00 |
|
zotlabs
|
721496f922
|
hubzilla issue #1169
|
2018-05-10 17:11:03 -07:00 |
|
zotlabs
|
1650ac2edd
|
tag search not finding articles
|
2018-05-09 23:44:24 -07:00 |
|
zotlabs
|
b47b917eb0
|
check_item_source: always log uid
|
2018-05-05 01:52:35 -07:00 |
|
zotlabs
|
c41c04cf11
|
log all possible return conditions from check_item_source(), use consistent xchan
|
2018-05-05 01:43:14 -07:00 |
|
zotlabs
|
406ea67bbc
|
Provide admin delete ability if the viewer is admin but has no existing delete authority. For 3.5+ as a new string is involved.
|
2018-05-02 17:39:12 -07:00 |
|
zotlabs
|
e060135304
|
add commented_days parameter to item_expire(), default 7. Both expire_days and commented_days have to be exceeded to expire.
|
2018-04-09 23:39:47 -07:00 |
|
zotlabs
|
5ac0f371c7
|
community tags: allow signature of either author or owner so that it stands a chance of working across multiple delivery chains
|
2018-04-03 17:52:54 -07:00 |
|
zotlabs
|
4e21c14ff6
|
community tagging refactor - we no longer send an edited post/comment to 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.
|
2018-04-02 20:39:28 -07:00 |
|
zotlabs
|
753e1e4616
|
commtag refactor
|
2018-04-02 19:32:22 -07:00 |
|
zotlabs
|
9a1f051068
|
missing year on profile birthday input, some optimisations to stats
|
2018-04-02 13:32:10 -07:00 |
|
zotlabs
|
558e3f8042
|
code optimisations and de-duplication on updating parent commented timestamp
|
2018-03-24 02:22:24 -07:00 |
|
zotlabs
|
abe6ab4775
|
logic fallacy when updating parent timestamp of moderated comment
|
2018-03-23 21:24:24 -07:00 |
|
zotlabs
|
1f128e84fb
|
Hubzilla issue #1006, fix anonymous comments bump thread before being approved.
|
2018-03-21 22:52:24 -07:00 |
|
zotlabs
|
34399b8b47
|
obscure permission issue with custom permissions when using the highly discouraged advisory privacy modes
|
2018-03-12 15:47:33 -07:00 |
|
zotlabs
|
14f701f7fc
|
restrict mail messages to max_import_size
|
2018-03-04 14:30:09 -08:00 |
|
zotlabs
|
f83b7c2d52
|
issues with delivery of edited posts to forums
|
2018-02-26 15:46:29 -08:00 |
|
Mario Vavti
|
bdcee4fc30
|
query for what we need instead of what we do not need
|
2018-02-22 10:10:46 +01:00 |
|
Mario Vavti
|
41da5af721
|
remove order by clause
|
2018-02-20 10:36:05 +01:00 |
|
Mario Vavti
|
d826515ba8
|
since we only save the parent mid in notify we must look for thr_parent when dealing with likes
|
2018-02-13 11:01:58 +01:00 |
|
Mario Vavti
|
b221c68e4b
|
fix parent id for likes in status notifications.
|
2018-02-13 10:29:32 +01:00 |
|
zotlabs
|
0f8d2d4e58
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
|
2018-02-11 19:36:37 -08:00 |
|