##// END OF EJS Templates
authentication: register global shared session key used for external authentication session data storeage....
authentication: register global shared session key used for external authentication session data storeage. - We'll have more plugins not only oauth so this should be a constant name, instead of repating the same name all over the code.

File last commit:

r638:58240733 default
r3247:3c175ca2 default
Show More
release-notes-4.2.1.rst
14 lines | 314 B | text/x-rst | RstLexer

|RCE| 4.2.1 |RNS|

Release Date

  • 2016-07-04

Fixes

  • UI: fixed empty labels caused by missing translation of JS components.
  • Login: fixed bad routing URL in comments when user is not logged in.
  • Celery: make sure to run tasks in sync mode if connection to celery is lost.