Commit graph

66 commits

Author SHA1 Message Date
Jannik Beyerstedt
dc57652519 PHP 8: Handle more errors explicitly
The error control operator "@" has changed behavior in PHP8 and generally seems
like a quite bad hack. So let's handle array/ dict access errors explicitly.
2023-10-27 20:18:21 +02:00
Jannik Beyerstedt
25081b0e77 Fix config.php for docker
When running through docker with the command from the readme, the server
name is "0.0.0.0" instead of "localhost".
2023-10-22 17:38:31 +02:00
Andreas Hubel
36a6ee344f misc fixes 2022-12-27 13:52:32 +01:00
Andreas Hubel
f77b532447 chore: centralize feedback config 2022-12-25 02:55:33 +01:00
Andreas Hubel
0acd4fb914 feat: add room default config flags 2022-12-25 02:55:33 +01:00
Daniel Molkentin
11977a7a0d fix: remove warning while running under serve.sh 2022-05-20 19:14:21 +02:00
Andreas Hubel
bbea394ffc add deployment script for streaming.test.c3voc.de 2020-11-29 21:13:40 +01:00
derchris
f147fe2cb4 'MAX_CONFERENCE_AGE' => 365 2020-11-05 01:39:52 +01:00
Andreas Hubel
10354f2fec add missing char in config 2020-07-01 23:16:16 +02:00
Simeon Keske
ca0ad31572
make cdn configurable 2020-06-14 15:24:18 +02:00
MaZderMind
8beec6fda3 use DateTime objects for ends/startsAt 2016-12-11 20:38:30 +01:00
MaZderMind
4e85b42335 add download-command cli interface & config 2016-12-11 20:38:12 +01:00
Peter Körner
924c6dd5ed basic config for the afu series 2016-04-18 18:14:57 +02:00
MaZderMind
f8d0383170 fix comment wording 2015-12-23 14:27:50 +01:00
MaZderMind
5064346f9b ensure CONFIG-Array is always present 2015-12-23 14:27:35 +01:00
MaZderMind
2b671e30da use HOST_NAME 2015-12-23 13:40:56 +01:00
MaZderMind
7177a3fa0e fix comparisons 2015-12-23 13:21:57 +01:00
MaZderMind
33edb587f6 add note about usefulness on localhost 2015-12-23 12:44:28 +01:00
MaZderMind
8938f2d6c5 disable special baseurl for preview-domain (keep an an example) 2015-12-23 12:42:40 +01:00
MaZderMind
40bf3b71ce enable support for a preview-domain 2015-12-23 11:58:44 +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
4c52028f55 experimental multi-client capability 2015-11-06 16:45:55 +01:00
Florian Larysch
596323d5a4 add a warning against fancy room-slugs 2015-11-05 13:29:22 +01:00
Florian Larysch
c46cc80be5 make STARTS_AT and/or ENDS_AT optional
This is especially useful for conferences which don't have a set time
frame.
2015-09-09 03:40:40 +02:00
MaZderMind
7cae550e7b change default relive-json name to match configs/download.sh 2015-09-02 17:03:42 +02:00
MaZderMind
cbddca3d7e remove impractical apcu cache 2015-09-02 17:03:16 +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
Florian Larysch
502371650e kill external ReLive support 2015-08-29 15:31:56 +02:00
MaZderMind
6842041bca document downloader 2015-08-21 16:55:46 +02:00
MaZderMind
1c32fee299 use downloaded config in default setup 2015-08-21 16:52:29 +02:00
MaZderMind
c3d1af10f8 don't simulate an offset by default 2015-08-21 16:49:14 +02:00
MaZderMind
c1bc9863cf Set new default VOD-Url 2015-08-21 12:21:54 +02:00
MaZderMind
4f7e8ed713 Use a file to set a real password 2015-07-14 15:29:06 +02:00
MaZderMind
7428464462 Remove Development Config 2015-07-03 13:22:27 +02:00
MaZderMind
01510fa8bd Auto-Prepend protocoll for protocol-relative Base-URLs
This allows to have a switching button
2015-07-03 13:20:35 +02:00
MaZderMind
b2cdfa500f ssl() and proto() helper to keep visitors on their url scheme 2015-07-03 13:09:15 +02:00
MaZderMind
61a9446255 Remove commented Stereo-Properties 2015-04-06 00:28:49 +02:00
MaZderMind
8f14dd9084 Audio & Video-Player Embeding 2015-04-06 00:28:03 +02:00
MaZderMind
8f784be543 Disable Room-Filter in Master 2015-04-05 17:50:59 +02:00
MaZderMind
0fb8904157 Implement Close-Down Page with Upcoming Event 2015-04-04 20:12:49 +02:00
MaZderMind
69c2ec30e6 Disable Caches by Default
They make development a lot more complicated and are not needed in the usual c3voc-Deployment
2015-04-04 13:41:05 +02:00
MaZderMind
759184ba05 Allow Filtering Rooms from the Schedule 2015-04-01 21:03:21 +02:00
MaZderMind
024d632396 Implement Relive based on the MVT Pattern 2015-03-31 23:17:01 +02:00
MaZderMind
8b7ab95ad4 Raise 404 when no Stream is selected at all 2015-03-31 17:07:45 +02:00
MaZderMind
c64155f3b7 Documentation for Stream-Selection-Options 2015-03-31 17:07:44 +02:00
MaZderMind
f7d9d59274 Implement MVT Pattern based on simple Config options 2015-03-30 16:20:30 +02:00
MaZderMind
ea4b6c7699 Move get/set-Calls into ModelBase and abstract all access into a Model
Conflicts:
	model/Overview.php
	model/Room.php
	model/StreamList.php
	tests/ModelTestbase.php
2015-03-29 21:42:01 +02:00
MaZderMind
7d0d4db2e4 Documentation of conference-Settings 2015-03-03 11:14:49 +01:00
MaZderMind
3575feaf92 Remove Relive-Testfile 2015-03-02 16:39:53 +01:00
MaZderMind
3b16385db8 Multitude of Smartphone-Fixes 2015-03-02 14:55:37 +01:00