- Aug 31, 2017
-
-
Jorran de Wit authored
-
- Aug 29, 2017
-
-
Jorran de Wit authored
-
- Aug 28, 2017
-
-
Jorran de Wit authored
-
- Aug 15, 2017
-
-
Jorran de Wit authored
-
- Aug 14, 2017
-
-
Jorran de Wit authored
-
Jorran de Wit authored
-
Jorran de Wit authored
-
- Aug 11, 2017
-
-
Jorran de Wit authored
-
- May 25, 2017
-
-
Jorran de Wit authored
Passwords will be hashed with the Argon2 library. https://docs.djangoproject.com/en/1.10/topics/auth/passwords/#using-argon2-with-django Also, new passwords will go through 'common-passwords-checks'. This will prevent access to accounts using one of those common brute force password hackers around, in case of a breach.
-
- May 08, 2017
-
-
Jorran de Wit authored
-
- Apr 23, 2017
-
-
Jorran de Wit authored
-
- Apr 16, 2017
-
-
Jorran de Wit authored
-
- Mar 10, 2017
-
-
Jorran de Wit authored
-
- Feb 27, 2017
-
-
Jorran de Wit authored
-
- Feb 14, 2017
-
-
Geert Kapteijns authored
-
- Jan 20, 2017
-
-
Jorran de Wit authored
Added a NPM packages.json list which manages JavaScript packages. Most important packages added is the Webpack package which acts as an assets bundler. It is added in its most basic working form. This includes additional settings in `settings.py` and the template tags in `base.html`. Please read the updated Readme.md to easily get started using Webpack for your new assets.
-
- Dec 18, 2016
-
-
Jean-Sébastien Caux authored
-
- Dec 14, 2016
-
-
Geert Kapteijns authored
This is recommended. Also give names like MASTER_THESIS = 'MA' to avoid magic strings and allow for easy reference, e.g. thesis.type = ThesisLink.MASTER_THESIS. This sort of thing helps in maintainability of the codebase, since if we want to change the abbreviation to 'MASTER' for some reason, we have it defined in one place, and not in 100 places in the code.
-
- Nov 26, 2016
-
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-