Commit graph

72 commits

Author SHA1 Message Date
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
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
MaZderMind
c28560754e Streams-JSON v1 2015-04-05 19:05:33 +02:00
MaZderMind
f0c2649d97 Return empty Schedule when Conference is Closed 2015-04-05 17:53:52 +02:00
MaZderMind
0fb8904157 Implement Close-Down Page with Upcoming Event 2015-04-04 20:12:49 +02:00
MaZderMind
2a24e19809 Experimental Multi-Viewer 2015-04-03 20:49:29 +02:00
MaZderMind
024d632396 Implement Relive based on the MVT Pattern 2015-03-31 23:17:01 +02:00
MaZderMind
81f90290f7 use require instead of include 2015-03-31 21:59:22 +02:00
MaZderMind
f48084e1d6 Rename program -> schedule 2015-03-31 17:20:10 +02:00
MaZderMind
c01f7979db Move Schedule-Availability Checks, too 2015-03-31 17:16:21 +02:00
MaZderMind
2fc4bc9dca Move Feedback-Availability Checks to View 2015-03-31 17:15:53 +02:00
MaZderMind
1a050c087e error handling 2015-03-31 08:19:08 +02:00