Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

koel

A music streaming platform that works.
Collective - Host: opensource - https://opencollective.com/koel - Website: https://koel.dev - Code: https://github.com/koel

feat(queue): trying to improve Queue performance

github.com/koel/player - c0e8632e6aea3ee29146ce737843a7586f053d24 authored over 3 years ago by Phan An <[email protected]>
feat(login): revamp login UI and flow (#9)

github.com/koel/player - 16a5bc5ec648e4af0ee167b37eb5ba6954febf1b authored over 3 years ago by Phan An <[email protected]>
build: enable internet access permission

github.com/koel/player - 5a3baec6576ef1f5398a3c5178420c78e0b94f69 authored over 3 years ago by Phan An <[email protected]>
feat: implement "Add to Playlist" (#7)

github.com/koel/player - a4ec14b95316639e2eff8d3cfb82bcefcdf6402f authored over 3 years ago by Phan An <[email protected]>
fix: incorrect album card size

github.com/koel/player - a1f680558005a45b593208161f83a84e3a1cf865 authored over 3 years ago by Phan An <[email protected]>
feat(info): add Media Info feature (#5)

github.com/koel/player - 6736107267d887abf083ffde096d82ffb7dc6be9 authored over 3 years ago by Phan An <[email protected]>
feat(home): add "From your favorites" section

github.com/koel/player - e94a3385bcf470714f7783646022e7e0644411a8 authored over 3 years ago by Phan An <[email protected]>
feat(library): add Recently Played

github.com/koel/player - 0222d23a3487817dd308e9318fca8f988ee2754a authored over 3 years ago by Phan An <[email protected]>
feat(playlist): eager populate playlists

github.com/koel/player - 72438ada29fddb49c3e048fb4289f746b0d42fe9 authored over 3 years ago by Phan An <[email protected]>
refactor(playlist): reuse code for AppBar

github.com/koel/player - 3beaabb53b1fbcdaeea5d863226e259f3c911f25 authored over 3 years ago by Phan An <[email protected]>
feat(playlist): implement basic Playlist functionalities

github.com/koel/player - 1c82667a60c43b44ca9b91f619645ae64988d7c1 authored over 3 years ago by Phan An <[email protected]>
fix(api-docs): wrong path for playlist songs API

github.com/koel/koel - aaaa8d0e4eb30e029a0211218c1c1c69f5b4abef authored over 3 years ago by Phan An <[email protected]>
feat(home): add placeholder cards to trigger Library screens

github.com/koel/player - b4bb5923d63a6fb13f982be65c5df771e423e002 authored over 3 years ago by Phan An <[email protected]>
feat(library): add Songs screen

github.com/koel/player - 00de7bcaf52489efdc0159f72276fe3d83f4e859 authored over 3 years ago by Phan An <[email protected]>
feat(library): add Albums screen

github.com/koel/player - ccb2614dda681e5391a0bbe1be9d24121a24543b authored over 3 years ago by Phan An <[email protected]>
feat(library): add Artists screen

github.com/koel/player - 0dfd50296d4e6642e22fd942b1220b5c24dc4fa9 authored over 3 years ago by Phan An <[email protected]>
feat(favorites): implement actual API requests

github.com/koel/player - a515497078d1fefc1664e3167121556708909918 authored over 3 years ago by Phan An <[email protected]>
chore: refactor song list buttons

github.com/koel/player - a6fccb6ad9a7d3d9031d5817572707a83f3c4ee9 authored over 3 years ago by Phan An <[email protected]>
feat(favorites): add Favorites screen

github.com/koel/player - 680b9559a70946e69cfc0714005754464dcba574 authored over 3 years ago by Phan An <[email protected]>
feat(library): add basic library menu

github.com/koel/player - ab1a58ff37dab0629cc8b24ae52696e0f6f9a586 authored over 3 years ago by Phan An <[email protected]>
chore(now-playing): remove unnecessary rounded corner

github.com/koel/player - 5867b92e8f0fd27a2bd2313339272b0ea71deb09 authored over 3 years ago by Phan An <[email protected]>
feat(search): change debounce value

github.com/koel/player - d5b9a123614cc9157af3051a3bd8000c18355da4 authored over 3 years ago by Phan An <[email protected]>
feat(search): reset search state if keywords empty

github.com/koel/player - ed08b5b72d609486a6e843508be322555c307eb5 authored over 3 years ago by Phan An <[email protected]>
feat(search): use CupertinoSearchTextField

github.com/koel/player - 34d07da2cca3379983e316de322ced57e0b32a39 authored over 3 years ago by Phan An <[email protected]>
feat: add Search functionality

github.com/koel/player - fe34e7f2865e1f152515e12832ac21f96f85676c authored over 3 years ago by Phan An <[email protected]>
chore: something something I don't know

github.com/koel/player - 6af34468358a068797115fecdf8864e718b727a1 authored over 3 years ago by Phan An <[email protected]>
feat: finish Go to Artist/Album actions

github.com/koel/player - 8eea21b3262818ecb012b208db7ccfa5cf43b647 authored over 3 years ago by Phan An <[email protected]>
feat: add song action sheet

github.com/koel/player - 9b08ae6ad257c6450e2742c7530fc87bd82bd48d authored over 3 years ago by Phan An <[email protected]>
chore(queue): minor improvements to queue

github.com/koel/player - 352369a677b2ab1225756aecd452ef2bfb3d116d authored over 3 years ago by Phan An <[email protected]>
feat(queue): use BehaviorSubject for queue broadcast

github.com/koel/player - b6687710eff825accc5b79bc9ac9912759ca4846 authored over 3 years ago by Phan An <[email protected]>
move openNowPlayingScreen to NowPlaying lib

github.com/koel/player - 321357978738ce587bc457aefd212ad0c70eb9d9 authored over 3 years ago by Phan An <[email protected]>
feat(queue): allow reordering queue (buggy)

github.com/koel/player - e4c5399cdfa6aad7820a4f78939c4e2d27bc7b1b authored over 3 years ago by Phan An <[email protected]>
feat(queue): allow removing from queue

github.com/koel/player - f9595309535f3d568310d0ac239e16fb1f446e27 authored over 3 years ago by Phan An <[email protected]>
chore(queue): allow clearing queue

github.com/koel/player - 779867d5657cc6c109979fae8c1916a5daeff3e5 authored over 3 years ago by Phan An <[email protected]>
chore(ui): use Cupertino TabBar

github.com/koel/player - cea6f4a5aa53b05bc8898e768a9ce56640ca2df1 authored over 3 years ago by Phan An <[email protected]>
fix(now-playing): overflown song info

github.com/koel/player - 714d7b9b1fbbb2728ac308c4e7f51523b1d103ec authored over 3 years ago by Phan An <[email protected]>
fix(ui): artist/album screen button labels

github.com/koel/player - a3567c940b8d6f7c20b394e425b2ef93b8e3ff93 authored over 3 years ago by Phan An <[email protected]>
chore(ui): add hero for bottom sheet (not working yet)

github.com/koel/player - 26d276664d25316d0d644372917a50dabfc46e30 authored over 3 years ago by Phan An <[email protected]>
feat(ui): improve the style of bottom navigation bar

github.com/koel/player - 57e348f5a6e959f4c0593a96a33e59cd57b0f45d authored over 3 years ago by Phan An <[email protected]>
feat(ui): optimize home screen and song row rendering

github.com/koel/player - 04c9dfb43e61375f24027a6d1d2742c8ef584e40 authored over 3 years ago by Phan An <[email protected]>
chore(ui): use Cupertino icons where applicable

github.com/koel/player - 80bfbe9e462b32362fca5e7bd346d81f58a1c60e authored over 3 years ago by Phan An <[email protected]>
chore(deps): remove just_audio and the likes

github.com/koel/player - 810f12def447257b9531d12e524fc9440fe6b8c8 authored over 3 years ago by Phan An <[email protected]>
feat(thumbnail): only show playing animation if song is being played

github.com/koel/player - d8fa80f44efeb990498ef0205fb7f4dffc6151af authored over 3 years ago by Phan An <[email protected]>
fix: incorrect queue after current behavior

github.com/koel/player - 89848637db770fe0b98e7deb8428fa1519ce87cb authored over 3 years ago by Phan An <[email protected]>
feat(ui): play song on row tap

github.com/koel/player - 731a2d98704fc31dc4bee3d0d47ecc800ffae4d4 authored over 3 years ago by Phan An <[email protected]>
feat(now-playing): add filter effect

github.com/koel/player - 0bfe76f31950be3f4977a31e1ecb5ded6a2329f2 authored over 3 years ago by Phan An <[email protected]>
chore(now-playing): move timestamps up a bit

github.com/koel/player - 109d87c2fc50ef9275560d4813a8ea4a18050f99 authored over 3 years ago by Phan An <[email protected]>
add Now Playing screen

github.com/koel/player - 820cd807952349c111730b57a6cbdb07c34c2c55 authored over 3 years ago by Phan An <[email protected]>
more good progress with Assets Audio Player

github.com/koel/player - 894a391f0d5a8c4b265ae0d8c53028ad8c40bf90 authored over 3 years ago by Phan An <[email protected]>
good progress with Assets Audio Player

github.com/koel/player - 5b13217eb15c7ad5b3965a9738a466a04a069b9e authored over 3 years ago by Phan An <[email protected]>
first working version with Assets Audio Player

github.com/koel/player - cf0a4462a374e6d391bfec8c9c81a4426b10d562 authored over 3 years ago by Phan An <[email protected]>
wrapping up just_audio implementation

github.com/koel/player - 18fe03aef593a823e559a3d3d8d251edcba76d3f authored over 3 years ago by Phan An <[email protected]>
add horizontal padding to flexible space bar

github.com/koel/player - 0160ff7341d99f08e7113d6e0a3389d03ad94697 authored over 3 years ago by Phan An <[email protected]>
add album cards and detail screen

github.com/koel/player - 534868e318fafe2f8499fe8a64a5830bd8ca0a7a authored over 3 years ago by Phan An <[email protected]>
add a gradient overlay for artist SliverApp

github.com/koel/player - f8face8c83bd4ff3494c29fc6b1e6d395daf4f6b authored over 3 years ago by Phan An <[email protected]>
optimize JSON parsing with compute

github.com/koel/player - 525a22c31456aee42c642a7dc884a185fa845c91 authored over 3 years ago by Phan An <[email protected]>
early phase of playback implementation

github.com/koel/player - de495bfb6cd13285d0e491d37acac72d7d56e003 authored over 3 years ago by Phan An <[email protected]>
Bump alpine from 3.13.5 to 3.14.0

Bumps alpine from 3.13.5 to 3.14.0.

---
updated-dependencies:
- dependency-name: alpine
depen...

github.com/koel/docker - 9be4f1d98e93138bce64e0e9fbba6c58090310d3 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
finishing song list widget

github.com/koel/player - 1534a63dbfc3cb5ba9c5d8e6671c4b77cf81eb14 authored over 3 years ago by Phan An <[email protected]>
initial commit

github.com/koel/player - 911aec0491976a02179d1d2c14765a40bf615651 authored over 3 years ago by Phan An <[email protected]>
Add goss and dgoss to nix dev tools

github.com/koel/docker - 141aa1028a358ab4123401e74ce17b2836f2aed1 authored over 3 years ago by Joris MASSON <[email protected]>
Update changelog

github.com/koel/docker - 0bc78b38d29e0ded4e6d12e4c09335a92b74e2dc authored over 3 years ago by Joris MASSON <[email protected]>
Bump php from 7.4.19-apache-buster to 7.4.20-apache-buster

Bumps php from 7.4.19-apache-buster to 7.4.20-apache-buster.

---
updated-dependencies:
- depend...

github.com/koel/docker - a7a4b371e5da9a08ac82191541b8183b7466e95b authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: require PHP7.4 (#1326)

github.com/koel/koel - 70696da096833a1b8611e98966d84927fa39e3f3 authored over 3 years ago by Phan An <[email protected]>
chore: clean up some tests

github.com/koel/koel - d30c5986b3ed709fe63b2745a68c6243306aaf3c authored over 3 years ago by Phan An <[email protected]>
fix: code analysis error

github.com/koel/koel - b45ad25dfc689588dc149dee310b289e0e34aa21 authored over 3 years ago by Phan An <[email protected]>
feat: use model casting for user preferences

github.com/koel/koel - 51130e3a204c4d433e51a004436beaa9fec7eedb authored over 3 years ago by Phan An <[email protected]>
feat(lastfm): batch like/unlike are now asynchronous

github.com/koel/koel - ef1add3877fa58b3d847e6d6537a677ad26e5214 authored over 3 years ago by Phan An <[email protected]>
feat: replace local @import in scss with global webpack config

github.com/koel/koel - 6c24b529ccb5c7dda1c0d2de231bd2506be435bb authored over 3 years ago by Phan An <[email protected]>
feat: replace local @import in scss with global webpack config

github.com/koel/core - e52e53aee5a2bc352cbbb51effb7137f5e1c7d97 authored over 3 years ago by Phan An <[email protected]>
Bump docker/build-push-action from 2.4.0 to 2.5.0

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.4.0 to 2.5....

github.com/koel/docker - b67fd29a55379447341f6276d984560d587090bb authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump docker/setup-qemu-action from 1.1.0 to 1.2.0

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1.1.0 to 1.2....

github.com/koel/docker - 37d73d151a52a83e47189ddde786274c449c46af authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: make playback tests work nicely with the new async operations

github.com/koel/core - 57fe50a04d03e0003f4e88759a27c5ba5485a299 authored over 3 years ago by Phan An <[email protected]>
fix: some broken e2e tests

github.com/koel/koel - 95ed9ab221eb0a541daa35d7f423690f23551a2b authored over 3 years ago by Phan An <[email protected]>
feat: update Cypress to v7 (#1320)

github.com/koel/koel - f391e6f6e79ef1c3f1505199c6bccb52a7dd49c7 authored over 3 years ago by Phan An <[email protected]>
fix: view mode switch on albums/artists screen

github.com/koel/core - 61e66207a0b9c791d943f6d5d850eba27d4c2309 authored over 3 years ago by Phan An <[email protected]>
Upgrade Koel to v5.1.4

Koel v5.1.4 release note
https://github.com/koel/koel/releases/tag/v5.1.4

github.com/koel/docker - 0ef28e030f435bae2bb37ab22839c5040721b4c9 authored over 3 years ago by Joris MASSON <[email protected]>
Remove tagging shell script

Outside of koel's maintainer, nobody needs it.

github.com/koel/docker - 8e4b879a42e80240e4cfd94b7aff2f2c1fa36656 authored over 3 years ago by Joris MASSON <[email protected]>
Bump nixpkgs version

github.com/koel/docker - e6d9c0a7c0d89566cbd7e85258365ca6b7912461 authored over 3 years ago by Joris MASSON <[email protected]>
Document support of PostgreSQL

Added a Changelog to help users keep track of changes in the image.

Added a section in the READ...

github.com/koel/docker - 53051db6fe9bdb1373d91d6d1a15e0ca607a28a1 authored over 3 years ago by Joris MASSON <[email protected]>
add postgres support to Dockerfile

fix postgres issue with koel:sync -v

closes #78

github.com/koel/docker - 9873a5962adc0fefb91898824c6c1a2ed542a901 authored over 3 years ago by Joachim Halder <[email protected]>
fix: uncaught media interruption exception

github.com/koel/core - 4cc8da9fcc002e47cc274ed14d481676e9733231 authored over 3 years ago by Phan An <[email protected]>
chore: sync with core

github.com/koel/koel - ede4bb3f36cb52aad039a99a1f3f912d775136bf authored over 3 years ago by Phan An <[email protected]>
fix: broken tests

github.com/koel/core - 6ed55280649bb89faa8c5b3bc3cbfabc4a9e6cee authored over 3 years ago by Phan An <[email protected]>
chore: sync with core

github.com/koel/koel - 77444c56c19cf797eacdf7d0b0d9902de5b69484 authored over 3 years ago by Phan An <[email protected]>
Merge branch 'master' of github.com:koel/core into master

github.com/koel/core - fa6ddbf9bab72fc3e6379da1a7371c52346d06f4 authored over 3 years ago by Phan An <[email protected]>
feat: implement stricter password rules

github.com/koel/koel - a5389c41f71f569c3404de7099a98d401286935d authored over 3 years ago by Phan An <[email protected]>
feat: implement stricter password rules

github.com/koel/core - e644aae58d3a4edbcb2b6e2109a3300268767ed6 authored over 3 years ago by Phan An <[email protected]>
fix: #1286 duplicate key value on Pgsql

github.com/koel/koel - 27b97fa317633d63e42ec7681091ec7e85a28b98 authored over 3 years ago by Phan An <[email protected]>
chore(release): bump version to v5.1.4

github.com/koel/koel - 6b7cb88e6dfcb5fb9dd833158f30f40dbe618a8f authored over 3 years ago by Phan An <[email protected]>
chore: disable shellcheck

github.com/koel/koel - 1102658ca7b1cb5addef56877c7177b9ef6193e0 authored over 3 years ago by Phan An <[email protected]>
chore: little tag script fix

github.com/koel/koel - dd7d43aa494670148c15e0502a4e80693287e6b7 authored over 3 years ago by Phan An <[email protected]>
chore: move tag script back

github.com/koel/koel - 324c6aa8af8795550a5f6c1d338406a569750c36 authored over 3 years ago by Phan An <[email protected]>
feat: throttle login attempts (#1319)

github.com/koel/koel - 12b3ee69da1f87c89fc5ab6807b415ce8fb56e14 authored over 3 years ago by Phan An <[email protected]>
Bump docker/setup-buildx-action from 1 to 1.3.0

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 1.3....

github.com/koel/docker - 033f09b9f7e9de7f30c1a1bc97eb5b6c7cce873c authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump docker/setup-qemu-action from 1 to 1.1.0

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 1.1.0.
-...

github.com/koel/docker - 7d36d83c351bccb5a8f3d97fdca959109ea7daa6 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump docker/login-action from 1 to 1.9.0

Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 1.9.0.
- [Release ...

github.com/koel/docker - 4ac2a74dc88ef994df26c656f2edc45f8b17636d authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>