Commit graph

82 commits

Author SHA1 Message Date
MaZderMind
af1f503160 select dash-stream as default, provide legacy streams under the legacy label 2018-03-24 12:16:24 +01:00
dedeibel
eed207f8df Allowed multi translation for embedding, fixed autoplay option 2017-12-10 18:27:05 +01:00
Benjamin Peter
be515f5150 Added multple translation tracks with configurable endpoints and labels 2017-12-10 18:25:21 +01:00
MaZderMind
6d0d635e51 repair main-css when hosted in a subdir 2016-12-26 00:30:40 +01:00
MaZderMind
9af641e585 Merge branch 'master' into events/33c3 2016-12-20 23:21:20 +01:00
MaZderMind
4a7a7ed1bc implement streams-api v2
fixes #6
2016-12-20 23:14:35 +01:00
MaZderMind
a12d86ec05 Merge branch 'master' into events/33c3 2016-12-18 13:34:57 +01:00
MaZderMind
35e7a2b2ad move upcoming & current logic from javascript/ajax into php 2016-12-18 13:31:34 +01:00
MaZderMind
3384e963da change storage paths according to issue description 2016-12-17 14:12:29 +01:00
MaZderMind
4e85b42335 add download-command cli interface & config 2016-12-11 20:38:12 +01:00
MaZderMind
895b7fa708 add linebreak to error message 2016-12-11 20:38:12 +01:00
MaZderMind
738878b8b0 better handling for legacy config errors 2016-12-11 20:37:54 +01:00
MaZderMind
3de0b86d9c alwas allow access to the conference about-page 2016-12-10 18:26:34 +01:00
MaZderMind
d0a891dcc4 aways print a stack-trace 2016-12-10 18:26:34 +01:00
MaZderMind
f6c0270d40 rewrite data-model so that every configuration option is accessed through the conference 2016-12-10 18:22:34 +01:00
MaZderMind
521f0e2e1c add dash tab (with dummy content) 2016-12-08 22:38:46 +01:00
MaZderMind
6862b72e52 pass forceopen on to http/https-url 2016-10-17 23:16:37 +02:00
MaZderMind
b00cbc0911 fix 500-error when served path is missing 2016-10-17 23:06:14 +02:00
MaZderMind
4e8fed0b77 accept ?forceopen=yes to force a conference open 2016-09-03 19:55:40 +02:00
MaZderMind
6ee36da3d9 ignore get-parameters in url 2016-09-03 19:55:40 +02:00
MaZderMind
5842d8860c allow multiview- and schedule-urls before conference has started 2016-08-23 13:13:28 +02:00
MaZderMind
db7eaa3822 fullscreen schedule view 2016-08-21 12:16:09 +02:00
MaZderMind
9b8e234c6c support php internal webserver 2016-06-20 22:41:47 +02:00
MaZderMind
6be05f6090 add audio-only multiview 2015-12-28 11:26:17 +01:00
MaZderMind
ca134c64e6 Revert "expose per-conference not-started route, which allways shows the not-started view"
This reverts commit 8a99831fd1.
2015-12-23 11:46:57 +01:00
MaZderMind
8a99831fd1 expose per-conference not-started route, which allways shows the not-started view 2015-12-23 11:17:59 +01:00
MaZderMind
83d4c7d017 global about-page (aka onepager) 2015-12-20 16:28:02 +01:00
MaZderMind
a439f454df implement new subtitles L2S2 interface 2015-12-20 15:29:09 +01:00
MaZderMind
6fcf7ab52b move base-url & timezone out of per-conference config
support ssl on conference selection page
2015-11-14 12:29:50 +01:00
MaZderMind
a16d784ae8 fix ssl-links in multi-mandator-mode 2015-11-10 18:53:33 +01:00
MaZderMind
61c9cf52b0 global streams api 2015-11-08 20:36:34 +01:00
MaZderMind
aec65f8a24 better exception-handling in mandator-code 2015-11-08 17:17:16 +01:00
MaZderMind
0d91cc5f11 finish overview-page 2015-11-08 16:31:29 +01:00
MaZderMind
a0b2129479 Support an All-Conference-Closed Screen and mutliple Schedules & Relive-URLs 2015-11-08 15:15:53 +01:00
MaZderMind
efe1f83a7c implement mandator handling, supporting different styles per mandantor 2015-11-08 14:40:30 +01:00
MaZderMind
4c52028f55 experimental multi-client capability 2015-11-06 16:45:55 +01:00
MaZderMind
b4fba321b7 fix css-path on installations not hosted on / 2015-10-29 19:39:16 +01:00
VOC
85ab952a38 use relative baseurl in css to avoid http/https issues 2015-10-22 17:33:40 +02:00
VOC
d650516f62 assets/ is served staticly and can't be generated dymicly. change route. 2015-10-22 17:24:45 +02:00
MaZderMind
d0e4536faf use local-file cache 2015-10-05 17:37:25 +02:00
MaZderMind
d9d8d4a497 use php-based lesscss compiler 2015-10-05 17:28:23 +02:00
Florian Larysch
72185179ad let relive be accessible even when the conference has ended 2015-09-02 16:19:39 +02:00
Florian Larysch
2e9c619615 rename "not started yet"-page to fit conventions 2015-09-02 16:01:42 +02:00
Florian Larysch
e3fadc15c0 fix check for hasBegun condition 2015-09-02 16:00:14 +02:00
Florian Larysch
7a5c8ff018 Automatically open/close conference based on time.
Toggle the 'closed' bit based on the current time, rather than manually
setting it in the config. This patch also adds a distinction between the
time before the conference and after: Different pages will be displayed
as to not confuse the user.
2015-09-02 14:31:39 +02:00
MaZderMind
5e446908ea Allow Disabling Embed-Autoplay 2015-08-21 12:14:53 +02:00
MaZderMind
a3becf276c Prepare URLs in index 2015-07-13 14:03:13 +02:00
MaZderMind
b2cdfa500f ssl() and proto() helper to keep visitors on their url scheme 2015-07-03 13:09:15 +02:00
MaZderMind
c7c528ba87 Warn when short_open_tags is not configured correctly 2015-04-06 15:03:11 +02:00
MaZderMind
8f14dd9084 Audio & Video-Player Embeding 2015-04-06 00:28:03 +02:00