1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00
Commit Graph

68 Commits

Author SHA1 Message Date
Philipp Schafft
bfcac5d30c Feature: Unifiy response root node generation a bit and make the module list universally available 2018-08-08 14:10:08 +00:00
Philipp Schafft
d711ea15bd Feature: Use /icestats/modules/module even if it's just within an report XML extention 2018-08-08 14:10:08 +00:00
Philipp Schafft
2a370cccd0 Feature: Display management links from modules in admin/ 2018-08-08 14:10:08 +00:00
Marvin Scholz
67927ddddf Fix: Add missing files to admin Makefile.am 2018-07-09 03:35:10 +02:00
Marvin Scholz
efb197ca4b Cleanup: Reformat admin Makefile.am 2018-07-09 03:35:02 +02:00
Philipp Schafft
bc6a960315 Feature: Display error code if known 2018-06-29 14:26:42 +00:00
Philipp Schafft
6168573e86 Feature: Render error messages via Report XML and XSLT 2018-06-27 16:07:21 +00:00
Philipp Schafft
5312470e0e Update: Unifiy web/ code 2018-06-27 15:50:32 +00:00
Philipp Schafft
a53270065b Update: Converted <form>s from GET to POST 2018-06-19 13:44:07 +00:00
Marvin Scholz
c89eec920f Simplify admin Makefiles 2018-06-16 15:34:56 +02:00
Marvin Scholz
0499efe9a7 Remove more unnecessary AUTOMAKE_OPTIONS
The foreign option is set in AM_INIT_AUTOMAKE already
2018-06-16 15:34:56 +02:00
Philipp Schafft
14ff463c5c Update: Set titles for admin pages 2018-05-20 19:35:06 +00:00
Philipp Schafft
b33a426a3e Fix: Actually install admin/include/page.xsl 2018-05-20 19:35:06 +00:00
Philipp Schafft
8202dd7178 Update: Make use of includes/page.xsl for all admin templates 2018-05-20 19:35:06 +00:00
Philipp Schafft
eb98625467 Update: Added new XSLT include "page" that simplifies the page rendering 2018-05-20 19:35:06 +00:00
Philipp Schafft
3dd8bdbf40 Feature: display playlist 2015-11-28 18:11:01 +00:00
Philipp Schafft
9e975d56cb Fix: Do not show <listener> tags on admin/stats.xsl 2015-02-09 14:25:45 +00:00
Marvin Scholz
4447e2edc4 Link to config reload xsl (fix #2143)
This re-adds a link to the config reload to the stats.xsl, the
admin interface.
2015-01-11 17:13:02 +01:00
Philipp Schafft
e445065ab1 Fix: Do not display dummy <authenticator> tag. 2014-12-31 10:19:27 +00:00
Thomas B. Ruecker
f90fb78ba0 Define webdir and admindir in each file for now 2014-12-30 12:56:09 +00:00
Marvin Scholz
1d8e128320 Preparations for new webinterface design 2014-12-29 16:32:52 +01:00
Marvin Scholz
a546d3cc8a Corrected stats.xsl to correct invalid markup
Correcting that the unordered list for authentication was wrapped in a table,
which is invalid.
2014-12-28 17:10:49 +01:00
Marvin Scholz
1c57942267 Removed fr_FR xsl files since they aren't used 2014-12-28 13:21:52 +01:00
Philipp Schafft
5f962c9bdf Feature: Nicer display of <metadata>
This adds a little bit nicer display of <metadata> to the stats.xsl
page and avoids broken display of <metadata> and <authentication>.
2014-12-26 22:00:02 +00:00
Philipp Schafft
b638d3c939 Fix: Added support to admin/ interface to list <role>s
This adds support to list global and per mount roles on stats.xsl.
This isn't nicest formated but works.
This also adds <source>-like <authentication> with <role>s to
root node.
Closes: #2133
2014-12-26 21:57:50 +00:00
Philipp Schafft
ddb58bfe37 Feature: Display username and role in listener listing
This adds display of role name and updates display of username in
listener listing of mount points on admin interface.
2014-12-22 09:08:24 +00:00
Philipp Schafft
bfd946520f Fix: corrected xsl to work in omode=normal 2014-12-22 07:58:37 +00:00
Philipp Schafft
a83ac3f5e1 Feature: Allow mangement of <role>s via admin/ interface.
Updated admin/manageauth.xsl the way suggested by
0eb466b76d.
closes #2123
2014-12-19 16:40:41 +00:00
Philipp Schafft
6dca08ee5d (sync with my branch) Support for reloading server config using admin interface. close #2018
svn path=/icecast/trunk/icecast/; revision=19337
2014-11-20 18:34:41 +00:00
Thomas B. "dm8tbr" Ruecker
dbab3fd07b corrected email address
svn path=/icecast/trunk/icecast/; revision=19317
2014-11-18 16:18:08 +00:00
Thomas B. "dm8tbr" Ruecker
7ecf0b04da small email fix
svn path=/icecast/trunk/icecast/; revision=19296
2014-11-09 11:47:46 +00:00
Thomas B. "dm8tbr" Ruecker
574274d22e Make sure email address is up to date.
svn path=/icecast/trunk/icecast/; revision=19292
2014-11-08 17:13:48 +00:00
Thomas B. "dm8tbr" Ruecker
4c52d8f2a1 Fix old email address
svn path=/icecast/trunk/icecast/; revision=19136
2014-05-06 04:32:07 +00:00
Thomas B. "dm8tbr" Ruecker
29feb25e6b Added <audio> for supported streams. TNX ePirat
svn path=/icecast/trunk/icecast/; revision=19134
2014-05-05 05:16:44 +00:00
Thomas B. "dm8tbr" Ruecker
09fdaed7e4 Nicer looking tables for the admin interface.
ePirat sent updated tables code that should look much nicer.
This is admin interface only (and a global css change).

svn path=/icecast/trunk/icecast/; revision=19121
2014-05-04 05:16:00 +00:00
Thomas B. "dm8tbr" Ruecker
272dc0d9a3 dos2unix conversion of new web interface files.
svn path=/icecast/trunk/icecast/; revision=19106
2014-03-02 13:35:09 +00:00
Thomas B. "dm8tbr" Ruecker
b6b01430ef Web output properly redone, credit to ePirat.
Now validates completely as XHTML1.0 strict.
Also improves rendering on mobile devices.

svn path=/icecast/trunk/icecast/; revision=19099
2014-03-01 16:38:15 +00:00
Thomas B. "dm8tbr" Ruecker
c24fcc3581 fixed malformed tag in Icecast admin interface
svn path=/icecast/trunk/icecast/; revision=19093
2014-02-16 16:21:31 +00:00
Thomas B. "dm8tbr" Ruecker
f355b03c11 Further tweaks to the HTML output of Icecast admin interface.
svn path=/icecast/trunk/icecast/; revision=19092
2014-02-16 15:23:24 +00:00
Thomas B. "dm8tbr" Ruecker
2b59e6a55a Updated web interface to be more XHTML compliant.
Added warning about HTML scraping to main page.


svn path=/icecast/trunk/icecast/; revision=19067
2014-01-23 06:26:05 +00:00
Philipp Schafft
1a4f4ecc2b Added vclt.xsl to list of files which are to be installed.
svn path=/icecast/trunk/icecast/; revision=18133
2011-11-26 11:15:25 +00:00
Philipp Schafft
463bbc36a8 Added missing links to VCLT playlist files in admin/.
svn path=/icecast/trunk/icecast/; revision=18132
2011-11-26 03:10:16 +00:00
Philipp Schafft
17db41eba1 Added VCLT playlist support.
svn path=/icecast/trunk/icecast/; revision=18130
2011-11-26 02:37:39 +00:00
Karl Heyes
026047f702 make sure the xspf sheet gets installed
svn path=/icecast/trunk/icecast/; revision=15785
2009-03-17 03:01:28 +00:00
Karl Heyes
258cb85cc6 fixup license details
svn path=/icecast/trunk/icecast/; revision=15632
2009-01-28 17:19:12 +00:00
Karl Heyes
f63e0d1437 xsl update. added xspf links. minor changes to page display
svn path=/icecast/trunk/icecast/; revision=14850
2008-05-09 23:14:52 +00:00
Karl Heyes
47def32074 missed some NULL checks from previous character set commit. Add optional charset
setting on metadata update request and conversion code for it.


svn path=/icecast/trunk/icecast/; revision=13663
2007-08-30 23:36:19 +00:00
Karl Heyes
e06793a7ad handle .xspf requests. Like m3u, send a webroot file if it exists else generate
one. The generated one comes from an xslt in adminroot. Just need some icons

svn path=/icecast/trunk/icecast/; revision=13539
2007-08-11 18:26:44 +00:00
Karl Heyes
2a0c3cdefa Don't hardcode content type of xslt files to html, allow xsl to determine it
svn path=/icecast/trunk/icecast/; revision=13534
2007-08-11 00:24:51 +00:00
Michael Smith
1cad0e2c07 Don't display passwords in auth management interface; it's useless and shouldn't
be displayed anyway.

svn path=/icecast/trunk/icecast/; revision=10111
2005-10-01 15:59:44 +00:00