coldsweat
coldsweat copied to clipboard
Web RSS aggregator and reader compatible with the Fever API
It would be nice to track comments to a given entry and display those in the detail view. This feature should be off by default, since it creates a significant...
Current way of grouping entries with different publishing dates lead to lots of fragmentation for older entries. Also, it is not precise enough: sometimes you see posts slip into the...
Several queries spawn quite a lot of subqueries due to the way they are constructed. The obvious ones in fever.py are: - get_feeds, see feed.icon.id - get_feed_groups, see s.feed.id The...
### Remove expired sessions See reference session implementation in https://pypi.python.org/pypi/wsgistate/ ### Use a log in decorator to access certain views Add something like @login_required to views
The [FreshRSS API ](http://freshrss.github.io/FreshRSS/en/developers/06_GoogleReader_API.html) is a GoogleReader-like API that is widely adopted. For example, it is supported by Reeder iOS app among _many_ other clients. Since it is also documented...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. Release notes Sourced from urllib3's releases. 1.26.19 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...