portainer/app/docker
Chaim Lev-Ari b02749f877
feat(auth): add custom user timeout (#3871)
* feat(auth): introduce new timeout constant

* feat(auth): pass timeout from handler

* feat(auth): add timeout selector to auth settings view

* feat(settings): add user session timeout property

* feat(auth): load user session timeout from settings

* fix(settings): use correct time format

* feat(auth): remove no-auth flag

* refactor(auth): move timeout mgmt to jwt service

* refactor(client): remove no-auth checks from client

* refactor(cli): remove defaultNoAuth

* feat(settings): create settings with default user timeout value

* refactor(db): save user session timeout always

* refactor(jwt): return error

* feat(auth): set session timeout in jwt service on update

* feat(auth): add description and time settings

* feat(auth): parse duration

* feat(settings): validate user timeout format

* refactor(settings): remove unneccesary import
2020-06-09 21:55:36 +12:00
..
components feat(auth): add custom user timeout (#3871) 2020-06-09 21:55:36 +12:00
filters chore(project): add prettier for code format (#3645) 2020-04-11 09:54:53 +12:00
helpers fix(container-creation): ensure exposedPorts exists (#3770) 2020-04-29 14:33:37 +12:00
interceptors chore(project): add prettier for code format (#3645) 2020-04-11 09:54:53 +12:00
models chore(project): add prettier for code format (#3645) 2020-04-11 09:54:53 +12:00
rest feat(volumes): add a switch to use CIFS volumes (#3823) 2020-05-15 13:28:51 +12:00
services chore(project): add prettier for code format (#3645) 2020-04-11 09:54:53 +12:00
views feat(auth): add custom user timeout (#3871) 2020-06-09 21:55:36 +12:00
__module.js chore(project): add prettier for code format (#3645) 2020-04-11 09:54:53 +12:00