Resolve "Logout of tutors after inactivity"
- Dec 17, 2017
-
-
robinwilliam.hundt authored
-
- Dec 16, 2017
-
-
robinwilliam.hundt authored
If the user now accidentally presses reload, the relevant session state (token, etc. ) will be retrieved from the session storage.
-
- Dec 10, 2017
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
The JWT Token is now refreshed upon each route change. If the token is expired the user will be logged out and redirected to the login page.
-
robinwilliam.hundt authored
This endpoint returns the time delta of the JWT Tokens as specified in the settings file #22
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
This endpoint will return the role of the authenticated user, 'Student', 'Tutor' or 'Reviewer'
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
Work on the final student-page can now begin
-
robinwilliam.hundt authored
Merge remote-tracking branch 'origin/69-general-layout-navigation' into 39-a-new-student-overview-page-with-vue-js
-
- Dec 09, 2017
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
Implemented version of the student-page using vuetify and the new general layout. The side navigation should be displaying links to the (not yet implemented) detail views of the submissions to provide easy way to change between submission views.
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
The extra functionality offered by the ViewSet is not needed in this place and caused unexpected behavior (it returned an array containing an object, breaking the StudentView). For this very simple View imo explicit is better than implicit.
-
- Dec 05, 2017
-
-
robinwilliam.hundt authored
Added BaseLayout component that will serve as bas for the layout of the app. It is modeled after https://next.vuetifyjs.com/examples/layouts/google-contacts . The gradySpeak has been moved to the front-end.
-
- Dec 04, 2017
-
-
robinwilliam.hundt authored
-
- Dec 01, 2017
-
-
robinwilliam.hundt authored
-
- Nov 30, 2017
-
-
robinwilliam.hundt authored
-
- Nov 29, 2017
-
-
robinwilliam.hundt authored
Started work on using a store for the submission-notes component
-
robinwilliam.hundt authored
google-code-prettify and font-awesome are no longer part of the repo but instead loaded via npm/yarn
-
robinwilliam.hundt authored
/public/ is created when generating html output from py.test
-
- Nov 28, 2017
-
-
robinwilliam.hundt authored
Started work on structuring the vuex store into modules
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
To access the prototype run yarn start and go to /notes/
-
- Nov 21, 2017
-
-
robinwilliam.hundt authored
-
- Nov 16, 2017
-
-
robinwilliam.hundt authored
-
- Nov 15, 2017
-
-
robinwilliam.hundt authored
-