1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00
icecast-server/src
Philipp Schafft 0eb466b76d Feature: Allow mangement of <role>s via admin/ interface.
This allows to manage <role>s via admin interface if the role supports.
Also format of admin/manageauth has been changed:
- <source> was renamed to <role>.
- mount parameter was removed.
- <role> got new parameters: type, name,
  can-adduser, can-deleteuser, can-listuser.
- can-* parameters are bools ("true" or "false"). They should be used
  to show or hide elements on the admin interface.

Ticket #2123 is nearly complet with this, just admin/manageauth.xsl
needs up be updated. Please close the bug in the commit that updates
admin/manageauth.xsl.
See #2123
2014-12-19 16:14:35 +00:00
..
common@8685e6ed5a Update submodules 2014-12-05 12:57:02 +01:00
acl.c ACL: added {allow,deny}-all, support bool notation 2014-12-06 20:04:21 +00:00
acl.h Epic Git migration commit 2014-12-02 22:50:57 +01:00
admin.c Feature: Allow mangement of <role>s via admin/ interface. 2014-12-19 16:14:35 +00:00
admin.h Added 'lagcay' mode stats.xml. 2014-12-18 09:56:54 +00:00
auth_anonymous.c Wow. Mega patch! 2014-11-28 23:46:08 +00:00
auth_anonymous.h Wow. Mega patch! 2014-11-28 23:46:08 +00:00
auth_htpasswd.c Feature: Allow mangement of <role>s via admin/ interface. 2014-12-19 16:14:35 +00:00
auth_htpasswd.h better coding style, patch by ePirat. refs #2059 2014-11-30 20:32:30 +00:00
auth_static.c Feature: Allow mangement of <role>s via admin/ interface. 2014-12-19 16:14:35 +00:00
auth_static.h Wow. Mega patch! 2014-11-28 23:46:08 +00:00
auth_url.c Epic Git migration commit 2014-12-02 22:50:57 +01:00
auth_url.h return type was wrong, although it probably won't affect stability 2007-10-24 22:40:42 +00:00
auth.c Feature: Allow mangement of <role>s via admin/ interface. 2014-12-19 16:14:35 +00:00
auth.h Feature: Allow mangement of <role>s via admin/ interface. 2014-12-19 16:14:35 +00:00
cfgfile.c Added 'lagcay' mode stats.xml. 2014-12-18 09:56:54 +00:00
cfgfile.h Added 'lagcay' mode stats.xml. 2014-12-18 09:56:54 +00:00
client.c Fix: Fixed compiler warnings 2014-12-14 19:18:22 +00:00
client.h Added 'lagcay' mode stats.xml. 2014-12-18 09:56:54 +00:00
compat.h win32 updates. cleanup of the start and finish of the gui and service 2009-08-05 22:32:47 +00:00
configtest.c Add Copyright notice to each source file, as requested by debian. 2004-01-29 01:02:12 +00:00
connection.c Added 'lagcay' mode stats.xml. 2014-12-18 09:56:54 +00:00
connection.h Epic Git migration commit 2014-12-02 22:50:57 +01:00
event_exec.c Cleanup: Removed a printf() leftover from debugging 2014-12-19 10:47:07 +00:00
event_exec.h Added <event>: Unified handling of events. 2014-12-08 00:39:57 +00:00
event_log.c Added <event>: Unified handling of events. 2014-12-08 00:39:57 +00:00
event_log.h Added <event>: Unified handling of events. 2014-12-08 00:39:57 +00:00
event_url.c Added <event>: Unified handling of events. 2014-12-08 00:39:57 +00:00
event_url.h Added <event>: Unified handling of events. 2014-12-08 00:39:57 +00:00
event.c Speedup: Don't copy data into event if there are no registrations 2014-12-08 07:58:17 +00:00
event.h Added <event>: Unified handling of events. 2014-12-08 00:39:57 +00:00
format_ebml.c Feature: Extract metadata and export them to stats.xml 2014-12-09 16:08:27 +00:00
format_ebml.h Clarify that only these specific files are GPLv2 or v3. 2012-05-24 18:32:06 +00:00
format_flac.c Feature: Extract metadata and export them to stats.xml 2014-12-09 16:08:27 +00:00
format_flac.h better coding style, patch by ePirat. refs #2059 2014-11-30 20:32:30 +00:00
format_kate.c Feature: Extract metadata and export them to stats.xml 2014-12-09 16:08:27 +00:00
format_kate.h better coding style, patch by ePirat. refs #2059 2014-11-30 20:32:30 +00:00
format_midi.c Feature: Extract metadata and export them to stats.xml 2014-12-09 16:08:27 +00:00
format_midi.h better coding style, patch by ePirat. refs #2059 2014-11-30 20:32:30 +00:00
format_mp3.c Feature: Extract metadata and export them to stats.xml 2014-12-09 16:08:27 +00:00
format_mp3.h Feature: Extract metadata and export them to stats.xml 2014-12-09 16:08:27 +00:00
format_ogg.c Feature: Extract metadata and export them to stats.xml 2014-12-09 16:08:27 +00:00
format_ogg.h Feature: Extract metadata and export them to stats.xml 2014-12-09 16:08:27 +00:00
format_opus.c Feature: Extract metadata and export them to stats.xml 2014-12-09 16:08:27 +00:00
format_opus.h better coding style, patch by ePirat. refs #2059 2014-11-30 20:32:30 +00:00
format_skeleton.c Feature: Extract metadata and export them to stats.xml 2014-12-09 16:08:27 +00:00
format_skeleton.h Add Kate and Skeleton codecs to ogg handler. patch by ogg.k.ogg.k 2008-04-19 02:11:37 +00:00
format_speex.c Feature: Extract metadata and export them to stats.xml 2014-12-09 16:08:27 +00:00
format_speex.h better coding style, patch by ePirat. refs #2059 2014-11-30 20:32:30 +00:00
format_theora.c Feature: Extract metadata and export them to stats.xml 2014-12-09 16:08:27 +00:00
format_theora.h merge multi ogg codec handling. Handle theora and/or vorbis. Place new 2004-12-07 21:06:26 +00:00
format_vorbis.c Feature: Extract metadata and export them to stats.xml 2014-12-09 16:08:27 +00:00
format_vorbis.h merge multi ogg codec handling. Handle theora and/or vorbis. Place new 2004-12-07 21:06:26 +00:00
format.c Feature: Extract metadata and export them to stats.xml 2014-12-09 16:08:27 +00:00
format.h Feature: Extract metadata and export them to stats.xml 2014-12-09 16:08:27 +00:00
fserve.c Added 'lagcay' mode stats.xml. 2014-12-18 09:56:54 +00:00
fserve.h Allow rereading of the mime types file on xml reload. Also allow for specifying 2007-08-13 21:33:27 +00:00
global.c Epic Git migration commit 2014-12-02 22:50:57 +01:00
global.h Epic Git migration commit 2014-12-02 22:50:57 +01:00
logging.c Epic Git migration commit 2014-12-02 22:50:57 +01:00
logging.h Added <event>: Unified handling of events. 2014-12-08 00:39:57 +00:00
main.c Cleanup: make strcmp() more explicit in _start_logging() 2014-12-14 08:19:58 +00:00
Makefile.am Added <event>: Unified handling of events. 2014-12-08 00:39:57 +00:00
md5.c minor cleanups 2004-11-20 02:16:59 +00:00
md5.h minor cleanups 2004-11-20 02:16:59 +00:00
refbuf.c better coding style, patch by ePirat. refs #2059 2014-11-30 20:32:30 +00:00
refbuf.h type cleanups. reduces memory usage on 64bit, no difference on 32bit. closes #780 2007-12-15 17:02:16 +00:00
sighandler.c Cleanup: Moved config re-read function into right place 2014-12-07 10:54:34 +00:00
sighandler.h cleanup unused var schedule_config_reread. 2012-11-13 11:25:46 +00:00
slave.c Cleanup: Moved config re-read function into right place 2014-12-07 10:54:34 +00:00
slave.h Epic Git migration commit 2014-12-02 22:50:57 +01:00
source.c Added <event>: Unified handling of events. 2014-12-08 00:39:57 +00:00
source.h Epic Git migration commit 2014-12-02 22:50:57 +01:00
stats.c Feature: Also export type="" in stats.xml's <role>s 2014-12-19 11:28:49 +00:00
stats.h Added 'lagcay' mode stats.xml. 2014-12-18 09:56:54 +00:00
TODO added new lion at end of file so it does not mess up my console. 2012-07-17 14:50:44 +00:00
util.c Added <event>: Unified handling of events. 2014-12-08 00:39:57 +00:00
util.h Added <event>: Unified handling of events. 2014-12-08 00:39:57 +00:00
xslt.c Fix: Fixed compiler warnings 2014-12-14 19:18:22 +00:00
xslt.h Epic Git migration commit 2014-12-02 22:50:57 +01:00
yp.c Fix: Fixed compiler warnings 2014-12-14 19:18:22 +00:00
yp.h better coding style, patch by ePirat. refs #2059 2014-11-30 20:32:30 +00:00