Commit graph

2232 commits

Author SHA1 Message Date
Zachary Klosko
4cd9d5b8b0 Copying changes from #1160 2021-01-25 10:14:42 -05:00
Kyle Robbertze
90e5005c76
Merge pull request #1158 from hairmare/fix/remove-soundcloud
fix(soundcloud): remove broken integration
2021-01-24 23:09:30 +02:00
Kyle Robbertze
617e548db0
Merge pull request #1164 from zklosko/export
Return of Playout History Exporting!
2021-01-22 20:17:21 +02:00
Kyle Robbertze
757e4929a6
Merge pull request #1153 from hairmare/feat/preview-mode-preference
feat(mvc): add preview mode setting
2021-01-19 15:19:57 +02:00
Zachary Klosko
fb683874a7 PDF export works 2021-01-18 12:11:33 -05:00
Zachary Klosko
dc7faf5e82 Simple CSV export working 2021-01-17 21:03:04 -05:00
Zachary Klosko
8385e5fa96 Removing tsjz for dayjs tz 2021-01-17 09:42:29 -05:00
Zachary Klosko
31346e469e Replacing Moments JS with DayJS 2021-01-16 14:39:52 -05:00
Lucas Bickel
c2bfee60f1 feat(mvc): add preview mode setting 2021-01-06 13:48:33 +00:00
Lucas Bickel
4c72403b9b fix(soundcloud): remove broken integration 2021-01-06 12:40:30 +00:00
Lucas Bickel
ecd302068c
Merge pull request #1150 from zklosko/libraries
Refocus: Cleaning up libraries
2021-01-05 14:08:28 +01:00
Zachary Klosko
00fabcff1a Switching to load moment-timezone.min.js w/o extra data 2021-01-04 14:57:42 -05:00
Zachary Klosko
0306687b3b Removing unused jquery script 2021-01-03 20:41:04 -05:00
Zachary Klosko
ad3de34c2b Removing extra Bootstrap.js script 2021-01-03 20:41:04 -05:00
Zachary Klosko
8b38889937 Removing refrences to Airtime Pro in interface 2021-01-03 20:41:04 -05:00
Zachary Klosko
a98aef8e52 Switching to load moment-timezone.min.js w/o extra data 2021-01-02 21:17:31 -05:00
Zachary Klosko
883044bbe8 Removing extra widgets 2020-12-31 09:22:44 -05:00
Lucas Bickel
6651f6bbdf refactor(airtime_mvc): remove dead cc_smemb table and classes 2020-12-27 13:35:34 +01:00
Kyle Robbertze
9c13718069 Merge remote-tracking branch 'codenift/tracktype_sort' 2020-12-17 08:52:11 +02:00
Alex Pena
febbe6233a Alphanumeric order for Track Types in dropdown menu 2020-12-16 01:28:14 -05:00
Zachary Klosko
1833ba7347 Merge remote-tracking branch 'upstream/master' 2020-12-02 15:18:36 -05:00
Valerio Bozzolan
b8f4a33927 Fix HTML iframe tag in EmbedController(s) and adopt relative URLs
This changeset fixes this issue:
* https://github.com/LibreTime/libretime/issues/988

This changeset contributes in fixing this issue:
* https://github.com/LibreTime/libretime/issues/957
2020-11-28 18:49:49 +01:00
Zachary Klosko
7f6a2e3481 Fixing broken urls 2020-11-14 21:34:21 -05:00
Thomas Göttgens
83862cfb8e Player update from https://github.com/wifiblog/playerHtml5-Libretime 2020-07-20 14:55:32 +02:00
Thomas Göttgens
b15166ecbe
Prevent 500 errors when no content is available 2020-07-11 18:48:58 +02:00
Codenift
5ef67836cf track type default 2020-05-04 00:32:52 -04:00
Kyle Robbertze
1d65945ed3 Merge remote-tracking branch 'farguss/master' 2020-05-01 09:55:51 +02:00
robbt
d681369f01 changed track type id to serial for auto increment 2020-04-24 16:36:50 -04:00
robbt
e061b38537 Remove facebook widget link 2020-04-18 08:27:23 -04:00
farggus
2679ec8685
Update LocaleController.php
- Added new entries from .js for traslations.
2020-03-31 04:00:28 +03:00
farggus
98e16d9a95
Update LocaleController.php
- Added new entries from .js for traslations.
2020-03-31 01:35:40 +03:00
farggus
c5c56956bd
Updated for translation
- Original phrases fixed;
- Added new entries from .js for traslations.
2020-03-30 01:36:02 +03:00
farggus
df676657c1
Update for translation
- Added new entries from .js for traslations.
2020-03-29 20:52:16 +03:00
farggus
f01af6f91f
Update LocaleController.php
Added new entries from .js files for traslations
2020-03-26 08:25:12 +02:00
farggus
845c787123
Updated translation
- Original phrases fixed.
2020-03-22 14:29:50 +02:00
Robb
96f33f6250
Merge pull request #892 from codenift/media_type
Track Types Feature
2020-03-16 14:05:29 -04:00
Kyle Robbertze
024dbb8d27
Merge pull request #963 from codenift/liveinfo_api_fix
live info api fix
2020-02-28 10:18:55 +02:00
Codenift
dc2250c212 live info api fix 2020-02-27 18:59:14 -05:00
Codenift
cbdf3bdcb7 DB Fix #2 - restart with 13 in sequence since we have 12 default entries 2020-02-07 15:27:51 -05:00
Codenift
ee4bd663bc DB fix 2020-02-07 12:44:42 -05:00
Codenift
00e860183a Track Type Select Menu in Smartblock 2020-01-27 19:10:54 -05:00
Codenift
1d7d937a7f track type management 2020-01-25 12:09:19 -05:00
Codenift
386918da2b Renamed media type to track type for tracks 2020-01-06 17:15:04 -05:00
Roberto Soto
556d4eb7b9 When live streaming to LibreTime on ports 8001 or 8002, the MVC interface would break (500)
I've found this is because of ScheduleController L305, introduced recently in 45dbf84750
A simple if clause allows us to workaround the issue, which must be that live streams don't have pictures nor metadata...
Fixes #919
2019-11-22 21:18:55 -08:00
Kyle Robbertze
cb462d494f
Merge pull request #903 from codenift/artwork-upload
Upload artwork using drag and drop or click to browse
2019-11-05 22:30:31 +02:00
Codenift
2bb0976300 Added remove artwork option, and a few changes. 2019-10-29 23:50:01 -04:00
Codenift
a65ab11d9f Upload artwork using drag and drop or click to browse using track edit. 2019-10-25 10:30:33 -04:00
Codenift
251ecf1ff7 Fix causing API to fail. 2019-10-17 00:23:19 -04:00
Codenift
d5b04b30cc Added media_type downgrade 2019-10-16 21:22:50 -04:00
Codenift
07a4117bd4 Media Type for tracks. Same PR from before with a couple minor fixes 2019-10-16 20:20:34 -04:00