Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | making pyagregator runnable by apache | François Schmidts | 2014-06-09 |
| | | | | | | | | | * adding bootstrap module for basic import * redoing logging (config, proper use of the logging module) * making secret part of config (random wouldn't work with apache since it uses different instances of python) * making server entry point not executing application if just imported * not writing file for opml when we can read it from memory | ||
* | Updated JSON export. | Cédric Bonhomme | 2014-05-27 |
| | |||
* | Integration of recaptcha module. | Cédric Bonhomme | 2014-05-05 |
| | |||
* | Available time zonez are defined in conf.py. | Cédric Bonhomme | 2014-05-03 |
| | |||
* | Take into account the client time zone. | Cédric Bonhomme | 2014-05-03 |
| | |||
* | Internationalization to french. | Cédric Bonhomme | 2014-05-01 |
| | |||
* | Updated comment. | Cédric Bonhomme | 2014-04-27 |
| | |||
* | Better to send email without Flask-Mail. | Cédric Bonhomme | 2014-04-27 |
| | |||
* | Cleaned code. | Cédric Bonhomme | 2014-04-27 |
| | |||
* | Added avatar to the profile section. | Cédric Bonhomme | 2014-04-24 |
| | |||
* | This fixes #1. | Cédric Bonhomme | 2014-04-23 |
| | |||
* | Fixed bug for deployment on Herolu (1). | Cédric Bonhomme | 2014-04-09 |
| | |||
* | Beginning of the port to PostgreSQL. | Cédric Bonhomme | 2014-04-07 |
| | |||
* | Email notification. | Cédric Bonhomme | 2013-11-10 |
| | |||
* | Removed admin interface. | Cédric Bonhomme | 2013-11-10 |
| | |||
* | It is now possible to add a feed via a form for different users. | Cédric Bonhomme | 2013-11-01 |
| | |||
* | Added users management. | Cédric Bonhomme | 2013-11-01 |
| | |||
* | Added authentication with Flask-Login. | Cédric Bonhomme | 2013-10-30 |
| | |||
* | Sorting of articles seems to be working ;-) | Cédric Bonhomme | 2013-10-28 |
| | |||
* | SECRET_KEY is set by os.urandom(12). | Cédric Bonhomme | 2013-10-27 |
| | |||
* | Removed debug tool bar. | Cédric Bonhomme | 2013-10-27 |
| | |||
* | Mark an article as read. | Cédric Bonhomme | 2013-10-13 |
| | |||
* | Added new files. First prototype with the Flask micro-framework. | Cédric Bonhomme | 2013-10-13 |