Andrea Peltrin

Results 41 issues of Andrea Peltrin

Store salted and hashed password and Fever apikey into database. See: - http://blog.codinghorror.com/your-password-is-too-damn-short/ - https://docs.python.org/2/library/hashlib.html#hashlib.pbkdf2_hmac Since different algorithms can be available on a user platform Coldsweat could store salted passwords...

While adding a feed via OPML import or web UI handle feed:// link as an alias for http(s)://. Common usage examples: ``` feed://www.example.com/rss feed:http://www.example.com/rss ```

Implement Fever "Hot Links" as plugin. "Hot LInks" should appear in the web UI too. From: _[Why and how I use Fever](http://anthonydrendel.com/blog/2012/9/5/why-and-how-i-use-fever.html)_. > [Fever] curates (everyone's favorite buzzword!) your feeds...

bluesky

It would be cool to have a way to "mute" a feed to avoid its entries to appear in the unread list. Feeds like _Dribbble popular_ are nice to have...

In the web UI user can open a modal dialog multiple times (e.g. add a feed ) if she clicks fast enough. Add a check to avoid opening more than...

bug

As commented in #6: > One thing I currently left out but I intend to implement in the near future is a "just subscribe" behavior if just one feed has...

enhancement

This feature is handy to transfer data between a database engine and another (e.g. sqlite to MySQL) or updating an existing installation (e.g. MySQL ISAM to MySQL InnoDB). Input and...

Something like this in command_setup would work: ``` username, email, password = map(decode, [username, email, password]) ``` The `decode` function should use the `sys.stdin.encoding` value to decode str to unicode...

[PInboard "popular" feed](http://feeds.pinboard.in/rss/popular/) entries have all the same timestamp. E.g: ``` xml Full Stack Python 2014-07-06T14:12:01+00:00 http://www.fullstackpython.com/ davewongillies

bug

Sometimes there's the need to quickly find out a feed or entries by looking up their title or content. ### Possible implementation Peewee has and extension to activate full-text search...

bluesky