aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-06-11Translated using Weblate (Norwegian Bokmål)Allan Nordhøy1-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-11Added translation using Weblate (Norwegian Bokmål)Allan Nordhøy1-0/+454
2019-05-21Systemd doc fixes + update CONTRIBUTORSLuc Didry3-26/+39
2019-05-21doc: install: Add gunicorn dependencynailyk-fr1-0/+4
* Gunicorn is a mandatory dependency, add a notice.
2019-05-21doc: installation: Add systemd servicenailyk-fr1-2/+8
* Next to the addition of `conf/ihatemoney.service`, add installation notice. Signed-off-by: nailyk-fr <nailyk_git@nailyk.fr>
2019-05-21conf: systemd: Add ihatemoney.service fileLuc Didry1-0/+14
* Allow to use systemd services instead of supervisord Signed-off-by: nailyk-fr <nailyk_git@nailyk.fr>
2019-03-12Added Dutch translationHeimen Stoffels2-0/+473
2019-03-02Fix french translation for 'added on'Alexis Metaireau2-1/+1
2019-02-20Update contributing.rstRémy HUBSCHER1-1/+1
2019-02-20Add Python 3.7 to the tox matrix.Rémy HUBSCHER1-1/+1
2019-02-20Fix requirements.txt file.Rémy HUBSCHER5-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-20Update tox.iniRémy HUBSCHER1-3/+3
2019-01-24Back to development: 4.1Alexis Métaireau2-1/+7
2019-01-24Preparing release 4.0Alexis Métaireau3-16/+59
2019-01-24Prepare releaseAlexis Métaireau1-1/+11
2019-01-16Document PostgreSQL configuration. Fixes #403 (#415)Alexis Metaireau1-1/+18
* Document PostgreSQL configuration. Fixes #403
2019-01-03Do not allow negative weights on users (Fixes #362) (#366)Alexis Metaireau7-5/+70
2019-01-03Provide basic math operations on bills (#413)Byron Ullauri8-4/+163
* allow basic math ops in amount field for bills form * docs: changing compile-translations to build-translations
2018-12-26Resolve "Update API project list" (#409)Byron Ullauri3-32/+47
* refactoring models _to_serialize property * updated project api members list * addressing flake8: line too long
2018-12-25Add CORS to the API. Fix #404 (#407)Alexis Metaireau4-2/+14
2018-12-25Merge branch 'almet/doc-migrations'Alexis Métaireau2-3/+6
2018-12-25Merge remote-tracking branch '0livd/doc-migrations'Alexis Métaireau3-1/+21
2018-12-25Document database migrations0livd3-2/+25
Closes #390
2018-12-25update apk before installing dependencies (#398)mcnesium1-1/+1
2018-12-25Add bill.creation_date field (#327)Lucas Verney5-5/+63
2018-12-20Add a link to the mailing listAlexis Metaireau1-0/+2
2018-12-12Fix the nginx conf generation commandAlexis Metaireau1-1/+1
2018-12-08Add upgrade instructions for 3.xJocelyn Delalande1-0/+10
Fix #396
2018-12-07Document database migrations0livd3-1/+21
Closes #390
2018-11-25Document `make release` magicJocelyn Delalande1-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-25flake8 code cleanupJocelyn Delalande2-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-25Back to development: 3.1Jocelyn Delalande2-1/+7
2018-11-25Preparing release 3.0Jocelyn Delalande2-3/+3
2018-11-25Add utf-8 BOM to please zest.releaserJocelyn Delalande1-1/+1
Without that, it seems to crash.
2018-11-25Add missing contributorsJocelyn Delalande1-0/+5
More friends ! For 3.0 release. Ref #396
2018-10-13Add missing Change Log entries and group themJocelyn Delalande1-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-04Docker: Fix bug where conf is duplicated at each run (#392)0livd1-1/+1
2018-09-25Correct documentation for create bills via api (#391)Daniel Schreiber1-2/+2
2018-09-03Fix form error on already existing participant. (#370)Alexis Metaireau1-0/+1
Fixes #350
2018-09-03Sort members alphabetically in the new bill form. (#374)Alexis Metaireau1-1/+1
Fixes #333
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
Fix #260
2018-09-03Almet/docs/mail server configuration (#378)Alexis Metaireau1-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-03Replace the settings table with multiple sections. (#376)Alexis Metaireau1-42/+72
It's easier to read, and easier to maintain. Fixes #251.
2018-09-03Add a handler when pages aren't found. (#379)Alexis Metaireau6-16/+45
Fixes #356
2018-09-03Fix double-click when deleting a bill (#349) (#372)Alexis Metaireau1-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-03Fix error escaping; (#388)Benjamin Bouvier1-1/+1
2018-09-03Simplify a JS function. (#371)Alexis Metaireau2-19/+8
2018-09-03doc: Improve Makefile (#387)Marien Fressinaud1-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-31Merge pull request #386 from bnjbvr/add-contribute-readmeJocelynDelalande1-0/+7
Add a contributing section to the readme file