| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-12 | change identity checks to use request.is_authenticated | Michael Merickel | |
| 2020-12-11 | Install new cookiecutter conftests. | Theron Luhn | |
| 2020-12-11 | Revert "Remove `app_request` from wiki2 tests." | Theron Luhn | |
| This reverts commit 86cb46d4d977d3a948308326bee628421cab93ea. | |||
| 2020-12-11 | Merge remote-tracking branch 'upstream/master' into wiki2-request-identity | Theron Luhn | |
| 2020-11-29 | add a note and fix suggestions | Michael Merickel | |
| 2020-11-28 | add the missing authenticated principal | Michael Merickel | |
| 2020-11-28 | fix a few references | Michael Merickel | |
| 2020-11-28 | add examples for upgrading | Michael Merickel | |
| 2020-11-28 | cleanup some terminology | Michael Merickel | |
| 2020-11-28 | namespace upgrading_auth since it's in the whatsnew doc | Michael Merickel | |
| 2020-11-28 | first draft of whatsnew | Michael Merickel | |
| 2020-11-28 | drop python 3.5 | Michael Merickel | |
| 2020-11-11 | Remove `app_request` from wiki2 tests. | Theron Luhn | |
| 2020-11-11 | Backport conftest changes to prior steps. | Theron Luhn | |
| 2020-11-11 | Add to test documentation. | Theron Luhn | |
| 2020-11-09 | Manually set routes for the tests. | Theron Luhn | |
| 2020-11-08 | First attempt at fixing wiki2 tests. | Theron Luhn | |
| 2020-11-07 | Remove request.user from wiki2 testing tutorial. | Theron Luhn | |
| 2020-11-07 | Remove `request.user` for wiki2 authorization tutorial. | Theron Luhn | |
| 2020-11-07 | Remove `request.user` from wiki2 authentication tutorial. | Theron Luhn | |
| 2020-11-02 | Add support for Python 3.9 | Steve Piercy | |
| 2020-10-13 | Rename `ISecurityPolicy.authenticated_identity` to `identity` | Theron Luhn | |
| 2020-07-02 | improve doc | Éric Araujo | |
| Co-Authored-By: Steve Piercy | |||
| 2020-07-02 | add tests and docs | Éric Araujo | |
| 2020-06-22 | first shot for #1602 | Éric Araujo | |
| 2020-05-07 | better wording | Éric Araujo | |
| 2020-05-07 | merge master | Éric Araujo | |
| 2020-05-06 | remove some unnecessary flags | Michael Merickel | |
| 2020-05-06 | Cleanup nosetest mentions in docs | Bert JW Regeer | |
| Co-authored-by: Steve Piercy <web@stevepiercy.com> | |||
| 2020-05-04 | support multiple values for header predicate | Éric Araujo | |
| 2020-05-04 | Merge pull request #3577 from Pylons/fix-3573-sphinx-3.0 | Bert JW Regeer | |
| Fix Sphinx 3.0.x build | |||
| 2020-04-24 | Exclude duplicate members `response` and `session` from `request` module to ↵ | Steve Piercy | |
| avoid Sphinx warnings: src/pyramid/request.py:docstring of pyramid.request.Request.response:1: WARNING: duplicate object description of pyramid.request.Request.response, other instance in api/request, use :noindex: for one of them src/pyramid/request.py:docstring of pyramid.request.Request.session:1: WARNING: duplicate object description of pyramid.request.Request.session, other instance in api/request, use :noindex: for one of them | |||
| 2020-04-23 | Sphinx 3.0 removed deprecated extra args in add_directive() | Steve Piercy | |
| 2020-04-19 | invoke super() without arguments | Sergey Maranchuk | |
| 2020-04-17 | inheriting from `object` not necessary in py3 | Sergey Maranchuk | |
| 2020-03-06 | correct configuration.rst add missing route_name | slobinger | |
| Add missing route_name argument to the call of config.add_view in the imperative configuration example. | |||
| 2020-01-17 | Merge pull request #3563 from mmerickel/move-acl-security-to-authorization | Michael Merickel | |
| Move acl security to authorization | |||
| 2020-01-17 | avoid invalid escape warning | Éric Araujo | |
| 2020-01-17 | say something about the predicate factory info arg | Éric Araujo | |
| 2020-01-16 | merge master | Éric Araujo | |
| 2020-01-16 | update docs with pyramid.authorizatio imports after syncing master | Michael Merickel | |
| 2020-01-16 | Merge branch 'master' into move-acl-security-to-authorization | Michael Merickel | |
| 2020-01-15 | Minor grammar fixes | Steve Piercy | |
| - Expand contractions and spell out words | |||
| 2020-01-15 | Minor grammar fixes | Steve Piercy | |
| - Swap order of editing tutorial/views/default.py so that line numbers in the user's editor align with the rendered docs | |||
| 2020-01-15 | better wording | Éric Araujo | |
| 2020-01-15 | Update output of install of docutils | Steve Piercy | |
| - Fix line number reference | |||
| 2020-01-15 | Update emphasize-lines for definingmodels.rst to clarify changes and fix ↵ | Steve Piercy | |
| alignment. | |||
| 2020-01-15 | Remove bits that demo what one would need to do without defaults | Steve Piercy | |
| - Sync up wiki with language from wiki2 | |||
| 2020-01-14 | Apply suggestions from code review | Michael Merickel | |
| Co-Authored-By: Éric Araujo <merwok@netwok.org> | |||
| 2020-01-14 | make two missed lines even longer | Éric Araujo | |
