1. 29 11月, 2018 1 次提交
    • I
      Add config to disable impersonation · bd3a4840
      Imre Farkas 提交于
      Adds gitlab.impersonation_enabled config option defaulting to true to
      keep the current default behaviour.
      
      Only the act of impersonation is modified, impersonation token
      management is not affected.
      bd3a4840
  2. 05 10月, 2018 1 次提交
  3. 13 9月, 2018 1 次提交
  4. 06 9月, 2018 1 次提交
  5. 01 9月, 2018 1 次提交
    • S
      Bump unauthenticated session time from 1 hour to 2 hours · 19e56902
      Stan Hu 提交于
      Users who have their system clocks configured inconsistently due to Daylight
      Savings may see a GitLab session cookie that immediately expires, resulting in
      a 422 error. To avoid these errors, we can bump the unauthenticated session
      time from 1 hour to 2 hours so they have time to login and get the default 7-day
      session.
      
      Closes #50393
      19e56902
  6. 25 7月, 2018 1 次提交
  7. 24 7月, 2018 1 次提交
  8. 23 7月, 2018 1 次提交
  9. 19 7月, 2018 1 次提交
    • S
      Limit the TTL for anonymous sessions to 1 hour · c559c43d
      Stan Hu 提交于
      By default, all sessions are given the same expiration time configured in the
      session store (e.g. 1 week). However, unauthenticated users can generate a lot
      of sessions, primarily for CSRF verification. It makes sense to reduce the TTL
      for unauthenticated to something much lower than the default (e.g. 1 hour) to
      limit Redis memory. In addition, Rails creates a new session after login,
      so the short TTL doesn't even need to be extended.
      
      Closes #48101
      c559c43d
  10. 18 7月, 2018 1 次提交
  11. 11 7月, 2018 1 次提交
  12. 02 7月, 2018 1 次提交
  13. 28 6月, 2018 2 次提交
  14. 20 6月, 2018 1 次提交
  15. 06 6月, 2018 8 次提交
  16. 01 6月, 2018 1 次提交
  17. 23 5月, 2018 1 次提交
  18. 27 4月, 2018 1 次提交
  19. 25 4月, 2018 1 次提交
  20. 23 4月, 2018 2 次提交
  21. 05 4月, 2018 2 次提交
  22. 04 4月, 2018 1 次提交
  23. 30 3月, 2018 1 次提交
    • S
      Send emails for issues due tomorrow · 2db218f8
      Sean McGivern 提交于
      Also, refactor the mail sending slightly: instead of one worker sending all
      emails, create a worker per project with issues due, which will send all emails
      for that project.
      2db218f8
  24. 27 3月, 2018 1 次提交
  25. 26 3月, 2018 1 次提交
  26. 22 3月, 2018 2 次提交
  27. 09 3月, 2018 1 次提交
  28. 01 3月, 2018 2 次提交