Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / mozilla/django-browserid issues and pull requests

#300 - Cast audience to string because of possible lazily evaluated variables.

Pull Request - State: closed - Opened by jotes about 8 years ago - 5 comments

#299 - Allow usage of named urls for redirection URLs in the settings.

Pull Request - State: closed - Opened by abompard over 8 years ago - 5 comments

#298 - Fix django-browserid for Django 1.9 with Jinja2

Pull Request - State: closed - Opened by Uberi over 8 years ago - 1 comment

#297 - De-duplicate login/logout redirect behaviour

Pull Request - State: closed - Opened by alanbriolat almost 9 years ago - 2 comments

#296 - Verify.success_url never used with {% browserid_login %}

Issue - State: closed - Opened by alanbriolat almost 9 years ago - 6 comments

#295 - Use the new style urlpatterns syntax to fix Django deprecation warnings

Pull Request - State: closed - Opened by edmorley almost 9 years ago - 2 comments

#294 - Django 1.8+ deprecation warning for urlpatterns in urls.py:28

Issue - State: closed - Opened by edmorley almost 9 years ago

#293 - Provide wheel package on PyPI

Issue - State: closed - Opened by edmorley almost 9 years ago - 11 comments

#292 - Fix #291: Add Django 1.9 support and test against the beta.

Pull Request - State: closed - Opened by Osmose almost 9 years ago - 1 comment

#291 - Django 1.9 compatibility

Issue - State: closed - Opened by rolandgeider almost 9 years ago - 1 comment

#290 - Switch to Travis' container-based infra.

Pull Request - State: closed - Opened by Osmose almost 9 years ago

#289 - Simplify CSRF and Tests

Pull Request - State: closed - Opened by Osmose over 9 years ago - 2 comments

#288 - Clean up broken/non-canonical external links in readme/docs

Pull Request - State: closed - Opened by edmorley over 9 years ago - 2 comments

#287 - Use __import__ instead of importlib in utils.py.

Pull Request - State: closed - Opened by Osmose over 9 years ago

#286 - Internet Explorer 11 specific error: "Relay frame could not be found "

Issue - State: closed - Opened by wiser1 over 9 years ago - 6 comments

#285 - Removal of /info/ endpoint causes problems for sites not using Django templating

Issue - State: closed - Opened by edmorley over 9 years ago - 5 comments

#284 - Django1.8

Pull Request - State: closed - Opened by abompard over 9 years ago - 4 comments

#283 - Document how to add a DTL template engine for 1.8 sites

Issue - State: open - Opened by Osmose over 9 years ago - 4 comments

#282 - CSRF token fetching does not work with Django 1.8

Issue - State: closed - Opened by abompard over 9 years ago - 4 comments

#281 - Remove fancy_tag

Pull Request - State: closed - Opened by abompard over 9 years ago - 4 comments

#280 - The fancy_tag library isn't actually necessary

Issue - State: closed - Opened by abompard over 9 years ago - 4 comments

#279 - Update version specifiers in tox.ini and .travis.yml.

Pull Request - State: closed - Opened by Osmose over 9 years ago - 1 comment

#278 - Simplify quickstart HTML template

Pull Request - State: closed - Opened by toolness over 9 years ago - 4 comments

#277 - Add contribute.json file.

Pull Request - State: closed - Opened by Osmose over 9 years ago - 2 comments

#276 - [Errno 32] Broken pipe on POST to /browserid/login/ and /browserid/csrf/

Issue - State: closed - Opened by aaadotpm over 9 years ago - 3 comments

#275 - Fix circular import issue with jingo.

Pull Request - State: closed - Opened by Osmose over 9 years ago - 3 comments

#274 - fixed broken doc links in customization

Pull Request - State: closed - Opened by pythonik almost 10 years ago - 1 comment

#273 - Fixing broken link to troubleshooting section from readme

Pull Request - State: closed - Opened by gene1wood almost 10 years ago - 1 comment

#272 - Support for django 1.7

Pull Request - State: closed - Opened by seocam about 10 years ago - 1 comment

#271 - SSL certificate error

Issue - State: closed - Opened by pedmiston about 10 years ago - 3 comments

#270 - Rework the auto-login docs

Pull Request - State: closed - Opened by willkg about 10 years ago - 4 comments

#269 - Fix Template tag browserid_logout

Pull Request - State: closed - Opened by seocam about 10 years ago - 5 comments

#268 - Template tag browserid_logout breaks when link_class attribute is set

