aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/web.py
AgeCommit message (Expand)AuthorFilesLines
2020-04-29Feature/currencies (#541)dark0dave1-2/+17
2020-04-26Add support for different categories of "flash alerts" (#594)zorun1-12/+3
2020-04-26Fix crash when a localized email template is missing (#592)zorun1-9/+7
2020-04-25Fix translations (#575)zorun1-1/+1
2020-04-24Remove obsolete python code (<3.6). (#571)Rémy HUBSCHER1-6/+4
2020-04-21Add isort support. (#561)Rémy HUBSCHER1-13/+13
2020-04-20Add Project History Page (#553)Andrew Dickinson1-1/+48
2020-04-08merge settings and import to avoid clutter (#550)eMerzh1-21/+21
2020-04-07updated web.py to make session permanent (#547)Charles Rose1-0/+2
2020-02-20Paginate the list of bills (#480)zorun1-1/+5
2020-02-09Initial montly expenses (#526)Edwin Smulders1-0/+5
2020-01-13Import previously exported json data (#518)Nicolas Vanvyve1-7/+98
2019-10-14Use black to refomat the files.Alexis M1-127/+202
2019-09-18Move translations in template and translate linkBrice Maron1-6/+1
2019-09-16PR remarksLeo Mouyna1-2/+6
2019-09-16fix: display validation message on password reminderLeo Mouyna1-2/+7
2019-08-26Move export form to linksBrice Maron1-27/+25
2019-08-18Arrange navbar items by functionsBrice Maron1-1/+6
2018-09-03Fix double-click when deleting a bill (#349) (#372)Alexis Metaireau1-1/+1
2018-08-11Add a favicon.ico route and logo. (#381)Alexis Metaireau1-1/+8
2018-08-05Remove strict_slashes for /Glandos1-1/+1
2018-02-07Move member stats computation to a dedicated methodJocelyn Delalande1-14/+1
2018-02-07Change statistics data structureJocelyn Delalande1-13/+14
2018-01-05Include all .j2 files in the packaged version.Alexis Métaireau1-3/+3
2017-12-21Use hashed passwords for projects (#286)0livd1-13/+11
2017-12-15Use token based auth in invitation e-mails (#280)0livd1-11/+21
2017-11-11Fix some typos using codespell (#285)Alexandre Avenel1-1/+1
2017-10-26Use token based auth to reset passwords (#269)0livd1-3/+26
2017-10-23Make authentication logic simpler and safer (#270)0livd1-36/+27
2017-09-07Do not import the whole werkzeug pkg (#271)0livd1-4/+4
2017-09-04Enhance the dashboard. (#262)0livd1-20/+60
2017-08-21Add a statistics tab (#257)0livd1-0/+22
2017-08-20Protect admin endpoints against brute force attacks (#249)0livd1-5/+17
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau1-0/+500