Commit Graph

5 Commits

Author SHA1 Message Date
Michael Abashian
4afbc997f6 Added unit test for the main menu template. This tests the length of the mobile menu items against the length of the non-menu items. 2015-12-09 10:07:14 -05:00
Jared Tabor
fd34854f7a Session timeout after idle session
This commit is the UI portion of the session timeout feature for 2.4 (not incorporating the session_limit yet). This includes actively ending a session when the user's session time has expired, as well as giving the user a notification one minute prior that their session is about to end. It also includes removing 'session_timeout' from config.js. This is now retrieved from the response headers of each REST call. Each time the user make a rest call the session is extended another 1800 seconds (or whatever amount the user might configure with AUTH_TOKEN_EXPIRATION in local_settings.py)
2015-10-01 18:01:22 -04:00
John Mitchell
7fd24987d7 update adhoc feature, add tests and modularize 2015-09-09 13:08:16 -04:00
Joe Fiorini
f360a625ea Get tests running again 2015-07-27 10:19:15 -04:00
Joe Fiorini
b7c136aba7 Separate node test build from browser build 2015-07-27 10:19:14 -04:00