aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/authenticate.html
AgeCommit message (Collapse)AuthorFilesLines
2012-04-05Update to Boostrap v2.Frédéric Sureau1-1/+1
Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter.
2011-10-15Translate the application using Flask-babel.Alexis Metaireau1-2/+2
The only translation so far is french, but more can be added. The browser language is used thanks to the HTTP languages headers. There are still some problems with the translation of some strings, I don't know why this is. See #12
2011-10-08Add a password recovery feature. Fix #32Alexis Metaireau1-4/+0
2011-09-09Refactor the application to use blueprints.Alexis Metaireau1-1/+1
This allows to isolate some behavior in the context of the web application so the API and the web application can behave in different ways.
2011-08-21Re-design (Fixes #19)Alexis Metaireau1-5/+1
2011-08-09Do not redirect users to the creation form when they are trying to log in.Alexis Metaireau1-0/+5
Fixes #9
2011-07-29Homepage created and project authentication refactoredFrédéric Sureau1-2/+4
2011-07-23Kick-start multiple projects support.Alexis Metaireau1-0/+14
This commit adds: * support for projects (creation not yet finished) * an authentication mechanism * bugs (basically all the features are not working anymore)