| Age | Commit message (Collapse) | Author | Files | Lines |
|
* Remove unwanted space in utils.py
* Fix email validation when sending invites
|
|
- Remove all occurences of clear text project passwords.
- Migrate the database to hash the previously stored passwords.
Closes #232
|
|
Send a mail containing a password reset
token link instead of sending a clear text
password.
Ref #232
|
|
* 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.
|