Lance Edgar
|
0e0460b831
|
fix: allow custom user getter for new_request_set_user() hook
|
2024-08-05 15:06:55 -05:00 |
|
Lance Edgar
|
fc339ba81b
|
feat: add support for admin user to become / stop being root
|
2024-08-05 14:21:54 -05:00 |
|
Lance Edgar
|
a2ba88ca8f
|
feat: add view to change current user password
|
2024-08-05 11:45:00 -05:00 |
|
Lance Edgar
|
a505ef27fb
|
feat: add auth views, for login/logout
|
2024-08-05 09:31:19 -05:00 |
|
Lance Edgar
|
e296b50aa4
|
feat: add custom security policy, login/logout for pyramid
aka. the `wuttaweb.auth` module
|
2024-08-05 00:12:20 -05:00 |
|
Lance Edgar
|
95d3623a5e
|
feat: add initial/basic forms support
|
2024-08-05 00:12:17 -05:00 |
|
Lance Edgar
|
3b6b317377
|
feat: add util.get_form_data() convenience function
|
2024-08-04 20:32:05 -05:00 |
|
Lance Edgar
|
1d113da45a
|
feat: add "web handler" feature; it must get the menu handler
this makes more sense than (potentially) adding a whole bunch of
methods to the app handler.
also fix entry point for app provider, per wj changes
|
2024-07-14 11:07:50 -05:00 |
|
Lance Edgar
|
60e8303d29
|
add basic support for menu handler
default menu is not yet useful, but the handler mostly works. except
for actual auth/perm checks since we have no users yet!
|
2024-07-13 20:03:44 -05:00 |
|
Lance Edgar
|
977c196f47
|
feat: basic support for WSGI app, views, templates
also docs + tests for what we have so far
|
2024-07-12 00:17:15 -05:00 |
|