index
:
ihatemoney-mirror.git
docker-compose
master
[no description]
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
budget
/
web.py
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-09
Refactor the application to use blueprints.
Alexis Metaireau
1
-50
/
+43
2011-09-09
Move some logic to the models and add comments.
Alexis Metaireau
1
-15
/
+24
2011-09-09
Start working on archive management
Alexis Metaireau
1
-12
/
+10
2011-08-25
Add a way to reactivate an user, make the add project non obstrusive
Alexis Metaireau
1
-0
/
+11
2011-08-22
display a flash message when an user is coming back
Alexis Metaireau
1
-0
/
+1
2011-08-22
Add missing tests. Fixes #14 and #22.
Alexis Metaireau
1
-0
/
+8
2011-08-21
RequestRedirect uses a HTTP 301. We need 303.
Alexis Metaireau
1
-4
/
+3
2011-08-21
authentication dance
Alexis Metaireau
1
-8
/
+7
2011-08-21
Add a flash message + the name of the site when sending invitations
Alexis Metaireau
1
-0
/
+1
2011-08-21
put back stuff in the wrong place for now
Alexis Metaireau
1
-8
/
+9
2011-08-21
Fix a weird behavior with tests and databases.
Alexis Metaireau
1
-9
/
+13
2011-08-21
add a demo feature (see #16)
Alexis Metaireau
1
-0
/
+6
2011-08-21
Do not loop-redirect on authenticate.
Alexis Metaireau
1
-0
/
+2
2011-08-21
Re-design (Fixes #19)
Alexis Metaireau
1
-32
/
+32
2011-08-20
Add the project to the local context even if it is already in session.
Alexis Metaireau
1
-0
/
+1
2011-08-20
forgot to commit changes to web.py
Alexis Metaireau
1
-5
/
+5
2011-08-19
No need anymore to pass the project_id to the urls.
Alexis Metaireau
1
-54
/
+68
2011-08-10
Add a set_default argument to the get_billform_for function.
Alexis Metaireau
1
-2
/
+1
2011-08-10
Add some more tests about membership. (#14)
Alexis Metaireau
1
-1
/
+1
2011-08-10
The delete bill feature has been fixed. #6
Frédéric Sureau
1
-2
/
+0
2011-08-10
It is now possible to edit existing bills.
Frédéric Sureau
1
-12
/
+31
2011-08-10
Fixes various typos.
Alexis Metaireau
1
-1
/
+1
2011-08-10
get ready for production, baby :)
Alexis Metaireau
1
-8
/
+9
2011-08-10
remove the debug route for production
Alexis Metaireau
1
-5
/
+0
2011-08-09
formatting
Alexis Metaireau
1
-4
/
+6
2011-08-09
fixes authentication (#9)
Alexis Metaireau
1
-18
/
+19
2011-08-09
Add tests about sending notifications. #7
Alexis Metaireau
1
-1
/
+1
2011-08-09
Do not redirect users to the creation form when they are trying to log in.
Alexis Metaireau
1
-4
/
+7
2011-08-09
Users are deleted when no bill is assigned to them. Fixes #5
Frédéric Sureau
1
-3
/
+8
2011-08-09
The bills list now only displays the specific bills of the project.
Frédéric Sureau
1
-2
/
+5
2011-07-31
Makes the computation working.
Alexis Metaireau
1
-20
/
+18
2011-07-31
List the projects in session into the home page.
Alexis Metaireau
1
-2
/
+6
2011-07-31
Adding a bill is now working properly
Alexis Metaireau
1
-10
/
+3
2011-07-30
Invite people after project creation.
Alexis Metaireau
1
-5
/
+31
2011-07-30
Put back the old version of authenticate.
Alexis Metaireau
1
-24
/
+22
2011-07-29
Adding bill works
Frédéric Sureau
1
-1
/
+0
2011-07-29
Homepage created and project authentication refactored
Frédéric Sureau
1
-26
/
+38
2011-07-26
Check project id before authentication
Frédéric Sureau
1
-3
/
+5
2011-07-23
Manage users creation
Alexis Metaireau
1
-4
/
+14
2011-07-23
Project creation.
Alexis Metaireau
1
-27
/
+44
2011-07-23
Split the logic into different python modules:
Alexis Metaireau
1
-0
/
+145