kpsul/kfet/templates/kfet
Aurélien Delobelle b42452080f Mass cleaning of kfet' authentication machinery
AccountBackend
- Should now work if used in AUTHENTICATION_BACKENDS settings.
- It does not retieve itself the password, as it should not be used
this way.

GenericBackend
- Delete useless 'username' arg of its 'authenticate()' method.
- Now delete the token in DB.

TemporaryAuthMiddleware
- New name of the middleware is more meaningful.
- Is now responsible to retrieve the password from the request, instead
of the AccountBackend.

GenericTeamToken model
- Add a manager' method to create token, avoiding possible error due to
unicity constraint.

GenericLoginView (authentication with the kfet generic user)
- Replace obscure system with a 100% HTTP handling.
- See comments for more information.

Misc
- More docstrings!
- More tests!
- Add some i18n.
- Add kfet/confirm_form.html template:
    Ask user to confirm sth via a form (which will send a POST request).
    Context variables:
        * title: the page title
        * confirm_url: action attribute for <form>
        * text: displayed confirmation text
- kfet.js : Add functions allowing to emit POST request from <a> tag.
- Non-link nav items from kfet navbar also get a 'title'.
- A utility has been found for the 'sunglasses' glyphicon!
2017-09-25 17:57:47 +02:00
..
account.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
account_create.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
account_create_autocomplete.html Merge remote-tracking branch 'origin/k-fet' into Aufinal/merge_k-fet 2017-03-15 22:58:54 -03:00
account_create_form.html Ajout snippets pour forms des templates 2016-09-03 23:44:45 +02:00
account_create_special.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
account_group.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
account_group_form.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
account_negative.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
account_read.html Merge branch 'master' into aureplop/kfet_cms 2017-06-23 02:53:05 +02:00
account_search_autocomplete.html search results css 2017-01-19 22:53:58 -02:00
account_update.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
article.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
article_create.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
article_inventories_snippet.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
article_read.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
article_suppliers_snippet.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
article_update.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
base.html Merge branch 'master' into aureplop/kfet_cms 2017-06-23 02:53:05 +02:00
base_col_1.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
base_col_2.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
base_col_mult.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
base_footer.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
base_form.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
base_messages.html Merge branch 'master' into aureplop/kfet_cms 2017-06-12 02:04:28 +02:00
base_nav.html Mass cleaning of kfet' authentication machinery 2017-09-25 17:57:47 +02:00
category.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
category_update.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
checkout.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
checkout_create.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
checkout_read.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
checkout_update.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
checkoutstatement.html Ajout des relevés 2016-08-11 15:14:23 +02:00
checkoutstatement_create.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
checkoutstatement_update.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
confirm_form.html Mass cleaning of kfet' authentication machinery 2017-09-25 17:57:47 +02:00
form_authentication_snippet.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
form_field_snippet.html Add base templates to extend 2017-05-20 13:57:21 +02:00
form_full_snippet.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
form_snippet.html Ajout snippets pour forms des templates 2016-09-03 23:44:45 +02:00
form_submit_snippet.html Ajout snippets pour forms des templates 2016-09-03 23:44:45 +02:00
history.html Merge branch 'master' into aureplop/kfet_cms 2017-06-23 02:53:05 +02:00
home.html kfet.open 2017-06-21 07:08:28 +02:00
inventory.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
inventory_create.html Merge branch 'master' into aureplop/kfet_cms 2017-06-23 02:53:05 +02:00
inventory_read.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
kpsul.html Merge branch 'master' into aureplop/kfet_cms 2017-06-23 02:53:05 +02:00
left_account.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
left_checkout.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
nav_item.html Mass cleaning of kfet' authentication machinery 2017-09-25 17:57:47 +02:00
order.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
order_create.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
order_read.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
order_to_inventory.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
settings.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
settings_update.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
supplier_form.html Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
transfers.html Merge branch 'master' into aureplop/kfet_cms 2017-06-23 02:53:05 +02:00
transfers_create.html Merge branch 'master' into aureplop/kfet_cms 2017-06-23 02:53:05 +02:00