Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into evol/api | François Schmidts | 2015-03-03 |
|\ | | | | | | | | | | | | | | | Conflicts: bootstrap.py pyaggr3g470r/models.py pyaggr3g470r/notifications.py pyaggr3g470r/rest.py | ||
| * | Removed the functionality for the email notifications of new articles. No ↵ | Cédric Bonhomme | 2015-02-25 |
| | | | | | | | | real added value. | ||
* | | new crawler with cache control and error handling | François Schmidts | 2015-03-03 |
|/ | |||
* | No need to specify the version of python to use for the crawler on Heroku. | Cédric Bonhomme | 2015-02-08 |
| | |||
* | Set the version of Python used by the crawler in the configuration file. | Cédric Bonhomme | 2015-01-21 |
| | |||
* | Configuration variables has been updated. | Cédric Bonhomme | 2014-08-18 |
| | |||
* | 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 | ||
* | Removed ADMIN_PLATFORM_EMAIL env variable. | Cédric Bonhomme | 2014-05-13 |
| | |||
* | trying to send email with postmark | Cédric Bonhomme | 2014-05-13 |
| | |||
* | Load MAILGUN_SMTP_SERVER env variable. | Cédric Bonhomme | 2014-05-13 |
| | |||
* | Add admin email in en variables.. | Cédric Bonhomme | 2014-05-13 |
| | |||
* | Integration of mailgun. | Cédric Bonhomme | 2014-05-13 |
| | |||
* | Integration of recaptcha module. | Cédric Bonhomme | 2014-05-05 |
| | |||
* | Added a link to the home to let the user request form an account. | Cédric Bonhomme | 2014-05-05 |
| | |||
* | Available time zonez are defined in conf.py. | Cédric Bonhomme | 2014-05-03 |
| | |||
* | Internationalization to french. | Cédric Bonhomme | 2014-05-01 |
| | |||
* | Better to send email without Flask-Mail. | Cédric Bonhomme | 2014-04-27 |
| | |||
* | Updated default user-agent when running on Heroku. | Cédric Bonhomme | 2014-04-13 |
| | |||
* | The crawler is launched in a other process. | Cédric Bonhomme | 2014-04-13 |
| | |||
* | Trying the export to HTML option on Heroku (4). | Cédric Bonhomme | 2014-04-12 |
| | |||
* | Trying the export to HTML option on Heroku (3). | Cédric Bonhomme | 2014-04-12 |
| | |||
* | Fixed a bug when launching the crawler via cron. | Cédric Bonhomme | 2014-04-09 |
| | |||
* | Removed initialization script. | Cédric Bonhomme | 2014-04-09 |
| | |||
* | Beginning of the port to PostgreSQL. | Cédric Bonhomme | 2014-04-07 |
| | |||
* | Added an option to choose if URL of articles behind proxies should be resolved. | Cédric Bonhomme | 2014-01-21 |
| | |||
* | It is now possible to configure the proxy and the user agent. | Cédric Bonhomme | 2013-12-24 |
| | |||
* | Email notification. | Cédric Bonhomme | 2013-11-10 |
| | |||
* | Updated configuration file. | Cédric Bonhomme | 2013-11-10 |
| | |||
* | SECRET_KEY is set by os.urandom(12). | Cédric Bonhomme | 2013-10-27 |
| | |||
* | Added new files. First prototype with the Flask micro-framework. | Cédric Bonhomme | 2013-10-13 |