aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/forms.py
Commit message (Collapse)AuthorAge
* Beginning of the port to PostgreSQL.Cédric Bonhomme2014-04-07
|
* Minor bug fixes.Cédric Bonhomme2014-02-10
|
* TextField replaced by PasswordField in the ProfileForm form.Cédric Bonhomme2013-11-24
|
* Updating the password is not required.Cédric Bonhomme2013-11-24
|
* It is now possible to update information about a user (first name, last ↵Cédric Bonhomme2013-11-24
| | | | name, email and password).
* It is now possible to enable or disable (stop checking for updates) a feed.Cédric Bonhomme2013-11-23
|
* Enable or disable email notification.Cédric Bonhomme2013-11-10
|
* It is now possible to add and edit a feed.Cédric Bonhomme2013-11-10
|
* Restored headers.Cédric Bonhomme2013-11-05
|
* Sign in -> Log inCédric Bonhomme2013-11-02
|
* It is now possible to add a feed via a form for different users.Cédric Bonhomme2013-11-01
|
* Added authentication with Flask-Login.Cédric Bonhomme2013-10-30
|
* Added new files. First prototype with the Flask micro-framework.Cédric Bonhomme2013-10-13
bgstack15