Michal Hlavac

Results 11 issues of Michal Hlavac

According to #56 it will be better to use Admin Directory API to read user info instead of OIDC userinfo.

enhancement

Prepare step-by-step video tutorial for G-Suite configuration.

enhancement

When user is [suspended](https://support.google.com/a/answer/33312?hl=en) by G Suite administrator, we should move it to some kind of deleted subtree.

enhancement

DefaultEncryptingOAuthDataProvider is practically unusable because serialization errors in ModelEncryptionSupport: 1. `new Client("clientId", null, false)` was serialized as with space as secret. So when the client was deserialized, then secretId was...

Hi, I tried to run `helm-docs --document-dependency-values` for umbrella chart: ```yaml name: user version: 0.0.1 description: User API dependencies: - name: spring-boot version: 0.0.3 repository: oci://harbor.company.com/charts ``` But result does...

enhancement

Will be nice to hide player to tray

Hi, when use in main.js e.g. ```javascript miniToastr.init({ style: { '.mini-toastr__notification': { 'width': '500px' } } }) ``` no style is applied and original is also removed. Do I really...

### Apache NetBeans version Apache NetBeans latest daily build ### What happened When I have code e.g.: ```java @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) @Inherited public @interface RunWith { Class value(); } @RunWith(String.class) public...

kind:bug
Java