aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/__init__.py
Commit message (Collapse)AuthorAge
* 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