| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-02-20 | Update contributing.rst | Rémy HUBSCHER | 1 | -1/+1 | |
| 2019-02-20 | Add Python 3.7 to the tox matrix. | Rémy HUBSCHER | 1 | -1/+1 | |
| 2019-02-20 | Fix requirements.txt file. | Rémy HUBSCHER | 5 | -45/+29 | |
| You can't use both build-requirements to keep known version set and load setup.py from the same requirements, it doesn't make any sense. | |||||
| 2019-02-20 | Update tox.ini | Rémy HUBSCHER | 1 | -3/+3 | |
| 2019-01-24 | Back to development: 4.1 | Alexis Métaireau | 2 | -1/+7 | |
| 2019-01-24 | Preparing release 4.0 | Alexis Métaireau | 3 | -16/+59 | |
| 2019-01-24 | Prepare release | Alexis Métaireau | 1 | -1/+11 | |
| 2019-01-16 | Document PostgreSQL configuration. Fixes #403 (#415) | Alexis Metaireau | 1 | -1/+18 | |
| * Document PostgreSQL configuration. Fixes #403 | |||||
| 2019-01-03 | Do not allow negative weights on users (Fixes #362) (#366) | Alexis Metaireau | 7 | -5/+70 | |
| 2019-01-03 | Provide basic math operations on bills (#413) | Byron Ullauri | 8 | -4/+163 | |
| * allow basic math ops in amount field for bills form * docs: changing compile-translations to build-translations | |||||
| 2018-12-26 | Resolve "Update API project list" (#409) | Byron Ullauri | 3 | -32/+47 | |
| * refactoring models _to_serialize property * updated project api members list * addressing flake8: line too long | |||||
| 2018-12-25 | Add CORS to the API. Fix #404 (#407) | Alexis Metaireau | 4 | -2/+14 | |
| 2018-12-25 | Merge branch 'almet/doc-migrations' | Alexis Métaireau | 2 | -3/+6 | |
| 2018-12-25 | Merge remote-tracking branch '0livd/doc-migrations' | Alexis Métaireau | 3 | -1/+21 | |
| 2018-12-25 | Document database migrations | 0livd | 3 | -2/+25 | |
| Closes #390 | |||||
| 2018-12-25 | update apk before installing dependencies (#398) | mcnesium | 1 | -1/+1 | |
| 2018-12-25 | Add bill.creation_date field (#327) | Lucas Verney | 5 | -5/+63 | |
| 2018-12-20 | Add a link to the mailing list | Alexis Metaireau | 1 | -0/+2 | |
| 2018-12-12 | Fix the nginx conf generation command | Alexis Metaireau | 1 | -1/+1 | |
| 2018-12-08 | Add upgrade instructions for 3.x | Jocelyn Delalande | 1 | -0/+10 | |
| Fix #396 | |||||
| 2018-12-07 | Document database migrations | 0livd | 3 | -1/+21 | |
| Closes #390 | |||||
| 2018-11-25 | Document `make release` magic | Jocelyn Delalande | 1 | -0/+4 | |
| I am a bit scared to use this magic command each time I have to. That is to reassure future me and future others :-). | |||||
| 2018-11-25 | flake8 code cleanup | Jocelyn Delalande | 2 | -3/+3 | |
| Flake8 was nitpicking about: ihatemoney/forms.py:192:13: F841 local variable 'e' is assigned to but never used ihatemoney/utils.py:26:8: W605 invalid escape sequence '\w' ihatemoney/utils.py:26:10: W605 invalid escape sequence '\s' ihatemoney/utils.py:27:8: W605 invalid escape sequence '\s' | |||||
| 2018-11-25 | Back to development: 3.1 | Jocelyn Delalande | 2 | -1/+7 | |
| 2018-11-25 | Preparing release 3.0 | Jocelyn Delalande | 2 | -3/+3 | |
| 2018-11-25 | Add utf-8 BOM to please zest.releaser | Jocelyn Delalande | 1 | -1/+1 | |
| Without that, it seems to crash. | |||||
| 2018-11-25 | Add missing contributors | Jocelyn Delalande | 1 | -0/+5 | |
| More friends ! For 3.0 release. Ref #396 | |||||
| 2018-10-13 | Add missing Change Log entries and group them | Jocelyn Delalande | 1 | -1/+30 | |
| As there is a lot of stuff in « fixed », might be a bit clearer to group them loosely. Clean room for next release :-). | |||||
| 2018-10-04 | Docker: Fix bug where conf is duplicated at each run (#392) | 0livd | 1 | -1/+1 | |
| 2018-09-25 | Correct documentation for create bills via api (#391) | Daniel Schreiber | 1 | -2/+2 | |
| 2018-09-03 | Fix form error on already existing participant. (#370) | Alexis Metaireau | 1 | -0/+1 | |
| Fixes #350 | |||||
| 2018-09-03 | Sort members alphabetically in the new bill form. (#374) | Alexis Metaireau | 1 | -1/+1 | |
| Fixes #333 | |||||
| 2018-09-03 | Add a ihatemoney delete-project command. (#375) | Alexis Metaireau | 2 | -2/+20 | |
| 2018-09-03 | Underline actions links on hover. (#377) | Alexis Metaireau | 1 | -0/+4 | |
| Fix #260 | |||||
| 2018-09-03 | Almet/docs/mail server configuration (#378) | Alexis Metaireau | 1 | -0/+16 | |
| * Replace the settings table with multiple sections. It's easier to read, and easier to maintain. Fixes #251. * Document external mail server configuration. Fixes #278 | |||||
| 2018-09-03 | Replace the settings table with multiple sections. (#376) | Alexis Metaireau | 1 | -42/+72 | |
| It's easier to read, and easier to maintain. Fixes #251. | |||||
| 2018-09-03 | Add a handler when pages aren't found. (#379) | Alexis Metaireau | 6 | -16/+45 | |
| Fixes #356 | |||||
| 2018-09-03 | Fix double-click when deleting a bill (#349) (#372) | Alexis Metaireau | 1 | -1/+1 | |
| When double-clicking on the delete button, the first click actually deletes the bill, and the second click does the same action again. But as the bill is already deleted, it displays a 404 page which can be misleading. This fix makes the app trigger a redirect when the bill seem to doesn't exist, fixing this strange behaviour. | |||||
| 2018-09-03 | Fix error escaping; (#388) | Benjamin Bouvier | 1 | -1/+1 | |
| 2018-09-03 | Simplify a JS function. (#371) | Alexis Metaireau | 2 | -19/+8 | |
| 2018-09-03 | doc: Improve Makefile (#387) | Marien Fressinaud | 1 | -12/+31 | |
| * Add help target to the Makefile It is often expected to have a `help` target in a Makefile. This one is automatically generated from comments in the Makefile so it is easier to maintain. This commit only documents targets that seem the most important. * Add the server address and port on `make serve` Developers should not have to read the documentation to find where to point their browsers to access ihatemoney application. * Add .PHONY instructions to the Makefile `.PHONY` instructs Make to not look, for instance, for an `install` file before executing the corresponding target. If such a file would exist, the command would not be performed at all. This is because Make is initially intended to create files (i.e. targets) and consider there is nothing to do if the file already exists. More information on https://stackoverflow.com/a/2145605. | |||||
| 2018-08-31 | Merge pull request #386 from bnjbvr/add-contribute-readme | JocelynDelalande | 1 | -0/+7 | |
| Add a contributing section to the readme file | |||||
| 2018-08-30 | Add a contributing section to the readme file; | Benjamin Bouvier | 1 | -0/+7 | |
| 2018-08-11 | Add a favicon.ico route and logo. (#381) | Alexis Metaireau | 2 | -1/+8 | |
| Might fix #255 | |||||
| 2018-08-11 | Remove Sentry, as it's not used anymore on prod. (#380) | Alexis Metaireau | 2 | -5/+0 | |
| Fixes #312. | |||||
| 2018-08-10 | Fix docker ADMIN_PASSWORD configuration (#384) | 0livd | 1 | -1/+1 | |
| Use single quotes instead of double to not interpret inner $ as nested variables. Fixes #334 | |||||
| 2018-08-10 | Fix failing tests (#365) | Alexis Metaireau | 3 | -2/+7 | |
| * Remove unwanted space in utils.py * Fix email validation when sending invites | |||||
| 2018-08-05 | Remove unwanted space in utils.py | Alexis Métaireau | 1 | -1/+1 | |
| 2018-08-05 | Enhance translation tooling (#360) | JocelynDelalande | 4 | -298/+30 | |
| * Add a `make update-translations` command To collect new strings to be translated from code. Totally cheated on @Glandos commands :-) Ref #336 Ref https://github.com/spiral-project/ihatemoney/issues/336#issue-322069517 * Document translation process Fix #336 * Drop noisy location comments from .po files Fix #339 * Drop .pot header As it serves no purpose with our translation workflow. .po header could be removed also, but pybabel has no option for that. Ref #339 | |||||
| 2018-08-05 | Remove strict_slashes for / | Glandos | 3 | -1/+8 | |
| I don't know why, but on my setup (nginx + uwsgi), the `strict_slashes` (default to `True`) was causing an infinite loop. I think it could be safely removed for this route only. | |||||
