Claper icon indicating copy to clipboard operation
Claper copied to clipboard

The ultimate tool to interact with your audience

Results 27 Claper issues
Sort by recently updated
recently updated
newest added

I would like to be able to display the results of a form, similar to the results of a poll. Thanks!

wontfix

https://github.com/ClaperCo/Claper/blob/2cdf3f41cf8f21b6e5cbba42e6a30b686555a33d/docker-compose.yml#L32 Trying to start this with docker-compose, I got following message: `services.app.environment.ENABLE_ACCOUNT_CREATION contains true, which is an invalid type, it should be a string, number, or a null` I suggest...

bug

I've created a Dutch translation for this project. Hope everything has been done ok :-)

Hey there, I'm trying out Claper right now and I can't find a way to create an interactive quizz. Is this possible at this moment ? What I would like...

enhancement
roadmap

Hi! I saw that there exists an admin user: https://github.com/ClaperCo/Claper/blob/main/priv/repo/seeds.exs What is the password for this user? And can this user manage other users? I wonder why there is the...

Hi, How does one runs mix command to generate Secret key inside docker, when it says mix command is not present.

Some use cases may require reusing the same material multiple times as different events. Any of these could work: - Allow export and re-upload the event including all polls, forms...

enhancement

A poll could be reset by the host allowing the host to restart the current active poll in case participants mark options accidentally or if there is any misunderstanding at...

I'm trying to set up authorization via OIDC, where Keycloak acts as the IDP, and use the following settings: ``` OIDC_PROVIDER_NAME="COMPANY:ID" OIDC_ISSUER=https://id.company.com/auth/realms/ OIDC_CLIENT_ID=interact.company.com OIDC_CLIENT_SECRET=4f0a3aec-4b17-XXXX-XXXXX-XXXXX1521f963 OIDC_SCOPES="openid email profile" ``` But when...

I tried the new release with OIDC integration together with Nextcloud. But I found out Nextcloud is currently not providing the discovery endpoint (see https://openid.net/specs/openid-connect-discovery-1_0.html). So, is it possible to...