| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-23 | import/docstring adjustments in decorator module | int3l | |
| 2016-04-19 | Merge pull request #2521 from stevepiercy/master | Steve Piercy | |
| Fix what's new links in templates with "-branch" in RELEASING.txt | |||
| 2016-04-19 | Fix what's new links in templates with "-branch" in RELEASING.txt | Steve Piercy | |
| 2016-04-19 | drop unsupported test endpoints | Michael Merickel | |
| 2016-04-19 | Merge branch 'pr/2520' into feature/appveyor-ci | Michael Merickel | |
| 2016-04-19 | test appveyor.yml | Michael Merickel | |
| 2016-04-19 | remove vestiges of pyramid.require_default_csrf | Michael Merickel | |
| 2016-04-19 | Merge pull request #2518 from mmerickel/feature/set-default-csrf-options | Michael Merickel | |
| replace pyramid.require_default_csrf setting with config.set_default_csrf_options | |||
| 2016-04-19 | Make tests pass under Windows | Christoph Zwerschke | |
| 2016-04-19 | Merge remote-tracking branch 'refs/remotes/Pylons/master' | Christoph Zwerschke | |
| 2016-04-19 | replace pyramid.require_default_csrf setting with ↵ | Michael Merickel | |
| config.set_default_csrf_options | |||
| 2016-04-18 | Merge pull request #2517 from ↵ | Michael Merickel | |
| mmerickel/fix/disable-csrf-on-exception-views-by-default disable csrf checking on all exception views unless explicitly turned on | |||
| 2016-04-18 | disable csrf checking on all exception views unless explicitly turned on | Michael Merickel | |
| 2016-04-17 | request.host_port is a str not an int | Donald Stufft | |
| 2016-04-17 | fix csrf setting error message | Michael Merickel | |
| 2016-04-17 | Merge pull request #2515 from stevepiercy/master | Steve Piercy | |
| update RELEASING.txt with "unreleased" heading | |||
| 2016-04-17 | update RELEASING.txt with "unreleased" heading | Steve Piercy | |
| 2016-04-17 | Merge pull request #2513 from stevepiercy/master | Steve Piercy | |
| update RELEASING.txt to better account for master and previous branches | |||
| 2016-04-17 | update RELEASING.txt to better account for master and previous branches | Steve Piercy | |
| - add term "final" release - explicitify the implicit - | |||
| 2016-04-17 | flip master to 1.8 | Michael Merickel | |
| 2016-04-17 | document view deriver options | Chris McDonough | |
| 2016-04-17 | better explain view deriver options | Chris McDonough | |
| 2016-04-17 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2016-04-17 | Merge pull request #2511 from stevepiercy/master | Steve Piercy | |
| update RELEASING.txt with version terms, extra step | |||
| 2016-04-17 | update RELEASING.txt with version terms, extra step | Steve Piercy | |
| update conf.py with clearer comments and prep for rolldown for 1.6 | |||
| 2016-04-17 | Merge pull request #2510 from stevepiercy/1.7-branch | Steve Piercy | |
| update RELEASING.txt with version terms, extra step | |||
| 2016-04-16 | update RELEASING.txt with version terms, extra step | Steve Piercy | |
| update conf.py with clearer comments and prep for rolldown for 1.6 | |||
| 2016-04-16 | Back to dev | Bert JW Regeer | |
| 2016-04-16 | Merge pull request #2509 from stevepiercy/1.7-branch | Steve Piercy | |
| replace ps1con with doscon for lexer and syntax highlighting | |||
| 2016-04-16 | Merge pull request #2506 from stevepiercy/master | Steve Piercy | |
| replace nose with pytest, clean up | |||
| 2016-04-16 | Merge pull request #2507 from stevepiercy/master | Steve Piercy | |
| replace ps1con with doscon for lexer and syntax highlighting | |||
| 2016-04-16 | Merge pull request #2508 from stevepiercy/1.7-branch | Steve Piercy | |
| Merge pull request #2505 from stevepiercy/docs/quick-tour-gotcher-nose | |||
| 2016-04-16 | Merge pull request #2505 from stevepiercy/docs/quick-tour-gotcher-nose | Steve Piercy | |
| Docs/quick tour gotcher nose | |||
| 2016-04-16 | Merge pull request #2507 from stevepiercy/master | Steve Piercy | |
| replace ps1con with doscon for lexer and syntax highlighting | |||
| 2016-04-16 | replace ps1con with doscon for lexer | Steve Piercy | |
| 2016-04-16 | Merge remote-tracking branch 'upstream/master' | Steve Piercy | |
| 2016-04-16 | Merge pull request #2506 from stevepiercy/master | Steve Piercy | |
| replace nose with pytest, clean up | |||
| 2016-04-16 | Merge remote-tracking branch 'upstream/master' | Steve Piercy | |
| 2016-04-16 | missed yer nose! | Steve Piercy | |
| 2016-04-16 | replace nose with pytest, clean up | Steve Piercy | |
| 2016-04-16 | Merge pull request #2505 from stevepiercy/docs/quick-tour-gotcher-nose | Steve Piercy | |
| Docs/quick tour gotcher nose | |||
| 2016-04-16 | quick_tutorial cleanup | Steve Piercy | |
| - replace nose with pytest - cleanup authorization.rst | |||
| 2016-04-16 | prep 1.7a1 | Michael Merickel | |
| 2016-04-16 | quick_tutorial cleanup | Steve Piercy | |
| - replace nose with pytest - cleanup authentication.rst | |||
| 2016-04-16 | drop py27-only features at least temporarily | Michael Merickel | |
| call me nostalgic | |||
| 2016-04-16 | add docs and backward incompatibility notices for #2501 | Michael Merickel | |
| 2016-04-16 | fix format string to work on py26 | Michael Merickel | |
| 2016-04-16 | quick_tutorial cleanup | Steve Piercy | |
| - replace nose with pytest - cleanup databases.rst | |||
| 2016-04-16 | Merge pull request #2501 from dstufft/check-origin-csrf | Michael Merickel | |
| In addition to CSRF token, verify the origin too | |||
| 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. | |||
