Changelog for
python-django_openstack_auth-3.6.1-1.62.noarch.rpm :
* Tue Dec 11 2018 cloud-develAATTsuse.de- update to version 3.6.1 - Add .zuul.yaml for pike - Update UPPER_CONSTRAINTS_FILE for stable/pike - Zuul: Remove project name - Don\'t add required attribute to html form fields - Imported Translations from Zanata - Remove tox_install.sh usage - Update .gitreview for stable/pike - Updated from global requirements - Allow an action if no policy exists for it and there is no default policy.- remove 0001-Don-t-add-required-attribute-to-html-form-fields.patch (upstream)- rename 0002-Use-WEBSSO_KEYSTONE_URL-for-websso-authentication.patch to 0001-Use-WEBSSO_KEYSTONE_URL-for-websso-authentication.patch
* Tue Oct 16 2018 gyeeAATTsuse.com- add 0002-Use-WEBSSO_KEYSTONE_URL-for-websso-authentication.patch This is needed in order to support WEBSSO for deployments where network segmentation is used per security requirement. (https://bugs.launchpad.net/horizon/+bug/1544703)
* Thu Mar 22 2018 tbechtoldAATTsuse.com- add 0001-Don-t-add-required-attribute-to-html-form-fields.patch
* Mon Aug 07 2017 cloud-develAATTsuse.de- update to version 3.5.0 - Allow for manual setting of default service region in config - hacking: Drop import_exceptions from tox.ini - move documentation into the new standard layout - Manually bump Django requirement - Fix doc build - doc: cleanup doc build configuration - Cleanup doc warnings and enforce warning-is-error in sphinx - Add Django 1.11 tox env - Bump Django requirements cap - Imported Translations from Zanata - doc: Add configuration reference - The python 3.5 added - switch from oslosphinx to openstackdocstheme - Add support for a domain dropdown menu at login
* drops 0001-Add-support-for-a-domain-dropdown-menu-at-login.patch - Update hacking version to fix tests - Migrate settings on a feature merged recently - Updated from global requirements - Fix default mutable arg in k2k.py - Implement expiration date alert message - Fix Django 1.11 Compatibility
* Tue Jul 04 2017 comurphyAATTsuse.com- Add 0001-Add-support-for-a-domain-dropdown-menu-at-login.patch to support for a domain dropdown menu at login (https://review.openstack.org/#/c/476064/)
* Fri Feb 10 2017 cloud-develAATTsuse.de- update to version 3.1.1: - Correctly initialize TestResponses - Store the project domain ID in the Token object - Removing token revoke / delete calls - Add is_authenticated and is_anonymous properties - Fix exception catch-all in domain scope auth - Add Constraints support - Allow federated users to auth with domain scope - Add reason attribute to TestResponse - Get remote address from client, behind proxy servers, to log on console. - Show team and repo badges on README - Imported Translations from Zanata - Add info logs to plugin scoping - python3.0 has disable LOG.warn - Fix wrong warning about keystone version - Refactor project and domain scoping - Modify use of assertTrue(A in B) - Add K2K Auth Dropdown - Updated from global requirements - Fix policy check short circuit
* Wed Dec 07 2016 dmuellerAATTsuse.com- update to 2.4.2 :
* Removing token revoke / delete calls
* Revert \"Add is_authenticated and is_anonymous properties\"
* Add is_authenticated and is_anonymous properties
* Fix wrong warning about keystone version
* Update .gitreview for stable/newton
* Updated from global requirements
* Imported Translations from Zanata
* Correctly initialize TestResponses
* Thu Mar 03 2016 tbechtoldAATTsuse.com- update to 2.1.1:
* Fixing backward compatibility
* Add domain initial value on login
* Move d-o-a auth library to keystoneauth
* Imported Translations from Zanata
* Makes policy.check aware of domain scoped token
* Updated from global requirements
* Add domain scoped token to session in multidomain
* Revert - Cache the User\'s Project by Token ID
* Use set comprehension instead of converting lists to sets
* Updated from global requirements
* Imported Translations from Zanata
* Updated from global requirements
* Imported Translations from Zanata- Adjust Requires according to requirements.txt
* Mon Nov 16 2015 vuntzAATTsuse.com- Fix license: it\'s Apache-2.0, not BSD-3-Clause.
* Sun Oct 04 2015 tbechtoldAATTsuse.com- update to 2.0.1:
* doa does not work with mysql
* Imported Translations from Zanata
* Updated from global requirements
* Update .gitreview for stable/liberty
* Sat Sep 19 2015 tbechtoldAATTsuse.com- update to 2.0.0:
* Remove .tx/config
* Replace default User model PK
* IDP specific websso
* Updated from global requirements
* Fix missing region field on WebSSO setup
* Fix Python 3 issues
* Imported Translations from Transifex
* Updated from global requirements
* Removing hack for python 2.6 support
* initialize the hasher for unscoped token
* Updated from global requirements
* Extend User from AbstractBaseUser and AnonymousUser
* Updated from global requirements
* Configurable token hashing
* Updated from global requirements
* Update supported keystone versions
* Fix doc reference in README
* Add message show for switch project
* Use unscoped token for scoping to project
* Fixing docstring formatting for param
* Fix Login form\'s fields sorting for Django 1.7
* Updated from global requirements
* Fixes modules index generated by Sphinx
* Add Coverage Reports To DOA
* Support removal of last_activity session flag
* Use graduated version of oslo.policy
* Add missing _ import to plugin/base.py
* Improve messaging on keystone connection issue
* Updated from global requirements
* Set default value for new token attributes
* Adding 1.6 job for tox
* Updated from global requirements
* Updated from global requirements
* Drop use of \'oslo\' namespace package
* Prepend WEBROOT to redirect URL for WebSSO
* Update README to work with release tools
* Uncap library requirements for liberty
* Updating Django requirements to allow 1.7
* Fix test error for Django1.7
* Removing python 2.6 support
* Updated parsing of catalog to handle bad format
* Add websso redirect test
* Hash token only for ASN1 and PKIZ tokens
* Add authentication using openID and SAML
* Add token auth plugin
* Make list_projects a method of auth plugin
* Rename AUTH_PLUGINS option
* Follow ups to Authentication Plugins
* Expose keystone client version as a plugin property
* Create plugin model for DOA authentication
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Fix H405 docstring issue
* Updated from global requirements
* Allow running individual tests via tox
* Move to hacking 0.10
* Updated from global requirements
* Add defaulting of services_region in User class
* Relocating policy engine from openstack_dashboard
* Use keystone auth plugins
* Allow an empty region list
* Attempt to scope only to enabled projects
* Add call to KS V3 revoke_token on logout
* add last_activity to session
* Workflow documentation is now in infra-manual
* Use standard test loading features
* Horizon login page contains DOS attack mechanism
* Domain enabled login screen needs focus on Domain field
* Make region sticky on Login page
* Make region and project sticky
* Updated the installation instructions
* Remove admin role name \'admin\' hardcode in User.is_superuser()
* Imported Translations from Transifex
* Fix inability to switch region via Switch Region dropdown
* Updated from global requirements
* Bump hacking to 0.9.x series
* Remove compiled message catalogs
* extract mock setup methods- Adjust Requires according to requirements.txt- Compile locales (.po -> .mo)
* Wed Jul 29 2015 tbechtoldAATTsuse.com- Unify spec file. Use fedora compatible files macros
* Sat Sep 27 2014 dmuellerAATTsuse.com- update to 1.1.7:
* Work toward Python 3.4 support and testing
* Consider old version of token without \'user_domain_name\' attr
* Added url_path_replace and has_in_url_path methods
* Configurable token hashing algorithm
* Add user_domain_name in the user object
* Adding log message for keystone API mismatch
* Cache the User\'s Project by Token ID
* Fix H4xx docstring issues
* Replace UserManager/TenantManager with None in tests
* Imported Translations from Transifex
* Imported Translations from Transifex
* Updated from global requirements
* Adding back the forms.Login import
* Wed Jul 30 2014 dmuellerAATTsuse.com- update to 1.1.6:
* Hash the token id if it is over a maximum length
* Restore \"redirect to login page after logout\" behaviour
* Add license header to exceptions.py
* Fix H301 and H304 hacking issues
* Updated from global requirements
* Disable H803 check
* Add the Python 3 classifiers
* Do not use Exception.message
* Redirect the user if they\'re already logged in
* Fix translation setup
* Updated from global requirements
* Use the latest Django 1.4 release to test
* Adding check for service roles to match users region selection
* Updated from global requirements
* Fix whitespace issues found by Pep8 1.5.4+
* Fix typo of ANS1 to ASN1
* Updated from global requirements
* Add tox env to build docs
* Fix H306 imports not in alphabetical order
* Fix remaining PEP8 (E
*
*
*) and PyFlakes (F
*
*
*) issues
* Make Hacking E1XX compliant
* Updated from global requirements
* Import translations
* Reverting default keystone API to v2.0
* Adding Django 1.6 support
* Updated from global requirements
* TestResponse: use a default status code
* Use mox3 rather than mox
* Use six.moves.urllib.parse instead of urlparse
* Updated from global requirements
* Sort project list by name
* Switch over to oslosphinx
* moves default keystone API to v3- remove 0001-Switch-over-to-oslosphinx.patch: merged upstream
* Tue Apr 08 2014 dmuellerAATTsuse.com- fix requires on SLE11
* Fri Mar 07 2014 speilickeAATTsuse.com- Update to version django_openstack_auth-1.1.4.3.gdd98eca:
* Updated from global requirements
* Sort project list by name 1.1.4
* updating version specification
* Have tox install via setup.py develop
* Updated from global requirements
* Support Django 1.4, 1.5 and 1.6
* Require user to be logged in when switching regions
* Fixed urls import
* Fix django.conf.urls.defaults imports
* Refresh request.user on session updates
* Pass OPENSTACK_SSL_CACERT setting to keystone
* Giving focus on username field on log in page 1.1.3
* Bump version for 1.1.3
* Import translations from Transifex for Havana RC1
* Add I18N related configurations
* Revoking token when switching tenant or loging out
* Add Apache2 licence header in data_v3.py
* Make auth backend use OPENSTACK_ENDPOINT_TYPE parameter from settings
* Missing check, supporting changes in horizon for middleware changes
* Update message translation files- Add python_requires source service- Fix dependencies
* Thu Feb 13 2014 dmuellerAATTsuse.com- added patches:
* 0001-Switch-over-to-oslosphinx.patch
* Tue Feb 11 2014 speilickeAATTsuse.com- Replace git_tarballs source service with download_files and set_version + Use upstream URL as source (enables verification)
* Thu Feb 06 2014 dmuellerAATTsuse.com- go back to the compat requirements name for sle11
* Mon Jan 20 2014 speilickeAATTsuse.com- Update to version 1.1.3.13.gb2eab84: + updating version specification- Sync requirements, remove hacking, we don\'t run pep8 tests
* Tue Jan 07 2014 opensuse-cloudAATTopensuse.org- Update to version 1.1.3.12.gba76543: + Have tox install via setup.py develop + Support Django 1.4, 1.5 and 1.6 + Require user to be logged in when switching regions
* Wed Dec 11 2013 opensuse-cloudAATTopensuse.org- Update to version 1.1.3.7.gac3ac2d: + Updated from global requirements
* Tue Nov 19 2013 speilickeAATTsuse.com- Run tests locally, therefore merge test package back into main- Properly build HTML documentation and install it- Add pt_BR locale- Updated (build) requirements
* Wed Nov 13 2013 speilickeAATTsuse.com- Add django_openstack_auth-hacking-requires.patch: hacking dep is nonsense
* Thu Oct 24 2013 dmuellerAATTsuse.com- include tests runner
* Fri Oct 18 2013 dmuellerAATTsuse.com- update to 1.1.3:
* Various i18n fixes
* Revoke tokens when logging out or changing the tenant- add -test subpackage
* Fri Sep 27 2013 speilickeAATTsuse.com- Add python-oslo.config>=1.2.0 test requirement
* Tue Sep 17 2013 dmuellerAATTsuse.com- update to 1.1.2:
* Try to scope token for all available projects
* Fri Aug 09 2013 speilickeAATTsuse.com- Buildrequire python-netaddr for testsuite
* Thu Aug 08 2013 dmuellerAATTsuse.com- update to 1.1.1:
* Keystone V3 support- drop newer-keystoneclient.diff, fix-testsuite.diff, docs-update.diff
* Tue Jul 09 2013 dmuellerAATTsuse.com- add fix-testsuite.diff
* Sat Jun 22 2013 dmuellerAATTsuse.com- add newer-keystoneclient.diff
* Thu Jun 13 2013 dmuellerAATTsuse.com- add python-argparse dependency
* Fri Jun 07 2013 dmuellerAATTsuse.com- update to 1.0.11:
* fix tarball
* fix tests- enable tests
* Mon May 27 2013 dmuellerAATTsuse.com- update to 1.0.10:
* Add basic multi-region support
* Improved User login/logout auditing
* Tue May 07 2013 dmuellerAATTsuse.com- update to 1.0.9:
* Django 1.5 compatibility
* Allow insecure authentication
* Improve compatibility with Django 1.4.2 and older
* Tue Jan 29 2013 dmuellerAATTsuse.com- update to 1.0.6:
* Fix compatibility with keystoneclient v0.2.
* Improves error handling; fixes failing test
* Mon Nov 19 2012 saschpeAATTsuse.de- Mark mo files as %lang- Fix doc file path
* Mon Nov 19 2012 saschpeAATTsuse.de- Initial version