| Commit message (Expand) | Author | Age |
... | |
* | For the moment disable full text search on Heroku. | Cédric Bonhomme | 2014-04-12 |
* | Improvements of queries. | Cédric Bonhomme | 2014-04-12 |
* | New ForeignKey between Article and User. | Cédric Bonhomme | 2014-04-12 |
* | Better use of the decorator 'feed_access_required'. | Cédric Bonhomme | 2014-04-12 |
* | Updated README. | Cédric Bonhomme | 2014-04-09 |
* | Delete a feed and its articles. | Cédric Bonhomme | 2014-04-09 |
* | Check if user can access to the article. | Cédric Bonhomme | 2014-04-09 |
* | Fixed bug. | Cédric Bonhomme | 2014-04-09 |
* | Fixed bug: all users were able to access to any article. | Cédric Bonhomme | 2014-04-09 |
* | Management of users via the administrator's account. | Cédric Bonhomme | 2014-04-09 |
* | License is now AGPLv3. | Cédric Bonhomme | 2014-04-09 |
* | Removed initialization script. | Cédric Bonhomme | 2014-04-09 |
* | Import/export of feeds with OPML is working. | Cédric Bonhomme | 2014-04-08 |
* | Another view is fixed. | Cédric Bonhomme | 2014-04-08 |
* | /unread and /like views are working. | Cédric Bonhomme | 2014-04-08 |
* | /articles page is working. | Cédric Bonhomme | 2014-04-08 |
* | Delete an article. | Cédric Bonhomme | 2014-04-08 |
* | Like/unlike articles. | Cédric Bonhomme | 2014-04-08 |
* | Fix. | Cédric Bonhomme | 2014-04-08 |
* | Mark all articles (or all articles from a feed) as read. | Cédric Bonhomme | 2014-04-08 |
* | Improved articles loading for the home page. | Cédric Bonhomme | 2014-04-08 |
* | Management page near to be OK. | Cédric Bonhomme | 2014-04-08 |
* | Added decorator to check if a user has access to a feed. | Cédric Bonhomme | 2014-04-08 |
* | Create and edit a feed: OK. | Cédric Bonhomme | 2014-04-08 |
* | Beginning of the port to PostgreSQL. | Cédric Bonhomme | 2014-04-07 |
* | Login is required. | Cédric Bonhomme | 2014-02-10 |
* | Export feeds to OPML. | Cédric Bonhomme | 2014-02-10 |
* | Minor bug fixes. | Cédric Bonhomme | 2014-02-10 |
* | Catch error if not articles for a feed (when detecting inactive feeds). | Cédric Bonhomme | 2014-02-09 |
* | Updated redirection for delete_feed view. | Cédric Bonhomme | 2014-02-09 |
* | Improved OPML import. | Cédric Bonhomme | 2014-02-09 |
* | Improvements to the OPML importer. | Cédric Bonhomme | 2014-02-09 |
* | It is now possible to import OPML files. | Cédric Bonhomme | 2014-02-09 |
* | Minor improvements to some views. | Cédric Bonhomme | 2014-02-09 |
* | New flash message. | Cédric Bonhomme | 2014-02-06 |
* | Test if the id of the feed is valid. | Cédric Bonhomme | 2014-02-06 |
* | Check if the number of articles is not greater than the parameter. | Cédric Bonhomme | 2014-02-06 |
* | Display last 'n' articles. | Cédric Bonhomme | 2014-02-05 |
* | Give an idea of the importance of a feed compared to the whole database. | Cédric Bonhomme | 2014-02-04 |
* | Redirec to referrer. | Cédric Bonhomme | 2014-02-03 |
* | Improvement of the Flask redirection for the view mark_as_read(). | Cédric Bonhomme | 2014-02-03 |
* | Mark all articles as read by feed. | Cédric Bonhomme | 2014-02-02 |
* | Updated template with Bootstrap 3.1 headers. | Cédric Bonhomme | 2014-01-30 |
* | Released version 4.5. Installation in one step. Misc improvements to the Jinj... | Cédric Bonhomme | 2014-01-29 |
* | explicitly mark a string as safe HTML with |safe | Cédric Bonhomme | 2014-01-27 |
* | The description of the feed is stored in the database. | Cédric Bonhomme | 2014-01-26 |
* | Display the number of unread articles in the Browser tab title. | Cédric Bonhomme | 2014-01-12 |
* | It is now possible to feth only one feed. | Cédric Bonhomme | 2014-01-12 |
* | Keep the MongoDB database and Whoosh index synchronized. | Cédric Bonhomme | 2014-01-12 |
* | Minor fix when a feed contains 0 article. | Cédric Bonhomme | 2014-01-06 |