aboutsummaryrefslogtreecommitdiff
path: root/budget/web.py
AgeCommit message (Expand)AuthorFilesLines
2017-03-19Use project.id in export filename as it is already slugified0livd1-1/+1
2017-03-09Add export feature0livd1-11/+34
2017-01-30Factor navbar between list_bills and settle_billJocelyn Delalande1-2/+7
2017-01-21Fix deprecation issues (ExtDeprecationWarning)Alexandre Avenel1-2/+2
2017-01-02Optimise SQL queries when displaying bills for a projectBaptiste Jonglez1-1/+3
2016-06-16Added member edit formJocelyn Delande1-0/+18
2013-10-12Add unit-test for bug #105.A.Avenel1-4/+6
2013-06-23Bugfix : error when you access /authenticate url without a project identifierA.Avenel1-1/+6
2013-05-09Merge pull request #96 from aavenel/masterAlexis Metaireau1-3/+4
2013-04-08Bugfix#92 : error when deleting an userA.Avenel1-5/+5
2013-04-07More code cleanup for "settle bills"A.Avenel1-1/+1
2013-04-07use "member.id" instead of "member"A.Avenel1-3/+3
2013-02-19Merge branch 'flask0.9' of github.com:aavenel/ihatemoneyA.Avenel1-3/+3
2013-02-18update for flask 0.9A.Avenel1-2/+2
2012-11-26update for "create archive" interfaceA.Avenel1-1/+1
2012-11-03Merge git://github.com/Lastpixl/ihatemoney into HEADA.Avenel1-3/+4
2012-09-02Fix project deletion. fix #87Alexis Metaireau1-2/+3
2012-03-12Split bills function and basic template.Xavier Mehrenberger1-3/+4
2012-03-06pep8 <3 and '*' imports removalFeth AREZKI1-28/+52
2012-02-20tolerance to smtp error when creating projectFeth AREZKI1-2/+10
2012-02-20cosmit. rem trailing spacesFeth AREZKI1-18/+18
2012-01-28Changed delete feature to only support POST method. Fix #21.Frédéric Sureau1-3/+3
2011-12-03The 'submit and add a new one' button now acts as intendedAlexis Metaireau1-2/+7
2011-11-28Add a 'sumbit and add a new one' button for new bills. Fix #53Alexis Metaireau1-2/+4
2011-11-28Fix #59. Edit now works properlyAlexis Metaireau1-1/+3
2011-11-28add a (dead simple) dashboard. Fixes #42Alexis Metaireau1-0/+4
2011-11-27change the icons, simplify some javascriptAlexis Metaireau1-1/+1
2011-11-02Add a way to delete a project. Fix #63Arnaud Bos1-0/+5
2011-10-20Last selected payer and translations. Fix #47.Arnaud Bos1-1/+9
2011-10-17Add the ability to change the language explicitely. I'm not sure the UI is be...Alexis Metaireau1-0/+7
2011-10-15fix a bit the UI (identifier on bill's list)Alexis Metaireau1-3/+1
2011-10-15Translate the application using Flask-babel.Alexis Metaireau1-18/+23
2011-10-08Add a password recovery feature. Fix #32Alexis Metaireau1-2/+18
2011-10-08merge with masterAlexis Metaireau1-3/+3
2011-10-08Complete the REST API + Tests. Fix #27Alexis Metaireau1-2/+2
2011-09-18Merge branch 'master' into auth-forms-usabilityArnaud Bos1-15/+39
2011-09-14Provide a way to edit a project. Fix #17Alexis Metaireau1-1/+19
2011-09-14Simplified #30 fix.Arnaud Bos1-3/+2
2011-09-14Validate authentication form if given identifier is null. Fix #30.Arnaud Bos1-2/+6
2011-09-14Make the identifier clearer to the end-user.Arnaud Bos1-1/+14
2011-09-13API: Create and Update supportAlexis Metaireau1-10/+3
2011-09-13REST API is now able to list stuff \o/Alexis Metaireau1-2/+11
2011-09-11Fix #24 on Authentication and New project forms usability.Arnaud Bos1-6/+12
2011-09-09Refactor the application to use blueprints.Alexis Metaireau1-50/+43
2011-09-09Move some logic to the models and add comments.Alexis Metaireau1-15/+24
2011-09-09Start working on archive managementAlexis Metaireau1-12/+10
2011-08-25Add a way to reactivate an user, make the add project non obstrusiveAlexis Metaireau1-0/+11
2011-08-22display a flash message when an user is coming backAlexis Metaireau1-0/+1
2011-08-22Add missing tests. Fixes #14 and #22.Alexis Metaireau1-0/+8
2011-08-21RequestRedirect uses a HTTP 301. We need 303.Alexis Metaireau1-4/+3