pyradius/pyrad 216
Python RADIUS Implementation
Behavior-Driver-Development for multi-user web/email/sms applications
JWT authentication for Pyramid
Use xls files to update translations
Report kubernetes events to Sentry
Translation toolkit for Python
Simple REST servers
setuptools plugin to include all git tracked files in your tarballs
Simple HTML cleanup utilities
SQLAlchemy integration for pyramid
push eventPatternslib/patterns-sass
commit sha a230137385ba34ccfd03f2b8dcae1cd564cd1968
Blur trial
push time in 5 hours
startedwichert/pyramid_jwt
started time in a day
issue openedwichert/pyramid_jwt
Ini-file entry "jwt.https_only_cookie" is always True
For testing/development purposes where I do not have https enabled always, I set the following entry in my development.ini
:
...
jwt.https_only_cookie = false
...
But when the application starts and the cookie auth policy is initialized, this entry is not parsed correctly, since the resulting JWT cookie has still set the secure
flag.
Yes I could instead set this option to False
using:
config.set_jwt_cookie_authentication_policy(https_only=False)
but I only want this option to be disabled during development, so this is not a real option longterm.
I tried to fix this, see PR #47. For my application, the change is working as expected.
created time in a day
PR opened wichert/pyramid_jwt
Without this conversion, the option would always be true, no matter what value is set in the ini file
pr created time in a day
push eventplone/volto-quanta
commit sha d0dd03687326aff58d4f116e312ee41da26a96a6
Move each component to its own route
commit sha 1f5764d50defb8760deb5ad658c34c97abba2703
Add selects. Add add-on profile for using the widgets in default Volto.
commit sha 9a6dd1c83f0033022e566db8e534f7feb4d531f6
Add tests
commit sha 6ce3913be8e61e5c75c793a0a8e9225379a6d640
Merge pull request #2 from plone/selects Selects
push time in 3 days
push eventplone/volto-quanta
commit sha 9a6dd1c83f0033022e566db8e534f7feb4d531f6
Add tests
push time in 3 days
pull request commentplone/volto-quanta
@avoinea fixed, forget about it, finally I used the checkout feature, since it's a public repo.
comment created time in 4 days
push eventplone/volto-quanta
commit sha 749a5c3b4d597cf6bcdc65242d722940940fbba7
Switch to SCSS
commit sha 05dcfd671a87a9d32789d7680f02eb7998c1c9f1
Remove not required things
commit sha 0747f3f5da3cbc6b105873d0e69e985245b18e27
Tests infrastructure
commit sha 570315407110c4a747f8814b36d59e064f20c2cf
delete present node_modules
commit sha b07acdf5d7627b4990e461d0a5af99eb353f8084
Add gitignore
commit sha 884e2e6d1410e82a529e51fe9dad0907f5d590f7
Try to fix
commit sha db788f4eb2f30c7cd1bafe4d4474e8c01fa9cb99
pull from gh instead of using a volume
commit sha bef3ca0dfa35a84b0d91e052ba8b5391ee893dd6
Another try
commit sha acd371fb928dc3f2a5c2f232c1965a23548f3855
Another try2
commit sha 794ca3a5e21b0938797cb9038ec267f0da2edbe5
Another try2
commit sha c1d159199663c105eb19be46e2c1b34c974ac9e5
Another try2
commit sha af2a561f7e555d4ea71e5f2b3c93bba477ff388e
More trials
commit sha c2cbc1fc5de193f35ad0e9249ba918d8e59a3b8d
More trials
commit sha b473c1850b386aad11791a797ff4c2ef8e3623b0
Works!
commit sha 8411d0ea201fe465b08a2035f32a0321a8e047d2
Small changes
commit sha 7cce20596b099dee362752219bc9fcabe1548133
Merge pull request #1 from plone/scssapproach Scssapproach
push time in 4 days
push eventplone/volto-quanta
commit sha 8411d0ea201fe465b08a2035f32a0321a8e047d2
Small changes
push time in 4 days
push eventplone/volto-quanta
commit sha b473c1850b386aad11791a797ff4c2ef8e3623b0
Works!
push time in 4 days
push eventplone/volto-quanta
commit sha c2cbc1fc5de193f35ad0e9249ba918d8e59a3b8d
More trials
push time in 4 days
push eventplone/volto-quanta
commit sha af2a561f7e555d4ea71e5f2b3c93bba477ff388e
More trials
push time in 4 days
push eventplone/volto-quanta
commit sha c1d159199663c105eb19be46e2c1b34c974ac9e5
Another try2
push time in 4 days
push eventplone/volto-quanta
commit sha 794ca3a5e21b0938797cb9038ec267f0da2edbe5
Another try2
push time in 4 days
push eventplone/volto-quanta
commit sha acd371fb928dc3f2a5c2f232c1965a23548f3855
Another try2
push time in 4 days
push eventplone/volto-quanta
commit sha bef3ca0dfa35a84b0d91e052ba8b5391ee893dd6
Another try
push time in 4 days
push eventplone/volto-quanta
commit sha db788f4eb2f30c7cd1bafe4d4474e8c01fa9cb99
pull from gh instead of using a volume
push time in 4 days
push eventplone/volto-quanta
commit sha 884e2e6d1410e82a529e51fe9dad0907f5d590f7
Try to fix
push time in 4 days
push eventplone/volto-quanta
commit sha 570315407110c4a747f8814b36d59e064f20c2cf
delete present node_modules
commit sha b07acdf5d7627b4990e461d0a5af99eb353f8084
Add gitignore
push time in 4 days
pull request commentplone/volto-quanta
@avoinea any idea why https://github.com/plone/volto-quanta/pull/1/checks?check_run_id=1713240583#step:7:115 fails? Locally and in Jenkins works well :(
comment created time in 4 days
push eventPatternslib/patterns-sass
commit sha c8da4fc9c44563c149ad6412a15629fdb9abe9fb
Update patterns
push time in 7 days