Darius Kazemi
4888db441c
add reminder about how feeds work
2019-02-23 22:26:24 -08:00
Darius Kazemi
92a37d60e1
Include more context on rendered pages
...
We now provide a link back to the tool from user pages as well as a link to the source code. Fixes #14 .
2019-02-23 20:37:24 -08:00
Darius Kazemi
aa2fbcd409
Better error message for malformed feed
...
Fixes #12 .
2019-02-22 12:33:56 -08:00
Darius Kazemi
18d64cd7be
More stable updates; unlisted posts
...
* change the way updateFeeds works so that it loops correctly through all feeds and doesn't hang
* make posts unlisted by default in Mastodon ('cc' the public collection rather than 'to')
2019-02-21 07:58:14 -08:00
Darius Kazemi
6e7c8b9705
updates to the feed transform
2018-12-17 18:11:53 -08:00
Darius Kazemi
1d745ae99c
Fixing follow bug
...
Fixing an issue where I wasn't parsing the followers string on a DB query pre-write so followers would just not be written to the DB.
2018-12-17 13:48:14 -08:00
Darius Kazemi
dd6259ced0
Documentation changes
...
* Add link to source
* link to express activitypub server
* more database information
2018-11-19 06:01:34 -08:00
Darius Kazemi
cf8b1721d9
Add profile description field from RSS description
...
This adds a `summary` field to the `actor` object, populated from
the RSS feed's top level <description> element. This makes the
<description> content into the profile description.
2018-11-17 15:54:57 -08:00
Darius Kazemi
9957ea6f7f
Merge branch 'master' of https://github.com/dariusk/activitypub-to-rss
2018-11-17 15:06:56 -08:00
Darius Kazemi
5ad4516a70
Protect against TypeError
...
Only attempt to call req.headers.accept.include() if req.headers.accept exists.
2018-11-17 15:05:55 -08:00
Peter Hormanns
b26955dc3c
change hard coded domain
2018-11-13 10:40:04 -08:00
Peter Hormanns
b8992bd817
fix convert-link
2018-11-13 10:39:59 -08:00
Darius Kazemi
04801687d9
fixing issue with error in SQL query
2018-10-15 12:31:18 -07:00
Darius Kazemi
8678d24707
remove extraneous logs
2018-10-15 11:56:59 -07:00
Darius Kazemi
90ad278588
Fix bug in JSON parsing when fetching from DB
2018-10-15 11:46:18 -07:00
Darius Kazemi
4966d0a922
Fall back to favicon/touch icon if no image in feed
...
Fixes #1 .
2018-10-15 11:45:32 -07:00
Darius Kazemi
f0f67e07cd
Removing comments and fixing some bugs in the update script
2018-10-15 10:47:27 -07:00
Darius Kazemi
dea3bcfc60
Update readme
2018-10-14 21:32:17 -07:00
Darius Kazemi
36bb506bcb
First
2018-10-14 21:29:27 -07:00