mattermost/web
Doug Lauder 5e59b5f70c
MM-23935 extend session expiry on user activity (#14275)
* MM-23935  extend session expiry on user activity

- if user types anything before a session expires the session will be extended to now + session length

- ensures new session expiries are not written to DB too frequently

- new session store func for updating session ExpiresAt

- session length defaults for mobile and web/ldap changed from 180 days to 30 days
2020-05-06 15:41:10 -04:00
..
context.go MM-23935 extend session expiry on user activity (#14275) 2020-05-06 15:41:10 -04:00
context_test.go Consistent license message for all the go files (#13235) 2019-11-29 12:59:40 +01:00
handlers.go MM-23568: Add rudder to server diagnostics. (#14151) 2020-04-21 09:23:00 +01:00
handlers_test.go MM-23093 Implement Server Setup telemetry - server configuration (#14374) 2020-04-30 18:18:12 +03:00
main_test.go Consistent license message for all the go files (#13235) 2019-11-29 12:59:40 +01:00
oauth.go MM-4887: Remove back to MM button for Zapier-MM OAuth integration setup (#13890) 2020-03-30 11:19:15 -07:00
oauth_test.go MM-21898 - Part 1: Generate and use an interface instead of *A… (#13840) 2020-02-13 13:26:58 +01:00
params.go MM-23015: Enable or disable group mentions (#14010) 2020-04-13 11:37:29 -07:00
response_writer_wrapper.go MM-23131 Include HTTP status code in the metrics (#14240) 2020-04-14 14:15:00 +02:00
response_writer_wrapper_test.go MM-23131 Include HTTP status code in the metrics (#14240) 2020-04-14 14:15:00 +02:00
saml.go MM-22273 New auditing system (phase 1) (#13967) 2020-03-12 15:50:21 -04:00
static.go Remove explicit application/wasm mimetype (#13804) 2020-02-05 09:06:17 +05:30
unsupported_browser.go MM-21898 - Part 1: Generate and use an interface instead of *A… (#13840) 2020-02-13 13:26:58 +01:00
web.go MM-21898 - Part 1: Generate and use an interface instead of *A… (#13840) 2020-02-13 13:26:58 +01:00
web_test.go Remove unncessary recover() calls (#14066) 2020-03-17 11:04:39 +00:00
webhook.go MM-22247: Space in content-type breaks integration with 3rd party apps (#13839) 2020-03-07 09:43:57 +01:00
webhook_test.go MM-22247: Space in content-type breaks integration with 3rd party apps (#13839) 2020-03-07 09:43:57 +01:00