Commit Graph

8015 Commits

Author SHA1 Message Date
Zachary Klosko ff34a4c5e8 Reverting 2021-01-01 10:28:50 -05:00
Zachary Klosko 902cd975b9 Asking StreamSetting model to fill from config for host 2021-01-01 10:13:44 -05:00
Samkit K 6b20512fae
Removed HTTPS condition from source of player
ForceHTTPS = false ; It was causing issues on fresh install where the player would not play from the mountpoint because of https conditon.
2021-01-01 17:48:19 +05:30
Zachary Klosko 99d4f27320 Removing nav.js 2020-12-31 09:30:41 -05:00
Zachary Klosko 883044bbe8 Removing extra widgets 2020-12-31 09:22:44 -05:00
Zachary Klosko b7b274098d Removing jQuery 1.7.2 2020-12-30 22:43:22 -05:00
Zachary Klosko 18d567c1fa Removing uncalled scripts 2020-12-30 22:35:45 -05:00
Zachary Klosko eb9bbb00a5 Removing TableTools 2020-12-30 22:16:07 -05:00
Zachary Klosko 54999b71e2 Removing link to nonexistant FAQ page 2020-12-30 21:01:25 -05:00
Zachary Klosko b6dee33852 Removing forced HTTPS, forcing mount assignment 2020-12-30 20:59:28 -05:00
Zachary Klosko 37be95e033 Reverting 2020-12-29 10:03:41 -05:00
Zachary Klosko 78e78243f7 Using fixed date in tests, removing extra dependencies 2020-12-29 10:03:41 -05:00
Zachary Klosko bd730c87e0 @hairmare squashed bugs 2020-12-29 10:03:41 -05:00
Kyle Robbertze b6d22c94a1
Merge pull request #1141 from radiorabe/fix/remove-smemb
refactor(airtime_mvc): remove dead cc_smemb table and classes
2020-12-27 21:35:35 +02:00
Lucas Bickel 6651f6bbdf refactor(airtime_mvc): remove dead cc_smemb table and classes 2020-12-27 13:35:34 +01:00
Lucas Bickel 194682d89c fix: update to CentOS 8 2020-12-26 12:59:54 +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 e408dec828 Working on Backing up the Server docs/scripts 2020-11-14 21:36:14 -05:00
Zachary Klosko e24f36ffc0 Updating links, adding FAQ page, massaging file structure 2020-11-14 21:34:21 -05:00
Zachary Klosko b2a3b57933 Removing extra logout button 2020-11-14 21:34:21 -05:00
Zachary Klosko 7f6a2e3481 Fixing broken urls 2020-11-14 21:34:21 -05:00
Xabi Spacebiker bd3a3c542d
Fixes Cover metadata assigned to wrong item bug
This change fixes issue https://github.com/LibreTime/libretime/issues/1100
2020-11-07 01:11:18 +01:00
Kyle Robbertze 2003e685b0 Merge branch 'reverse-proxy' into master 2020-09-28 15:09:10 +02: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 546980249e Add a switch to force 'assume SSL' mode behind a reverse proxy, when the RP adds SSL and the internal connection is HTTP only. 2020-07-20 14:03:55 +02:00
Thomas Göttgens 82d3530777
Corrupt Cover Art prohibits mp3 upload
Don't throw an exception on corrupted cover art image data in upload. The order of processing needs to be the other way around.
2020-07-18 16:35:00 +02:00
Thomas Göttgens b15166ecbe
Prevent 500 errors when no content is available 2020-07-11 18:48:58 +02:00
Zachary Klosko a50b7dbe21 Converting "Help translate..." to "Contribute to LibreTime" 2020-05-20 12:25:22 -04:00
Zachary Klosko ff9f78b0f8 Fixing broken USER_MANUAL_URL 2020-05-20 12:18:10 -04:00
Zachary Klosko ef480eb9c9 Fixing bad FAQ link in LT interface 2020-05-20 12:15:09 -04:00
Zachary Klosko 6540a34a9b Adding back scripts in /docs 2020-05-19 10:16:31 -04:00
Codenift 7456a48166 removed icon, this might be added later when adding expiration on cookie 2020-05-04 08:35:36 -04: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
Kyle Robbertze 960b4fae21
Merge pull request #1003 from Robbt/remove-airtime-modal
Change Airtime modal to simple LibreTime intro
2020-04-18 15:06:46 +02:00
robbt 974122e31f Change Airtime modal to simple LibreTime intro 2020-04-18 08:36:12 -04:00
robbt e061b38537 Remove facebook widget link 2020-04-18 08:27:23 -04:00
robbt 141d7586c2 removed hardcoded www-data user for pgrep check 2020-04-17 22:04:15 -04:00
robbt 8bf3b1b652 Simplified check to work under Debian using the fact that a pid is greater than 0 2020-04-17 21:54:26 -04:00
farggus 2679ec8685
Update LocaleController.php
- Added new entries from .js for traslations.
2020-03-31 04:00:28 +03:00
farggus 50acf98c67
Russian translation updated
- Added translation of new words and phrases;
2020-03-31 03:57:30 +03:00
farggus 4400461fd1
Update jquery.dataTables.js
- Added i18n
2020-03-31 03:55:51 +03:00
farggus 0ee2f46afc
Russian translation updated
- Added translation of new words and phrases;
2020-03-31 01:49:11 +03:00
farggus 712241fa8b
Update index.phtml
Added echo & gettext function
2020-03-31 01:41:25 +03:00
farggus b5482defcc
Update for translation
Adde echo & gettext function
2020-03-31 01:38:52 +03:00
farggus 98e16d9a95
Update LocaleController.php
- Added new entries from .js for traslations.
2020-03-31 01:35:40 +03:00
farggus 6cd7726ec9
Russian translation updated
- Added translation of new words and phrases;
2020-03-30 14:02:31 +03:00
farggus 0be82bcc6a
Russian translation updated
- Added translation of new words and phrases;
2020-03-30 03:07:09 +03:00
farggus abb25df92f
Update file for translation
- Add  'echo' & gettext function to optimize .po translation.
2020-03-30 01:51:16 +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 d0fcc4c24e
Update .js for translate adaptation
- Add i18n for 'or', 'and' text output
2020-03-30 01:24:57 +03:00
farggus d58bd4c085
Update for translate adoptation
-Add gettext-function
2020-03-30 01:12:57 +03:00
farggus 5e819550c3
Russian translation updated
- Updated Russian translation of the LibreTime software interface.
- Added translation of new words and phrases;
2020-03-29 20:59:32 +03:00
farggus df676657c1
Update for translation
- Added new entries from .js for traslations.
2020-03-29 20:52:16 +03:00
farggus 988b46d30c
Update user.js for translate adaptation
- Add i18n for alert
2020-03-29 20:48:43 +03:00
farggus 9551a9b3f3
Update show.phtml 2020-03-26 09:07:15 +02:00
farggus 5f3310da03
Russian translation updated
- Updated Russian translation of the LibreTime software interface.
- The meanings of certain words and phrases which did not convey the essence of the LibreTime functionality were corrected;
- Added translation of new words and phrases;
2020-03-26 08:48:12 +02:00
farggus 5d3c5ec185
Update show.phtml
- Replacing HTML text output by php function 'echo' to optimize .po translation.
2020-03-26 08:45:47 +02:00
farggus 05ccb8dd02
Update index.phtml
- Replacing HTML text output by php function 'echo' to optimize .po translation.
2020-03-26 08:44:48 +02:00
farggus a00a81db4f
Update index.phtml
- Replacing HTML text output by php function 'echo' to optimize .po translation.
2020-03-26 08:41:43 +02:00
farggus b0ffc1c65d
Update for translation & better content view
- Center align changes - for better content visualization;
- Replacing HTML text output by php function 'echo' to optimize .po translation.
2020-03-26 08:39:37 +02:00
farggus 86424b9b2c
Update station.phtml
- Replacing HTML text output by php function 'echo' to optimize .po translation.
2020-03-26 08:31:27 +02:00
farggus f01af6f91f
Update LocaleController.php
Added new entries from .js files for traslations
2020-03-26 08:25:12 +02:00
farggus 1c5ead9468
Updated for translate 2020-03-24 02:53:39 +02:00
farggus 052ec5ac94
Russian translation updated
- Updated Russian translation of the LibreTime software interface.
- This includes a re-reading of previous translations, with a good amount of typos and  grammar errors now corrected.
- The meanings of certain words and phrases which did not convey the essence of the LibreTime functionality were corrected;
- Fixed numerals, conjugations and other grammatical forms;
- Added translation of new words and phrases;
- Language and regional adaptation;
2020-03-22 15:56:06 +02:00
farggus d24aa25fc6
Update for better view
- Display stream labels as a list (Settings -> Stream settings -> Global)
2020-03-22 15:46:39 +02:00
farggus 7ea00b8437
Optimization for better visualization
- "Override"-block in line now with spacings between "OK" and "RESET"
2020-03-22 14:54:25 +02:00
farggus 873000086f
Update for translation & better content view
- Added styles for .player-title label - was not space for translated text;
- Added styles for .preview-label label - for styling like neighboring pages;
- Center align header and some other changes - for better content visualization;
- Replacing HTML text output by php function 'echo' to optimize .po translation.
2020-03-22 14:51:46 +02:00
farggus 63ffc23c6f
Updated for translation & better visualization
- Replacing HTML text output by php function 'echo' to optimize .po translation;
- Center align header and some other changes - for better content visualization.
2020-03-22 14:40:25 +02:00
farggus c9531d37ab
Update player.phtml
- Center align header and some other changes - for better content visualization.
2020-03-22 14:37:44 +02:00
farggus c94884e60a
Updated for translation & better visualization
- Replacing HTML text output by php function 'echo' to optimize .po translation;
- Replacing quotation marks <"> by <'> for echo-code working;
- Center align header and some other changes - for better content visualization.
2020-03-22 14:35:04 +02:00
farggus 08bac9d853
Optimization for better content display
- Added decorators for preview-label.
2020-03-22 14:31:32 +02:00
farggus 845c787123
Updated translation
- Original phrases fixed.
2020-03-22 14:29:50 +02:00
Codenift 707e4f447a Hid type button in library if null, added "select a type" in track edit 2020-03-21 01:46:33 -04:00
Robb 96f33f6250
Merge pull request #892 from codenift/media_type
Track Types Feature
2020-03-16 14:05:29 -04:00
Codenift fec5ca6372 Disabled version notification to avoid confusion. 2020-03-16 08:53:59 -04:00
Codenift b34fad3fb8 small fix, tooltip was flickering after going back to it. 2020-03-13 10:26:37 -04:00
Codenift 73da7f6f8d minor tweak, tooltip style 2020-03-13 03:24:43 -04:00
Codenift 4002c4ee05 Tooltip for track type column in track library 2020-03-11 21:05:47 -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 e56a1b60f4 changes in documentation and role allowed to access track type 2020-02-08 09:56:44 -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 043196b3ea fixed javascript for track type dropdown 2020-02-06 16:43:56 -05:00
Codenift 03f533dbef default data conflict (add later? default data is in upgrade sql already) 2020-01-28 20:26:38 -05:00
Codenift 00e860183a Track Type Select Menu in Smartblock 2020-01-27 19:10:54 -05:00
Codenift 339fddf652 improved selection on upload 2020-01-26 21:48:22 -05:00
Codenift dbb95b7915 Track type dropdown menu for advanced search filter 2020-01-25 17:11:15 -05:00
Codenift 1d7d937a7f track type management 2020-01-25 12:09:19 -05:00
Kyle Robbertze 60b08dff4f add default for streams 2-4 2020-01-09 14:41:12 +02:00
Kyle Robbertze 8000e1936a add default icecast admin username
Fixes: #879
2020-01-08 15:09:04 +02:00
Codenift 386918da2b Renamed media type to track type for tracks 2020-01-06 17:15:04 -05:00
Robb Ebright 211ce99a2c removed debugging log 2020-01-06 13:58:31 -05:00
Robbt edaa2ead85 fixed new line in php 2020-01-03 20:14:02 -05:00
Robbt 9a027373e1 fixed database page stall 2020-01-03 15:00:27 -05:00