core icon indicating copy to clipboard operation
core copied to clipboard

The core library driving üWave, the self-hosted collaborative listening platform.

Results 39 core issues
Sort by recently updated
recently updated
newest added

Searching for 'royks' doesn't match 'röyksopp' and 'nu'est' doesn't match 'nu’est' (different quote character). maybe mongo has an option for this. else we need a separate field on playlist items,...

enhancement

Refreshing does. _may_ also be a client issue.

bug

When a user joins a server from different browser tabs or devices at the same time, any mutations they make will cause the other devices to show stale data. Long...

enhancement

Setting up is quite annoying at the moment because you have to register through the web client and then manually promote yourself to the admin role in the db. It...

Todo: - [ ] this should support both ReCaptcha and hCaptcha and keys from runtime configuration.

I had tried to make this happen in https://github.com/u-wave/core/pull/416. But it looks like it's not working consistently for all endpoints (if at all). In https://github.com/u-wave/core/issues/421 we got a 500 response...

bug

Currently, all runtime configuration is gated behind the `admin` role. This is a good default, but it would be better to be more granular, and allow eg. moderators to configure...

There are a couple of situations where some permanent identity key for servers would be handy. - Announcements to the hub server. Here we need to ensure that servers cannot...

enhancement

Currently, media sources have three API methods: - `search` - `get` - `import` `search` and `get` are quite clear and good now, but `import` is basically a wildcard and requires...

Currently almost all functionality is locked behind a login. It might be interesting to have a way for non-users to participate in chat and maybe even play media, just by...