Commit Graph

10 Commits (master)

Author SHA1 Message Date
magical ad7a1edaf1 fix FeedSource item sorting
we were sorting by strings instead of parsed dates and it was getting
confused by RFC1123 dates that looked like

    Thu, 02 Dec 2021 00:00:00 -0700
    Mon, 20 Sep 2021 00:00:00 -0600
    Mon, 06 Sep 2021 00:00:00 -0600
    Thu, 02 Sep 2021 00:00:00 -0600
    Sun, 22 Aug 2021 00:00:00 -0600

which of course sort like

    Thu, 02 Sep 2021 00:00:00 -0600
    Thu, 02 Dec 2021 00:00:00 -0700
    Sun, 22 Aug 2021 00:00:00 -0600
    Mon, 20 Sep 2021 00:00:00 -0600
    Mon, 06 Sep 2021 00:00:00 -0600
2022-01-01 00:55:54 +00:00
magical 2f3ae0c09b use the Source, interface 2022-01-01 00:52:03 +00:00
magical df2ebd5b6a show boosts 2021-12-31 22:28:06 +00:00
magical ab1da46096 use NewRequestWithContext 2021-12-31 22:25:30 +00:00
magical 808cc164f1 use a real context w/ deadline 2021-12-31 09:03:45 +00:00
magical 9221cf8ec8 better mastodon text formatting 2021-12-31 08:48:18 +00:00
magical 6a8856c170 fetch the url ourself
makes way for caching the response

also clear src.Error on success
2021-12-31 06:22:08 +00:00
magical d260db550d remove feedurls variable 2021-12-31 06:20:09 +00:00
magical ce9960c06a let's fetch some feeds 2021-11-15 03:32:24 +00:00
magical cb8d99214a Initial commit 2021-09-30 00:23:50 +00:00