##// END OF EJS Templates
auth-token: expose fetched token in unified way into request attribute....
auth-token: expose fetched token in unified way into request attribute. - This will allow re-using exposed access token for HTTP views in single place - We will support also exposing tokens from url if special _auth_token will be used as url param - We'll no longer require double logic for extraction of URL/HEADER auth-tokens and have a single place to extract it.

File last commit:

r1167:c0cc2e45 default
r4002:5f150e86 default
Show More
release-notes-4.4.2.rst
41 lines | 766 B | text/x-rst | RstLexer

|RCE| 4.4.2 |RNS|

Release Date

  • 2016-10-17

New Features

General

  • Packaging: pinned against rhodecode-tools 0.10.1

Security

  • Integrations: fix 500 error on integrations page when delegated admin tried to access integration page after adding some integrations. Permission checks were to strict for delegated admins.

Performance

Fixes

  • Vcsserver: make sure we correctly ping against bundled HG/GIT/SVN binaries. This should fix a problem where system binaries could be used accidentally by the RhodeCode.
  • LDAP: fixed email extraction issues. Empty email addresses from LDAP server will no longer take precedence over those stored inside RhodeCode database.