Fix bug and change user permission model - #19
Merged
Merged
Conversation
- Enable Jinja2 autoescape for XSS protection; _icon() returns Markup - Require password on user creation, validate strength on create/update - Hide TOTP secret_key and backup_codes from admin list view - Add load/save methods to SignedCookieSessionBackend for flash messages - Default session_secure=True; CSRF cookie respects session secure setting - Replace audit log count with efficient func.count() query - Make UserAdmin.get_form_context async, remove asyncio.run() anti-pattern - Simplify UserAdmin.process_form_data to read perm_data from form dict - Remove legacy duplicate admin.py module - Document rate limiter multi-process limitation - Fix debug text in UserPermissionAdmin verbose names - Update tests for new session_secure default
… themes documentation - Introduced comprehensive documentation for filters, inline editing actions, JSON API, navigation & sidebar, storage & file uploads, and themes & UI customization. - Updated index and navigation structure in documentation for better accessibility. - Enhanced CLI tools and migration scripts with improved logging and validation. - Bumped version to 0.2.1 and updated project metadata in pyproject.toml. - Improved error handling and logging in various modules for better debugging.
… across admin models
… table-based permissions, enhancing user permission handling and UI integration
…extracting perm_data for User model
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.