[Python-modules-commits] [python-social-auth] tag v0.2.18 created (now 7edf3c7)

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:16:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a change to tag v0.2.18
in repository python-social-auth.

        at  7edf3c7   (commit)
This tag includes the following new commits:

       new  1b808cf   Salesforce OAuth2 support
       new  bee9518   Fix does not match the number of arguments (for vk and ok backend)
       new  ca24550   Fix migration issue on python 3
       new  e87e1a4   Merge pull request #417 from EnTeQuAk/master
       new  01dbda3   Merge pull request #415 from silentsokolov/develop
       new  6550eae   Pick github primary email first. Fixes #413
       new  a9c4439   Fix custom user model migrations for Django 1.7
       new  4ec0982   use correct tense for `to meet'
       new  9d99703   Update base.py
       new  0d75600   Fix use case snippet
       new  d2989f4   Link missing doc
       new  fa7548b   Merge pull request #429 from aparij/master
       new  47042e7   PEP8
       new  cab888a   Merge pull request #428 from mgalgs/patch-1
       new  6644430   Merge pull request #422 from jlynn/django-migrations
       new  20558f1   Merge branch 'salesforce_backend' of github.com:postrational/python-social-auth into postrational-salesforce_backend
       new  4fbb525   PEP8 + basic docs. Refs #412
       new  9cf88a5   Merge branch 'postrational-salesforce_backend'
       new  73c85f8   PEP8
       new  aad06ed   Rename tokens to access_token. Refs #430
       new  eaa3f56   Set no-cache on views
       new  f6dd9d0   Fix typo for AUTH_USER_MODEL
       new  1a2a150   Merge pull request #432 from jlynn/django-migrations
       new  dc8aca8   PEP8
       new  b0f68df   Update changelog. Refs #421
       new  198c161   Pass request to pyramid strategy. Refs #390
       new  3b99103   Added Zotero OAuth1 backend
       new  9e7373d   Fixed doc line
       new  abbb81a   Merge pull request #1 from mpaolino/zotero-backend
       new  9411c48   Udpated README to include the Zotero backend mention
       new  53f6e92   Merge branch 'master' of github.com:mpaolino/python-social-auth
       new  cb2792c   Added zotero test, work in progress
       new  5c751c0   Example on how to re-prompt a google user to get the refresh_token
       new  eaae97a   Remove x flag from .py file
       new  53ead5c   Fix docs. Refs #436
       new  15e366f   Avoid override of custom-usernames fields with plain generated username. Refs #435
       new  751853d   Basic Khan Academy support
       new  da6d235   Fix readme
       new  d2a93b3   Fix backend name formatting
       new  f73ec73   Struggling with Khan Academy again...
       new  bebef4e   Khan Academy oauth support now fully working
       new  d6038b4   Fixed docs
       new  6099db4   Changed test name
       new  4d70b23   Added support for Django's User.EMAIL_FIELD.
       new  df3ff37   Allow the pipeline to change the redirect url. Moves the popping of the redirect value from the session to after the pipe line executes.
       new  9063aba   Merge branch 'master' of github.com:SeanHayes/python-social-auth into SeanHayes-master
       new  dcf2f53   Merge pull request #449 from tim-schilling/allow-pipeline-redirects
       new  e342d25   PEP8
       new  a5fc4d1   Merge branch 'SeanHayes-master'
       new  65b6d6a   PEP8
       new  0d76f4c   Merge branch 'khan-academy-backend' of github.com:aniav/python-social-auth into aniav-khan-academy-backend
       new  02bed89   Quick khan academy docs
       new  435f99f   Merge branch 'aniav-khan-academy-backend'
       new  0e411aa   Allow initial definition of protected attributes
       new  cc59086   Simplify flask app initialization
       new  30fec88   Remove Flask-SQLAlchemy dependency from example app
       new  d0872f7   Removed Orkut backend
       new  22ea009   Added backend for professionali.ru
       new  a2e22cb   User ID is required to use any further requests
       new  38f86dd   Update django.rst
       new  fc949b7   Fix #460: Call force_text on _URL settings to support reverse_lazy with default session serializer
       new  6a5741e   Update GitHub documentation
       new  7e1c9b7   Slack backend
       new  6c1743c   Documentation for slack backend
       new  0a31ebb   Correct Django SESSION_COOKIE_AGE setting
       new  f19f571   Update base.py
       new  f44cd09   Merge pull request #472 from travoltino/master
       new  5dad0e3   Change expression
       new  70105f8   Merge pull request #471 from gorillamania/slack
       new  a84f6a1   Link docs, apply PEP8, change quotes and code style
       new  f23b409   Merge pull request #469 from alexmuller/github-docs
       new  b755d06   Merge pull request #454 from drpancake/patch-1
       new  45d9025   Merge pull request #450 from lukasklein/master
       new  dd083c3   Merge pull request #452 from kblw/master
       new  6d97ff6   PEP8
       new  d87e12a   Fix YahooOAuth get primary email sorting order
       new  55d010d   Fixed extra_data field in django 1.7 initial migration
       new  30ee628   when scope is reduced, the response from slack is different, handle both
       new  e044e10   update in a way that will be more future proof
       new  dbab849   properly handle data, so that it is more future proof, again. This time fix issue with team_url
       new  d46aa12   cleanly handle both a scope of 'identity' only and also fill in more data if we have 'read' access
       new  b5533e7   Store Spotify's refresh_token.
       new  2c0c8e0   Patch tornado arguments/cookies getting. Refs #445. Refs #346
       new  501d735   Added nonce unique constraint
       new  9173ace   Added backend for Coursera
       new  f9e9a95   Added Coursera backend to django_example
       new  50a4bc7   Docs for coursera backend
       new  35f4428   Added coursera backend to README
       new  0dc2d42   Fixed jawbone authentification
       new  e9ac5dc   Add support for Launchpad OpenId
       new  efa68bc   updated mendeley oauth2 to use new api resource and also updated to grab new profile_id, name and bio
       new  5721df6   Ensure email is not None
       new  91127e2   Enable debug pipeline in example app
       new  6348c63   Define methods to customize urls in OAuth2 backends
       new  bb295ab   NationBuilder backend
       new  71c1028   Move common code to base class
       new  609f598   Add test for nationbuilder backend
       new  81fa594   Update Google documentation
       new  bdf69d6   Updated PyJWT Dependency
       new  e645641   Fix: REQUEST has been deprecated in Django 1.7, so we need to merge dictionaries
       new  89ca422   Merge pull request #473 from wj1918/master
       new  31394f0   Merge pull request #476 from bendavis78/issue_426
       new  4f6a0f6   Merge pull request #482 from ctbarna/spotify-refresh-token
       new  d410737   Merge pull request #491 from candlejack297/master
       new  fcb0b8b   Merge pull request #496 from dreame4/coursera
       new  c9a77d9   Merge pull request #498 from rivf/jawbone
       new  d1a223d   Merge pull request #500 from ianw/launchpad
       new  bb47b35   Merge pull request #502 from cdeblois/update_mendeley_oauth2
       new  2100cd3   Merge pull request #503 from ianw/null-email
       new  0473544   Merge pull request #509 from edx/pyjwt-fix
       new  89c5dd1   Merge pull request #510 from Menda/fix-google-plus-docs
       new  aab2a95   Merge pull request #511 from baroale/master
       new  794a28a   PEP8
       new  5c9c9f9   Pyflakes
       new  c994d11   Merge branch 'slack' of https://github.com/gorillamania/python-social-auth into gorillamania-slack
       new  15be6aa   Merge branch 'gorillamania-slack'
       new  4c731de   add qiita backend
       new  de62c48   refs #512 fixed bug for py2.6
       new  b2dacd3   refs #512 fixed typo
       new  94ad25e   [facebook-oauth2] Verifying Graph API Calls with appsecret_proof
       new  9c24e1b   Include username in Reddit extra_data
       new  0884f3a   Fixed issue: GET dictionary is immutable. I am not using MergeDict because it will be deprecated
       new  e1d891b   Add dribble backend.
       new  3108d63   add document url.
       new  8d6ed64   fixed bug.
       new  54310a5   Don't use "import" in example method paths docs to avoid confusion
       new  97d9c5d   fix python3 handling of openid backend on sqlalchemy storage (use str instead of bytes)
       new  f229c07   Email column is duplicated
       new  bbf02d7   Include template engine
       new  2b6d969   login_user takes 3 parameters
       new  4d153ac   Merge pull request #529 from narusemotoki/email_column_twice
       new  40279f5   Merge pull request #524 from charango/master
       new  d22abf1   Merge pull request #521 from lamby/drop-import-module-from-docs
       new  e5d1062   Merge pull request #519 from tell-k/add-dribbble-backend
       new  18ea5d0   Merge branch 'master' of https://github.com/mpaolino/python-social-auth into mpaolino-master
       new  2f4e436   Merge pull request #518 from baroale/master
       new  f2ec7a1   Merge pull request #517 from chris-martin/reddit-username
       new  49c8f83   PEP8/PyFlakes
       new  50d7902   Merge pull request #512 from tell-k/add-qiita-backend
       new  ec5b2a4   Merge branch 'mpaolino-master'
       new  8561dc4   v0.2.2
       new  29bb6ed   Fix zotero tests
       new  c33c947   Fix Issue #532, get UID when use access_token ajax auth in weibo backends.
       new  c60549b   Fix Issue #532, get UID when use access_token ajax auth in weibo backends.
       new  0cfff58   Merge remote-tracking branch 'upstream/master'
       new  7572176   Merge branch 'facebook_appsecret_proof' of https://github.com/eagafonov/python-social-auth into eagafonov-facebook_appsecret_proof
       new  53091fc   Cleanup imports and hmac creation, fix python3 compatibility
       new  6dcc6ec   Merge branch 'eagafonov-facebook_appsecret_proof'
       new  7094f80   added OAuth2 support to yahoo. Also, removed OAuth1 since yahoo will not be supporting it anymore
       new  d9293d1   fixed refresh tokens for yahoo
       new  e184646   modified docs
       new  81f4116   Update google.rst
       new  5b6e3eb   Disable redirect_state in kakao backend. Fixes #538
       new  f0749ee   Enable KakaoOAuth2 on example app
       new  26cd455   update Kakao OAuth2 backend : update auth process- Fixes #538
       new  93d1b61   Add extra info on Google+ Sign-In doc
       new  1d55aab   Merge pull request #540 from Menda/update-google-doc
       new  2b914c5   Merge branch 'master' of https://github.com/hassek/python-social-auth into hassek-master
       new  8d5cb6f   Merge pull request #539 from dobestan/feature/kakao-oauth2
       new  d8c636d   Merge pull request #537 from tclancy/patch-1
       new  23ab544   PEP8
       new  df08acf   Merge branch 'hassek-master'
       new  69c4b21   Merge branch 'master' of https://github.com/littlezz/python-social-auth into littlezz-master
       new  c768998   PEP8 and simplify code
       new  eaa9d3a   Merge branch 'littlezz-master'
       new  e27ca9e   Add backend for EVE Online Single Sign-On (OAuth2) https://developers.eveonline.com/resource/single-sign-on
       new  6dcb3dd   PEP8, quotes and extra_data
       new  1a068e0   Merge branch 'flesser-backend_eveonline'
       new  829806f   Add wunderlist oauth2 backend
       new  696d5b2   Update index.html
       new  6d923e9   Merge pull request #544 from flesser/patch-1
       new  d803dd5   Merge pull request #543 from bogdal/wunderlist-backend
       new  d042f21   Add wunderlist backend to the list
       new  bf6272f   Increase min request-oauthlib version to 0.3.1
       new  f9597b9   Create vend.py
       new  b51629f   update for django 1.9
       new  0640864   Merge pull request #547 from bogdal/patch-1
       new  8d982be   Merge pull request #548 from johtso/increase-minimum-oauthlib-version
       new  183a57a   Ensure to flush the db session (needed for Pyramid + sqlalchemy). Refs #390
       new  58915b1   Add `python_chameleon` to setup
       new  1208387   Start pipeline with default details arg
       new  a52ee69   Flush sqlalchemy session to get the object ids. Refs #390
       new  70d06c4   Remove debug print
       new  a601c04   Merge pull request #554 from jeromelefeuvre/PyramidChameleon
       new  c9d68d3   Merge pull request #556 from johtso/start-pipeline-with-default-details
       new  3718ac7   Require PyJWT>=1.0.0,<2.0.0
       new  d25b5fd   Specify algorithm for encoding and decoding
       new  52f6f14   Add missing migration for Django app
       new  4d17fcc   Add rednose for colored output log
       new  d65e6ce   Add setup.cfg to configure flake8 and nosetests
       new  71661be   Merge branch 'master' of github.com:omab/python-social-auth into khan-academy-backend
       new  cae0cb9   Merge branch 'RednoseAndConfig' of https://github.com/jeromelefeuvre/python-social-auth into jeromelefeuvre-RednoseAndConfig
       new  b13f9dd   Merge pull request #561 from aniav/khan-academy-backend
       new  67dc33f   Add rednose to python3 requirements too
       new  d69903d   Merge branch 'jeromelefeuvre-RednoseAndConfig'
       new  7cf61a1   Merge pull request #557 from jpadilla/pyjwt
       new  3dea24e   Merge pull request #558 from andreipetre/missing-migration
       new  51f6630   Merge branch 'master' of https://github.com/matthowland/python-social-auth into matthowland-master
       new  7267581   Fix backend, add quick docs. Refs #549
       new  03f9243   Merge branch 'matthowland-master'
       new  451f8b3   set redirect_state to false for live oauth2
       new  e5c47ac   Merge pull request #563 from wj1918/master
       new  72d413a   Store github login in extra data by default. Refs #567
       new  bcac402   Add revoke token ability to strava
       new  3d18245   Added NaszaKlasa OAuth2 support
       new  c471d43   Merge pull request #569 from buddylindsey/patch-1
       new  5eceb78   Merge pull request #570 from hoffmannkrzysztof/master
       new  05a4c08   PEP8. Refs #570
       new  43a594c   v0.2.3
       new  5e04861   Update LICENSE
       new  6c75181   Merge pull request #573 from yasoob/patch-1
       new  b3d39b5   Merge branch 'master' of https://github.com/DanielJDufour/python-social-auth into DanielJDufour-master
       new  af16a6d   Add backward compatibility on django app initialization. Refs #550
       new  84d72fa   Merge branch 'DanielJDufour-master'
       new  727b713   Merge branch 'django_reverse_lazy_settings' of https://github.com/frankier/python-social-auth into frankier-django_reverse_lazy_settings
       new  e2c3d77   Merge branch 'frankier-django_reverse_lazy_settings'
       new  da84831   Update django/mongoengine example (similar to default one). Refs #576
       new  b91a190   Allow inactive users to login
       new  07847e5   Define a MANIFEST.in file. Fixes #578
       new  0899645   Conditional import on transaction, update docs to mention it. Fixes #572
       new  63a2e76   Add docs about disconnection and logging out difference. Fixes #568
       new  41a10a8   Link backend docs
       new  4e860bb   Change title
       new  e44f175   Remove hard limitations on PyJWT and requests-oauthlib versions. Fixes #531
       new  320eb67   Remove unsupported attribute from alter field migration
       new  08617e4   Add notice about behance broken api. Refs #530
       new  76f9370   Improve deprecation notice on behance docs
       new  f57e0ca   Optional trailing slash on django apps. Fixes #505
       new  8aab809   Update docs about SOCIAL_AUTH_PROTECTED_USER_FIELDS. Fixes #459
       new  7dd4273   Improve http error handling on auth_complete/do_auth. Fixes #304
       new  f9caa5a   Pass all arguments to extra_data (save access token).
       new  3eae711   Log error messages. Fixes #507
       new  08abcf1   Build a wheel, and upload with twine
       new  31ce96a   Merge pull request #583 from mattrobenolt/wheel
       new  160eccc   Merge pull request #580 from jobdash/master
       new  fa45d0e   Flag dev version
       new  e67b622   Raise error if token was passed but it's incomplete. Fixes #574
       new  934f159   Fix get_scope() override example
       new  d61012d   Update Facebook to API v2.3
       new  19dafb5   Fix Facebook test case after API version change. Refs #480
       new  6bd98be   Fix links in docs
       new  3324b3f   Fix settings names on spotify docs. Fixes #475
       new  29a24e1   Move revoke methods to common class. Fixes #484
       new  454292e   Link to post about access-token based authentication
       new  2c1e6d6   Fix setting name (make it backend related). Refs #586
       new  c73ad1f   v0.2.4
       new  50aafbf   Add email to default list of protected userfields (popular demand)
       new  fe76417   Fix wheel support. Refs #588
       new  74535c6   v0.2.5
       new  56a24af   Fix publish task
       new  859225f   Include tests requirements files. Fixes #590
       new  f0a06df   v0.2.6
       new  9f45986   Append trailing slash in Django
       new  6eed1db   Swtich Twitter API to POST (as it's documented)
       new  a8b2790   Flag dev version
       new  93969ed   Clean any pipeline remanents when starting the process. Refs #325
       new  532f0e9   Merge pull request #591 from chripede/patch-1
       new  4f3b63e   Remove single-use var
       new  143149a   Merge branch 'master' of github.com:omab/python-social-auth
       new  663a174   Alter email max length for Django app
       new  f4247db   Merge pull request #593 from JonesChi/django_email_max_length
       new  c50aed1   Fix the final_username may be empty and will skip the loop.
       new  05b251c   Move OAuth1 method out from the base class
       new  a3e1805   Take into account that sometimes API v2.3 returns the old querystring format. Fixes #592
       new  b284c76   Merge branch 'master' of github.com:omab/python-social-auth
       new  60474e4   Merge branch 'fix' of https://github.com/littlezz/python-social-auth into littlezz-fix
       new  4b4b9b9   PEP8 and switch check order
       new  ce40077   Merge branch 'littlezz-fix'
       new  c465257   Fix clean username regex. Fixes #594
       new  acbbf93   ChangeTip backend
       new  83ba360   use api domain for changetip request
       new  7476575   Don't send redirect_state to slack backend
       new  789e0dc   v0.2.7
       new  b5d62ee   Flag dev version
       new  3ae0c28   Allow to remove team from username in slack backend
       new  85a79ac   fail gracefully on missing email
       new  ca01736   Documentation for ChangeTip backend
       new  d0ef0a0   Merge branch 'changetip' of https://github.com/gorillamania/python-social-auth into gorillamania-changetip
       new  e3f2f22   Use get_json() helper
       new  3863c6c   Merge branch 'gorillamania-changetip'
       new  1851b5f   Make URLs trailing slash be configurable by setting. Refs #505
       new  f88b9c5   Fix typos in docs (thanks to vsobolmaven)
       new  7ff533b   Support SSL protocol override, default Amazon to TLSv1. Fixes #603
       new  eb10174   Add note about TLSv1 support in Amazon backend
       new  0eb735d   Added Moves to the list of providers
       new  af7df79   Fixed Moves link on list of providers
       new  9d3f4c1   Merge pull request #606 from avibrazil/master
       new  a68f018   v0.2.8
       new  1df1de5   Fix manifest definition
       new  8f9be44   v0.2.9
       new  d6cedb5   Dev version flagged
       new  e635782   Fix syntax (backward compatible)
       new  4d4c3f8   Ensure that all the requirements are installed
       new  9fe88e6   SAML2 backend using OneLogin's python-saml
       new  05ca867   Tests for SAML backend
       new  17def18   Add python-saml requirement (temporary commit)
       new  04f5ff3   Add a DigitalOcean backend.
       new  d5a62c8   add weixin backends
       new  cb82dfb   fix Fitbit OAuth 1 authorization URL
       new  80ceb11   Fixes "ImportError: No module named packages.urllib3.poolmanager" error (fixes #617)
       new  b6b557e   Make IdP name format slightly more flexible
       new  de81523   Add an integration point for extra security layers like eduPersonEntitlement
       new  6dd5024   Minor consistency fix
       new  02ab628   Minor cleanups
       new  92f259b   Added provider for Microsoft Azure Active Directory OAuth2
       new  c748cbf   cleaned up unneeded Sharepoint related code
       new  0a1c8a7   added generic resource setting added license text added documentation file
       new  b149d29   added test cases for AzureADOAuth2 refresh token method added
       new  36051d6   added get_auth_token method for ease of use
       new  45b654b   updated test cases
       new  af7574f   added copyright / license notices
       new  5f1cefd   changes in extra_data
       new  7ddb110   Removed
       new  1e5e13b   Added Azure AD docs to index.rst
       new  b53e4dd   Avoid storing empty values from user details
       new  302caa1   Merge branch 'dev' of https://github.com/MSOpenTech/python-social-auth-1 into MSOpenTech-dev
       new  0c0eb17   PEP8
       new  85a8fb7   PEP8
       new  999d2c1   Merge branch 'MSOpenTech-dev'
       new  e0688be   Merge branch 'fix-617' of https://github.com/marekjalovec/python-social-auth into marekjalovec-fix-617
       new  22a82ab   Merge branch 'marekjalovec-fix-617'
       new  27bf30a   Merge pull request #625 from blurrcat/fitbit-oauth1-url
       new  8df6607   Merge branch 'feature/add_weixin_backends' of https://github.com/duoduo369/python-social-auth into duoduo369-feature/add_weixin_backends
       new  278945f   Coding style
       new  863a042   Fix changetip docs errors
       new  06ec6ee   Merge branch 'master' of https://github.com/andrewsomething/python-social-auth into andrewsomething-master
       new  c2dee68   Newline at end of file
       new  ee3c2c2   Merge branch 'andrewsomething-master'
       new  6b1e301   v0.2.10
       new  9fe591c   Keep the egg-info directory in the sdist
       new  5e44946   Merge branch 'saml-support' of https://github.com/open-craft/python-social-auth into open-craft-saml-support
       new  d064794   PEP8
       new  b567c0e   Python3 fixes for Tornado
       new  3a6be39   Added documentation
       new  2fdb283   PEP8
       new  89caaf3   Merge branch 'saml-support' of https://github.com/open-craft/python-social-auth into open-craft-saml-support
       new  721fd3f   Link docs
       new  4ab28ad   Merge branch 'open-craft-saml-support'
       new  6c59ceb   Updated Bitbucket backend to use newer 2.0 APIs instead of 1.0
       new  0a4b744   Updated Bitbucket backend to use the  UUID as the ID_KEY
       new  2853cfb   Added an OAuth2 backend for Bitbucket
       new  76a27b2   v0.2.11
       new  bc311bf   Fix wrong placement of changelog commits in 76a27b2
       new  992e23c   Use official python-saml 2.1.3 release, remove setting that is no longer included
       new  9fc8d4e   Withings Backend
       new  237bfd0   added support for Github Enterprise
       new  b220af1   Fix cookie handling for tornado
       new  35a48be   Fix decoding of request args
       new  dd9e53c   fix(pipeline): fix user_detail pipeline issue
       new  bfb3b22   Merge pull request #672 from maxsocl/user_details_fix
       new  fff27d7   Add comment refering to ticket. Refs #671, #672
       new  3d08aa3   Merge pull request #635 from hyperkitty/master
       new  ee79f15   Merge branch 'update-bitbucket-api' of https://github.com/mark-adams/python-social-auth into mark-adams-update-bitbucket-api
       new  8dae021   Backward compatibility option. Refs #652
       new  c33b13a   Merge branch 'mark-adams-update-bitbucket-api'
       new  14a3b44   Merge pull request #656 from open-craft/fix-chagelog
       new  b3d99be   Merge pull request #657 from open-craft/python-saml-update
       new  8ed980a   Merge pull request #658 from tomasgarzon/master
       new  ee396b0   Merge pull request #667 from ByteInternet/fix-tornado-oauth1
       new  b3572de   Merge pull request #649 from ByteInternet/fix-tornado-py3
       new  d013b93   Merge branch 'bitbucket-oauth2' of https://github.com/mark-adams/python-social-auth into mark-adams-bitbucket-oauth2
       new  1c18782   Merge branch 'mark-adams-bitbucket-oauth2'
       new  5bd55f6   Merge branch 'github_enterprise' of https://github.com/iserko/python-social-auth into iserko-github_enterprise
       new  c746ecf   Update settings.rst
       new  4f58c8a   PEP8 and code simplification
       new  041c400   Merge branch 'iserko-github_enterprise'
       new  413cd86   Fix doc title in withins file
       new  470a597   Merge pull request #673 from eshellman/master
       new  e17367b   Fix redirect_uri issue with tornado reversed url
       new  a7eaa31   Fix 'QueryDict' object has no attribute 'dicts'
       new  8033653   Use key
       new  84b8937   Use full
       new  7576316   v0.2.12
       new  6e2484d   echosign OAuth2 backend
       new  204da39   Added Meetup.com OAuth2 backend
       new  c49a791   Fixed typo
       new  387b262   Clean up
       new  ca8f61f   fix clef backend by access ID in correct way
       new  5bfb232   Merge pull request #681 from clef/fix-clef
       new  48a2796   Merge pull request #678 from bluszcz/master
       new  fe1c56c   Meetup PEP8 and link docs
       new  313e971   Merge pull request #676 from paxapy/feature/echosign_backend
       new  ef70edb   Add orbi backend
       new  5af6361   Fix test failed: get right user_id from response
       new  6ffcbf4   Close #622 by explicitly setting email length (compatibility with Django 1.7)
       new  3e67076   text -> content solves "is not JSON serializable"
       new  136e012   support for goclio.eu service
       new  0fb28df   Remove debug printing from BaseOAuth2 backend
       new  109e551   removed @app.teardown_request since it is called before @app.teardown_appcontext and removes current session. With @app.teardown_request session is removed just before session.commit and logged in user can not be saved on db.
       new  1c4f582   Link docs and PEP8
       new  2af852a   Merge branch 'jeyraof-add-orbi-backend'
       new  ec56fac   Merge pull request #689 from gcheshkov/master
       new  b466451   Merge pull request #686 from jneves/master
       new  1553736   Merge pull request #684 from frankier/django1.7-emailfield-compat
       new  9f832bf   Merge pull request #690 from asimcan/master
       new  4af9f63   Merge pull request #685 from JordanReiter/patch-1
       new  e738e32   Update main.py
       new  5df5ea0   Adding a model manager for the django app.
       new  c4faaca   Adding abstract UserSocialAuth model as well as a model manager class.
       new  e8a1954   first revision
       new  9ebfedc   formatting test
       new  2e8ed2a   more formatting
       new  7392484   formatting cleanups
       new  e4072e0   Fix #703
       new  1a1a78c   Retrieve remember value from session
       new  2bb450a   Merge branch 'master' of github.com:omab/python-social-auth
       new  4e6e095   Fix flask remember-me functionality
       new  93e0cd8   Add support for Uber OAuth2 - Uber API v1 - Backend UberOAuth2 added - Tests for UberOAuth2 backend added - Docs for backend added
       new  9668c6e   References to UberOAuth2 backend docs added in intro.rst and backends/index.rst
       new  264b3e2   Merge pull request #707 from webjunkie/patch-1
       new  b3e2543   Merge pull request #706 from henocdz/feature/uber_oauth2
       new  588cfe1   Merge pull request #704 from khamaileon/master
       new  bc51efb   Merge pull request #700 from ccurvey/master
       new  55dc54a   Small cosmetic changes and link from main index. Refs #700
       new  08ed0f8   Small cosmetic changes and link from main index. Refs #700
       new  75fd2a8   Merge pull request #696 from jameslittle/patch-1
       new  a2f14d1   Merge pull request #699 from troygrosfield/master
       new  82aa693   Fix typo in use_cases.rst
       new  4bca07f   Fix another mistake in use_cases.rst
       new  0a2b9f7   Support Pyramid Authentication Policies
       new  0e7f302   Merge pull request #710 from cjltsod/master
       new  d9d0fba   Merge pull request #709 from ajoyoommen/fix-typo
       new  51fc4b7   Tuple in pipeline's documentation should be ended with coma
       new  69fa698   Coma at the end of every tuple and dict
       new  bdd7748   One more coma in use_cases.rst
       new  6b18c5c   Update facebook.rst
       new  60162a6   Merge pull request #717 from zergu/patch-1
       new  af518ab   Fix typo in pipeline doc
       new  a4918af   Fix Google+ auth complete, update examples with updated SDK usage. Refs #316
       new  bb06166   Remove template tag
       new  97d006b   Add REDIRECT_STATE = False
       new  8c70e49   Merge pull request #720 from Andygmb/typo-fix
       new  a93a07f   Added justgiving.com OAuth2 backend
       new  0548524   added AuthUnreachableProvider exception to documentation
       new  bfeb34d   VK API workflow fix if error happens on vk-side
       new  c310299   added Python 3 support to FacebookAppOAuth2's load_signed_request method
       new  e9bdf71   Merge pull request #736 from alrusdi/vk-workflow-fix
       new  aa66b83   v0.2.13
       new  3e5d77f   Fitbit OAuth 2.0 support
       new  737b32f   Update URLs to match new site and remove OAuth comment.
       new  79bc6ff   Save extra_data on login
       new  15d75da   Add ability to store arbitrary user fields in test user model
       new  3c83f44   Store all tokens on refresh
       new  dae1280   Swtich travisci from legacy to container infrastructure
       new  920427c   Syntax typo
       new  67919ec   Fix travis conf
       new  ce3da98   Fix pypy support, no python-saml for it, silence python2.6 warnings
       new  18e9c7c   Pypy test requirements for travisci
       new  74c6616   Remove duplicated pypy entry, add python 3.5
       new  c4ea47c   Remove python3.5 (openid breaks), silence pypy warings
       new  7f74771   Fix syntax error
       new  ecaa306   Merge branch 'master' of https://github.com/PixelPin/python-social-auth into PixelPin-master
       new  fbfff0d   Merge branch 'PixelPin-master'
       new  b98bfcc   Merge branch 'master' of https://github.com/mwillmott/python-social-auth into mwillmott-master
       new  cad745c   Codestyle and missing docs
       new  166b4e2   Merge branch 'mwillmott-master'
       new  f11788b   Merge pull request #674 from ByteInternet/fix-tornado-redirect-uri
       new  366007a   Merge pull request #729 from Qlio/exceptions-documentation
       new  04a0742   Add signed request signature for Instagram
       new  720aff5   Fix typo
       new  2a2e76d   Fix kwarg
       new  d42fa25   Fix missing slash
       new  c4b9c51   Link justgiving doc
       new  dead1da   Switch import order
       new  f0745a8   Merge pull request #748 from ByteInternet/save-extra-data
       new  e66e323   Merge pull request #749 from firstjob/master
       new  86047e4   Merge pull request #753 from ByteInternet/store-all-tokens
       new  a70f273   Merge pull request #725 from webjunkie/patch-2
       new  c7aba85   Merge pull request #712 from JerzySpendel/typobranch
       new  48bd445   Update vk.py
       new  b96be11   Update odnoklassniki.py
       new  7c3f0e2   Fix a few typos in backends
       new  8f615fa   Fixes a few grammar issues in the docs
       new  53c24c8   use `openid` as username
       new  5059b05   use `self.setting('USE_OPENID_AS_USERNAME', False)` this will fast
       new  4f1e66e   Fix typo
       new  1194e6f   Support all kind of data type (like uuid) of User.id on Pyramid
       new  54a7bac   Add pinterest backend
       new  fcd11bf   Formatter fixes for SAML to support Py2.6
       new  9e653b2   Remove unused response arg from user_data method of yandex backend
       new  ce2e3a3   Add naver backends
       new  5a7d61c   fix a typing error in naver.rst
       new  2c491c6   fix Travis-CI failed
       new  27a6bca   Add instagram authentication backend to docs
       new  d47d4db   Update settings.rst
       new  8977cf7   Changed instagram backend to new authorization routes
       new  b8a752d   Merge pull request #797 from clybob/master
       new  871a479   Merge pull request #793 from skolsuper/patch-1
       new  f08e2a8   Merge pull request #756 from truetug/patch-3
       new  6ea1b6a   Merge pull request #757 from truetug/patch-1
       new  28a0c42   Merge pull request #760 from mathspace/typos
       new  3f01494   Merge branch 'master' of https://github.com/lneoe/python-social-auth into lneoe-master
       new  b364260   Typos and PEP8
       new  1b23df1   Merge branch 'lneoe-master'
       new  9f92ce3   Merge pull request #768 from mprunell/master
       new  b51d824   Merge pull request #764 from kevinharvey/chore/docfix
       new  6ae6454   Changed Azure AD endpoints according to new authorization flow
       new  a7b4c90   removed extra tabbing and spaces in azuread
       new  eca0f26   Fix Django 1.10 deprecation warnings
       new  43b72de   Merge pull request #783 from matburt/master
       new  e1240ac   Merge branch 'naver-backend' of https://github.com/se0kjun/python-social-auth into se0kjun-naver-backend
       new  345721d   PEP8 and doc styles applied
       new  60451e9   Merge branch 'se0kjun-naver-backend'
       new  f914557   Document run_tox script dependencies
       new  75c10b7   Fix typo: "attacht he" -> "attach the"
       new  5e3b710   Add support for Drip Email Marketing Site
       new  01e4ee4   convert to useing 2.6 string replacement
       new  10a6f55   Fix 'RemovedInDjango110Warning: SubfieldBase has been deprecated.' messages from Django 1.9.
       new  d8d7119   Add NGP VAN ActionID support
       new  d77509b   amazon backend: change authorization URL from http to https
       new  faf039c   twilio backend: fix backend name in comment
       new  557341d   Store access token in response if it does not exist
       new  d5f4433   Merge branch 'fix-django110-warnings' of https://github.com/yprez/python-social-auth into yprez-fix-django110-warnings
       new  53902cb   PEP8
       new  141b8a6   Merge branch 'yprez-fix-django110-warnings'
       new  674e4f1   added support for ArcGIS OAuth2
       new  3ef0fea   updated README for ArcGIS addition
       new  ca3a71f   SAML: raise AuthMissingParameter if idp param missing
       new  3e1329f   v0.2.14
       new  b07708e   Update changelog with output from github_changelog_generator
       new  bf1d48c   Fixing ImportError: cannot import name ‘urlencode’ in Python3
       new  dad3e6e   Use builtin compat urlencode
       new  b015d6c   add github enterprise docs on how to specify the API URL
       new  6a6d5c8   [Fix] update odnoklasniki docs to new domain ok
       new  f504a41   Add unit tests for Spotify backend
       new  7fa7775   Fix misspelled backend name
       new  57e0d96   Add a backend for Deezer music service
       new  b5c4c7b   Fix python 2 compatibility issue
       new  8ccc732   Update base.py
       new  f354654   Fix xgettext warning due to unknown encoding
       new  fbaa002   added tests
       new  f9e36da   Do not instantiate Logger directly
       new  9c0a77f   Fix typo in comment
       new  102262a   Fix typo in documentation
       new  482b8b1   Fix wrong evaluation of boolean kwargs
       new  e9b56d3   Fix settings not being used in migrations
       new  bedef0c   Add SOCIAL_AUTH_EMAIL_LENGTH setting
       new  259e027   Merge pull request #869 from Chronial/patch-1
       new  cdb839b   Merge pull request #864 from founders4schools/bugfix/error-logging
       new  529b398   Merge pull request #856 from federicobond/patch-1
       new  96fc4d1   Update twitter.py
       new  23555a6   Update twitter.py
       new  b8ee7d6   Move querystring to parameters
       new  8e63ad0   Merge pull request #852 from hellvix/patch-1
       new  e61ea10   Add itembase backend
       new  aeaa946   Add itembase docs
       new  817d4de   Update docs
       new  ffc5bf1   Add test
       new  940095f   Add to readme
       new  895f8a0   PEP8
       new  d6ae9e8   Merge pull request #847 from victorgutemberg/master
       new  041d732   Merge pull request #845 from khamaileon/master
       new  31c1403   Merge pull request #834 from iserko/github_enterprise_api_url_docs
       new  e34f081   Merge pull request #828 from mishbahr/master
       new  02f053a   Merge pull request #836 from vanadium23/master
       new  9724cf8   Merge pull request #821 from open-craft/saml-no-idp
       new  c1600b5   Merge branch 'arcgis_oauth2' of https://github.com/sparkgeo/python-social-auth into sparkgeo-arcgis_oauth2
       new  9c8f709   PEP8 and minor code simplification
       new  7042f30   Merge branch 'sparkgeo-arcgis_oauth2'
       new  fa8d88b   Merge pull request #815 from mback2k/master
       new  44225e7   Merge branch 'drip_support' of https://github.com/buddylindsey/python-social-auth into buddylindsey-drip_support
       new  9440655   PEP8 and code style
       new  dcb609d   Merge branch 'buddylindsey-drip_support'
       new  36acd91   Merge pull request #808 from smholloway/patch-1
       new  649e677   Merge pull request #784 from SrgyPetrov/master
       new  7d4eee2   Merge branch 'pinterest' of https://github.com/scailer/python-social-auth into scailer-pinterest
       new  97c05e5   Remove unneeded flag and method
       new  76478a3   Merge branch 'scailer-pinterest'
       new  15015ae   modifed wrong key names in pocket.py
       new  2185a15   Amend pocket backend key name
       new  65dc939   Merge branch 'EunJung-Seo-patch-1'
       new  ba0763a   Fix pocket key name
       new  998341d   Merge pull request #807 from introp-software/azuread
       new  3547149   Merge pull request #769 from cjltsod/master
       new  153f3aa   Merge pull request #816 from kchange/patch-1
       new  a23de75   Merge branch 'ngp-actionid' of https://github.com/ofa/python-social-auth into ofa-ngp-actionid
       new  b2f593a   Apply code-style
       new  38c1a11   Merge branch 'ofa-ngp-actionid'
       new  eca9490   Merge branch 'fitbit-oauth-2' of https://github.com/robbiet480/python-social-auth into robbiet480-fitbit-oauth-2
       new  2c1494c   Style doc and code
       new  0802974   Merge branch 'robbiet480-fitbit-oauth-2'
       new  38dd82b   Merge branch 'master' of https://github.com/Villoid/python-social-auth into Villoid-master
       new  1926553   PEP8
       new  df6d841   Merge branch 'Villoid-master'
       new  769bd90   add passing response to AuthCancel exception, if it available
       new  2259fc4   Merge pull request #813 from contracode/fix-django110-warnings-2
       new  6fa5e7c   Merge pull request #883 from st4lk/pass_err_response
       new  e95ce61   Add a backend for Classlink.
       new  f31fedb   Merge pull request #890 from newsela/add-classlink-backend
       new  f4fa73e   v0.2.15
       new  3e55b45   Docs updates
       new  879645a   v0.2.16
       new  f974acf   django 1.8+ compat to ensure to_python is always called when accessing result from db..
       new  8f8de02   Ditch Python 2.6, bump up requirements
       new  089bc65   Merge pull request #897 from sbussetti/master
       new  b87ef65   v0.2.17
       new  7edf3c7   v0.2.18

The 597 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list