aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-29Homepage created and project authentication refactoredFrédéric Sureau4-28/+71
2011-07-26Check project id before authenticationFrédéric Sureau3-4/+6
2011-07-23Manage users creationAlexis Metaireau5-37/+66
2011-07-23Project creation.Alexis Metaireau3-28/+56
2011-07-23update the TODO fileAlexis Metaireau1-1/+0
2011-07-23Split the logic into different python modules:Alexis Metaireau7-258/+266
* web.py contains the controllers (also called views) + url definitions * models.py contains the models * forms.py contains the forms * utils.py contains a set of utility fonctions to ease the dev. process
2011-07-23Kick-start multiple projects support.Alexis Metaireau8-43/+200
This commit adds: * support for projects (creation not yet finished) * an authentication mechanism * bugs (basically all the features are not working anymore)
2011-03-18add a delete featureAlexis Metaireau2-1/+10
2011-03-12fix typosAlexis Metaireau1-2/+2
2011-03-10fix typoAlexis Metaireau1-1/+1
2011-03-10add a confirmation buttonAlexis Metaireau1-1/+1
2011-03-10add some stuff in the readme about deploymentAlexis Metaireau1-0/+6
2011-03-10update the path to the app for all conf filesAlexis Metaireau2-5/+5
2011-03-10update the names in the nginx confAlexis Metaireau1-2/+2
2011-03-10reshape the folder structure. Add conf filesAlexis Metaireau43-0/+64
2011-03-10create the db in any case when loading the moduleAlexis Metaireau1-1/+1
2011-03-10add a readmeAlexis Metaireau1-0/+10
2011-03-10initial importAlexis Metaireau39-0/+1904