Adrian
Adrian
IIRC. quoting slashes in URLs is generally prone to breaking. Reverse proxies etc. like to unquote slashes. Does Keycloak seriously not have an option to restrict what can be put...
OK, after having a look how groups work on Keycloak it seems like the problem is that internally keycloak identifies groups by their ID, and the "name" is really just...
"different encoding" would be kind of what I suggested as option 2 before. Since those groups names are really completely unrestricted, any char you somehow use for encoding could be...
TBH as a quickfix I'd just use something like `---` as the separator. Unlikely to be used in a group name, does not require changes to the core, and not...
Any new API would be for specific registration forms only and not mix registrations from different forms. The old one was created when you couldn't have multiple regforms in a...
Note that the new api in v3.3 that's meant for the updated checkin app contains all those features. You'd still be using a somewhat undocumented API, but if you want...
Just wondering, why show an unlink option on the "Link to existing booking" view/page?
Are you sure this happens in the *latest* version from Git (not sure which version is installed on your instance)? I'm asking because in https://github.com/indico/indico/pull/6170 I fixed a problem that...
In any case, if you are on the latest version, and you create an absolute URL that points to the same host where Indico is running: The behavior is intentional....
What error are you getting? Could it be related to being on an older Python version (3.3 requires 3.12.2)? External URLs from **other** hosts than the Indico host should work...