Commit Graph

8 Commits

Author SHA1 Message Date
Darius Kazemi 34b46ed9fc Require OAuth 2.0 verification to create feeds
As of the `v2.0.0` release of this project, only users who are authenticated with a particular OAuth server can _create_ feeds. Any federated user can still read the feeds. I implemented this because running this service in the open invited thousands of spammers to create feeds and overwhelm the service. With this new model, you can run this as an added bonus for people in a community like a Mastodon server, and as the person running it you are taking on only the moderation burden of the users you are already responsible for on your federated server.
2021-10-12 09:12:03 -07:00
Samuel FORESTIER 01ac1a9e78 Fixes redirection to existing feeds by URL-decoding resources locations 2019-05-18 13:25:58 +02:00
Darius Kazemi e0dbc536dc Encode URI components for feed with query params
This fixes #10 and fixes #15.
2019-03-10 21:37:08 -07:00
Darius Kazemi 4888db441c add reminder about how feeds work 2019-02-23 22:26:24 -08:00
Darius Kazemi aa2fbcd409 Better error message for malformed feed
Fixes #12.
2019-02-22 12:33:56 -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
Peter Hormanns b26955dc3c change hard coded domain 2018-11-13 10:40:04 -08:00
Darius Kazemi 36bb506bcb First 2018-10-14 21:29:27 -07:00