aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Delete a feed and its articles.Cédric Bonhomme2014-04-09
|
* Check if user can access to the article.Cédric Bonhomme2014-04-09
|
* Fixed bug.Cédric Bonhomme2014-04-09
|
* Fixed bug: all users were able to access to any article.Cédric Bonhomme2014-04-09
|
* Updated about page.Cédric Bonhomme2014-04-09
|
* Management of users via the administrator's account.Cédric Bonhomme2014-04-09
|
* Fixed bug for deployment on Heroku (3).Cédric Bonhomme2014-04-09
|
* Fixed bug for deployment on Herolu (2).Cédric Bonhomme2014-04-09
|
* Fixed bug for deployment on Herolu (1).Cédric Bonhomme2014-04-09
|
* Updated default configuration file.Cédric Bonhomme2014-04-09
|
* Fixed a bug when launching the crawler via cron.Cédric Bonhomme2014-04-09
|
* License is now AGPLv3.Cédric Bonhomme2014-04-09
|
* Updated README.Cédric Bonhomme2014-04-09
|
* Detection if running on Heroku.Cédric Bonhomme2014-04-09
|
* Removed initialization script.Cédric Bonhomme2014-04-09
|
* Fixed README.Cédric Bonhomme2014-04-08
|
* Updated README.Cédric Bonhomme2014-04-08
|
* Import/export of feeds with OPML is working.Cédric Bonhomme2014-04-08
|
* Update requirements.txt file.Cédric Bonhomme2014-04-08
|
* Another view is fixed.Cédric Bonhomme2014-04-08
|
* /unread and /like views are working.Cédric Bonhomme2014-04-08
|
* /articles page is working.Cédric Bonhomme2014-04-08
|
* Delete an article.Cédric Bonhomme2014-04-08
|
* Like/unlike articles.Cédric Bonhomme2014-04-08
|
* Fix.Cédric Bonhomme2014-04-08
|
* Mark all articles (or all articles from a feed) as read.Cédric Bonhomme2014-04-08
|
* Improved articles loading for the home page.Cédric Bonhomme2014-04-08
|
* Fixed /feeds template (2).Cédric Bonhomme2014-04-08
|
* Fixed /feeds template.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
|
* Added decorator to check if a user has access to a feed.Cédric Bonhomme2014-04-08
|
* Create and edit a feed: OK.Cédric Bonhomme2014-04-08
|
* Added database initialisation script.Cédric Bonhomme2014-04-07
|
* Beginning of the port to PostgreSQL.Cédric Bonhomme2014-04-07
|
* Testing access keys.Cédric Bonhomme2014-02-27
|
* Login is required.Cédric Bonhomme2014-02-10
|
* Updated README.Cédric Bonhomme2014-02-10
|
* Export feeds to OPML.Cédric Bonhomme2014-02-10
|
* Updated README?Cédric Bonhomme2014-02-10
|
* Minor bug fixes.Cédric Bonhomme2014-02-10
|
* Catch error if not articles for a feed (when detecting inactive feeds).Cédric Bonhomme2014-02-09
|
* Updated redirection for delete_feed view.Cédric Bonhomme2014-02-09
|
* Improved OPML import.Cédric Bonhomme2014-02-09
|
* Updated initialization script.Cédric Bonhomme2014-02-09
|
* Fixed typo.Cédric Bonhomme2014-02-09
|
* Improvements to the OPML importer.Cédric Bonhomme2014-02-09
|
* It is now possible to import OPML files.Cédric Bonhomme2014-02-09
|
* Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470rCédric Bonhomme2014-02-09
|\
| * Minor improvement.Cédric Bonhomme2014-02-07
| |
bgstack15