Commit Graph

5942 Commits

Author SHA1 Message Date
Kyle Robbertze c69136767e Use user-defined timezone if it exists
Fixes: #785
2019-06-29 22:27:55 +02:00
Kyle Robbertze eb122f52fb
Merge pull request #818 from Robbt/sort-by-play-date
Smartblock sort tracks by last play date
2019-05-09 17:05:56 +02:00
Robbt 4db93d3cee remove commented out code and add comment about sort null addition 2019-05-09 10:46:39 -04:00
Kyle Robbertze 9ac28a1aa5
Merge pull request #816 from Robbt/add_show_analytics
Add show-based listener analytics
2019-05-09 16:23:41 +02:00
Robbt edb87ff3da Fixed time to display in user timezone vs. UTC 2019-05-08 19:27:54 -04:00
Robbt 1735cfc5b4 Fixed the null sort to work like we want 2019-05-08 18:18:36 -04:00
Robbt c2ad5e387a added sort by last play time but does not work with unplayed tracks 2019-05-08 18:01:06 -04:00
Robbt cb5842b3a1 fixed reload and added error validation needs better css 2019-05-04 13:54:57 -04:00
Robb 842e459de5
Merge branch 'master' into add-podcast-import-date 2019-05-04 11:53:28 -04:00
Robbt 7c783536db got basic data tables working need to add show selection, redraw etc 2019-05-02 19:32:50 -04:00
Robbt 448d9b9e90 modified listener stat more 2019-05-01 20:45:09 -04:00
Robbt e701c2cffe Added last import date to podcast 2019-05-01 17:31:58 -04:00
Robbt 59df8ca6f8 fixed the total count being passed and undid previous commit 2019-05-01 16:00:49 -04:00
Robbt fafc599780 Added show listener stats page needs data display still 2019-04-30 20:40:22 -04:00
Robbt b8b656d8ca added option to pull listener data for every show that aired during a date range 2019-04-30 16:33:17 -04:00
Robbt 13756be410 Added a per show listener report 2019-04-30 16:03:54 -04:00
Kyle Robbertze 36873a2fb0
Merge pull request #810 from Robbt/fix-podcast-service
Fix podcast service
2019-04-26 23:55:50 +02:00
Robbt bdb33bdd83 removed logging statement 2019-04-24 22:28:09 -04:00
Robbt 5c250fc28a added additional escapes to fix podcast service 2019-04-24 22:19:45 -04:00
Kyle Robbertze 16bf731905
Merge pull request #804 from Robbt/fix-cancel-ongoing-linked-show
enables cancel show for currently playing linked shows to work
2019-04-23 18:34:11 +02:00
Robbt b972b4b857 made it possible for currently playing linked shows to be cancelled as per the UI 2019-04-22 22:47:37 -04:00
Kyle Robbertze be5222d3a2
Merge pull request #803 from Robbt/xabispacebiker-xabispacebiker-patch-1
Fix the schedule from Xabispacebiker xabispacebiker patch 1
2019-04-22 23:03:47 +02:00
Robbt f7998848e8 moved brack per style request 2019-04-22 16:46:18 -04:00
Robbt 1e1ffb95ad Merge branch 'xabispacebiker-patch-1' of https://github.com/xabispacebiker/libretime into xabispacebiker-xabispacebiker-patch-1 2019-04-22 16:43:49 -04:00
Robbt 32d3c0578b refactor time remaining smartblock to work with playlists 2019-04-22 15:26:09 -04:00
Robbt 2af54d0b64 give program managers listener stats access 2019-04-22 12:55:05 -04:00
Richard Patterson f9d810eb94 Expose source status via live-info-v2 endpoint. 2019-04-22 14:58:42 +01:00
Robbt 0cbeb07e19 modified episodes_description to be longvarchar aka text 2019-04-02 20:12:20 -04:00
Robbt 88069432f9 added alpha.7.x files 2019-04-01 20:55:38 -04:00
Robbt eff4f62f55 fixed syntax errors 2019-04-01 11:18:14 -04:00
Robbt 1f98353847 changed class name to one permitted by language 2019-04-01 11:14:50 -04:00
Robbt 6f9ce404a8 Remove duplicate sql from existing lines and update Upgrades.php 2019-04-01 11:12:15 -04:00
Robbt bd364a00fc Merge branch 'fix-release-sql-schema-changes' of https://github.com/Robbt/libretime into Robbt-fix-release-sql-schema-changes 2019-04-01 09:57:55 -04:00
Robbt b132f2e6d0 merged database schema changes to alpha.7 release 2019-03-27 09:10:15 -04:00
Robbt 009fb49a6a Added the ability for admins to edit the owner of a track via the edit track interface 2019-03-05 10:00:54 -05:00
Robbt 64e33a235d added check to prevent unnecessary conversion to seconds 2019-03-02 20:36:02 -05:00
Robbt 8a7d6f805d Merge branch 'podcastservice-fix' of https://github.com/ciaby/libretime into ciaby-podcastservice-fix 2019-02-27 13:10:43 -05:00
Robb bc14230281
Merge pull request #716 from frecuencialibre/podcast-ui-2
Clarify podcast settings and workflow
2019-02-27 13:09:42 -05:00
r c903a6dfd3 Add missing translateable strings in js to php translation method 2019-02-25 10:59:14 -06:00
r b6e554edfe include gemerated smartblock/playlist name in success message 2019-02-23 01:55:38 -06:00
frecuencialibre 53907e7c20
Merge pull request #748 from xabispacebiker/podcast-interface-fix
Podcast interface fix
2019-02-22 23:17:52 -06:00
Xabi Spacebiker 5abeb95ab7
Update station.phtml 2019-02-22 13:04:08 +01:00
Kyle Robbertze 2cda6fa8aa
Merge pull request #745 from Robbt/fix-null-autoloading-playlist
fixed autoloading playlist to avoid errors when trying to schedule empty playlist
2019-02-19 14:56:38 +02:00
Robbt 7d1acab7b6 fixed autoloading playlist to avoid errors when trying to schedule empty playlist 2019-02-19 07:49:11 -05:00
Kyle Robbertze 978a5865e5
Merge pull request #744 from Robbt/fix-count-warning-in-schedule
Fix count warning in schedule
2019-02-19 12:28:19 +02:00
Robbt 48a2a49b30 this fixes a count warning in null condition new with 7.2 2019-02-18 18:53:51 -05:00
Robb f3b1133c3b
Merge pull request #742 from mikeopensauce/apistatus
Apistatus
2019-02-18 12:22:17 -05:00
Mike Cox 9e36dda855 Add new features to API on air call which shows the status of the two streams and whether they are switched to live output 2019-02-18 12:19:41 +00:00
Xabi Spacebiker 04886aad0a
Update Schedule.php
This small fix solved issue https://github.com/LibreTime/libretime/issues/741
2019-02-18 11:44:12 +01:00
Kyle Robbertze e13fc6b3d9
Merge pull request #734 from mikeopensauce/726apionairfix
Bugfix for #726. Fixes onAirLightAction returning 500 error
2019-02-17 18:45:10 +02:00