| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-23 | Merge branch 'master' into luhn-authenticated-userid | Michael Merickel | |
| 2019-12-23 | fix links in docs to cookiecutter | Michael Merickel | |
| 2019-12-23 | restore py35 | Michael Merickel | |
| 2019-12-17 | Use `self.identify` instead of `request.authenticated_identity` | Theron Luhn | |
| 2019-12-16 | Update docs/narr/security.rst code examples. | Theron Luhn | |
| 2019-12-15 | Remove Python 3.4, Python 3.5, and add Python 3.8 | Steve Piercy | |
| 2019-12-15 | Remove requirement that identity is validated. | Theron Luhn | |
| 2019-12-15 | Fix whatsnew. | Theron Luhn | |
| 2019-12-15 | Revert "Bring back identity into permits." | Theron Luhn | |
| This reverts commit 2e06fa414412688dc3b7e0b422b0fc0b96ec882f. | |||
| 2019-12-15 | Merge pull request #3537 from mmerickel/negotiate-static-encoding | Michael Merickel | |
| negotiate the best static asset using supported encodings | |||
| 2019-12-15 | Four spaces of indentation. | Theron Luhn | |
| 2019-12-15 | Update docs/narr/security.rst | Theron Luhn | |
| Co-Authored-By: Steve Piercy <web@stevepiercy.com> | |||
| 2019-12-14 | Bring back identity into permits. | Theron Luhn | |
| 2019-12-14 | Update docs. | Theron Luhn | |
| 2019-12-14 | Remove TODO for authentication tutorial. | Theron Luhn | |
| It should be done, but not as part of this PR. I'll open an issue. | |||
| 2019-12-14 | merge upstream | Éric Araujo | |
| 2019-12-14 | start reworking security policy | Éric Araujo | |
| 2019-12-09 | Merge pull request #3543 from behzod/patch-3 | Steve Piercy | |
| view_classes.rst doc: "classes" -> "functions" | |||
| 2019-12-09 | view_classes.rst doc: "classes" -> "functions" | Behzod Saidov | |
| 2019-12-09 | Fixed typo. Remove extra $. | Behzod Saidov | |
| 2019-12-04 | negotiate the best static asset using supported encodings | Michael Merickel | |
| 2019-11-26 | Merge pull request #3524 from jvanasco/fix-deprecate_PickleSerializer | Michael Merickel | |
| deprecate PickleSerializer | |||
| 2019-11-11 | remove autoflush=False | Andrea Borghi | |
| autoflush is necessary for the current implementation views.py | |||
| 2019-11-11 | ZopeTransactionExtension is not valid anymore, replace with ↵ | Andrea Borghi | |
| zope.sqlalchemy.register The new version of zope.sqlalchemy does not provide ZopeTransactionExtension anymore. As stated in (this official PR)[https://github.com/zopefoundation/zope.sqlalchemy/pull/38] | |||
| 2019-11-07 | Fix a typo in a class reference | Jan Likar | |
| 2019-11-05 | typo and tabs | jonathan vanasco | |
| 2019-11-05 | fixed rst; migrated some inline references to the docs | jonathan vanasco | |
| 2019-11-05 | changes based on feedback | jonathan vanasco | |
| 2019-11-05 | deprecate PickleSerializer | jonathan vanasco | |
| 2019-10-17 | support Origin: null in csrf_trusted_origins and check_origin=False | Michael Merickel | |
| 2019-10-17 | Merge pull request #3521 from mmerickel/remove-check-csrf-predicate | Michael Merickel | |
| remove check_csrf view predicate | |||
| 2019-10-17 | move the interface docs to api/interfaces | Michael Merickel | |
| 2019-10-17 | remove check_csrf view predicate | Michael Merickel | |
| 2019-10-17 | add ISecurityPolicy to the public interface api | Michael Merickel | |
| 2019-10-02 | fix predicate signatures | Michael Merickel | |
| 2019-10-02 | define an IPredicateInfo instead of passing the full configurator to predicates | Michael Merickel | |
| 2019-10-01 | fix a word | Michael Merickel | |
| 2019-09-30 | Merge pull request #3465 from luhn/security-policy | Michael Merickel | |
| Security policy implementation | |||
| 2019-09-30 | Merge pull request #3512 from luhn/csrf-allow-no-origin | Michael Merickel | |
| Add allow_no_origin option to CSRF | |||
| 2019-09-27 | Remove whatsnew-2.0 | Theron Luhn | |
| 2019-09-23 | Doc fixes from @Deimos | Theron Luhn | |
| 2019-09-22 | Fix name and path of views file | viniciusban | |
| 2019-09-19 | Add a whatsnew-2.0 doc. | Theron Luhn | |
| 2019-09-19 | Document CSRF allow_no_origin option. | Theron Luhn | |
| 2019-08-26 | Doc fix via @mmerickel | Theron Luhn | |
| Co-Authored-By: Michael Merickel <github@m.merickel.org> | |||
| 2019-08-26 | Doc fix via @mmerickel | Theron Luhn | |
| Co-Authored-By: Michael Merickel <github@m.merickel.org> | |||
| 2019-08-17 | run linkcheck, fix redirects, change busted links to inline literals | Steve Piercy | |
| 2019-07-27 | Merge pull request #3503 from minho42/Fix-typos | Steve Piercy | |
| Fix typos | |||
| 2019-07-27 | Fix typos | Min ho Kim | |
| 2019-07-23 | Dive into Python -> Dive into Python 3 | Mandar Vaze | |
| Addressed the review comments | |||
