| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-31 | change hashalg on AuthTktCookieHelper to sha512. | Michael Merickel | |
| 2019-12-30 | rename identify(request) to authenticated_identity(request) | Michael Merickel | |
| 2019-12-29 | update authentication and authorization chapters of the quick_tutorial to ↵ | Michael Merickel | |
| use the new ISecurityPolicy | |||
| 2019-12-29 | Merge pull request #3554 from mmerickel/isort | Michael Merickel | |
| isort | |||
| 2019-12-27 | Update HACKING.txt | Michael Merickel | |
| Co-Authored-By: Theron Luhn <theron@luhn.com> | |||
| 2019-12-27 | isort | Michael Merickel | |
| 2019-12-27 | Merge pull request #3552 from stevepiercy/docs-cookiecutter-merge-scaffold | Michael Merickel | |
| Expand cookiecutters doc to include more references, using the old sc… | |||
| 2019-12-27 | Avoid "WARNING: Duplicate explicit target name" errors by using a double ↵ | Steve Piercy | |
| underscore to make an anonymous hyperlink. See: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#anonymous-hyperlinks - Restore previous reference names in other doc files. | |||
| 2019-12-27 | Fix broken reference to pyramid-cookiecutters | Steve Piercy | |
| 2019-12-27 | Expand cookiecutters doc to include more references, using the old ↵ | Steve Piercy | |
| scaffolds.rst as an example. - Update reST target and label for Pyramid cookiecutters. | |||
| 2019-12-26 | Merge pull request #3555 from mmerickel/deprecated-imp | Michael Merickel | |
| fix DeprecationWarning of imp package by using importlib | |||
| 2019-12-26 | add changelog for #3553 | Michael Merickel | |
| 2019-12-26 | fix imp deprecation | Michael Merickel | |
| 2019-12-26 | Merge pull request #3550 from mmerickel/moar-security-policy | Michael Merickel | |
| security policy docs and legacy policy improvements | |||
| 2019-12-24 | add "of the documentation" pointer to deprecation warnings | Michael Merickel | |
| 2019-12-24 | alphabetize | Michael Merickel | |
| 2019-12-24 | security policy docs and legacy policy improvements | Michael Merickel | |
| - Added `set_security_policy`` to more places in the docs. - Ensure that the authn/authz policies are not used at all if the legacy policy is not in effect to avoid edge cases where the code would skip the security policy and use the authn/authz policy on accident. - Change deprecation warnings in code to reference the docs by name instead of by URL. | |||
| 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 | |
