##// END OF EJS Templates
auth: don't break hashing in case of user with empty password....
auth: don't break hashing in case of user with empty password. In some cases such as LDAP user created via external scripts users might set the passwords to empty. The hashing uses the md5(password_hash) to store reference to detect password changes and forbid using the same password. In case of pure LDAP users this is not valid, and we shouldn't raise Errors in such case. This change makes it work for empty passwords now.

File last commit:

r1656:f58dbc99 stable
r2203:8a18c3c3 default
Show More
release-notes-4.7.2.rst
51 lines | 1016 B | text/x-rst | RstLexer
/ docs / release-notes / release-notes-4.7.2.rst
docs: added release notes for 4.7.2
r1656 |RCE| 4.7.2 |RNS|
-----------------
Release Date
^^^^^^^^^^^^
- 2017-04-18
New Features
^^^^^^^^^^^^
General
^^^^^^^
- git-lfs: always validate uploaded files size. In case an upload is damaged, or
interrupted RhodeCode will send the upload as failed making git-lfs client
re-try the upload of large files.
- dependencies: bumped rhodecode-tools to version 0.12.0
Security
^^^^^^^^
Performance
^^^^^^^^^^^
Fixes
^^^^^
- make usage of gunicorn wrappers to write data to disk.
- git-lfs: report chunked encoding support properly to the client.
- git-lfs: report returned data as 'application/vnd.git-lfs+json'
instead of plain json
- http-app: simplify detection of chunked encoding, when doing git-lfs uploads.
- rcextensions: fixed default template of rcextensions to propery
handle pre-push callback.
Upgrade notes
^^^^^^^^^^^^^
- This release fixes some found problems with git-lfs stream uploads. Please
try to run `git lfs push --all origin` to re-validate uploaded large-objects.