aboutsummaryrefslogtreecommitdiff
path: root/budget
AgeCommit message (Expand)AuthorFilesLines
2017-06-28Make all imports relative (#229)Alexis Metaireau6-25/+33
2017-06-28Turn the WSGI file into a python module (#240)0livd1-0/+0
2017-06-27Merge pull request #226 from spiral-project/rename-delete-to-deactivateJocelynDelalande4-4/+10
2017-06-27Warn user when using default 'not-so-secret' secret-key.Alexis Métaireau1-1/+9
2017-06-27Use a hashed password for ADMIN_PASSWORD (#236)0livd4-8/+33
2017-06-26Explain better what is a deactivation of a member, per @JocelynDelalande's re...Alexis Métaireau3-3/+5
2017-06-21Add meta viewport tag. Fixes #219. (#231)Lucas Verney1-0/+1
2017-06-21Rename delete to deactivate for members. Fixes #177Alexis Métaireau3-1/+5
2017-06-20Move the wsgi file to the budget dir (#218)0livd1-0/+1
2017-06-11More responsive layout (#213)Lucas Verney4-41/+50
2017-05-18Public project creation and admin permissions (#210)0livd9-2/+93
2017-05-17Add ACTIVATE_DEMO_PROJECT setting (#209)0livd4-2/+22
2017-04-23Externalize the settings (#193)0livd5-15/+67
2017-04-22Move tests to budget.tests (#205)0livd2-0/+0
2017-03-29Use propper base64 encoding version for py3Jocelyn Delalande2-2/+6
2017-03-29Remove ExtDeprecationWarning from manage.pyJocelyn Delalande1-2/+2
2017-03-29Remove deprecated wtforms TextFieldJocelyn Delalande1-9/+9
2017-03-29Use non-deprecated way to disable CSRF for APIJocelyn Delalande1-6/+6
2017-03-29Explicitly disables SQLALCHEMY_TRACK_MODIFICATIONSJocelyn Delalande1-0/+4
2017-03-29Merge pull request #190 from spiral-project/use-app-rootJocelynDelalande1-4/+3
2017-03-29Add Python 3.4 supportJocelyn Delalande1-1/+3
2017-03-29Use app.root_path instead of __HERE__Alexis Métaireau1-4/+3
2017-03-28Create a Makefile to ease developmentAlexis Métaireau2-12/+3
2017-03-20Merge pull request #181 from 0livd/remove_archiveAlexis Metaireau7-71/+2
2017-03-19Remove unused archive feature0livd7-71/+2
2017-03-19Use project.id in export filename as it is already slugified0livd1-1/+1
2017-03-17Make ihatemoney Py2/3 compatible0livd4-108/+122
2017-03-12Fix broken authentication test0livd1-1/+1
2017-03-12Fix tab indentation0livd2-9/+9
2017-03-09Add export feature0livd9-14/+260
2017-02-22Add non-regression test for member name XSSJocelyn Delalande1-0/+12
2017-02-16Fix id in form labelAlexandre Avenel1-1/+1
2017-02-16Remove obsolete codeAlexandre Avenel1-22/+0
2017-02-16Fix xss (#173)Alexandre Avenel3-3/+14
2017-02-15Merge pull request #172 from JocelynDelalande/jd-bootstrap-4Alexis Metaireau19-1514/+2702
2017-02-09Prevent "Add new bill" button flickeringJocelyn Delalande1-0/+5
2017-02-09Prevent dancing cells while hovering sidebar linesJocelyn Delalande1-0/+4
2017-02-09Prevent modal overflowJocelyn Delalande1-4/+0
2017-02-07Update bootstrap-datepicker to 1.6.4Jocelyn Delalande7-700/+2543
2017-02-04Adapt list bills view to bootstrap 4Jocelyn Delalande2-9/+18
2017-02-04Do not force huge add member buttonJocelyn Delalande1-1/+0
2017-02-04Adapt tryout button to bootstrap 4Jocelyn Delalande2-1/+9
2017-02-04Adapt navigation bar to bootstrap 4Jocelyn Delalande2-26/+31
2017-02-04Add a label for screen-readers on user add formJocelyn Delalande1-1/+5
2017-02-04Refactor layout based on bootstrap 4 gridJocelyn Delalande6-49/+39
2017-02-04Adapt to bootstrap 4 formsJocelyn Delalande5-15/+19
2017-02-04Update bootstrap dependency to bootstrap 4Jocelyn Delalande6-699/+20
2017-02-01Improve translation for user edit form.Berteh1-1/+5
2017-01-30Factor navbar between list_bills and settle_billJocelyn Delalande3-9/+9
2017-01-21Fix deprecation issues (ExtDeprecationWarning)Alexandre Avenel5-8/+8