| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-04 | support multiple values for header predicate | Éric Araujo | |
| 2020-01-17 | Merge pull request #3563 from mmerickel/move-acl-security-to-authorization | Michael Merickel | |
| Move acl security to authorization | |||
| 2020-01-12 | move doc references from pyramid.security to pyramid.authorization | Michael Merickel | |
| 2020-01-11 | replace "third-party" with "custom" | Éric Araujo | |
| 2020-01-08 | first batch of fixes from code review | Éric Araujo | |
| Co-Authored-By: Steve Piercy <web@stevepiercy.com> | |||
| 2020-01-07 | rewrite docs for custom predicates | Éric Araujo | |
| 2019-10-17 | remove check_csrf view predicate | Michael Merickel | |
| 2019-07-27 | Fix typos | Min ho Kim | |
| 2018-11-02 | remove deprecated media range support from add_view and add_route | Michael Merickel | |
| 2018-10-10 | improve the language around unspecified match ordering | Michael Merickel | |
| 2018-10-10 | sentence-per-line | Michael Merickel | |
| 2018-10-10 | fix up the docs | Michael Merickel | |
| 2018-10-10 | deprecate range support | Michael Merickel | |
| 2018-10-02 | fix lints | Michael Merickel | |
| 2018-09-27 | fix docs | Michael Merickel | |
| 2018-09-27 | enable sorting of offers | Michael Merickel | |
| 2018-09-03 | update docs and changelog | Michael Merickel | |
| 2018-08-28 | fix deprecated usage of request.accept in AcceptPredicate | Michael Merickel | |
| 2018-08-19 | Standardize Unix capitalization | Steve Piercy | |
| 2018-08-18 | Clean up code-blocks in viewconfig | Steve Piercy | |
| 2016-11-19 | improve view decorator return type documentation | Michael Merickel | |
| Fixes #2770. | |||
| 2016-09-29 | Clean up docstrings/narr docs from PR #2660 | Steve Piercy | |
| - Closes #2768 | |||
| 2016-09-28 | derive exception views separately from normal views | Michael Merickel | |
| - previously the multiview was shared for both exception and hot-route, but now that we allow some exception-only views this needed to be separated - add ViewDeriverInfo.exception_only to detect exception views - do not prevent http_cache on exception views - optimize secured_view and csrf_view derivers to remove themselves from the view pipeline for exception views | |||
| 2016-04-16 | In addition to CSRF token, verify the origin too | Donald Stufft | |
| Add an additional layer of protection against CSRF by verifying the actual origin of the request in addition to the CSRF token. We only do this check on sites hosted behind HTTPS because only HTTPS sites have evidence to show that the Referrer header is not being spuriously removed by random middleware boxes. | |||
| 2016-04-15 | Have Automatic CSRF on all unsafe HTTP methods | Donald Stufft | |
| Instead of only protecting against unsafe POST requests, have the automatic CSRF protect on all methods which are not defined as "safe" by RFC2616. | |||
| 2016-04-15 | Only Accept CSRF Tokens in headers or POST bodies | Donald Stufft | |
| Previously `check_csrf_token` would allow passing in a CSRF token in through a the URL of a request. However this is a security issue because a CSRF token must not be allowed to leak, and URLs regularly get copy/pasted or otherwise end up leaking to the outside world. | |||
| 2016-04-10 | cleanup some references in the docs | Michael Merickel | |
| 2015-10-19 | resolve whitespace diff between master and 1.6-branch | Steve Piercy | |
| 2015-10-12 | rewrap 79 cols | Steve Piercy | |
| 2015-10-12 | minor grammar, wrap 79 cols | Steve Piercy | |
| 2015-09-12 | Fix possessive form, from PR by @uralbash | Steve Piercy | |
| 2015-06-06 | More idiomatic code | Kiss György | |
| 2015-05-27 | add an example decorator showing a response being used unconditionally | Michael Merickel | |
| 2015-03-26 | fix out of date match_param docs | Michael Merickel | |
| 2014-05-01 | fix #1253 | Michael Merickel | |
| 2014-02-10 | - Garden PR #1121 | Steve Piercy | |
| 2014-01-19 | update narrative docs about iterable decorator argument | Michael Merickel | |
| 2013-10-27 | Security APIs on pyramid.request.Request | Matt Russell | |
| The pyramid.security Authorization API function has_permission is made available on the request. The pyramid.security Authentication API functions are now available as properties (unauthenticated_userid, authenticated_userid, effective_principals) and methods (remember_userid, forget_userid) on pyramid.request.Request. Backwards compatibility: For each of the APIs moved to request method or property, the original API in the pyramid.security module proxies to the request. Reworked tests to check module level b/c wrappers call through to mixins for each API. Tests that check no reg on request now do the right thing. Use a response callback to set the request headers for forget_userid and remember_userid. Update docs. Attempt to improve a documentation section referencing the pyramid.security.has_permission function in docs/narr/resources.rst Ensures backwards compatiblity for `pyramid.security.forget` and `pyramid.security.remember`. | |||
| 2013-09-22 | try to clarify the docs to avoid "if '__main__'" confusion | Michael Merickel | |
| 2013-09-22 | typo | Michael Merickel | |
| 2013-09-02 | move docs section to a more appropriate place | Chris McDonough | |
| 2013-08-13 | Merge remote-tracking branch 'origin/master' into docs.gettingstarted | Paul Everitt | |
| Conflicts: docs/index.rst docs/latexindex.rst setup.py | |||
| 2013-08-12 | All wrapped up, pre-merge. | Paul Everitt | |
| 2013-08-09 | "repetion" to "repetition" | tisdall | |
| 2013-07-27 | Move .. versionadded:: 1.2 to end of ``match_param`` definition so that when ↵ | Steve Piercy | |
| building PDF it does not pause and wait for user to hit RETURN. This is now consistent with other placements of this directive as well. | |||
| 2013-07-24 | indicate version in which not_ was added | Chris McDonough | |
