aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/tests/tests.py
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-23Make authentication logic simpler and safer (#270)0livd1-2/+2
2017-09-04Enhance the dashboard. (#262)0livd1-3/+28
2017-08-21Add a statistics tab (#257)0livd1-0/+62
2017-08-20Protect admin endpoints against brute force attacks (#249)0livd1-0/+23
2017-08-06Fix #248: Database creation issue (#254)0livd1-1/+1
2017-07-09Revert configuration tests deletion (#250)0livd1-4/+26
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau1-0/+1179