aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/models.py
AgeCommit message (Collapse)AuthorFilesLines
2018-12-26Resolve "Update API project list" (#409)Byron Ullauri1-10/+38
* refactoring models _to_serialize property * updated project api members list * addressing flake8: line too long
2018-12-25Add bill.creation_date field (#327)Lucas Verney1-1/+4
2018-02-07Move member stats computation to a dedicated methodJocelyn Delalande1-0/+20
2017-12-22Remove API password (#290)JocelynDelalande1-1/+1
* Remove the password from API GET responses While keeping it for POST/PUT. fix #289 * Add a test to check password change via API
2017-12-15Use token based auth in invitation e-mails (#280)0livd1-7/+17
* Use token based auth in invitation e-mails Invitation e-mails no longer contain the clear text project password * Skip invite page after project creation - Replace ``The project identifier is demo, remember it!`` by ``Invite other people to join this project!`` (linking to the invite page) - Encourage users to share the project password via other communication means in the reminder email
2017-10-26Use token based auth to reset passwords (#269)0livd1-1/+27
Send a mail containing a password reset token link instead of sending a clear text password. Ref #232
2017-08-21Add a statistics tab (#257)0livd1-0/+10
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau1-0/+308
* Use absolute imports and rename package to ihatemoney * Add a ihatemoney command * Factorize application creation logic * Refactor the tests * Update the wsgi.py module with the new create_app() function * Fix some styling thanks to Flake8. * Automate Flake8 check in the CI.