aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/tests
AgeCommit message (Expand)AuthorFilesLines
2021-01-05Simplify tests (#685)Miguel Victoria Villaquiran7-3106/+3138
2020-08-27update to black 20.8b1 (#676)Glandos1-42/+27
2020-07-26Fix test locationBaptiste Jonglez1-125/+125
2020-07-26Add test case for CVE-2020-15120Baptiste Jonglez1-0/+125
2020-05-24Populate the demo project with defaults. (#616)Daniel Atwood1-1/+5
2020-05-21Improve error handling when sending emails (#595)zorun1-16/+113
2020-05-10use currency format everywhere (#619)Glandos1-4/+6
2020-05-04Fix order of participants in the statistics page (#608)zorun1-108/+98
2020-04-29Feature/currencies (#541)dark0dave1-1/+50
2020-04-26Fix string representation of bills (#584)zorun1-23/+13
2020-04-25Fix translations (#575)zorun1-6/+8
2020-04-24Remove obsolete python code (<3.6). (#571)Rémy HUBSCHER1-47/+38
2020-04-21Add isort support. (#561)Rémy HUBSCHER1-12/+9
2020-04-20Add Project History Page (#553)Andrew Dickinson1-1/+647
2020-02-20Align tables in statistics (#535)Glandos1-5/+25
2020-02-17Use SQL statement for summing up weightsDavidRThrashJr1-0/+64
2020-02-08Statistics view #323James Leong1-14/+4
2020-01-13Import previously exported json data (#518)Nicolas Vanvyve1-0/+209
2019-12-29Fixed typos in tests.py (#521)John-Michael Reed1-4/+4
2019-10-25Token support (#504)José Antonio de la Torre1-0/+36
2019-10-19typoJosé Antonio de la Torre1-1/+1
2019-10-19Added testJosé Antonio de la Torre1-0/+40
2019-10-14Use black to refomat the files.Alexis M1-679/+921
2019-10-11Remove support for python2.Alexis M1-16/+11
2019-10-03fix unit testsLeo Mouyna1-4/+14
2019-09-27Trim member usernames. Fixes #353Alexis Métaireau1-1/+10
2019-09-24Fix #434 Use the debts lib to solve settlements.Alexis M1-8/+13
2019-09-06Update requirements.txtAlexis M1-1/+1
2019-09-06bill list: add placeholder and disable add bill when no membersBrice Maron1-1/+27
2019-08-26Move export form to linksBrice Maron1-33/+7
2019-01-03Do not allow negative weights on users (Fixes #362) (#366)Alexis Metaireau1-0/+12
2019-01-03Provide basic math operations on bills (#413)Byron Ullauri1-0/+81
2018-12-26Resolve "Update API project list" (#409)Byron Ullauri1-17/+8
2018-12-25Add CORS to the API. Fix #404 (#407)Alexis Metaireau1-0/+10
2018-12-25Add bill.creation_date field (#327)Lucas Verney1-3/+30
2018-09-03Add a ihatemoney delete-project command. (#375)Alexis Metaireau1-1/+11
2018-08-05Remove strict_slashes for /Glandos1-0/+6
2018-02-07Add statistics support to APIJocelyn Delalande1-0/+34
2018-02-07Change statistics data structureJocelyn Delalande1-12/+12
2018-01-25API: Migrate from flask-rest to flask-restful (#315)0livd1-7/+7
2018-01-07manage commands testing (#313)JocelynDelalande1-0/+27
2017-12-29Allow to disable/enable member via API (#301)JocelynDelalande1-0/+24
2017-12-27Fix tests layout so that API tests are not ran twiceJocelyn Delalande1-6/+5
2017-12-27Add tests for #294Alexis Métaireau1-1/+7
2017-12-27 Fix PUT api/project/:code/members/:id (#297)JocelynDelalande1-2/+11
2017-12-22Remove API password (#290)JocelynDelalande1-6/+16
2017-12-21Use hashed passwords for projects (#286)0livd1-11/+15
2017-12-15Use token based auth in invitation e-mails (#280)0livd1-0/+23
2017-11-11Fix some typos using codespell (#285)Alexandre Avenel1-2/+2
2017-10-26Use token based auth to reset passwords (#269)0livd1-0/+24