| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-01 | fix url syntax yet again | Michael Merickel | |
| 2017-05-01 | fix url syntax | Michael Merickel | |
| 2017-05-01 | prep 1.9a1 | Michael Merickel | |
| 2017-05-01 | add the license file to the wheel's dist-info | Michael Merickel | |
| 2017-05-01 | typo | Michael Merickel | |
| 2017-05-01 | line length fixes in whatsnew-1.9 | Michael Merickel | |
| 2017-05-01 | add changelog for #2993 | Michael Merickel | |
| 2017-05-01 | fix rst syntax | Michael Merickel | |
| 2017-05-01 | link to plaster_pastedeploy | Michael Merickel | |
| 2017-05-01 | link to 1.9-branch in contributing | Michael Merickel | |
| 2017-05-01 | switch readme to 1.9-branch badges | Michael Merickel | |
| 2017-05-01 | really add whatsnew-1.9 | Michael Merickel | |
| 2017-05-01 | update changelog and add whatsnew-1.9 | Michael Merickel | |
| 2017-04-30 | improve flow of changes for configurator threadlocals | Michael Merickel | |
| 2017-04-30 | move csrf changes to the "major features" section | Michael Merickel | |
| 2017-04-30 | improve csrf changelog docs | Michael Merickel | |
| 2017-04-30 | Merge pull request #2985 from mmerickel/plaster | Michael Merickel | |
| migrate pyramid to use plaster | |||
| 2017-04-30 | Merge pull request #3020 from stevepiercy/master | Steve Piercy | |
| standardize "non-standard" | |||
| 2017-04-30 | standardize "non-standard" | Steve Piercy | |
| 2017-04-30 | Merge pull request #3019 from mmerickel/fixes/csrf-decoupling-2854 | Michael Merickel | |
| Decouple CSRF protection from the session machinery (replaced #2854) | |||
| 2017-04-30 | Merge branch 'master' into pr/2854 | Michael Merickel | |
| 2017-04-30 | restore the ``ICSRFStoragePolicy.check_csrf_token`` api | Michael Merickel | |
| 2017-04-29 | add changelog for #2874 | Michael Merickel | |
| 2017-04-29 | Merge pull request #2874 from mmerickel/config-context-manager | Michael Merickel | |
| turn the Configurator into a context manager | |||
| 2017-04-29 | final cleanup of csrf decoupling in #2854 | Michael Merickel | |
| - Renamed `SessionCSRFStoragePolicy` to `LegacySessionCSRFStoragePolicy` for the version that uses the legacy `ISession.get_csrf_token` and `ISession.new_csrf_token` apis and set that as the default. - Added new `SessionCSRFStoragePolicy` that stores data in the session similar to how the `SessionAuthenticationPolicy` works. - `CookieCSRFStoragePolicy` did not properly return the newly generated token from `get_csrf_token` after calling `new_csrf_token`. It needed to cache the new value since the response callback does not affect the current request. - `CookieCSRFStoragePolicy` was not forwarding the `domain` value to the `CookieProfile` causing that setting to be ignored. - Removed `check_csrf_token` from the `ICSRFStoragePolicy` interface to simplify implementations of storage policies. - Added an introspectable item for the configured storage policy so that it appears on the debugtoolbar. - Added a change note on `ISession` that it no longer required the csrf methods. - Leave deprecated shims in ``pyramid.session`` for ``check_csrf_origin`` and ``check_csrf_token``. | |||
| 2017-04-28 | Merge pull request #3017 from stevepiercy/master | Steve Piercy | |
| update cookiecutter README.txt throughout docs | |||
| 2017-04-28 | update cookiecutter README.txt throughout docs | Steve Piercy | |
| - https://github.com/Pylons/pyramid-cookiecutter-starter/pull/28 - https://github.com/Pylons/pyramid-cookiecutter-zodb/pull/7 - https://github.com/Pylons/pyramid-cookiecutter-alchemy/pull/8 | |||
| 2017-04-27 | Merge pull request #3016 from Natim/fix-rest-example | Bert JW Regeer | |
| Fix underlined title. | |||
| 2017-04-27 | Fix underlined title. | Rémy HUBSCHER | |
| 2017-04-26 | Move CSRF storage policy registration out of PHASE_1 config and simplify ↵ | Matthew Wilkes | |
| tests given previous improvements to CSRF. | |||
| 2017-04-26 | Apply drafting changes to documentation. | Matthew Wilkes | |
| 2017-04-24 | Merge pull request #3012 from stevepiercy/master | Steve Piercy | |
| update user prompt for cookiecutter repo_name | |||
| 2017-04-23 | update user prompt for cookiecutter repo_name | Steve Piercy | |
| - refs: https://github.com/Pylons/pyramid-cookiecutter-starter/pull/27#issuecomment-296507821 | |||
| 2017-04-19 | Merge pull request #2995 from jeremy886/master | Michael Merickel | |
| change cgi.escape to pyramid compat.escape | |||
| 2017-04-19 | Merge pull request #3007 from jeremy886/patch-2 | Michael Merickel | |
| Update CONTRIBUTORS.txt | |||
| 2017-04-19 | Update CONTRIBUTORS.txt | Jeremy Chen | |
| 2017-04-17 | Merge pull request #3004 from stevepiercy/master | Steve Piercy | |
| fix rst syntax for index entries | |||
| 2017-04-17 | fix rst syntax for index entries | Steve Piercy | |
| 2017-04-16 | Merge pull request #3001 from whiteroses/fix-typo | Steve Piercy | |
| Fix typo in comment. | |||
| 2017-04-16 | Fix typo in comment. | Ira Lun | |
| 2017-04-16 | Add a new contributor. | Aleph Melo | |
| 2017-04-16 | Fix #2927 - Change to listen = localhost:6543. | Aleph Melo | |
| 2017-04-15 | Merge pull request #2996 from whiteroses/fix-typo | Steve Piercy | |
| Fix a typo in a comment. | |||
| 2017-04-15 | Fix a typo in a comment. | Ira Lun | |
| 2017-04-15 | Update default.py | Jeremy Chen | |
| 2017-04-15 | Update default.py | Jeremy Chen | |
| 2017-04-15 | Update default.py | Jeremy Chen | |
| 2017-04-15 | Update default.py | Jeremy Chen | |
| 2017-04-15 | Merge remote-tracking branch 'Pylons/master' | Jeremy Chen | |
| 2017-04-12 | add version tags on set_default_csrf_options | Michael Merickel | |
