| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-07-07 | Absolute imports & some other improvements (#243) | Alexis Metaireau | 1 | -56/+0 | |
| * Use absolute imports and rename package to ihatemoney * Add a ihatemoney command * Factorize application creation logic * Refactor the tests * Update the wsgi.py module with the new create_app() function * Fix some styling thanks to Flake8. * Automate Flake8 check in the CI. | |||||
| 2017-06-11 | More responsive layout (#213) | Lucas Verney | 1 | -4/+4 | |
| Fix navbar responsiveness on mobile. | |||||
| 2017-05-18 | Public project creation and admin permissions (#210) | 0livd | 1 | -0/+4 | |
| * Add a @requires_admin decorator It can be used to protect specific endpoints with ADMIN_PASSWORD (a password that is stored unencrypted in the settings) The decorator has no effect if ADMIN_PASSWORD is an empty string (default value) * Require admin permissions to access create project endpoint When ADMIN_PASSWORD is not empty, project creation form on the home page will be replaced by a link to the create project endpoint so one is able to enter the admin password before filling the form | |||||
| 2017-05-17 | Add ACTIVATE_DEMO_PROJECT setting (#209) | 0livd | 1 | -0/+2 | |
| When set to False (True by default), it deactivates the demo project | |||||
| 2017-02-04 | Adapt tryout button to bootstrap 4 | Jocelyn Delalande | 1 | -1/+1 | |
| Trying to keep same look'n'feel. | |||||
| 2017-02-04 | Refactor layout based on bootstrap 4 grid | Jocelyn Delalande | 1 | -15/+9 | |
| 2017-02-04 | Adapt to bootstrap 4 forms | Jocelyn Delalande | 1 | -2/+2 | |
| - Adapt to BS4 class names and hierarchy - Redesign some forms to have the label above the input (mobile-friendly) - For the remaining inline form (add bill), use the grid, as BS no longer provides inline form alignment helpers | |||||
| 2012-04-05 | Update to Boostrap v2. | Frédéric Sureau | 1 | -47/+40 | |
| Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter. | |||||
| 2012-02-11 | Add QTip2 and use it to display a message about access code on the first page. | Adrien CLERC | 1 | -0/+21 | |
| 2011-11-27 | update bootstrap to the last version. Clean some css | Alexis Metaireau | 1 | -1/+1 | |
| 2011-10-18 | Paint sidebar in green. Close #34 | Arnaud Bos | 1 | -1/+1 | |
| 2011-10-15 | Translate the application using Flask-babel. | Alexis Metaireau | 1 | -8/+8 | |
| The only translation so far is french, but more can be added. The browser language is used thanks to the HTTP languages headers. There are still some problems with the translation of some strings, I don't know why this is. See #12 | |||||
| 2011-10-08 | Add a password recovery feature. Fix #32 | Alexis Metaireau | 1 | -0/+1 | |
| 2011-09-09 | Refactor the application to use blueprints. | Alexis Metaireau | 1 | -3/+3 | |
| This allows to isolate some behavior in the context of the web application so the API and the web application can behave in different ways. | |||||
| 2011-08-21 | Fix a weird behavior with tests and databases. | Alexis Metaireau | 1 | -8/+12 | |
| Now all the database during the tests is in memory, created for each test and cleared at the end of the test. | |||||
| 2011-08-21 | include bootstrap.css in the files to avoid weird changes in the future, Add ↵ | Alexis Metaireau | 1 | -1/+1 | |
| a mention about the freedom of the project. Fixes #16 | |||||
| 2011-08-21 | add a demo feature (see #16) | Alexis Metaireau | 1 | -1/+1 | |
| 2011-08-21 | wording | Alexis Metaireau | 1 | -1/+1 | |
| 2011-08-21 | graph some stuff from the spiral website | Alexis Metaireau | 1 | -17/+28 | |
| 2011-08-21 | styling & usability | Alexis Metaireau | 1 | -1/+1 | |
| 2011-08-21 | minor styling changes (homepage) | Alexis Metaireau | 1 | -1/+2 | |
| 2011-08-21 | minor changes to the homepage | Alexis Metaireau | 1 | -13/+17 | |
| 2011-07-31 | Some more theming and fixes. | Alexis Metaireau | 1 | -27/+11 | |
| 2011-07-31 | List the projects in session into the home page. | Alexis Metaireau | 1 | -6/+8 | |
| This allows easier access when people don't remembre the name / url of their projects. | |||||
| 2011-07-30 | List existing sessions on the home. | Alexis Metaireau | 1 | -10/+17 | |
| Also factorize the code to display errors in forms. | |||||
| 2011-07-30 | Uses blueprint classes rather than floats. | Alexis Metaireau | 1 | -3/+3 | |
| 2011-07-29 | Adding bill works | Frédéric Sureau | 1 | -2/+2 | |
| 2011-07-29 | Homepage created and project authentication refactored | Frédéric Sureau | 1 | -0/+28 | |
