ihatemoney/ihatemoney
JocelynDelalande 4d359ce11b Fix PUT api/project/:code/members/:id (#297)
* Fix PUT api/project/:code/members/:id

Before that commit, every PUT *must* change the name of the members, so that was :
- no idempotence,
- no ability to change only weight

fix #295

* Remove redundant comment
2017-12-27 15:58:40 +01:00
..
conf-templates Enhance install process by generating config files from templates (#275) 2017-10-23 18:05:50 +02:00
migrations Use hashed passwords for projects (#286) 2017-12-21 13:57:01 +01:00
static Replace some CSS by some JS (#288) 2017-12-21 20:35:18 +01:00
templates Remove un-needed sidebar block (#291) 2017-12-23 01:38:12 +01:00
tests Fix PUT api/project/:code/members/:id (#297) 2017-12-27 15:58:40 +01:00
translations/fr/LC_MESSAGES Use token based auth in invitation e-mails (#280) 2017-12-15 17:10:28 +01:00
__init__.py Absolute imports & some other improvements (#243) 2017-07-07 00:06:56 +02:00
api.py Fix PUT api/project/:code/members/:id (#297) 2017-12-27 15:58:40 +01:00
babel.cfg Absolute imports & some other improvements (#243) 2017-07-07 00:06:56 +02:00
default_settings.py Enhance install process by generating config files from templates (#275) 2017-10-23 18:05:50 +02:00
forms.py Use hashed passwords for projects (#286) 2017-12-21 13:57:01 +01:00
manage.py Enhance install process by generating config files from templates (#275) 2017-10-23 18:05:50 +02:00
messages.pot Absolute imports & some other improvements (#243) 2017-07-07 00:06:56 +02:00
models.py Remove API password (#290) 2017-12-22 17:39:48 +01:00
run.py Update installation doc to include doc about production values, fix #266. (#282) 2017-11-01 01:56:05 +01:00
utils.py Protect admin endpoints against brute force attacks (#249) 2017-08-20 12:37:12 +02:00
web.py Use hashed passwords for projects (#286) 2017-12-21 13:57:01 +01:00
wsgi.py Absolute imports & some other improvements (#243) 2017-07-07 00:06:56 +02:00