Commit Graph

7625 Commits

Author SHA1 Message Date
Robbt 9904b61eda removed php escape of characters that broke smartblocks 2018-12-02 10:39:29 -05:00
Robb 49a715bc98
Merge pull request #629 from paddatrapper/dos-line-endings
Convert line endings to unix from dos
2018-12-02 06:20:53 -05:00
Kyle Robbertze eeed9441e9 convert line endings to unix from dos 2018-12-01 21:57:49 +02:00
Kyle Robbertze bcb9f2f965 remove old cruft 2018-12-01 21:35:09 +02:00
ryan b49465d3a3 make add show dialogue scrollable. fixes #338 2018-11-30 16:08:44 -06:00
Robb 634ac9c846
Merge pull request #616 from frecuencialibre/remove-record-section
remove "Record & Rebroadcast" section from show edit modal
2018-11-27 17:29:00 -05:00
ryan a7bad21b0e remove "Record & Rebroadcast" section from show edit modal 2018-11-27 16:20:40 -06:00
ryan cc8783b780 restore recent changes that would have been overwritten 2018-11-27 15:59:12 -06:00
ryan 3bdb2949e7 add styles for autoloading playlists tootip 2018-11-27 15:54:22 -06:00
ryan 8ed8a8827c remove partially empty icons if show has autoloading playlist 2018-11-27 15:17:34 -06:00
ryan fe5b722c7f use clock icon to represent autoloading playlist 2018-11-27 15:07:56 -06:00
ryan 36755e4288 spanish translation for Autoloading Playlist section 2018-11-26 13:34:51 -06:00
ryan 9b7e039772 make "Repeat Playlist Until Show is Full ?" string translatable 2018-11-26 13:24:25 -06:00
ryan 5372014fd4 delete file accidentally added to autoloading UI PR 2018-11-26 11:27:17 -06:00
ryan cc112531b5 add styles for autoloading playlists tootip 2018-11-26 11:22:19 -06:00
ryan 76f46def18 add autoloading playlists help text to translation files 2018-11-26 11:16:53 -06:00
ryan d3604592ce rename to "autoloading playlists" in translation files 1 2018-11-26 11:03:00 -06:00
ryan 0cf27e91e2 Rename "autoloading playlists", add help texts 2018-11-26 10:56:56 -06:00
Nik Martin 62348073d5 delete editor tmp files 2018-11-25 21:50:48 +00:00
Robb 6431174943
Merge pull request #602 from radiorabe/fix/version-check-when-github-is-not-available
Version check when GitHub is not available
2018-11-20 20:41:10 -05:00
Robb 4a891c86b5
Merge pull request #600 from radiorabe/fix/version-check
Revert "Fixing failing version test"
2018-11-20 20:40:54 -05:00
Lucas Bickel b65c040394 ♻️ only store versions on success
We should only overwrite latest_version if retreiving from GitHub went
ok, else we should keep the old values and store "null".
2018-11-21 02:25:43 +01:00
Lucas Bickel c0124b6245 🐛 returnn array of strings
The downstream version checking code expects an array of strings and the "github is unreachable"
default was returning a string.
2018-11-21 02:21:52 +01:00
Lucas Bickel ef732f8d59
Merge pull request #595 from frecuencialibre/collapse-show-edit-sections
UX: collapse advanced configuration sections in Schedule Dialog
2018-11-21 01:07:26 +01:00
Lucas Bickel 410523498d Revert "Fixing failing version test"
This reverts commit 05b62f9258.
2018-11-21 00:50:57 +01:00
ryan 4b9e50b64b collapse advanced configuration sections in Schedule Dialog 2018-11-19 11:39:54 -06:00
jelko 05b62f9258
Fixing failing version test
Wrapping version in Array() to comply with SemVer new method signature. This should fix #487.
2018-11-14 01:14:53 +01:00
Robb 7beadd05b0
Merge pull request #589 from frecuencialibre/smartblockdisplayfix
playlist and smartblock contents pane sizing
2018-11-12 16:23:29 -05:00
ryan 6b8bf52bb3 don't hide buttons below playlist and smartblock contents pane 2018-11-07 18:46:05 -06:00
ryan 46483bff0c correct sizing for playlist and smartblock contents pane. see #574 2018-11-07 18:34:45 -06:00
Robb Ebright 0ae8969dd3 Modified the database to turn on the podcast album override by default 2018-10-31 08:09:11 -04:00
Lucas Bickel d710fb13cc
Merge pull request #575 from frecuencialibre/smartblockdisplayfix
Show playlist and smartblock contents on shorter screens. Fixes #574
2018-10-24 19:26:22 +02:00
ryan 9bed0b79ca Show playlist and smartblock contents on shorter screens. Fixes #574 2018-10-22 18:43:49 -05:00
Lucas Bickel 03d1215833 🔥 Remove dead phone_home_stat 2018-10-14 23:09:34 +02:00
Robb 45c81ffec4
Merge pull request #535 from radiorabe/chore/remove-deprecated-haproxy-messaging
Remove dead Haproxy messaging code
2018-10-06 17:11:40 -04:00
Robb 022b231cfe
Merge pull request #536 from radiorabe/dev/fileio-for-sizeless-files-from-legacy
Always return proper file size
2018-10-06 17:11:16 -04:00
Robb 5cd943d68e
Merge pull request #531 from radiorabe/chore/fix-ci
Fix CI: python checks and docs deployment
2018-10-06 17:05:52 -04:00
Lucas Bickel afa67eb96d 🔥 remove dead code 2018-10-06 21:18:44 +02:00
Lucas Bickel 1b273062c4
Merge pull request #139 from radiorabe/feature/celery-status
Report on airtime-celery service in status
2018-10-06 13:19:10 +02:00
Lucas Bickel f7ceeedb04 (Amazon S3) drop broken S3 support 2018-10-06 12:45:22 +02:00
Robbt 6e16a34150 Made the podcast limit check only occur when LIBRETIME_ENABLE_BILLING is enabled 2018-09-05 12:50:56 -04:00
Robbt a3fd7478d6 decided to simply return true if it finds a celery pid running 2018-09-03 19:00:13 -04:00
Robbt 329d214b25 Merge branch 'feature/celery-status' of https://github.com/radiorabe/libretime into radiorabe-feature/celery-status 2018-09-03 18:49:07 -04:00
Lucas Bickel e6afd444a4
Merge pull request #393 from HammyHavoc/master
Changed 'System->Streams' to 'Settings->Streams'
2018-06-30 12:28:25 +02:00
Lucas Bickel 1c2aec95ea
Merge pull request #369 from rfb/feed-cors
Add CORS handling to podcast feed
2018-06-30 12:22:16 +02:00
Lucas Bickel cc18596384
Merge pull request #489 from xabispacebiker/reconditioning-interface-personal-block
Reconditioning interface personal block
2018-06-30 11:08:14 +02:00
Lucas Bickel 9e17dbe7f8
Merge pull request #477 from Petr0s92/master
Update airtime.po
2018-06-27 21:14:49 +02:00
Lucas Bickel 5b822afe14
Merge pull request #468 from frecuencialibre/master
Update spanish .mo file
2018-06-27 21:14:38 +02:00
Petros 81a021aff2
Update airtime.po 2018-04-07 04:19:04 +03:00
Lucas Bickel b718a1b53b Remove obsolete settings from master config template 2018-03-02 13:12:19 +01:00