Mario
|
30ddee65a4
|
fix wrong array key and undefined array key
|
2022-11-10 10:48:24 +00:00 |
|
Mario
|
96535ee4df
|
make actor_store() fetch the actor object if none is provided, remove announce from the is_response array and provide a function to find the attributedTo url
|
2022-09-13 11:20:35 +00:00 |
|
Mario
|
480862d714
|
php8: fix more warnings
|
2022-09-11 14:58:40 +00:00 |
|
Mario
|
6930c4e23b
|
fix feedutils regression
|
2022-03-01 20:06:10 +00:00 |
|
Mario
|
01b9f2dfcf
|
enhanced content filters
|
2022-03-01 10:14:05 +00:00 |
|
Mario
|
c0350861ef
|
php8 warnings
|
2022-02-13 19:31:51 +00:00 |
|
Mario
|
daee5b3477
|
since we do not use feedutils for ostatus anymore, we can now safely use import_author_rss() instead of import_author_unknown()
|
2022-02-09 08:45:19 +00:00 |
|
Mario
|
d9920fce3a
|
missing include
|
2021-05-27 11:10:09 +00:00 |
|
Max Kostikov
|
a03423794a
|
Random PHP 8 fixes
|
2021-05-14 08:56:06 +00:00 |
|
Max Kostikov
|
cd97c32444
|
more PHP 8 fixes
|
2021-04-18 21:25:32 +02:00 |
|
Mario
|
80b6954c29
|
use html2plain for summary
|
2021-03-17 09:13:09 +00:00 |
|
Hilmar R
|
c26dede97f
|
get dev
|
2021-03-01 18:48:11 +01:00 |
|
Mario
|
2a154f8c9a
|
merge branch files_ng into dev
|
2020-12-14 11:02:20 +00:00 |
|
Mario
|
941db04260
|
add a uuid version 5 based uuid to imported feeds. if rewrite author for sourced items, also rewrite mid to be fetchable
|
2020-11-25 13:52:27 +00:00 |
|
Mario
|
d0c7c99d5e
|
use strip_tags() on rss titles
|
2020-05-18 11:06:46 +00:00 |
|
Mario
|
17a4aa983e
|
$owner in get_feed_for() is the atom rendered channel, for atom_entry we need the owners channel_id though.
|
2020-01-17 21:31:37 +00:00 |
|
Mario
|
5a6b14f878
|
onepoll: do not update dead feeds
|
2019-11-15 10:01:21 +00:00 |
|
Max Kostikov
|
b6314c109d
|
Sanitize title on Atom/RSS feed import
|
2019-11-07 09:14:51 +01:00 |
|
Klaus Weidenbach
|
13e0151cd2
|
Correct and extend Doxygen comments.
Correct some documentation errors for Doxygen and add
more comments.
Document some undefined variables with @FIXME.
|
2019-01-23 22:25:47 +01:00 |
|
zotlabs
|
721496f922
|
hubzilla issue #1169
|
2018-05-10 17:11:03 -07:00 |
|
zotlabs
|
91b710b07d
|
add auth flag to share attributes so we can make a costly determination to use zid at post submission time instead of making multiple calls to is_matrix_url() at render time
|
2018-03-15 17:51:24 -07:00 |
|
zotlabs
|
a94a28bb7e
|
mastodon content-warning cont: only strip nsfw tag if a content warning spoiler is used. Else it's legitimately nsfw.
|
2018-03-14 20:47:11 -07:00 |
|
zotlabs
|
0905018d3b
|
use original exif_read_data() parameters which were lost in a regression; unset automatic nsfw category generated for Mastodon content warning posts, as people use CW as a spoiler mechanism 99% of the time and flagging inappropriate content 1% of the time.
|
2018-03-14 14:51:33 -07:00 |
|
Mario Vavti
|
43992dc463
|
do not show summary if it is equal to body and some styling for the summary/article toggle links
|
2018-02-19 14:11:58 +01:00 |
|
zotlabs
|
0f8d2d4e58
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
|
2018-02-11 19:36:37 -08:00 |
|
zotlabs
|
0dbb024c99
|
purify summary
|
2018-02-11 14:12:24 -08:00 |
|
Mario Vavti
|
b512780e37
|
do not spam the log
|
2018-02-07 10:27:00 +01:00 |
|
zotlabs
|
4171854e2f
|
slight improvement in ostatus protocol detection from xml feed
|
2018-02-06 17:00:56 -08:00 |
|
zotlabs
|
930e1fdbdc
|
feedutils: separate the parsing of author information from the parsing of item/activity information
|
2018-02-05 15:14:57 -08:00 |
|
zotlabs
|
512f3a7643
|
provide summaries in feeds under very limited cases, but never in compat (GNU-Social) mode
|
2018-02-01 21:26:34 -08:00 |
|
zotlabs
|
dd35cad62a
|
some feed cleanup
|
2018-02-01 19:52:40 -08:00 |
|
zotlabs
|
0d415fb3c9
|
hubzilla issue #946
|
2018-01-07 02:34:37 -08:00 |
|
Mario Vavti
|
d304821977
|
fix undefined constant warning
|
2017-12-16 20:30:42 +01:00 |
|
zotlabs
|
0e91810ed6
|
pubstream comments and a few other bugfixes that were discovered along the way
|
2017-11-26 18:29:24 -08:00 |
|
git-marijus
|
cfbeb1655d
|
Merge branch 'dev' into docu
|
2017-11-04 10:22:58 +01:00 |
|
Klaus Weidenbach
|
1a737be2b4
|
💡 Improving Doxygen documentation.
Fix some Doxygen parsing errors.
Improve hooks documentation.
|
2017-11-03 23:04:27 +01:00 |
|
Klaus Weidenbach
|
1be98d7b7f
|
✅ Some more work on unit tests.
Some small improvements for coverage report.
Add more functions from include/text.php
Update composer dev libraries for phpunit.
|
2017-10-29 22:00:55 +01:00 |
|
zotlabs
|
617f2863c4
|
process activity deletes from OStatus which for whatever reason do not use the industry standard tombstone mechanism
|
2017-09-27 21:13:53 -07:00 |
|
zotlabs
|
808605cd65
|
ostatus - support likes of comments
|
2017-09-24 21:09:21 -07:00 |
|
zotlabs
|
c6bcea0f82
|
pubcrawl: make a good faith effort to handle multi-media content
|
2017-09-18 21:55:45 -07:00 |
|
zotlabs
|
e812836a60
|
provide rel=alternate link if no reshare content in post
|
2017-09-18 17:46:34 -07:00 |
|
zotlabs
|
7cec3f4dbf
|
include the mastodon summary in the post
|
2017-08-10 18:05:06 -07:00 |
|
zotlabs
|
c00796d553
|
ostatus feed was missing comments
|
2017-08-06 19:33:51 -07:00 |
|
zotlabs
|
964a02d684
|
provide a better "is_commentable" default for OStatus conversations that were fetched on the fly
|
2017-07-30 16:15:34 -07:00 |
|
zotlabs
|
dbbae4bac8
|
issue with OStatus comments being propagated downstream
|
2017-07-26 17:38:34 -07:00 |
|
zotlabs
|
9132b9c026
|
remove activitypub components from core
|
2017-07-26 16:39:13 -07:00 |
|
zotlabs
|
89d21c0873
|
begin the tedious process of mapping activities between AS1, zot, and AS2
|
2017-07-20 22:55:04 -07:00 |
|
zotlabs
|
ceeb9836b9
|
implement update_feed_item
|
2017-07-19 20:31:11 -07:00 |
|
zotlabs
|
6103c30184
|
provide optional salmon signatures for AP entities
|
2017-07-18 21:16:18 -07:00 |
|
zotlabs
|
9daa3b85c8
|
some corrections to AS encoding based on the current spec (some of this work was completed long before the spec settled).
|
2017-07-17 22:52:19 -07:00 |
|