summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-05Merge pull request #3525 from jvanasco/fix-upgrade_blackMichael Merickel
black 19.10b0 formatting
2019-11-05black 19.10b0 was released on 2019.10.28 and introduced several changes that ↵jonathan vanasco
affect Pyramid
2019-10-22Merge pull request #3518 from mmerickel/default-allow-no-originMichael Merickel
add check_origin option and support an origin of null
2019-10-17support Origin: null in csrf_trusted_origins and check_origin=FalseMichael Merickel
2019-10-17Merge pull request #3521 from mmerickel/remove-check-csrf-predicateMichael Merickel
remove check_csrf view predicate
2019-10-17move the interface docs to api/interfacesMichael Merickel
2019-10-17remove check_csrf view predicateMichael Merickel
2019-10-17add ISecurityPolicy to the public interface apiMichael Merickel
2019-10-03Merge pull request #3514 from mmerickel/predicate-infoMichael Merickel
define an IPredicateInfo instead of passing the full configurator to predicates
2019-10-02fix predicate signaturesMichael Merickel
2019-10-02add changelog for #3514Michael Merickel
2019-10-02define an IPredicateInfo instead of passing the full configurator to predicatesMichael Merickel
2019-10-02Merge pull request #3510 from mmerickel/scan-categoriesMichael Merickel
modify the default scan categories to be limited to only 'pyramid'
2019-10-01fix a wordMichael Merickel
2019-09-30Merge pull request #3465 from luhn/security-policyMichael Merickel
Security policy implementation
2019-09-30forgot a wordMichael Merickel
2019-09-30add changelog for #3512Michael Merickel
2019-09-30Merge pull request #3512 from luhn/csrf-allow-no-originMichael Merickel
Add allow_no_origin option to CSRF
2019-09-27Remove whatsnew-2.0Theron Luhn
2019-09-23Doc fixes from @DeimosTheron Luhn
2019-09-22Merge pull request #3516 from stevepiercy/masterSteve Piercy
Fix name and path of views file
2019-09-22Fix name and path of views fileviniciusban
2019-09-19Add a whatsnew-2.0 doc.Theron Luhn
2019-09-19Document CSRF allow_no_origin option.Theron Luhn
2019-09-19Add allow_no_origin option to CSRF.Theron Luhn
2019-09-18modify the default scan categories to be limited to only 'pyramid'Michael Merickel
2019-08-26Doc fix via @mmerickelTheron Luhn
Co-Authored-By: Michael Merickel <github@m.merickel.org>
2019-08-26Doc fix via @mmerickelTheron Luhn
Co-Authored-By: Michael Merickel <github@m.merickel.org>
2019-08-24fix docstringMichael Merickel
2019-08-24fix testMichael Merickel
2019-08-24indent stringMichael Merickel
2019-08-24fix some strings concatenated with blackMichael Merickel
2019-08-18Merge pull request #3506 from Pylons/linkcheck-fixesSteve Piercy
run linkcheck, fix redirects, change busted links to inline literals
2019-08-17Fix indentation for running doctestsSteve Piercy
2019-08-17run linkcheck, fix redirects, change busted links to inline literalsSteve Piercy
2019-07-27Merge pull request #3503 from minho42/Fix-typosSteve Piercy
Fix typos
2019-07-27Match hyphen length to textMin ho Kim
2019-07-27Fix typosMin ho Kim
2019-07-22Merge pull request #3498 from mandarvaze/patch-1Steve Piercy
Fixed broken link to "Dive into Python"
2019-07-23Dive into Python -> Dive into Python 3Mandar Vaze
Addressed the review comments
2019-07-21Un-deprecate authenticated_userid.Theron Luhn
2019-07-20Added name to CONTRIBUTORS.txtMandar Vaze
2019-07-20Fixed broken link to "Dive into Python"Mandar Vaze
2019-07-13Improve security docs.Theron Luhn
2019-07-13Improve authn/authz API docs.Theron Luhn
2019-06-23Add deprecation warnings.Theron Luhn
2019-06-23Deprecation notices.Theron Luhn
2019-06-23Make sure Configator.set_security_policy is in docs.Theron Luhn
2019-06-23Act on @stevepiercy's suggestionsTheron Luhn
2019-06-23Use a table for policy => helper list.Theron Luhn