summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-09Revamp tests for EffectivePrincipalsPredicate.Theron Luhn
2019-03-09Implement secured view deriver.Theron Luhn
Some tests still need fixing.
2019-03-03Implement new request.has_permission.Theron Luhn
Deleted AuthorizationAPIMixin
2019-03-03Implement bw-compat authenticated_userid and unauthenticated_useridTheron Luhn
2019-02-26Add `request.identity`.Theron Luhn
2019-02-19fix grammarSteve Piercy
2019-02-19Merge pull request #3466 from sayanarijit/routes-to-rootSteve Piercy
doc update: firstapp, project
2019-02-19Sign CONTRIBUTORS.txt.Theron Luhn
2019-02-19Set legacy policy when using authn/authz policies.Theron Luhn
2019-02-19no change in caseArijit Basu
2019-02-19doc update: firstapp: routes to rootArijit Basu
https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/firstapp.html#adding-configuration
2019-02-17Implement legacy security policy.Theron Luhn
2019-02-17Implement setting ISecurityPolicy in the configurator.Theron Luhn
2019-02-17Add `security policy` and `identity` to glossary.Theron Luhn
Also mark authn/authz as deprecatd.
2019-02-17Add ISecurityPolicy interface.Theron Luhn
Deprecate IAuthenticationPolicy and IAuthorizationPolicy.
2019-01-29Merge pull request #3459 from mmerickel/fix-logging-setupMichael Merickel
do not configure logging in the master process when using the reloader
2019-01-29Merge pull request #3456 from mmerickel/fix-non-sortable-discriminatorsMichael Merickel
Fix non sortable discriminators
2019-01-29do not configure logging in the master process when using the reloaderMichael Merickel
2019-01-28stop sorting discriminators in exception outputMichael Merickel
2019-01-28test unsortable discriminatorsMichael Merickel
2019-01-10Merge pull request #3442 from Estartu/masterMichael Merickel
changed principals_allowed_by_permission to act differently if permissive is True or False
2019-01-10Merge pull request #3448 from mmerickel/drop-mimetypes-shimMichael Merickel
drop mimetypes bugfix for 2.6.x that is no longer needed
2019-01-05Merge pull request #3449 from mmerickel/reformat-setup.pyMichael Merickel
use the dict form of entry_points in setup.py
2019-01-05we tend to not have bug fixes in major versions, they're all backportedMichael Merickel
2019-01-05use the dict form of entry_points in setup.pyMichael Merickel
2019-01-05drop mimetypes bugfix for 2.6.x that is no longer neededMichael Merickel
2019-01-05Merge pull request #3447 from mmerickel/drop-json-shimMichael Merickel
stop overriding request.json_body from webob
2019-01-05stop overriding request.json_body from webobMichael Merickel
2018-12-31Merge pull request #3446 from stevepiercy/masterSteve Piercy
highlight docutil instead of bcrypt
2018-12-31Merge remote-tracking branch 'upstream/master'Steve Piercy
2018-12-31highlight docutil instead of bcryptAlexander McNulty
2018-12-26added unittest for the not permissive partGerhard Schmidt
2018-12-26principals_allowed_by_permission is described to always return a sequence. ↵Gerhard Schmidt
Most of the time the result is used with something like Everyone in principals_allowed_by_permission or iterated over. So even if no prinicpal is authorised it should be a sequence regardless.
2018-11-27Merge pull request #3438 from stevepiercy/docs-style-inputsSteve Piercy
Add a style to show text in input fields.
2018-11-27Merge pull request #3437 from stevepiercy/docs-linkcheckSteve Piercy
Docs linkcheck
2018-11-27Add a style to show text in input fields.Steve Piercy
Fixes #3431 The cookiecutter has been updated. - See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/64
2018-11-27Fix links after running linkcheck, excluding HISTORY.txt, a local link, and ↵Steve Piercy
a bad link in WebOb docs
2018-11-27Use a relative link to rendered HTML, instead of GitHub master, to get ↵Steve Piercy
current branch
2018-11-27Merge pull request #3436 from stevepiercy/docs-remove-obsolete-intersphinx-refsSteve Piercy
Remove obsolete intersphinx references
2018-11-27Restore pyramid_zcml intersphinx link, using explicit nameSteve Piercy
2018-11-27Merge pull request #3435 from stevepiercy/docs-pastedeploy-refsSteve Piercy
Docs pastedeploy refs
2018-11-27Remove obsolete intersphinx referencesSteve Piercy
2018-11-27Update links to pastedeploySteve Piercy
- Closes #3433
2018-11-26Merge remote-tracking branch 'upstream/master'Steve Piercy
2018-11-26Merge pull request #3421 from mmerickel/drop-py2Michael Merickel
remove py2 from the codebase
2018-11-26Merge pull request #8 from stevepiercy/drop-py2Michael Merickel
Drop py2 from wiki (traversal and zodb)
2018-11-26Update distributing with terms, rewrapSteve Piercy
2018-11-26Fix imports. Change info key from content to page_text.Steve Piercy
2018-11-26Add note about docutils deprecation warnings.Steve Piercy
Submitted a PR to fix the warnings in WebTest https://github.com/Pylons/webtest/pull/207, which usually gets reviewed and merged rapidly, so didn't bother to include a warning for it.
2018-11-25rewrap narrative, adjust grammarSteve Piercy