Issue - State: closed - Opened by seocam about 10 years ago - 2 comments

#266 - Docs for Custom User Model are a bit screwy

Issue - State: closed - Opened by Osmose about 10 years ago - 2 comments

#265 - Updates to Goldilocks API

Issue - State: closed - Opened by Osmose about 10 years ago - 2 comments

#264 - Fix #57: Add local verification via PyBrowserID.

Pull Request - State: closed - Opened by Osmose about 10 years ago - 3 comments

#263 - Fix #66: Add onReady to django_browserid.registerWatchHandlers.

Pull Request - State: closed - Opened by Osmose about 10 years ago - 4 comments

#262 - Fix #140: Add support for offline development via auto-login backend.

Pull Request - State: closed - Opened by Osmose over 10 years ago - 7 comments

#261 - Fix 225: Use empty tuple as default setting value in CSP sanity check.

Pull Request - State: closed - Opened by Osmose over 10 years ago - 2 comments

#260 - Fix #231: Add error handling to JS and document the API a bit better.

Pull Request - State: closed - Opened by Osmose over 10 years ago - 2 comments

#259 - Fix the admin integration by adding a missing browserid_info tag.

Pull Request - State: closed - Opened by Osmose over 10 years ago - 2 comments

#258 - Fix #243: Document removal of context processor.

Pull Request - State: closed - Opened by Osmose over 10 years ago - 6 comments

#257 - Fix #248: Fix next param logic and move logic to Python.

Pull Request - State: closed - Opened by Osmose over 10 years ago - 2 comments

#256 - Fix #249: Never cache CSRFToken.

Pull Request - State: closed - Opened by Osmose over 10 years ago - 2 comments

#255 - Fix #253: Use stateless Persona API instead of workarounds.

Pull Request - State: closed - Opened by Osmose over 10 years ago - 3 comments

#254 - Handle all exceptions from auth.authenticate()

Pull Request - State: closed - Opened by tkrajina over 10 years ago - 3 comments

#253 - Use stateless Persona API

Issue - State: closed - Opened by Osmose over 10 years ago - 1 comment

#252 - Python3 installation fix

Pull Request - State: closed - Opened by tkrajina over 10 years ago - 1 comment

#251 - Fix #247: Execute lazy callables for csrf_token within the view.

Pull Request - State: closed - Opened by Osmose over 10 years ago - 4 comments

#250 - Fix #237: Switch verify view logging to debug and remove traceback.

Pull Request - State: closed - Opened by Osmose over 10 years ago - 3 comments

#249 - CsrfToken view should not be cached

Issue - State: closed - Opened by Osmose over 10 years ago

#248 - Impossible to override the redirect URL

Issue - State: closed - Opened by peterbe over 10 years ago

#246 - [docs] Add JQuery 1.8 requirement to quickstart and upgrade notes. Fixes #242

Pull Request - State: closed - Opened by glogiotatidis over 10 years ago - 1 comment

#243 - Document context processor removal in upgrade docs

Issue - State: closed - Opened by Osmose over 10 years ago - 4 comments

#236 - Rewrite documentation

Pull Request - State: closed - Opened by Osmose over 10 years ago - 4 comments

#235 - Check origin before redirecting users with default JS.

Pull Request - State: closed - Opened by Osmose over 10 years ago - 5 comments

#234 - Fix #211, #217: Remove support for auto-login/logout.

Pull Request - State: closed - Opened by Osmose over 10 years ago - 12 comments

#231 - Failure on 403 Forbidden doesn't work with how we expect the failure redirect

Issue - State: closed - Opened by peterbe over 10 years ago - 7 comments

#229 - Fix #199: Test comments to docstrings and use test name for output.

Pull Request - State: closed - Opened by Osmose over 10 years ago - 2 comments

#226 - Fix CSS class name.

Pull Request - State: closed - Opened by mvasilkov over 10 years ago - 2 comments

#225 - Sanity checks fail with django-csp and no CSP_DEFAULT_SRC

Issue - State: closed - Opened by Osmose over 10 years ago - 1 comment

#218 - Fix #196: Add support for BrowserID in the admin interface.

Pull Request - State: closed - Opened by Osmose almost 11 years ago - 6 comments

#216 - Update SITE_URL references in docs

Pull Request - State: closed - Opened by willkg almost 11 years ago - 1 comment

#212 - Django 1.6 support

Pull Request - State: closed - Opened by brainstorm almost 11 years ago - 10 comments

