aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/__init__.py
Commit message (Collapse)AuthorAge
* Rfactorization. Just a start...Cédric Bonhomme2015-11-25
|
* a first big refacto of the existing archFrançois Schmidts2015-03-03
|
* adding news fields and migrations scriptsFrançois Schmidts2015-03-03
|
* global esthetics tweakFrançois Schmidts2015-03-03
|
* Removed gravatar extension.Cédric Bonhomme2014-09-12
|
* Forcing SSL with Flask-SSLify on Heroku.Cédric Bonhomme2014-06-27
|
* Testing a REST API.Cédric Bonhomme2014-06-18
|
* making pyagregator runnable by apacheFrançois Schmidts2014-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 Bonhomme2014-05-27
|
* Integration of recaptcha module.Cédric Bonhomme2014-05-05
|
* Available time zonez are defined in conf.py.Cédric Bonhomme2014-05-03
|
* Take into account the client time zone.Cédric Bonhomme2014-05-03
|
* Internationalization to french.Cédric Bonhomme2014-05-01
|
* Updated comment.Cédric Bonhomme2014-04-27
|
* Better to send email without Flask-Mail.Cédric Bonhomme2014-04-27
|
* Cleaned code.Cédric Bonhomme2014-04-27
|
* Added avatar to the profile section.Cédric Bonhomme2014-04-24
|
* This fixes #1.Cédric Bonhomme2014-04-23
|
* Fixed bug for deployment on Herolu (1).Cédric Bonhomme2014-04-09
|
* Beginning of the port to PostgreSQL.Cédric Bonhomme2014-04-07
|
* Email notification.Cédric Bonhomme2013-11-10
|
* Removed admin interface.Cédric Bonhomme2013-11-10
|
* 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
|
* SECRET_KEY is set by os.urandom(12).Cédric Bonhomme2013-10-27
|
* Removed debug tool bar.Cédric Bonhomme2013-10-27
|
* Mark an article as read.Cédric Bonhomme2013-10-13
|
* Added new files. First prototype with the Flask micro-framework.Cédric Bonhomme2013-10-13
bgstack15