Kriss Seglins
Kriss Seglins
Fixes https://github.com/vaadin/hilla/issues/2051 Implement VaadinWebSecurity RouteUtils for spring security route checks based on file-system routing. If the recent changes are correct, https://github.com/vaadin/flow/pull/18822 is no longer necessary. Must be activated in Hilla...
Todo: - Add roles allowed to client and server-side - Add access checks for hilla views by view metadata (roles allowed) - Add Hilla public routes as anonymous allowed to...
SQL Authentication example in Hilla docs doesn't work as `@Override protected void configure(AuthenticationManagerBuilder auth)` as such method doesn't exist in `VaadinWebSecurity` https://hilla.dev/docs/lit/guides/security/spring-login#sql-authentication (same for LDAP) Could be that it was...
### Describe the bug Error while starting `hilla/packages/java/tests/spring/security` projec which has pure hilla-lit implemenation. `ERROR(TypeScript) Argument of type 'Route[]' is not assignable to parameter of type 'AgnosticRouteObject[]'. 2024-02-01T14:49:50.608+02:00 INFO 39916...
### Describe the bug `Npm run build` runs `prepare.sh` script which cannot be executed on Windows without WSL or GitBash or other interpreter. And asks to install JQ as well....
### Describe your motivation Add a way to hide/show the form of the autocrud to enable showing only when creating/editing an item. The form takes a lot of space, and...
### Describe your motivation Add way to refresh grid from outside of AutoCrud component. AutoCrud can be used in place of AutoGrid and there are many use case when grid...
The onDisconnect callback is called on reconnect. This allows the Flux Connection to call the registered onDisconnect callbacks on reconnect. If the state is already `RECONNECTING`, subsequent calls to `onReconnect`...
### Describe the bug Flux endpoint with stream doesn't work with long polling as a flux connection transport. Flux endpoints with direct value work fine, but streams like ` Flux.range(1,...