aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Updated README.Cédric Bonhomme2013-11-03
* Minor bugfixCédric Bonhomme2013-11-03
* Page for favorites articles.Cédric Bonhomme2013-11-03
* feeds are compared with their idsCédric Bonhomme2013-11-03
* Removed Flask-Principal dependency from the requirements.txt file.Cédric Bonhomme2013-11-02
* Updated README.Cédric Bonhomme2013-11-02
* Display a start for favorites articles.Cédric Bonhomme2013-11-02
* The link of the feed is unique.Cédric Bonhomme2013-11-02
* Sign in -> Log inCédric Bonhomme2013-11-02
* Bugfix when deleting an entire feed.Cédric Bonhomme2013-11-02
* Another minor bugfix...Cédric Bonhomme2013-11-02
* Delete a feed from the table of feeds.Cédric Bonhomme2013-11-02
* Minor fix in the layout template.Cédric Bonhomme2013-11-02
* Added new responsive table for the /feeds page.Cédric Bonhomme2013-11-02
* Merged Flask branch into default.Cédric Bonhomme2013-11-01
|\
* | Updated login page.Cédric Bonhomme2013-11-01
* | Minor improvements to the templates.Cédric Bonhomme2013-11-01
* | Updated templates.Cédric Bonhomme2013-11-01
* | It is now possible to delete an article or an entire feed.Cédric Bonhomme2013-11-01
* | Improved sort of feeds.Cédric Bonhomme2013-11-01
* | no reverseCédric Bonhomme2013-11-01
* | It is now possible to add a feed via a form for different users.Cédric Bonhomme2013-11-01
* | Added users management.Cédric Bonhomme2013-11-01
* | Added new template to display information about a feed.Cédric Bonhomme2013-11-01
* | Added new template for the list of feeds.Cédric Bonhomme2013-11-01
* | Management page has been updated.Cédric Bonhomme2013-11-01
* | Improved templates: rendering of the list of articlesCédric Bonhomme2013-10-31
* | Added authentication with Flask-Login.Cédric Bonhomme2013-10-30
* | this sort is enough fastCédric Bonhomme2013-10-30
* | context manager now uselessCédric Bonhomme2013-10-30
* | count() is way faster than len().Cédric Bonhomme2013-10-30
* | Updated requirements.txtCédric Bonhomme2013-10-29
* | Link to the original article.Cédric Bonhomme2013-10-28
* | Added link to the site of the feed.Cédric Bonhomme2013-10-28
* | Displaying the number of articles in a feed.Cédric Bonhomme2013-10-28
* | Removed Flask debug toolbar dependency.Cédric Bonhomme2013-10-28
* | Updated /articles page.Cédric Bonhomme2013-10-28
* | tests for /unread page.Cédric Bonhomme2013-10-28
* | first 9 articlesCédric Bonhomme2013-10-28
* | Sorting of articles seems to be working ;-)Cédric Bonhomme2013-10-28
* | SECRET_KEY is set by os.urandom(12).Cédric Bonhomme2013-10-27
* | Removed debug tool bar.Cédric Bonhomme2013-10-27
* | Updated importer.Cédric Bonhomme2013-10-27
* | Sort articles on the main page.Cédric Bonhomme2013-10-27
* | Removed debug print.Cédric Bonhomme2013-10-27
* | Sort the list of articles for the /articles page.Cédric Bonhomme2013-10-27
* | Updated about page.Cédric Bonhomme2013-10-24
* | Disabling logs in feedgetter.Cédric Bonhomme2013-10-15
* | Fixed indentation error.Cédric Bonhomme2013-10-15
* | Disabling logs.Cédric Bonhomme2013-10-15
bgstack15