#208 - Fix #197: Use AJAX for submitting assertions instead of a hidden form.

Pull Request - State: closed - Opened by Osmose almost 11 years ago - 21 comments

#206 - Getting backend from session

Pull Request - State: closed - Opened by arloc almost 11 years ago - 2 comments

#190 - Add a bit about HTTP_X_FORWARDED_PROTO

Pull Request - State: closed - Opened by ericholscher about 11 years ago - 2 comments

#187 - WIP: Python3.3 - Make it compatible

Pull Request - State: closed - Opened by senden9 about 11 years ago - 2 comments

#181 - Ability to override the Verify class

Pull Request - State: closed - Opened by Osmose about 11 years ago - 2 comments

#177 - Add getAssertion and verifyAssertion to JavaScript API.

Pull Request - State: closed - Opened by Osmose about 11 years ago - 9 comments

#174 - django.conf.default.urls is deperecated in django 1.5, use django.conf.urls instead

Pull Request - State: closed - Opened by fpischedda over 11 years ago - 2 comments

#171 - Fix #136: Replace test_verification with new tests in test_base.

Pull Request - State: closed - Opened by Osmose over 11 years ago - 3 comments

#169 - Ability to override Verify class

Pull Request - State: closed - Opened by peterbe over 11 years ago - 2 comments

#158 - Fix #141: Remove email from browserid_info if user authed normally.

Pull Request - State: closed - Opened by Osmose over 11 years ago - 4 comments

#152 - Don't require loading of include.js on every pageview?

Issue - State: closed - Opened by skorokithakis over 11 years ago - 38 comments

#144 - Mozilla branding

Pull Request - State: closed - Opened by thekashifmalik over 11 years ago - 12 comments

#140 - support for no network

Issue - State: closed - Opened by willkg over 11 years ago - 8 comments

#113 - Fix #105: Improve documentation and add more logging.

Pull Request - State: closed - Opened by Osmose over 11 years ago - 12 comments

#100 - Fix urls.py setup docs.

Pull Request - State: closed - Opened by glogiotatidis almost 12 years ago - 1 comment

#96 - Bug 794634 - Add unverified email addresses from Persona

Pull Request - State: closed - Opened by jrconlin almost 12 years ago - 9 comments

#95 - Make logout links work properly and add docs for how to make them.

Pull Request - State: closed - Opened by Osmose almost 12 years ago - 1 comment

#94 - Fix #82: Avoid common infinite-login-loop on error.

Pull Request - State: closed - Opened by Osmose almost 12 years ago - 1 comment

#91 - [Related to Issue #63] String Format used instead of parameter placeholders

Pull Request - State: closed - Opened by callmekatootie almost 12 years ago - 3 comments

#88 - Custom user (Django 1.5) support

Pull Request - State: closed - Opened by niran almost 12 years ago - 2 comments

#74 - Add login.persona.org to CSP settings

Pull Request - State: closed - Opened by graingert about 12 years ago - 7 comments

#66 - Default JS include should hide login button until login event is bound

Issue - State: closed - Opened by Osmose over 12 years ago - 6 comments

#65 - Fix #64: Add docs for CSP issues.

Pull Request - State: closed - Opened by Osmose over 12 years ago - 1 comment

#57 - Integrate with PyBrowserID

Issue - State: closed - Opened by almet over 12 years ago - 6 comments

#49 - Add support for running tests via fabric.

Pull Request - State: closed - Opened by Osmose over 12 years ago - 3 comments

#46 - Fixing auth goofup

Pull Request - State: closed - Opened by tallowen over 12 years ago - 2 comments

#35 - auto_id = False for multiple BrowserID forms per page

Pull Request - State: closed - Opened by groovecoder over 12 years ago - 2 comments

#28 - Fix issue #13.

Pull Request - State: closed - Opened by skorokithakis over 12 years ago - 4 comments

#27 - Make verify a standalone function.

Pull Request - State: closed - Opened by Osmose over 12 years ago - 1 comment

#24 - Refactor auth.py to be more subclassable

Pull Request - State: closed - Opened by tallowen over 12 years ago - 1 comment

#18 - A minor fix

Pull Request - State: closed - Opened by shaib almost 13 years ago - 1 comment

#15 - Move verify out of backend, shift other things around

Pull Request - State: closed - Opened by Osmose almost 13 years ago - 1 comment

#14 - Put json.loads in a try/except

Pull Request - State: closed - Opened by robhudson almost 13 years ago