denise
525b2dcb33
CC-4895: Remove all json die() statements from code
...
- removed json_encode
2013-02-07 15:41:47 -05:00
Martin Konecny
b15c4569eb
CC-4894: Need to filter output for potential XSS exploits
...
-fixed few areas
2013-01-29 15:17:29 -05:00
denise
f7e8fd33fd
CC-4848: Streaming server passwords should be hidden with dots, once entered
...
-fixed
2013-01-16 14:36:56 -05:00
Martin Konecny
fae3f3a03f
CC-2184: Hardcoded CSS path should be relative path instead
...
-Make '/' the default root
2013-01-14 16:00:38 -05:00
denise
9755ea6a20
CC-4814: System->Streams: Tool tips' content of output stream's admin user field is not listed in airtime.po file
...
-fixed
2013-01-08 16:47:00 -05:00
James
ae7b6fe092
CC-4732: Ask for admin username + password in Stream Settings page
...
- done
2013-01-03 17:58:50 -05:00
James
0f4ddc904f
CC-4756: System -> Streams: "Addtional Options" is not expandable when connection error happens
...
- fixed
2013-01-03 14:54:07 -05:00
Martin Konecny
f7bcc8a4ed
Merge branch 'patch-2' of https://github.com/havban/Airtime into devel
2013-01-02 16:24:04 -05:00
james
cf38e2c596
CC-4754: Replay gain modifier
...
- done
2012-12-27 22:58:41 -05:00
Febiansyah Hidayat
5e9d5bd71a
Update airtime_mvc/public/js/airtime/preferences/streamsetting.js
...
Update statement to remove "disabled" attribute to be compatible with chrome and firefox browser.
Perform commit in devel branc as requested in: https://github.com/sourcefabric/Airtime/pull/21#issuecomment-11144375
2012-12-08 09:25:19 +09:00
denise
10cd31fa56
CC-1960: Internationalize Airtime / Support translations
...
- channged all js strings with embedded variables to use sprintf
2012-11-20 17:42:26 -05:00
denise
57fdab0ddf
CC-1960: Internationalize Airtime / Support translations
...
-added i18n jquery library
-created a Locale controller that returns a js dictionary of translations needed in js
-added jquery i18n wrapper function to all strings in js
2012-11-20 11:33:37 -05:00
denise
0a0cf70046
CC-4687: System -> Stream: Cannot expand/shrink Stream 1/2/3 settings after clicking Save
...
-fixed
2012-11-12 12:06:22 -05:00
Rudi Grinberg
dc00528cd5
Merged baseUrl related conflicts
2012-10-29 11:56:20 -04:00
denise
3a7700eaac
CC-4583: Use AJAX calls instead of refreshing entire page
...
-done
2012-10-26 18:09:30 -04:00
denise
c51fb8a040
CC-4549: Tooltip for source username cannot be shared between input and output settings
...
-fixed
2012-10-22 16:37:06 -04:00
denise
d32495d100
CC-2184: Hardcoded CSS path should be relative path instead
2012-10-19 11:09:34 -04:00
Daniel James
395d25158f
CC-4545: Fix tooltip for Auto Switch On feature
2012-10-10 16:26:32 +01:00
denise
84deda99c5
CC-4440: System -> Streams: Update and Save 'Stream 1/2/3' will make it invisible
...
-fixed
2012-09-14 17:35:14 -04:00
James
57397312f2
CC-3963: If DJ is scheduled to broadcast for show, then automatically
...
enable source when DJ connects.
- done
2012-06-12 15:38:03 -04:00
denise
81c7eb7763
CC-3941: Overridden connection url in stream settings gets reverted back to default when 'Save' is clicked
...
-fixed
2012-06-11 18:08:36 -04:00
denise
16b6f09420
CC-3959: Make default username "source" for master and show inputs
...
-done (just added tooltip)
2012-06-11 14:55:26 -04:00
denise
fda04295a6
CC-3941: Overridden connection url in stream settings gets reverted back to default when 'Save' is clicked
...
-fixed
2012-06-06 17:06:46 -04:00
denise
532b2710f0
CC-3932: Master/Source Source Connection URL should be in non-editable box
...
-done
2012-06-06 13:10:57 -04:00
James
b23e3d0a54
CC-3927: Should automatically switch back to Master/Show stream if there is a
...
connection interruption
- done
2012-06-05 16:41:41 -04:00
denise
a3754be31a
CC-3850: Use qTip instead of custom tooltips
...
-done
2012-06-05 11:24:40 -04:00
Martin Konecny
54d741972a
CC-3903: Help -> Getting Started: the link "user manual" is different from the menu item "Help -> User Manual"
...
-fixed
2012-06-03 22:51:23 -04:00
James
2cb17a3b08
CC-3660: Cannot click Airtime Manual link on override info popup
...
- replaced the popup with qtip
2012-04-24 11:26:22 -04:00
James
90edd9d1b0
CC-3643: System->Streams - Master URL GUI is broken after overriding URL
...
setting
- fixed
2012-04-16 15:10:01 -04:00
James
32548de639
CC-3486: Text Fields in Stream settings behave in unorthodox way. Highlighting
...
entire text and typing does not erase the highlighted text.
- removed all the masking
- meioMask is very outdated so it's removed from the project.
2012-04-09 16:35:39 -04:00
James
e194ff0dc8
CC-3469: Stream settings: Connection URLs are not generated correctly
...
- done
2012-03-19 16:08:23 -04:00
James
79f8eabe2b
CC-3405: Display to users how to connect a live stream to Airtime
...
- Done
2012-03-14 14:43:10 -04:00
James
bcbbf42f62
CC-3246: Hardware audio output cannot be switched off
...
- fixed
2012-01-13 16:56:02 -05:00
james
9665c970af
CC-3218: Stream-settings: Spaces and other illegal characters should not be
...
allowed in the fields: server, username, password, URL, and mount point
- adding an another mask for domain name. Front and backend
2011-12-22 15:35:46 -05:00
James
30b192a809
CC-3218: tream-settings: Spaces and other illegal characters should not
...
be allowed in the fields: server, username, password, URL, and mount point
- masking was added on the front end and validators were added for the
server side.
- extra fix: fixed php undefined index notice problem.
2011-12-21 17:30:42 -05:00
Martin Konecny
0440eb7539
CC-3160: Once Hardware dropdown is changed, stream information does not refresh
...
-fixed
2011-12-05 12:34:11 -05:00
James
043f0c29a1
CC-3074: Give users the choice of which hardware sound API they wish to
...
use (instead of hardcoded to ALSA)
- finished everything except LS part(including upgrade and UI)
2011-12-02 13:39:14 -05:00
James
9c65bfeba7
CC-3131: Latency of stream authentication warning in Stream Settings page
...
- it compares boot time of liquidsoap and the time user clicks on "Save"
on stream setting page. The status only gets updated if the
"boot_time" > "user update time"
- as soon as a user click on save, status is set to "wating"
- since there is no timing issue, quering interval is reduced to 1 sec
2011-11-29 20:15:38 -05:00
james
1b3d61913b
CC-3052: Stream settings collapse when req. input is missing
...
- fixed. It was only handling error in the "Additional Input"
2011-11-16 16:31:27 -05:00
James
6229ca46d5
CC-2959: Stream Setting: Status box design for each stream
...
- integrated new status boxes
2011-11-15 16:27:23 -05:00
james
8e283c9e02
SAAS-66: Ability to set the stream values from the command line
...
- done
- extra fix: Fixed a javascript issue when it always changed bitrate to 48,
when type is set to ogg
2011-11-13 15:34:26 -05:00
James
8d3d14860d
CC-2959: Stream Setting: Status box design for each stream
...
- integration with new status box design
2011-11-10 16:32:56 -05:00
james
faba5aec57
CC-2745: Show status of liquidsoap/icecast connection on
...
Stream Settings page
- commit w/o design
2011-10-13 14:22:28 -04:00
James
64a46294c9
CC-2910: Ability to collapse stream sections in "Stream Settings"
...
- done
- only stream 1 is expanded by default
2011-10-03 17:00:39 -04:00
James
bd4c9f9651
CC-2899: Error on stream setting page can be hidden by a collapsed section
...
- fixed
2011-09-29 12:03:11 -04:00
James
bd33b12d71
CC-2842: Clicking "Additional Options" in stream settings opens it for all
...
- fixed
2011-09-19 11:31:10 -04:00
James
750482474f
CC-2791: limiting length and numeric with javascript
...
- done
2011-09-13 15:21:23 -04:00
James
e918f3b29a
CC-2791: "Port" should only allow numbers and 5 digits
...
- fixed
- fixed scrolling when errors
2011-09-12 13:57:26 -04:00
james
f1c311acb6
CC-2775: Better layout for Stream Settings page
...
- layout is done
- need to implement status update part
2011-09-07 09:48:02 -04:00
James
361dc4569e
CC-2771: Liquid soap doesn't support bitrate lower than 48 Kbits for ogg files
...
- fixed
- extra fix: option ogg is disabled when shoutcast is selected
2011-09-06 11:44:21 -04:00