Benedikt Kulmann
Benedikt Kulmann
> * tooltip help for "invite" searchfield (description text). The tooltip can be shown, if the description text exists. If you can limit that requirements for just a handful of...
> * Sidebar should have the possibility to inject content/extensions into the "Details" section (like [cernbox@52bbf24e](https://github.com/cernbox/web/commit/52bbf24e)) Compromise at this point (also for the string adjustment above) could be that you...
@elizavetaRa discussed internally again today, an additional option in the config.json would be better than a capability as it is only relevant for the web ui / has no implications...
> This is an interesting request, but I assume this might be hard to get right, so people aren't surprised by the behavior. > > I'd say technically it's rather...
> > This is the reasoning why I thought the current approach is less error-prone as its quite simple (rule is: you always drop into the current folder) - but...
First of all, really nice! Fully agree with @tbsbdr Regarding implementation: - the lib that you chose makes a good first impression. license is compatible as well (MIT). - you...
@fschade @ScharfViktor @phil-davis @individual-it do you have ideas how to achieve this with playwright / the e2e test suite? As a side note: The access token lifetime is currently hardcoded...
Would still be super nice, yes. Basically as a regression test for the whole token renewal flow. We currently support ocis with oidc and either with or without refresh token....
By default `offline_access` is not in the requested scopes, so first mentioned scenario is the default behaviour (no refresh token => token renewal will happen with the currently valid access...
> Maybe that's obvious anyhow, but it would be great to somehow validate that the right mechanism was used. What I'm saying is: that the page still works after token...