summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-06-23Add a whatsnew-2.0 doc.Theron Luhn
2019-06-10add changelog for #3496Michael Merickel
2019-06-10Merge pull request #3496 from mmerickel/no-reinvoke-excviewMichael Merickel
do not reinvoke exception views if an exception hits the execution policy
2019-06-08First draft of upgrade docs.Theron Luhn
2019-06-08Fix bw-compat for `unauthenticated_userid`.Theron Luhn
2019-06-08Beginnings of upgrade docs.Theron Luhn
2019-06-06do not reinvoke exception views if an exception hits the execution policyMichael Merickel
See https://github.com/Pylons/pyramid/issues/3468
2019-05-26API docs.Theron Luhn
2019-05-26First draft of narrative docs.Theron Luhn
2019-05-12Narrative docs WIPTheron Luhn
2019-05-12Rename request.identity to request.authenticated_identity.Theron Luhn
2019-04-28Merge pull request #3494 from stevepiercy/masterSteve Piercy
Update firstapp.rst