| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Remove unnecessary TODO statement. | Theron Luhn | |
| 2019-12-14 | Fix couple final view tests. | Theron Luhn | |
| 2019-12-14 | Fix tests for `DummySecurityPolicy`. | Theron Luhn | |
| 2019-12-14 | Raise error on kwargs in `LegacySecurityPolicy.forget`. | Theron Luhn | |
| 2019-12-14 | Don't test request.authenticated_userid stringifies the result. | Theron Luhn | |
| 2019-12-14 | Bring back `identify` to `LegacySecurityPolicy`. | Theron Luhn | |
| 2019-12-14 | Correct implementation of Request.unauthenticated_userid. | Theron Luhn | |
| New implementation was not backwards compatible. This brings back the old implementation, except changing to pull from ISecurityPolicy.authenticated_userid when applicable. Also undeprecated the method again. | |||
| 2019-12-14 | Remove failing tests using threadlocal request. | Theron Luhn | |
| It shoud be okay to remove because threadlocal support was removed from the security implementation. However, *I don't understand why they started failing.* In master, `get_current_registry` returns a registry object, which DummyRequest will fall back on, causing the tests to pass and rendering them useless. On this branch, it returns `None`, causing the tests to fail. I can't find any reason in the diff why this would change. This makes me nervous. | |||
| 2019-12-14 | Fix security policy integration tests. | Theron Luhn | |
| 2019-12-14 | Fix tests for `SesssionAuthenticationHelper` | Theron Luhn | |
| 2019-12-14 | Update docs from Configurator.testing_securitypolicy. | Theron Luhn | |
| 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 | Merge pull request #3542 from behzod/behzod-patch-1 | Steve Piercy | |
| Fixed typo. Remove extra $. | |||
| 2019-12-09 | view_classes.rst doc: "classes" -> "functions" | Behzod Saidov | |
| 2019-12-09 | Fixed typo. Remove extra $. | Behzod Saidov | |
| 2019-12-05 | Merge pull request #3538 from mmerickel/fix-hacking | Michael Merickel | |
| fix instructions in hacking.txt after refactoring | |||
| 2019-12-04 | negotiate the best static asset using supported encodings | Michael Merickel | |
| 2019-12-04 | move deprecation into deprecations section | Michael Merickel | |
| 2019-12-04 | fix instructions in hacking.txt after refactoring | Michael Merickel | |
| 2019-12-04 | add missing versionadded directive on config.add_cache_buster | Michael Merickel | |
| 2019-11-26 | Merge pull request #3524 from jvanasco/fix-deprecate_PickleSerializer | Michael Merickel | |
| deprecate PickleSerializer | |||
| 2019-11-11 | Merge pull request #3529 from danduk82/patch_tutorial | Steve Piercy | |
| replace ZopeTransactionExtension with zope.sqlalchemy.register | |||
| 2019-11-11 | sign CONTRIBUORS.txt chart | Andrea Borghi | |
| 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 | Merge pull request #3527 from JanLikar/patch-1 | Steve Piercy | |
| Fix a typo in a class reference | |||
| 2019-11-07 | Sign contributor agreement | Jan Likar | |
| 2019-11-07 | Fix a typo in a class reference | Jan Likar | |
| 2019-11-05 | invoke `deprecated()` | jonathan vanasco | |
| 2019-11-05 | updated changes | jonathan vanasco | |
| signed main repo contributors | |||
| 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 | updated docstring issuet | jonathan vanasco | |
| 2019-11-05 | changes based on feedback | jonathan vanasco | |
| 2019-11-05 | deprecate PickleSerializer | jonathan vanasco | |
| 2019-11-05 | Merge pull request #3525 from jvanasco/fix-upgrade_black | Michael Merickel | |
| black 19.10b0 formatting | |||
| 2019-11-05 | black 19.10b0 was released on 2019.10.28 and introduced several changes that ↵ | jonathan vanasco | |
| affect Pyramid | |||
| 2019-10-22 | Merge pull request #3518 from mmerickel/default-allow-no-origin | Michael Merickel | |
| add check_origin option and support an origin of null | |||
| 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-03 | Merge pull request #3514 from mmerickel/predicate-info | Michael Merickel | |
| define an IPredicateInfo instead of passing the full configurator to predicates | |||
| 2019-10-02 | fix predicate signatures | Michael Merickel | |
| 2019-10-02 | add changelog for #3514 | Michael Merickel | |
| 2019-10-02 | define an IPredicateInfo instead of passing the full configurator to predicates | Michael Merickel | |
