aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/forms.py
Commit message (Expand)AuthorAge
* Secure back redirects with WTForms.Cédric Bonhomme2015-08-04
* This field is mandatory.Cédric Bonhomme2015-05-07
* Fixed a bug when creating a new user via the dashboard. An other little impro...Cédric Bonhomme2015-04-12
* It is now possible to add a new feed from any page via a dropdown menu.Cédric Bonhomme2015-04-12
* adding refresh rate to the profile formFrançois Schmidts2015-03-04
* Removed the functionality for the email notifications of new articles. No rea...Cédric Bonhomme2015-02-25
* Updated login forms and login template.Cédric Bonhomme2015-01-09
* Updated some comments.Cédric Bonhomme2014-11-19
* Translations have been updated.Cédric Bonhomme2014-09-27
* Renamed submit button.Cédric Bonhomme2014-06-16
* Enables the user to recover its account when he has forgotten its password.Cédric Bonhomme2014-06-16
* fixes #7Cédric Bonhomme2014-06-10
* fixing crash when logging with nonexisting userFrançois Schmidts2014-06-08
* Send notification messages to platform users.Cédric Bonhomme2014-05-20
* Check if the account has been confirmed.Cédric Bonhomme2014-05-13
* Simplification of the login forms.Cédric Bonhomme2014-05-12
* Remove a validator for the profile form.Cédric Bonhomme2014-05-05
* Improved forms validation.Cédric Bonhomme2014-05-05
* Integration of recaptcha module.Cédric Bonhomme2014-05-05
* Internationalization to french in progress.Cédric Bonhomme2014-05-01
* Updated translation.Cédric Bonhomme2014-05-01
* 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 name,...Cédric Bonhomme2013-11-24
* 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