aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/models.py
Commit message (Expand)AuthorAge
* Mark all articles (or all articles from a feed) as read.Cédric Bonhomme2014-04-08
* Sort articles by date.Cédric Bonhomme2014-04-08
* Management page near to be OK.Cédric Bonhomme2014-04-08
* Beginning of the port to PostgreSQL.Cédric Bonhomme2014-04-07
* Minor bug fixes.Cédric Bonhomme2014-02-10
* The description is not required.Cédric Bonhomme2014-01-26
* The description of the feed is stored in the database.Cédric Bonhomme2014-01-26
* Improved models with a new index for articles.Cédric Bonhomme2013-12-24
* It is now possible to enable or disable (stop checking for updates) a feed.Cédric Bonhomme2013-11-23
* Added comments in models.py.Cédric Bonhomme2013-11-17
* Removed old module for the MongoDB connection.Cédric Bonhomme2013-11-17
* Enable or disable email notification.Cédric Bonhomme2013-11-10
* Restored headers.Cédric Bonhomme2013-11-05
* Try to speed the search of article.Cédric Bonhomme2013-11-03
* feeds are compared with their idsCédric Bonhomme2013-11-03
* The link of the feed is unique.Cédric Bonhomme2013-11-02
* Bugfix when deleting an entire feed.Cédric Bonhomme2013-11-02
* 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 authentication with Flask-Login.Cédric Bonhomme2013-10-30
* Sorting of articles seems to be working ;-)Cédric Bonhomme2013-10-28
* Updated importer.Cédric Bonhomme2013-10-27
* Trying to sort articles (SortedListField(ReferenceField('Article')).Cédric Bonhomme2013-10-13
* First implementation of /favorites page.Cédric Bonhomme2013-10-13
* Mark an article as read.Cédric Bonhomme2013-10-13
* First prototype for the /article page.Cédric Bonhomme2013-10-13
* Added new files. First prototype with the Flask micro-framework.Cédric Bonhomme2013-10-13
bgstack15