| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-06-11 | Translated using Weblate (Norwegian Bokmål) | Allan Nordhøy | 1 | -135/+170 | |
| Currently translated at 86.2% (119 of 138 strings) Translation: I Hate Money/I Hate Money Translate-URL: https://hosted.weblate.org/projects/i-hate-money/i-hate-money/nb_NO/ | |||||
| 2019-06-11 | Added translation using Weblate (Norwegian Bokmål) | Allan Nordhøy | 1 | -0/+454 | |
| 2019-05-21 | Systemd doc fixes + update CONTRIBUTORS | Luc Didry | 3 | -26/+39 | |
| 2019-05-21 | doc: install: Add gunicorn dependency | nailyk-fr | 1 | -0/+4 | |
| * Gunicorn is a mandatory dependency, add a notice. | |||||
| 2019-05-21 | doc: installation: Add systemd service | nailyk-fr | 1 | -2/+8 | |
| * Next to the addition of `conf/ihatemoney.service`, add installation notice. Signed-off-by: nailyk-fr <nailyk_git@nailyk.fr> | |||||
| 2019-05-21 | conf: systemd: Add ihatemoney.service file | Luc Didry | 1 | -0/+14 | |
| * Allow to use systemd services instead of supervisord Signed-off-by: nailyk-fr <nailyk_git@nailyk.fr> | |||||
| 2019-03-12 | Added Dutch translation | Heimen Stoffels | 2 | -0/+473 | |
| 2019-03-02 | Fix french translation for 'added on' | Alexis Metaireau | 2 | -1/+1 | |
| 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 | |||||
