| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-06 | Remove the usage of deprecated 'sqlalchemy.MetaData.bind' attribute | Nguyễn Hoàng Anh Duy | |
| 2024-06-09 | chore: remove 'retail_forms' fossil | Tres Seaver | |
| Ten years on, it has never landed in the generated docs. | |||
| 2024-06-09 | fix: store 'came_from' information in the session | Tres Seaver | |
| - As with the previous commit, we want to avoid trusting user-supplied data from the query string or form parameters when constructing redirect URLs. - Storing the route name and matchdict for the view being forbidden in the session allows us to construct the redirect URL on successful login cleanly. - In order to clarify that the logic of storing the 'came from' information is separate from rendering or processing the login form, this PR splits the `@forbidden_view` mapping onto a separate view function. | |||
| 2024-06-09 | docs: remove 'came_from' from login view | Tres Seaver | |
| - The narrative doesn't discuss this (mis-)feature. - Without any authorization, there is no meaninful reason to remember the 'previous' page. - As a general rule, we want to avoid trusting user-supplied data (i.e., from the query string or form params) when constructing redirect URLs. | |||
| 2024-01-28 | drop support for python 3.7 which was eol in 2023 | Michael Merickel | |
| 2022-12-29 | Merge branch 'master' into main | Michael Merickel | |
| 2022-12-29 | Merge pull request #3707 from ckaipf/update_quick_tutorial | Michael Merickel | |
| update SQLAlchemy logger in quick tutorial fixes #3706 | |||
| 2022-12-27 | Update reference to ORM in sqlalchemy | Bert JW Regeer | |
| 2022-11-17 | Updated link to SQLAlchemy docs, as the old link was removed in 2.0 release | jonathan vanasco | |
| 2022-11-14 | rename "master" to "main" | jonathan vanasco | |
| 2022-08-12 | update SQLAlchemy logger in quick tutorial fixes #3706 | Camill Kaipf | |
| 2022-02-05 | Cleanup remnants of Py3.6 support | Bert JW Regeer | |
| 2021-12-17 | Move IRC channel to Libera.Chat | Sergey Maranchuk | |
| 2021-01-09 | Update Quick Tutorial and Quick Tour cookiecutter steps | Steve Piercy | |
| 2021-01-09 | Update Quick Tutorial cookiecutter step | Steve Piercy | |
| 2020-11-28 | drop python 3.5 | Michael Merickel | |
| 2020-10-13 | Rename `ISecurityPolicy.authenticated_identity` to `identity` | Theron Luhn | |
| 2020-04-17 | inheriting from `object` not necessary in py3 | Sergey Maranchuk | |
| 2020-01-16 | update docs with pyramid.authorizatio imports after syncing master | Michael Merickel | |
| 2020-01-04 | clarify that new system is coupled | Michael Merickel | |
| 2020-01-03 | Merge branch 'master' into security-docs | Michael Merickel | |
| 2020-01-03 | exclude tests package from source packages | Michael Merickel | |
| 2020-01-02 | Resynch docs with cookiecutter - remove unnecessary `omit` line in .coveragerc | Steve Piercy | |
| 2020-01-02 | Resync quick_tutorial/cookiecutters.rst and related files after moving tests ↵ | Steve Piercy | |
| directory, including tests package | |||
| 2020-01-02 | Resync quick_tutorial/cookiecutters.rst and related files after moving tests ↵ | Steve Piercy | |
| directory | |||
| 2020-01-02 | Update quick_tutorial/cookiecutters.rst and related files | Steve Piercy | |
| 2019-12-31 | apply grammar suggestion | Michael Merickel | |
| 2019-12-31 | change hashalg on AuthTktCookieHelper to sha512. | Michael Merickel | |
| 2019-12-30 | rename identify(request) to authenticated_identity(request) | Michael Merickel | |
| 2019-12-29 | update authentication and authorization chapters of the quick_tutorial to ↵ | Michael Merickel | |
| use the new ISecurityPolicy | |||
| 2019-12-23 | restore py35 | Michael Merickel | |
| 2019-12-15 | Remove Python 3.4, Python 3.5, and add Python 3.8 | Steve Piercy | |
| 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-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-08-17 | run linkcheck, fix redirects, change busted links to inline literals | Steve Piercy | |
| 2018-11-27 | Add a style to show text in input fields. | Steve Piercy | |
| Fixes #3431 The cookiecutter has been updated. - See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/64 | |||
| 2018-11-18 | Unpin webtest and pytest | Steve Piercy | |
| 2018-11-17 | Remove explicit mention of Python 3 | Steve Piercy | |
| 2018-11-17 | Remove mention of py3 compat | Steve Piercy | |
| 2018-11-16 | Remove virtualenv and explicit py3 mentions | Steve Piercy | |
| 2018-11-16 | Remove most Python 2 mentions from docs. Exclusions: | Steve Piercy | |
| - `docs/tutorials/wiki/*` was written for Python 2 and supposedly won't run on Python 3. - `docs/api/compat.rst` because it drops some stuff and moves other bits into `pyramid.util` and should be part of another PR. - Ignored a couple of times where `env27` and `Python 2.` appear in command output, but they are inconsequential. | |||
| 2018-10-31 | move master to 2.0.dev0 | Michael Merickel | |
| 2018-10-15 | point cookiecutters at 1.10-branch | Michael Merickel | |
| 2018-10-09 | Rearrange introduction of Setuptools and move to debugtoolbar. | Steve Piercy | |
| Replace [testing] with [dev]. Make narrative text more descriptive of what is going on with `extras_require` | |||
| 2018-10-09 | Align emphasize-lines with setup.py code | Steve Piercy | |
| 2018-10-08 | Use correct invocation of `pip install - e ".[dev]"` instead of [testing] | Steve Piercy | |
| 2018-10-08 | Fix comments in `setup.py`s | Steve Piercy | |
