This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-flask-openid-fork.git.
at 483759b Bumped version to 1.2.6
This branch includes the following new commits:
new 0d55b99 Initial commit of refactored simpleopenid module.
new b433831 Added readme
new a74816d Documented COMMON_PROVIDERS
new 1cf8577 Added setup.py and .cfg
new 0e3b8af Aded link to README
new 02a8134 Removed build folder from repo, fixed a bug with AX requests,
better support Google and added steam provider to list of common providers.
new 1fa23fb tagged 0.9.1
new e46e381 Added missing png
new 3429766 Removed theme, theme is no refactored for general usage.
new 465b270 Added submodule for themes
new e35732f Added support for configurations
new 6f98b29 Added a couple of missing selfs
new 138930a Added LICENSE
new 3be4cb1 Added MANIFEST.in
new c180f06 Minor grammar fixes in example
new 87715b7 Remove empty setup.py from example
new 97c87e9 1.0.1 release for improved packaging
new 89057c9 Updated submodule
new ebfc55a Added makefile
new 1b5459e Fixed a typo in the docs
new cf7d716 fixed typo in context variable in documentation example
new 4ba8745 Added self. This fixes #3
new 15105e1 typo fix in Responding to Successful Logins section
new bf38a73 Added README for the example. Refs #8
new 33c0530 Renamed module to flask_openid
new e273025 Removed unused imports
new 8353427 Don't lie about lack of tests
new 2fc44c5 Updated an import in the examples
new a7993a1 Added a hack to make it work with non-pickle based session
systems
new 1f41c29 Bumped version
new 7c53581 Small typo fix in documentation.
new a9c6f08 Fixes the inclusion name in documentation and examples to use
flask.ext.openid.
new d7954d2 Add support for python 3 by requiring python3-openid in case
of python3. Also use 2to3 in case of python3.
new 3f5c670 Ignore the build directory as well
new 723e590 Fix pickle.loads crashing on non-ASCII chars.
new b2f08c2 Add ask_for_optional, giving the option to mark specific sreg
keys as optional.
new 43c0c52 Add changelog
new 4cdd75f try_login optional param "extension_args". Allows adding
extension arguments to the OpenID authentication request.
new b3c1c4b Add support for OpenID extension.
new 9cf1ed0 Sometime the OpenID server sends back information using POST
queries.
new e973358 Add extensions support to ChangeLog and fix a bug where
extensions weren't registered correctly.
new a849c95 Error out of setup.py if the docs/_themes submodule was not
checked out.
new 9281733 Adds a feature where applications can define which URLs are
safe to redirect to.
new dc29eed Remove retained debug message
new 438bb34 Make the extensions API easier to use by accepting
openid.extension.Extension objects instead of extension_args tuple list
new e26dd99 Update extensions to prefer to use ns_alias as name
new e0795c4 Add PAPE extension as example
new e0565d8 Document safe_roots and extensions
new 0b82e68 Add info about the OpenID logo usage license.
new 22b6054 Adjust the Flask version required according to the version of
python used
new 29b72b8 Merge pull request #26 from pypingou/lower_flask_req
new ad8c4a4 Make the default be None, to avoid some weird issues when
modifying extension_responses.
new 0a6d34e Merge branch 'master' of github.com:mitsuhiko/flask-openid
new 657486b Add Patrick as author
new 40490c3 Bump version
new 09a54f3 Fix an indent for docs generation
new d46c554 use print() in setup.py for py3 goodness
new 6c4a3ce Noticed that if debug is enabled ask_for_optional is a
required field and will break without it being set
new 6b32ed0 Merge pull request #28 from fly/py3ify-setup
new 7cff567 Merge pull request #29 from kamn/master
new 65dc59f Add changelog entries
new 5c835c8 Bump version to 1.2.1
new b0b40dc fix AttributeError for python 3
new d55d14d Release 1.2.2
new 582977d Make it easier to run the example by creating the tables on
start.
new 7def159 Make OpenID errors a bit more descriptive.
new 3f73980 Seems 1.2.2 was actually never released.
new e95d32a Make the check for string types also work on Python 3.
new 8852f85 Bump version post-release
new eb6c191 Add shebang to example to make it easier to run
new 883b4ff Set +x on example.py
new 43c2fe5 Fix compatibility issue introduced in 1.2.2 for python<2.7
new a4b9c66 Use the tuple-method for version_info everywhere
new 8cc2f8e Bump versions already for 1.2.4
new 1a1fc96 Support using the url_root as trust_root. [Patrick Uiterwijk]
new 5d75649 Added support for immediate mode requests. [Patrick Uiterwijk]
new 1a3ffa1 Adding missing `be`
new 4de9cd0 Merge pull request #42 from yuvallanger/patch-1
new e133d01 Fix url_quote import path
new 4fe5bd1 Update changelog
new 0b8daa5 Added base64 encoding to session data.
new 3d3c478 Update ChangeLog for base64
new 82c7551 Fix some pep8 issues
new 38cd28c Bump version to 1.2.5
new b191851 Disable autocommit in example
new 960d800 Remove depreacted use2to3 option from setup.py
new 483759b Bumped version to 1.2.6
The 87 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.