- 09 Oct, 2018 1 commit
-
-
BERJON Matthieu authored
I updated the SSH form in order to create the `help_text` argument in the form class and call it directly in the template. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
- 01 Jun, 2018 1 commit
-
-
BERJON Matthieu authored
I changed the template file name to respect the naming convention. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
- 31 May, 2018 1 commit
-
-
BERJON Matthieu authored
I updated the SSH view, created the new route, changed the class naming convention and update the template accordingly. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
- 30 May, 2018 1 commit
-
-
BERJON Matthieu authored
I adding a breadcrumbs system. It first working iteration that is still quite cumbersome to maintain. See also: #163 Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
- 04 May, 2018 1 commit
-
-
BERJON Matthieu authored
I incorporated both token and ssh key management into one template. In order to perform this operation I had to create several new routes with main one using `settings/security/`. The other ones are just commands to delete or update both the SSH key and the token. The token uses a `RedirectView` to generate a new token as no inputs have to be given by the user. The SSH key if doesn't exist can be created. Good practices for a key management is to revoke (delete) an existing key rather than updating it. I added a delete button using a `RedirectView` to update the database and the user can recreate a new key if he wants. The management of several SSH keys if needed will require few updates on that part (will be a bit more complex on the model side). I updated the user settings menu accordingly, deleted the unused templates, created a new main template for the security settings. I updated the CSS stylesheet to have something a bit more coherent. I removed the old views. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
- 02 May, 2018 1 commit
-
-
BERJON Matthieu authored
This relates to the commit ba5845c3 as I forgot to commit as well this modification. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
- 26 Apr, 2018 2 commits
-
-
BERJON Matthieu authored
I refactored the form templates regarding the error messages sent back to the user. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
BERJON Matthieu authored
I was overriden the message template inside each forms in order to display the error messages coming from a form to the user. By doing that I was dismissing any general success messages. I added the `block.super` tag in order to add the form error messages to the main success messages. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
- 25 Apr, 2018 2 commits
-
-
BERJON Matthieu authored
I updated all templates dealing with forms in order to display any possible error message in the parent template. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
BERJON Matthieu authored
I updated the model name of the views. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
- 20 Apr, 2018 3 commits
-
-
BERJON Matthieu authored
I updated the view and template in order to be able to regenerate a token if the user needs to do so. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
BERJON Matthieu authored
I added an attribute to the form to make him read only. Now just the "generate" button needs to be handled properly and find a way to display the value of they token key into the field. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
BERJON Matthieu authored
I Updated the user form view and created two new views for the ssh key and token. The current token view doesn't work properly and needs to be handled in a better way. It shouldn't be a proper form anyway, just a button to generate a new token if necessary. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
- 11 Apr, 2018 1 commit
-
-
BERJON Matthieu authored
I updated the user to satisfy the stylesheet. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
- 10 Apr, 2018 1 commit
-
-
BERJON Matthieu authored
I added two update views. One dedicated to the user data update such as first name and last name, the other one dedicated to the password update. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-