aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/authenticate.html
AgeCommit message (Collapse)AuthorFilesLines
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)