-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
web/standards: fix boolean attribute abuse #14662
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
kensternberg-authentik
merged 61 commits into
main
from
web/standards/fix-boolean-attribute-abuse
Jun 6, 2025
Merged
Changes from 57 commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
89dad07
web: Add InvalidationFlow to Radius Provider dialogues
kensternberg-authentik 914993a
Merge branch 'main' into dev
kensternberg-authentik f25a9c6
Merge branch 'main' into dev
kensternberg-authentik e0d5df8
Merge branch 'main' into dev
kensternberg-authentik 7579090
Merge branch 'main' into dev
kensternberg-authentik 3244276
Merge branch 'main' into dev
kensternberg-authentik 5cc2c0f
Merge branch 'main' into dev
kensternberg-authentik 831797b
Merge branch 'main' into dev
kensternberg-authentik 36b10b4
:wqge branch 'main' into dev
kensternberg-authentik e7527c5
Merge branch 'main' into dev
kensternberg-authentik 9809b94
Merge branch 'main' into dev
kensternberg-authentik 67aed3e
Merge branch 'main' into dev
kensternberg-authentik 5b8d86b
Merge branch 'main' into dev
kensternberg-authentik 67b3274
Merge branch 'main' into dev
kensternberg-authentik 20b66f8
Merge branch 'main' into dev
kensternberg-authentik fe9e452
Merge branch 'main' into dev
kensternberg-authentik 9cc440e
Merge branch 'main' into dev
kensternberg-authentik 7bb6a3d
Merge branch 'main' into dev
kensternberg-authentik 1dcf910
Merge branch 'main' into dev
kensternberg-authentik 6d7fc94
Merge branch 'main' into dev
kensternberg-authentik dddde09
This (temporary) change is needed to prevent the unit tests from fail…
kensternberg-authentik f6afb59
Revert "This (temporary) change is needed to prevent the unit tests f…
kensternberg-authentik bd0e81b
Merge branch 'main' into dev
kensternberg-authentik be349e2
Merge branch 'main' into dev
kensternberg-authentik 854427e
Merge branch 'main' into dev
kensternberg-authentik 7d972ec
Merge branch 'main' into dev
kensternberg-authentik 50d2f69
Merge branch 'main' into dev
kensternberg-authentik 25eefb7
Merge branch 'main' into dev
kensternberg-authentik 457b61c
Merge branch 'main' into dev
kensternberg-authentik e338bef
Merge branch 'main' into dev
kensternberg-authentik 675e60b
Merge branch 'main' into dev
kensternberg-authentik 2279768
Merge branch 'main' into dev
kensternberg-authentik ffbe8fb
Merge branch 'main' into dev
kensternberg-authentik 19f25d5
Merge branch 'main' into dev
kensternberg-authentik 811e794
Merge branch 'main' into dev
kensternberg-authentik 75c61af
Merge branch 'main' into dev
kensternberg-authentik aa20df5
Merge branch 'main' into dev
kensternberg-authentik 5fe344f
Merge branch 'main' into dev
kensternberg-authentik 6838736
Merge branch 'main' into dev
kensternberg-authentik 0055882
Merge branch 'main' into dev
kensternberg-authentik 9251e60
Merge branch 'main' into dev
kensternberg-authentik cd78fc0
Merge branch 'main' into dev
kensternberg-authentik fa994ae
Merge branch 'main' into dev
kensternberg-authentik 61dbc93
Merge branch 'main' into dev
kensternberg-authentik f63b3c2
Merge branch 'main' into dev
kensternberg-authentik 9cf551b
Merge branch 'main' into dev
kensternberg-authentik 9a6ca4f
Merge branch 'main' into dev
kensternberg-authentik 8b95840
Merge branch 'main' into dev
kensternberg-authentik baa64bc
Merge branch 'main' into dev
kensternberg-authentik 518e9e1
Merge branch 'main' into dev
kensternberg-authentik 5da3493
Merge branch 'main' into dev
kensternberg-authentik 136e59c
Merge branch 'main' into dev
kensternberg-authentik cddc13f
Merge branch 'main' into dev
kensternberg-authentik 38c4701
Merge branch 'main' into dev
kensternberg-authentik e340268
Merge branch 'main' into dev
kensternberg-authentik 8bad0ed
web/maintenance: correct the usage of boolean (false) attributes
kensternberg-authentik 469e8d8
Prettier had opinions.
kensternberg-authentik 3fccf2b
Caught during code review.
kensternberg-authentik 7d983e5
Merge branch 'main' into web/standards/fix-boolean-attribute-abuse
kensternberg-authentik 6f4fba7
Merged incorrectly; not sure what went wrong, but this re-applies the…
kensternberg-authentik 0192a13
Merge branch 'main' into web/standards/fix-boolean-attribute-abuse
kensternberg-authentik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ export class ProviderSelectModal extends TableModal<Provider> { | |
} | ||
|
||
@property({ type: Boolean }) | ||
backchannel?: boolean; | ||
backchannel = false; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A few places left Booleans as |
||
|
||
@property() | ||
confirm!: (selectedItems: Provider[]) => Promise<unknown>; | ||
|
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You cannot
reflect
anObject
.Amazingly, this is the only change that's more or less unrelated to the Booleans issue. Everything else is just... getting it right. 😉