| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-10 | - Garden PR #1121 | Steve Piercy | |
| 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-10-19 | mon | Chris McDonough | |
| 2013-10-19 | add admonishment against secret sharing | Chris McDonough | |
| 2013-04-05 | fix some cross-references | Tshepang Lekhonkhobe | |
| 2013-03-22 | remove unused ignore-next-block directive | Tshepang Lekhonkhobe | |
| 2013-03-18 | reorder some imports to be alphabetical | Michael Merickel | |
| 2013-03-18 | support acl as a callable | Michael Merickel | |
| 2013-03-13 | consistency: use $VENV whenever virtualenv binaries are used | Tshepang Lekhonkhobe | |
| 2013-03-10 | Merge pull request #903 from tshepang/patch-4 | Tres Seaver | |
| capitalize | |||
| 2013-03-10 | Merge pull request #902 from tshepang/patch-3 | Tres Seaver | |
| change awkward sentence | |||
| 2013-03-10 | capitalize | Tshepang Lekhonkhobe | |
| 2013-03-10 | change awkward sentence | Tshepang Lekhonkhobe | |
| 2013-03-09 | grammar | Tshepang Lekhonkhobe | |
| 2012-11-04 | merged SHA512AuthTktAuthenticationPolicy into AuthTktAuthenticationPolicy | Michael Merickel | |
| AuthTktAuthenticationPolicy now accepts a hashalg parameter and is no longer deprecated. Docs recommend overriding hashalg and using 'sha512'. | |||
| 2012-11-04 | fix docs, upgrade tutorials, add change note, deprecate using ↵ | Chris McDonough | |
| zope.deprecation instead of a warning, make hashalg arg a kwarg in certain cases in case someone (maybe me) is using nonapi function imports from authentication | |||
| 2012-01-19 | fixes #398 .. mention only method-based authN configuration, remove ↵ | Chris McDonough | |
| indications of constructor value | |||
| 2011-10-06 | remove all reference to the paster command-line utility | Chris McDonough | |
| 2011-09-07 | add squishy whats-unique section to introduction | Chris McDonough | |
| 2011-08-22 | - Use [app:main] instead of a pipeline in all scaffolds and tutorials | Chris McDonough | |
| and narrative docs. - Break out awkward description of PasteDeploy entry points from project chapter into its own Paste chapter. | |||
| 2011-08-09 | Added the `pyramid.security.NO_PERMISSION_REQUIRED` constant. | Michael Merickel | |
| Removed the undocumented version from pyramid.interfaces. | |||
| 2011-07-30 | Updated all of the docs to reflect the new pyramid.* settings prefix. | Michael Merickel | |
| 2011-07-20 | add more index markers | Chris McDonough | |
| 2011-07-10 | Adding 'I' to example custom AuthenticationPolicy; it's an interface. | ejo | |
| 2011-02-28 | Fix authentication policy example. | Chris McDonough | |
| Closes #137 | |||
| 2011-02-05 | fix conflicts | Chris McDonough | |
| 2011-02-02 | Wrong name for variable | Chris Beelby | |
| 2011-02-02 | Capitalization fix | Chris Beelby | |
| 2011-01-30 | remove reference to ZCML directives; doesnt work in printed book | Chris McDonough | |
| 2011-01-27 | module name contractions | Chris McDonough | |
| 2011-01-27 | fix dangling references | Chris McDonough | |
| 2011-01-27 | - Beef up documentation related to ``set_default_permission``: explicitly | Chris McDonough | |
| mention that default permissions also protect exception views. | |||
| 2011-01-21 | - Slightly improved interface docs for ``IAuthorizationPolicy``. | Chris McDonough | |
| 2011-01-18 | Merge https://github.com/Pylons/pyramid | Casey Duncan | |
| 2011-01-18 | - Most references to ZCML in narrative chapters have been removed or | Chris McDonough | |
| redirected to ``pyramid_zcml`` locations. | |||
| 2011-01-15 | add missing word | Casey Duncan | |
| 2011-01-15 | XXX explain the authentication/authorization separate in pyramid. Confirm ↵ | Casey Duncan | |
| this is correct XXX | |||
| 2011-01-15 | slight clarification | Casey Duncan | |
| 2011-01-15 | reword security intro paragraph | Casey Duncan | |
| 2011-01-15 | our => the | Casey Duncan | |
| 2010-12-31 | Remove resource location chapter and move intro parts to url dispatch. The ↵ | Casey Duncan | |
| new much ado about traversal chapter takes care of selling traversal now | |||
| 2010-12-20 | BFG_ -> PYRAMID_ | Jamaludin Ahmad | |
| 2010-12-19 | context finding -> resource location | Chris McDonough | |
| 2010-12-18 | model -> resource; resource -> asset | Chris McDonough | |
| 2010-12-09 | fix docs: pyramid.configuration -> pyramid.config | Chris McDonough | |
| 2010-11-28 | Normalized narrative doc, code with linenos while text+bash don't | Blaise Laflamme | |
| 2010-11-28 | Narrative doc cleanup | Blaise Laflamme | |
| 2010-11-09 | - All references to Pyramid-the-application were changed from :mod:`pyramid` | Chris McDonough | |
| to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to allow for this. (internal) | |||
| 2010-11-03 | de-zcml-ify various chapters and move ZCML to the declarative chapter | Chris McDonough | |
| 2010-10-29 | bfg_view -> view_config | Chris McDonough | |
