core
core copied to clipboard
The core library driving üWave, the self-hosted collaborative listening platform.
We need a config option like `allowedOrigin: ['https://wlk.yt/']` for use in the social signup feature, to prevent sending semi-private data (only the avatar in this case) to unknown clients. _Originally...
A media source like `u-wave-source-youtube`, but instead of returning results from youtube, it looks through the user's playlists. It can return media items with a `sourceType` attached and that will...
(Maybe more than registrations.) Listen for `user:create` on Redis and publish that to moderator's socket connections. Best done after an ACL implementation lands in -core so that users can be...
One of two things happened: - A client bug (most likely) caused the same song to show twice in a filtered view; I deleted one and then moved the other...
Some messages might want special handling based on how they are sent. For example, a bot posting links from reddit into the chat so they can be styled differently, or...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.8.0. Release notes Sourced from eslint's releases. v9.8.0 Features 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas) Bug Fixes ab0ff27 fix: Throw error...
Bumps the eslint group with 3 updates in the / directory: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint](https://github.com/eslint/eslint). Updates `@typescript-eslint/eslint-plugin` from 7.18.0 to 8.7.0 Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v8.7.0 8.7.0 (2024-09-23)...
Mostly works using SQLite. A few things to do: - [ ] votes - [ ] i would probably want this to also work with other SQL databases - [...
Bumps the passport group with 1 update: [passport](https://github.com/jaredhanson/passport). Updates `passport` from 0.5.3 to 0.7.0 Changelog Sourced from passport's changelog. [0.7.0] - 2023-11-27 Changed Set req.authInfo by default when using the...