Ecosyste.ms: OpenCollective

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

LibreTime

Radio Broadcast & Automation Platform
Collective - Host: opensource - https://opencollective.com/libretime - Website: https://libretime.org/ - Code: https://github.com/libretime/libretime

chore(api-client): add requests typings for mypy

github.com/libretime/libretime - f60f878eed254b4426236cc6bf8dc87e369318d8 authored over 2 years ago
chore(api-client): restructure modules

github.com/libretime/libretime - 8369d55eb92c14c789910ea41c5bc1657775c601 authored over 2 years ago
chore: remove schedule unused independent_event

github.com/libretime/libretime - 71b3f7f0652940c18e339c4f86f427b44f5f56e7 authored over 2 years ago
chore(api): fix schema enum names

github.com/libretime/libretime - 10613cb20a98751130c2c958281c421245527094 authored over 2 years ago
chore(api): fix overbooked property type hint

github.com/libretime/libretime - 33e5e8ada380b4fb221432d5bcabea993c1c2387 authored over 2 years ago
chore(api): document version endpoint

github.com/libretime/libretime - 1f7c2fa0ab46e819dc1bd9f76cb8fa90827b5b2f authored over 2 years ago
chore(api): route using urls

Allow to register function views in the same app instead of globaly.

github.com/libretime/libretime - 0e3ede5a1ac68633b84240627c1da889d36ac2fe authored over 2 years ago
chore(playout): restructure modules (#1971)

github.com/libretime/libretime - 7e2f2d60f06e65e77985a87f4352407648340b63 authored over 2 years ago
chore(api): rename playlist models fields

github.com/libretime/libretime - 1c48f11af2414dfdfcb03ae36a48790331e1cdb2 authored over 2 years ago
chore(api): rename show models fields

github.com/libretime/libretime - 8ceb1419a01c3ba6cf9a502b851608efa71feb84 authored over 2 years ago
chore(api): rename webstream models fields

github.com/libretime/libretime - 4bcc34212cfa65311275ac36f43d97c70a5add7e authored over 2 years ago
chore(api): disable fixme warnings

github.com/libretime/libretime - 81e1de4fbdccf2e34f48dfd8e7b8db519c1540a7 authored over 2 years ago
chore(api): rename smart_block models fields

github.com/libretime/libretime - 4d037bb62466f8e690efdf646e29784f7187baa9 authored over 2 years ago
chore(api): rename schedule models fields

github.com/libretime/libretime - 57046e2a9d5988881926dade9a480495e0e27f2d authored over 2 years ago
test(api): ignore mypy missing imports

github.com/libretime/libretime - 7c613d917663e0b72d7bfcf39ba58bf4e4b6e0c6 authored over 2 years ago
feat(installer): remove allow-restart flag (#1970)

Services management should be handled by the admin. You can use the following command `systemctl...

github.com/libretime/libretime - c4bccf16f943b0ee75348e567cdfa8b902331c64 authored over 2 years ago
feat(playout): replace pytz with zoneinfo (#1969)

github.com/libretime/libretime - 96af028daa0e53050dbd460e626b6d17981b63f7 authored over 2 years ago
chore: update requests version range

github.com/libretime/libretime - 30c202786f2cbc4b17b5ef7fa07905747c9cdbfc authored over 2 years ago
chore(shared): update pyyaml version range

github.com/libretime/libretime - 1a8da4c000586ae38a020932ec062f39b1630854 authored over 2 years ago
chore(shared): update pydantic version range

github.com/libretime/libretime - 8996d4beb4985ea77c3f6e9d7b310a54e1531ba6 authored over 2 years ago
chore: rewrite extract-requirements to python

Using python ast to guess requirements in the setup.py file.

github.com/libretime/libretime - 80218f33ebc0e717e119b6ca651293c80c01add5 authored over 2 years ago
chore(analyzer): update pika version range

github.com/libretime/libretime - b2e8fcf36b00dd407a9bfd9f13cc841c65de8443 authored over 2 years ago
chore: update mutagen version range

github.com/libretime/libretime - f256f9bd1029cafaa1b130d1a6af25aea1a2adcd authored over 2 years ago
chore(playout): pin kombu version to 4.6.11

This forces to use the same version as the worker.
Previously playout installed kombu>=5.2 and g...

github.com/libretime/libretime - 5729b116c06db01afc05eec777d7d2cbd2e2eeb0 authored over 2 years ago
chore(playout): update defusedxml version range

github.com/libretime/libretime - bec5772f8b631a508e6fbc0ac5daf67fc631c321 authored over 2 years ago
chore(playout): remove explicit amqplib

github.com/libretime/libretime - f3af8e11634b7fdbbdd2a55822a0f85d9057ae10 authored over 2 years ago
chore(api-client): update dateutil version range

github.com/libretime/libretime - 0e6d10ece0cc5379ca0639d1e11d2d561a6943b1 authored over 2 years ago
refactor(playout): use pathlib to build the path

github.com/libretime/libretime - 8ef6784a391f85b7f01e9047e2a5d7cf5db6bf14 authored over 2 years ago
refactor(playout): log level setup

github.com/libretime/libretime - ad5dc6caf8b5b395b36450eb92d50c3c8bbdef2a authored over 2 years ago
chore(playout): use 'entrypoint' generic module name

github.com/libretime/libretime - 58ad40f997b58566935f6e388abe91bfca3bf1af authored over 2 years ago
feat(playout): use liquidsoap version functions

- remove "packaging" package

github.com/libretime/libretime - 2bc7d64cc4e327db99251ac7696e58ed28551d53 authored over 2 years ago
refactor(playout): remove date_interval_to_seconds function

Replace date_interval_to_seconds function with
either timedelta.total_seconds() or seconds_betwe...

github.com/libretime/libretime - 28857fbf49dcc66f70bac66ec2ef0ae31a58cff7 authored over 2 years ago
chore(playout): remove module docstring

github.com/libretime/libretime - db3f9bed8298cda953a480b28f2af2cf9f930056 authored over 2 years ago
chore(playout): move liquidsoap package in a module

github.com/libretime/libretime - 86a9af1bc14bc75fdf0bc1dd8c8fb118bf243da2 authored over 2 years ago
chore(playout): remove unused liquidsoap.cfg

github.com/libretime/libretime - bd8b17a2cdeb43d3be497908987e1680b5a3fa68 authored over 2 years ago
docs: fix missing release date

github.com/libretime/libretime - e71edbfef2112f4acdb2d0d56e5c671ec5c1a82a authored over 2 years ago
docs: remove empty section in release note

github.com/libretime/libretime - c91659077cfe35d443784d745c123b13cae20b81 authored over 2 years ago
chore: release 3.0.0-alpha.13

github.com/libretime/libretime - 28cec5100ad9926290472eef56239e8303287263 authored over 2 years ago
docs: add missing allowed_cors_origins config

github.com/libretime/libretime - de7703ffa01e80a8a5040f62f5e810acc7d4d4c1 authored over 2 years ago
docs: reorder upgrade steps

github.com/libretime/libretime - 484e66eb464f026586ccb5814ca81007bdc8b252 authored over 2 years ago
chore(legacy): translated using weblate (English (United Kingdom)) (#1962)

Currently translated at 77.4% (737 of 951 strings)

Translation: LibreTime/Legacy
Translate-U...

github.com/libretime/libretime - 794e75e600dc86ac5534f022b763865e01f1a52c authored over 2 years ago
docs: troubleshoot webserver services (#1961)

github.com/libretime/libretime - 236d5e8621062ac99ab9631f914f04dbcb81c2e8 authored over 2 years ago
feat: remove unused cc_country table

github.com/libretime/libretime - a8cb62586eda28fa3f8882a2044b0fd92a7ec07e authored over 2 years ago
fix: use track_type_id in smartblock criteria

Missing migration step from db976881f0f2d9ff1e51ad1ea12faf9463a1bb05

Fixes #1957

github.com/libretime/libretime - de21e3175a4988797a7b1bda4afbee613cbabad1 authored over 2 years ago
fix(legacy): no invalid track type in smartblock criteria

github.com/libretime/libretime - f234aa7c427e1cf638b6c9b92c30f70684854100 authored over 2 years ago
style(legacy): format tools/composer.json

github.com/libretime/libretime - fdd3ff1e5a7b793dd8d515fd4944f23e9872c4c9 authored over 2 years ago
chore(legacy): commit tools composer.json

Allow to keep track of the tools version and not have unexpected version bumps.

github.com/libretime/libretime - 25fbf5cf329ce28a803efb6d2c1ce86020f9d267 authored over 2 years ago
style(legacy): php-cs-fixer upgrade

github.com/libretime/libretime - c28fe32cdca69e01e47a17b20e105842cc9d926e authored over 2 years ago
chore: clean default data.sql

github.com/libretime/libretime - 3442376b08f76954b5377bc523b4ba69a2277ac8 authored over 2 years ago
feat: set default locale to en_US

github.com/libretime/libretime - f39c079296b6929ae1edbb5a372a0606ffd90760 authored over 2 years ago
chore(legacy): remove exploded public_url config

Replace exploded public_url parts with validated url object.

github.com/libretime/libretime - 712ecd70b46e44b3b1fa815be70d61509e39b1a3 authored over 2 years ago
chore(legacy): use Config::getPublicUrl helper

Replace Application_Common_HTTPHelper::getStationUrl with Config::getPublicUrl.

github.com/libretime/libretime - 829b9bcd5bc6b32acd124b7ff473e09983d74df7 authored over 2 years ago
chore(legacy): use Config::getBasePath helper

Replace Application_Common_OsPath::getBaseDir with Config::getBasePath.

github.com/libretime/libretime - 72960593c7b6f0ac9cd84df3b921a0a241fd659e authored over 2 years ago
fix: prevent data loose on track_types_id migration (#1949)

github.com/libretime/libretime - d323657047afa58a7cec83e79445c6d949dbc3eb authored over 2 years ago
fix(installer): update version file unless tarball (#1950)

Always update the VERSION file unless we are in a release tarball.

github.com/libretime/libretime - 64f2f8fc683ebcf18a252fd5647756ce2edd16aa authored over 2 years ago
fix(deps): update dependency mermaid to v9.1.2 [security] (#1948)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/libretime/libretime - 403049ee7b25da08d457ad795142025ef99ff52b authored over 2 years ago
chore(legacy): translated using weblate (Ukrainian)

Currently translated at 100.0% (951 of 951 strings)

Translation: LibreTime/Legacy
Translate-URL...

github.com/libretime/libretime - c309b4df131f6fe2aa512c684278be1697852380 authored over 2 years ago
chore(legacy): translated using weblate (French)

Currently translated at 100.0% (951 of 951 strings)

Translation: LibreTime/Legacy
Translate-URL...

github.com/libretime/libretime - edf2e41abef06363be053cf9773e610a2977fb04 authored over 2 years ago
style(legacy): format files

github.com/libretime/libretime - 5e8f7d430fb0b76a8993ae52294bbf3b388d922f authored over 2 years ago
fix: use constrained foreign key for files track_type

github.com/libretime/libretime - db976881f0f2d9ff1e51ad1ea12faf9463a1bb05 authored over 2 years ago
fix(legacy): check empty before iteration on files

github.com/libretime/libretime - bcaea16c19365204b0948b460ec15d247fe153cc authored over 2 years ago
style(legacy): format files (#1946)

github.com/libretime/libretime - 4d393fa14e01949ddba790af0485fbf8241c3858 authored over 2 years ago
fix(legacy): don't log 'could not obtain lock' exception (#1943)

Fixes #1490

github.com/libretime/libretime - eb19283d96051e055b13df1e23cc0a7d6236bad9 authored over 2 years ago
fix(legacy): station-metadata api endpoint

- Remove hardcoded http://
- Add missing $request variable

github.com/libretime/libretime - c6bba21ef9f3bf266a58235601cac8ca76a2462b authored over 2 years ago
style(legacy): format ApiController.php

github.com/libretime/libretime - be7447b28f3b6bb9c79aa4737a2a5b920670a6da authored over 2 years ago
chore(api): remove markdown package

github.com/libretime/libretime - 6d7510afee5784b6d4346e1f82c98e9da9838fa4 authored over 2 years ago
chore(api): remove deprecated coreapi dependency

https://www.django-rest-framework.org/community/3.10-announcement/#openapi-schema-generation

github.com/libretime/libretime - 6c82e37fac81634ab73adbc20d75cbb7675bad86 authored over 2 years ago
chore(api): widen dependencies ranges

- https://packages.debian.org/bullseye-backports/python3-django
- https://packages.debian.org/bu...

github.com/libretime/libretime - c7c5bad46c7c42b10b41f395cccb314b7d7a6ce8 authored over 2 years ago
chore: update tools packages test

github.com/libretime/libretime - 7002da8347c87907f2b54172e7e505a6e6fc07e9 authored over 2 years ago
feat: replace apache2 with nginx + php-fpm

BREAKING CHANGE: The `apache2` webserver has been replaced with `nginx` and `php-fpm`, be sure t...

github.com/libretime/libretime - ec45717ccf312471f709341b33aeefa8aedd6dd3 authored over 2 years ago
feat(legacy): don't guess cors url from server

github.com/libretime/libretime - f1270fed6f1fff25ae4bc371a0ac105e7f533d64 authored over 2 years ago
feat(api): listen on unix socket with gunicorn

github.com/libretime/libretime - 1cb03c35d2a50b6b8d33849788322ebca458d746 authored over 2 years ago
docs: uninstall /usr/lib systemd services

github.com/libretime/libretime - b66f9e4722c49964c2c80211dcf54462f34eb113 authored over 2 years ago
feat(api): use uvicorn as asgi server with gunicorn

github.com/libretime/libretime - 7c26020c80edb5e0483f095da54f470454531974 authored over 2 years ago
feat: use dedicated 'libretime' user

BREAKING CHANGE: The default `www-data` user has been replaced by a dedicated `libretime` user ...

github.com/libretime/libretime - 2f205544c25fae4a202411357915e5fcacbf4653 authored over 2 years ago
feat(installer): load .env file to persistent install config

github.com/libretime/libretime - 0bb792d0476ace85b9f2da59bfaf5c15f8327893 authored over 2 years ago
docs: double 'the'

github.com/libretime/libretime - 4f7798c52f35063daa4dca8415c5ffebddfa40e5 authored over 2 years ago
docs: rename Libretime to LibreTime

github.com/libretime/libretime - 7a311a84d4b48dd87ae496a93311cc932a65f5c4 authored over 2 years ago
docs: rename icecast to stream-configuration

github.com/libretime/libretime - 3e38b2f6a15b392db2ca6cfde549840620a4398b authored over 2 years ago
docs: rewrite reverse proxy guide

github.com/libretime/libretime - 3706da8e8e10c75833d9ac092f81e72aa66baf2f authored over 2 years ago
docs: provide uninstall guidance (#1938)

github.com/libretime/libretime - 528f24e044bf8a22bacc9ab388310da6a54fbc09 authored over 2 years ago
chore(legacy): add missing datatables uk_UA i18n (#1937)

github.com/libretime/libretime - 652ce53f895e53d1a50d1900ca333c39f7a46489 authored over 2 years ago
chore: remove cloud storage remainings (#1934)

github.com/libretime/libretime - 703a8e58562f7e25a0e565ded1fbee71ccfa156d authored over 2 years ago
feat(legacy): add Ukrainian language

github.com/libretime/libretime - 0e6b0da142084aabe0063583f863d46f3fc3863d authored over 2 years ago
chore(legacy): update locales from code

github.com/libretime/libretime - ed30bfd367e4171bcdc47ed352dce85df7abe38a authored over 2 years ago
chore(api): rename library model visibility field (#1933)

github.com/libretime/libretime - 2ce1053bbc7d2aec6ae92cbb38a134899c6e963e authored over 2 years ago
chore(playout): rename variables

github.com/libretime/libretime - 97b723d0a5141acf29b9ab7d5c745bf611d252f7 authored over 2 years ago
chore(playout): use EventKind enum

github.com/libretime/libretime - b8056a9f7a5714b886cb45e8e860c82d4e98e856 authored over 2 years ago
chore(playout): use comments instead of docstrings

github.com/libretime/libretime - 2ad65bba8ce8c51d4714137094b2abcf22ba8e33 authored over 2 years ago
ci: disable codecov patch status check

github.com/libretime/libretime - a38684212fe58884a4206d276d1b6eb9e875480f authored over 2 years ago
chore: explicit schedule file metadata dict values

github.com/libretime/libretime - fa136fad9700b09b10ea567934414630cfb1c542 authored over 2 years ago
style(legacy): format Schedule.php

github.com/libretime/libretime - 216ab625071b8ae0b86db878e34b5d5074697c84 authored over 2 years ago
ci: disable codecov project status check

github.com/libretime/libretime - dd371702b0f2c1d2a13518e1c4127146d112bf07 authored over 2 years ago
ci: setup carryforward for coverage

github.com/libretime/libretime - a6b0f9165e59a282f2e4dcf861c7e2cec9765c5d authored over 2 years ago
test(api): ignore tests file coverage

github.com/libretime/libretime - 07f6c0b0f2754b45f2091a97cd10394cffcee8b3 authored over 2 years ago
chore: update python tests target

github.com/libretime/libretime - 26a2c2dda02dbde7efc68feb545fc2862bf0f48f authored over 2 years ago
feat(api): rename track type to library

Related to #1922

- rename library model fields

github.com/libretime/libretime - 05ca410453373a44f457ae5405d876be3b29df9d authored over 2 years ago
chore(api): add make schema-foreach-commit command

github.com/libretime/libretime - e5cb21c0e2bdd392cff11a0ac0440c7cb62f1dae authored over 2 years ago
chore(api): rename file model fields

- Removed checksum field
- Removed ftype field
- Removed silan_check field

github.com/libretime/libretime - f2e947f05fdd2d37bb04f2bbd2c95abf176e9dc4 authored over 2 years ago
chore(playout): update file fields

github.com/libretime/libretime - 34864b8623e9f32e7ba88b81aa1f35fde76ec378 authored over 2 years ago