summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/src/authorization
AgeCommit message (Collapse)Author
2024-02-07fix: apply equivalent change from old 'setup.py'Tres Seaver
2024-02-07chore: sync with cookiecutter:Tres Seaver
- Use 'pyproject.toml' rather than 'setup.py', 'pytest.ini', '.coveragerg'. - Drop 'CHANGES.txt': implementing that in 'pyproject.toml' is a distraction. - Convert README to Markdown.
2024-02-07chore: sync w/ generation from project name 'tutorial'Tres Seaver
2024-02-07chore: sync w/ cookiecutterTres Seaver
Fix applied in this commit: https://github.com/Pylons/pyramid-cookiecutter-starter/commit/8b139f68b7a2a8036d59fcf1bf9df4f46e06349e
2021-12-17Move IRC channel to Libera.ChatSergey Maranchuk
2021-01-09Use ZODB instead of ZODB3 for latest version of ZODB without indirectionSteve Piercy
2021-01-09Update conftest.py, pytest.ini, and README.txt for all steps where neededSteve Piercy
2020-10-13Rename `ISecurityPolicy.authenticated_identity` to `identity`Theron Luhn
2020-01-16update docs with pyramid.authorizatio imports after syncing masterMichael Merickel
2020-01-12re-sync changes to starter conftestMichael Merickel
2020-01-12update wiki authorization chapterMichael Merickel
2020-01-03exclude tests package from source packagesMichael Merickel
2020-01-02Resynch docs with cookiecutter - remove unnecessary `omit` line in .coveragercSteve Piercy
2020-01-02Resync wiki/*.rst and related files after moving tests directorySteve Piercy
2020-01-02Update docs/tutorials/wiki/authorization.rst and related src filesSteve Piercy
2018-11-25Remove settings for tm.manager_hook from __init__.pySteve Piercy
2018-11-25Fix path to templateSteve Piercy
2018-11-25Fix template to include either the page name or a title for the title tagSteve Piercy
2018-11-25synch up src/authorization filesSteve Piercy
2018-11-18Unpin webtest and pytestSteve Piercy
2018-11-17Remove mention of py3 compatSteve Piercy
2018-08-30Update wiki with zodb cookiecutter source filesSteve Piercy
2018-08-30Update wiki with zodb cookiecutter source filesSteve Piercy
2018-08-30Update wiki with zodb cookiecutter source filesSteve Piercy
2018-06-28Typos changedGerard
2018-01-12Update templates to align with cookiecuttersSteve Piercy
- Update CDN assets to minor versions - Use data attribute for Jinja2 templates (already done in mako and chameleon)
2017-08-03update zodb wiki files to synch with its cookiecutter using context managerSteve Piercy
2017-07-27update zodb wiki files to synch with its cookiecutterSteve Piercy
2017-06-26change http://docs.pylonsproject.org to httpsSteve Piercy
- use correct URL for code style - use correct Pyramid version for zodb wiki src file template
2017-06-10Update src files for ZODB wiki tutorialSteve Piercy
- ref #3081
2017-05-22Also replace script tags appear everywhereFang-Pen Lin
2017-05-12Merge branch 'master' into change-to-localhostSteve Piercy
2017-04-28update cookiecutter README.txt throughout docsSteve Piercy
- https://github.com/Pylons/pyramid-cookiecutter-starter/pull/28 - https://github.com/Pylons/pyramid-cookiecutter-zodb/pull/7 - https://github.com/Pylons/pyramid-cookiecutter-alchemy/pull/8
2017-04-16Fix #2927 - Change to listen = localhost:6543.Aleph Melo
2017-03-01use correct directory name for cookiecutter generated README.txtSteve Piercy
(cherry picked from commit 40dd034) Refs: https://github.com/Pylons/pyramid-cookiecutter-starter/pull/22
2016-12-23wiki/src/authorization updatesSteve Piercy
2016-12-14Merge branch 'master' into pr/2853Michael Merickel
2016-12-09Added configuration for ipv6 in .ini files.Martin
2016-12-08Merge pull request #2849 from mfrlin/issue-2656Michael Merickel
Changed wiki tutorial to showcase passwrd hashing with bcrypt.
2016-12-07Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵Martin
supported by waitress server.
2016-12-07Hashing helpers now deal in unicode. Fixed wording. Added link to bcrypt and ↵Martin
a footnote from wiki2 example.
2016-12-06Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ↵Bert JW Regeer
…"
2016-12-06Changed wiki tutorial to showcase passwrd hashing with bcrypt. Relates to #2204Martin
2016-12-06Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵Martin
supported by waitress server.
2016-04-12- use an environment variable and venv. See ↵Steve Piercy
https://github.com/Pylons/pyramid/pull/2468#discussion_r59311019 - rename stanza from `testing_extras` to `tests_require` - switch from nose to pytest
2016-04-11remove theme.min.css, it serves no purposeMichael Merickel
2016-04-11fix readme to show directions in both alchemy and zodbMichael Merickel
2016-04-10- update wiki authorization step and its src filesSteve Piercy
- trim index
2015-05-27- clean up and make consistent across both wikis authorization.rstSteve Piercy
- update templates and static assets to new theme
2015-05-26- clean up and make defininingviews consistent between two wiki tutorialsSteve Piercy
- sort imports to be consistent with scaffold setup.py - update templates, static assets