aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney
AgeCommit message (Expand)AuthorFilesLines
2018-09-03Fix form error on already existing participant. (#370)Alexis Metaireau1-0/+1
2018-09-03Sort members alphabetically in the new bill form. (#374)Alexis Metaireau1-1/+1
2018-09-03Add a ihatemoney delete-project command. (#375)Alexis Metaireau2-2/+20
2018-09-03Underline actions links on hover. (#377)Alexis Metaireau1-0/+4
2018-09-03Add a handler when pages aren't found. (#379)Alexis Metaireau6-16/+45
2018-09-03Fix double-click when deleting a bill (#349) (#372)Alexis Metaireau1-1/+1
2018-09-03Fix error escaping; (#388)Benjamin Bouvier1-1/+1
2018-09-03Simplify a JS function. (#371)Alexis Metaireau2-19/+8
2018-08-11Add a favicon.ico route and logo. (#381)Alexis Metaireau2-1/+8
2018-08-11Remove Sentry, as it's not used anymore on prod. (#380)Alexis Metaireau1-4/+0
2018-08-10Fix failing tests (#365)Alexis Metaireau1-2/+5
2018-08-05Remove unwanted space in utils.pyAlexis Métaireau1-1/+1
2018-08-05Enhance translation tooling (#360)JocelynDelalande2-298/+10
2018-08-05Remove strict_slashes for /Glandos2-1/+7
2018-08-05Merge branch 'master' into almet/fix-pbkdf2-checkAlexis Métaireau21-526/+786
2018-07-16Merge branch 'master' into almet/fix-supervisord-templateAlexis Metaireau13-499/+719
2018-07-16Fix Apache conf template, without relying on environment var (#359)JocelynDelalande2-1/+2
2018-06-17compile l10nAdrien CLERC1-0/+0
2018-06-17fix fr l10nAdrien CLERC1-1/+1
2018-05-15compile translations to MOAdrien CLERC1-0/+0
2018-05-15update fr l10nAdrien CLERC1-50/+53
2018-05-15update locales from template with pybabelAdrien CLERC1-199/+236
2018-05-15new extraction with pybabelAdrien CLERC1-136/+238
2018-02-07Add statistics support to APIJocelyn Delalande2-0/+42
2018-02-07Move member stats computation to a dedicated methodJocelyn Delalande2-14/+21
2018-02-07Change statistics data structureJocelyn Delalande3-35/+35
2018-02-06Remove dead codeJocelyn Delalande1-1/+1
2018-02-04Remove unused CSS odd/even classesJocelyn Delalande3-3/+3
2018-01-26Display sidebar scroll-bar only if requiredJocelyn Delalande1-1/+2
2018-01-25API: Migrate from flask-rest to flask-restful (#315)0livd4-93/+120
2018-01-25Make sidebar scrollable (#316)Richard Coates1-0/+1
2018-01-14Use Jinja2 strict rendering.Alexis Métaireau3-12/+24
2018-01-14Fix the supervisord template.Alexis Métaireau2-2/+4
2018-01-07manage commands testing (#313)JocelynDelalande2-4/+31
2018-01-05Do not enforce a check on sha256 hash algorithm.Alexis Métaireau1-1/+1
2018-01-05Fix the supervisord template.Alexis Métaireau2-2/+4
2018-01-05Include all .j2 files in the packaged version.Alexis Métaireau7-10/+10
2018-01-05Enable basic auth passthrough for API (#303)donkers1-0/+1
2017-12-29Allow to disable/enable member via API (#301)JocelynDelalande2-1/+38
2017-12-27Fix tests layout so that API tests are not ran twiceJocelyn Delalande1-6/+5
2017-12-27Merge pull request #299 from spiral-project/fix-duplicate-member-validationJocelynDelalande1-1/+7
2017-12-27Silent stderr output during app init for some commands (#293)JocelynDelalande1-0/+12
2017-12-27Add tests for #294Alexis Métaireau1-1/+7
2017-12-27Position flash messages with CSS rather than JS (#292)JocelynDelalande2-6/+11
2017-12-27 Fix PUT api/project/:code/members/:id (#297)JocelynDelalande2-3/+12
2017-12-23Remove un-needed sidebar block (#291)JocelynDelalande1-1/+0
2017-12-22Remove API password (#290)JocelynDelalande2-7/+17
2017-12-21Replace some CSS by some JS (#288)JocelynDelalande2-14/+3
2017-12-21Use hashed passwords for projects (#286)0livd7-31/+74
2017-12-15Use token based auth in invitation e-mails (#280)0livd12-57/+97