| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-23 | Merge pull request #3545 from luhn/authenticated-userid | Michael Merickel | |
| Security policy changes | |||
| 2019-12-23 | Merge branch 'master' into luhn-authenticated-userid | Michael Merickel | |
| 2019-12-23 | fix links in docs to cookiecutter | Michael Merickel | |
| 2019-12-23 | add coverage tests for deprecation warnings | Michael Merickel | |
| 2019-12-23 | modify deprecation warning | Michael Merickel | |
| 2019-12-23 | update changelog for #3547 | Michael Merickel | |
| 2019-12-23 | Merge pull request #3547 from mmerickel/min-py36-add-py38 | Michael Merickel | |
| set the minimum supported version at py35 | |||
| 2019-12-23 | restore py35 | Michael Merickel | |
| 2019-12-23 | Update tox.ini | Michael Merickel | |
| Co-Authored-By: Steve Piercy <web@stevepiercy.com> | |||
| 2019-12-23 | Merge pull request #9 from stevepiercy/min-py36-add-py38 | Michael Merickel | |
| Update docs and setup.py, remove py35, py36, add py38 | |||
| 2019-12-17 | Use `self.identify` instead of `request.authenticated_identity` | Theron Luhn | |
| 2019-12-17 | Improve docs for remember/forget. | Theron Luhn | |
| 2019-12-17 | Remove `identity` from authenticated_userid interface. | Theron Luhn | |
| 2019-12-16 | Update docs/narr/security.rst code examples. | Theron Luhn | |
| 2019-12-16 | Fix EffectivePrincipalsPredicate deprecation warning. | Theron Luhn | |
| Fired upon registering, not upon use. | |||
| 2019-12-15 | Remove Python 3.4, Python 3.5, and add Python 3.8 | Steve Piercy | |
| 2019-12-15 | Merge branch 'min-py36-add-py38' of https://github.com/mmerickel/pyramid ↵ | Steve Piercy | |
| into min-py36-add-py38 | |||
| 2019-12-15 | Fix coverage. | Theron Luhn | |
| 2019-12-15 | Remove requirement that identity is validated. | Theron Luhn | |
| 2019-12-15 | Fix coverage. | Theron Luhn | |
| 2019-12-15 | Fix whatsnew. | Theron Luhn | |
| 2019-12-15 | Revert "Bring back identity into permits." | Theron Luhn | |
| This reverts commit 2e06fa414412688dc3b7e0b422b0fc0b96ec882f. | |||
| 2019-12-15 | set the minimum supported version at py36 | Michael Merickel | |
| 2019-12-15 | fix failing test | Michael Merickel | |
| 2019-12-15 | fix lint | Michael Merickel | |
| 2019-12-15 | handle a missing content negotiation case where the unencoded option is not ↵ | Michael Merickel | |
| available and the client requests an encoded variant that doesn't exist | |||
| 2019-12-15 | Merge pull request #3537 from mmerickel/negotiate-static-encoding | Michael Merickel | |
| negotiate the best static asset using supported encodings | |||
| 2019-12-15 | Four spaces of indentation. | Theron Luhn | |
| 2019-12-15 | Update docs/narr/security.rst | Theron Luhn | |
| Co-Authored-By: Steve Piercy <web@stevepiercy.com> | |||
| 2019-12-14 | Fix coverage. | Theron Luhn | |
| 2019-12-14 | Fix coverage. | Theron Luhn | |
| 2019-12-14 | Bring back identity into permits. | Theron Luhn | |
| 2019-12-14 | Update docs. | Theron Luhn | |
| 2019-12-14 | Remove TODO for authentication tutorial. | Theron Luhn | |
| It should be done, but not as part of this PR. I'll open an issue. | |||
| 2019-12-14 | Remove unnecessary TODO statement. | Theron Luhn | |
| 2019-12-14 | Fix couple final view tests. | Theron Luhn | |
| 2019-12-14 | Fix tests for `DummySecurityPolicy`. | Theron Luhn | |
| 2019-12-14 | Raise error on kwargs in `LegacySecurityPolicy.forget`. | Theron Luhn | |
| 2019-12-14 | Don't test request.authenticated_userid stringifies the result. | Theron Luhn | |
| 2019-12-14 | Bring back `identify` to `LegacySecurityPolicy`. | Theron Luhn | |
| 2019-12-14 | Correct implementation of Request.unauthenticated_userid. | Theron Luhn | |
| New implementation was not backwards compatible. This brings back the old implementation, except changing to pull from ISecurityPolicy.authenticated_userid when applicable. Also undeprecated the method again. | |||
| 2019-12-14 | Remove failing tests using threadlocal request. | Theron Luhn | |
| It shoud be okay to remove because threadlocal support was removed from the security implementation. However, *I don't understand why they started failing.* In master, `get_current_registry` returns a registry object, which DummyRequest will fall back on, causing the tests to pass and rendering them useless. On this branch, it returns `None`, causing the tests to fail. I can't find any reason in the diff why this would change. This makes me nervous. | |||
| 2019-12-14 | Fix security policy integration tests. | Theron Luhn | |
| 2019-12-14 | Fix tests for `SesssionAuthenticationHelper` | Theron Luhn | |
| 2019-12-14 | Update docs from Configurator.testing_securitypolicy. | Theron Luhn | |
| 2019-12-14 | merge upstream | Éric Araujo | |
| 2019-12-14 | start reworking security policy | Éric Araujo | |
| 2019-12-09 | Merge pull request #3543 from behzod/patch-3 | Steve Piercy | |
| view_classes.rst doc: "classes" -> "functions" | |||
| 2019-12-09 | Merge pull request #3542 from behzod/behzod-patch-1 | Steve Piercy | |
| Fixed typo. Remove extra $. | |||
| 2019-12-09 | view_classes.rst doc: "classes" -> "functions" | Behzod Saidov | |
