summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-06-12 13:50:40 +0000
committerDouwe Maan <douwe@gitlab.com>2015-06-12 13:50:40 +0000
commit9ea8dcb5e206bc9bf566ad2aebd167d20ec85531 (patch)
tree5c476f2e359053169b17ee4c38f51876e3e4ed97 /CHANGELOG
parentc14de4fd28daf96ac01425f8c62e5acd15fe8e9f (diff)
parent1d080f57454fda46eb60700a8693cb968e6d557f (diff)
downloadgitlab-ce-9ea8dcb5e206bc9bf566ad2aebd167d20ec85531.tar.gz
Merge branch 'feature-session-expire-seconds-ui' into 'master'
Add session expiration delay configuration through UI application Setting is accessible by the administrator through the UI and defaults to 1 week (the current setting) Answers the following suggestions: * http://feedback.gitlab.com/forums/176466-general/suggestions/6210719-make-session-length-configurable * http://feedback.gitlab.com/forums/176466-general/suggestions/6730512-automatic-logout-after-a-time-being-idle See merge request !774
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9d558b15ab9..c5a625ed1df 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,7 @@ v 7.12.0 (unreleased)
- Update browser gem to version 0.8.0 for IE11 support (Stan Hu)
- Fix timeout when rendering file with thousands of lines.
- Add "Remember me" checkbox to LDAP signin form.
+ - Add session expiration delay configuration through UI application settings
- Don't notify users mentioned in code blocks or blockquotes.
- Omit link to generate labels if user does not have access to create them (Stan Hu)
- Show warning when a comment will add 10 or more people to the discussion.