-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Merge dev -> main #650
Merged
Merged
Merge dev -> main #650
Conversation
This file contains 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 basic confirmation modal for group remove * bump rust version * update dependencies * add list of VPN location names to group info response * remove deprecated methods * handle vpn locations in group edit requests * fix edit group modal * fill in delete modal content * update query data * test group info in API response * add more helper commands * leave LDAP todos --------- Co-authored-by: Maciej Wójcik <wojcik91@gmail.com>
…up (#630) * add basic confirmation modal for group remove * bump rust version * update dependencies * add list of VPN location names to group info response * remove deprecated methods * handle vpn locations in group edit requests * fix edit group modal * fill in delete modal content * update query data * test group info in API response * add more helper commands * leave LDAP todos * add failing test for group removal * add comment * add missing DB transaction commit --------- Co-authored-by: Maciej Wójcik <wojcik91@gmail.com>
* change config generation * remove unnecessary type
…638) * fix file extension on some browsers * remove charset as its unsued according to the standard
* check if user has mfa enabled during openid flow * add comments
* add is_active column to the database * use is_active field to check if the user is active * add backend logic * handle user disabling on the frontend * sqlx prepare * prevent disabled users from starting the enrollment * set active by default * prevent starting desktop configuration for disabled users * logout disabled users * Apply suggestions from code review Co-authored-by: Jacek Chmielewski <jchmielewski@teonite.com> * remove distinct on * logout, then change status * update generated localization * add warnings * modify frontend handling of disabled users * sqlx prepare * add tests * prevent from starting password reset on disabled user * don't display password reset button if the user is disabled * add ldap todo * hide user status from himself * prevent admin from disabling himself * add more tests * properly check if the admin is going to disable himself * fix css * add new line to migrations * rephrase Co-authored-by: Adam <aciarcinski@teonite.com> * don't panic * add more log messages * make tests more reliable * upddate protobufs * format * sqlx prepare * fix test --------- Co-authored-by: Jacek Chmielewski <jchmielewski@teonite.com> Co-authored-by: Adam <aciarcinski@teonite.com>
* add more logs 1 * add more logs 2 * add missing semicolon * Apply suggestions from code review Co-authored-by: Jacek Chmielewski <jchmielewski@teonite.com> --------- Co-authored-by: Jacek Chmielewski <jchmielewski@teonite.com>
* add new logo * update pwa icons * optimize with oxipng * fix appstore logo
* embed ui into the binary * make sure all required files are embedded * make the packaging actually work * add newlines * prepare workflow file for testing * add packaging step for .deb * defguard-core -> defguard * place the binary in /usr/bin * try without path interpolation * try without cross compilation * try with env passthrough * env -> conf * add frontend building step * set node version * add cache dependency path * remove node version from matrix * fix path * frozen lockfile * build rpm * cleanup and fix docker * fix .env file * remove possibly unnecessary step * cleanup * cleanup 2 * sort cargo toml * add new lines * change dockerfile * sort whole file * remove unused file
* bump version * update lockfile
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.
📖 Description
Merges current dev branch into main.
🛠️ Dev Branch Merge Checklist:
Documentation
Testing
Deployment
🏚️ Main Branch Merge Checklist:
Testing
Documentation