-
Notifications
You must be signed in to change notification settings - Fork 3
Public demo ready version #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
* Add granular permission control, setup backend and framework, prepare to use permissions elsewhere * Refactor permission handling and improve permission logic across the application
* Change trpc provider and implementations to use tanstack query * Implement react query calls in all components, implement simple html rendering on server * Add typecheck gh action
* Add mock file creation for typecheck * Standardise server and client markdown to html renderers to have similar output and shared plugins * Standardize server and preview markdown renderers * Refactor layout components for improved styling and consistency, fix rendering links * Make server component for markdown rendering clearly separate
* Add mock file creation for typecheck * Standardise server and client markdown to html renderers to have similar output and shared plugins * Standardize server and preview markdown renderers * Refactor layout components for improved styling and consistency, fix rendering links * Make server component for markdown rendering clearly separate * Add lint plugins and fix linter errors
* Add validated t3 environment * Add missing file
* Add validated t3 environment * Add missing file * Modernise editor and asset manager * Add syntax highlighting to markdown editor * Add ScrollArea to asset manager * Add search modal and make search ui better, with pagination * Improved tagging functionality * Fix transaction type linter error Added cache time back for images
* Implement same security level for images as well * Implement trpc panel for api docs * Fix build issues with server code on client * Implement backbone functions for page and component security - client and server side (client side are not meant for security, only UX) * Implement security hooks and component in other pages * Add guest user group to groups and make unassignable * Refactor permission components to be more structurized and less confusing * Fix RequirePermission component to support any * Fix type errors * Add PermissionGates to some wiki pages
Owner
Author
|
Build passed, needed to add mock to gh actions. |
This was referenced Apr 22, 2025
barisgit
added a commit
that referenced
this pull request
Apr 22, 2025
* Feature: Granular Permissions (#5) * Add granular permission control, setup backend and framework, prepare to use permissions elsewhere * Refactor permission handling and improve permission logic across the application * Add on pull request trigger to development branch in ci action (#6) Self explanatory * Switch to using Tanstack Query for api calls (#7) * Change trpc provider and implementations to use tanstack query * Implement react query calls in all components, implement simple html rendering on server * Add typecheck gh action * Change type to module and fix imports in required files (#8) * Add mock file creation for typecheck (#9) * Standardise client/server renderers for markdown (#10) * Add mock file creation for typecheck * Standardise server and client markdown to html renderers to have similar output and shared plugins * Standardize server and preview markdown renderers * Refactor layout components for improved styling and consistency, fix rendering links * Make server component for markdown rendering clearly separate * Fix lint and linter config errors (#11) * Add mock file creation for typecheck * Standardise server and client markdown to html renderers to have similar output and shared plugins * Standardize server and preview markdown renderers * Refactor layout components for improved styling and consistency, fix rendering links * Make server component for markdown rendering clearly separate * Add lint plugins and fix linter errors * Add T3 Validated Environment (#12) * Add validated t3 environment * Add missing file * Improve editor UX/UI and functionality (#14) * Add validated t3 environment * Add missing file * Modernise editor and asset manager * Add syntax highlighting to markdown editor * Add ScrollArea to asset manager * Add search modal and make search ui better, with pagination * Improved tagging functionality * Fix transaction type linter error Added cache time back for images * Improve security and add utility components for gating access (#15) * Implement same security level for images as well * Implement trpc panel for api docs * Fix build issues with server code on client * Implement backbone functions for page and component security - client and server side (client side are not meant for security, only UX) * Implement security hooks and component in other pages * Add guest user group to groups and make unassignable * Refactor permission components to be more structurized and less confusing * Fix RequirePermission component to support any * Fix type errors * Add PermissionGates to some wiki pages
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.
Prepare for public demo
Merges