Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add deployment script for streaming.test.c3voc.de | Andreas Hubel | 2020-11-29 | 1 | -5/+4 |
| | |||||
* | 'MAX_CONFERENCE_AGE' => 365 | derchris | 2020-11-05 | 1 | -1/+1 |
| | |||||
* | add missing char in config | Andreas Hubel | 2020-07-01 | 1 | -1/+1 |
| | |||||
* | make cdn configurable | Simeon Keske | 2020-06-14 | 1 | -0/+2 |
| | |||||
* | use DateTime objects for ends/startsAt | MaZderMind | 2016-12-11 | 1 | -1/+1 |
| | |||||
* | add download-command cli interface & config | MaZderMind | 2016-12-11 | 1 | -1/+26 |
| | |||||
* | basic config for the afu series | Peter Körner | 2016-04-18 | 1 | -1/+1 |
| | |||||
* | fix comment wording | MaZderMind | 2015-12-23 | 1 | -1/+1 |
| | |||||
* | ensure CONFIG-Array is always present | MaZderMind | 2015-12-23 | 1 | -0/+1 |
| | |||||
* | use HOST_NAME | MaZderMind | 2015-12-23 | 1 | -2/+2 |
| | |||||
* | fix comparisons | MaZderMind | 2015-12-23 | 1 | -2/+2 |
| | |||||
* | add note about usefulness on localhost | MaZderMind | 2015-12-23 | 1 | -0/+4 |
| | |||||
* | disable special baseurl for preview-domain (keep an an example) | MaZderMind | 2015-12-23 | 1 | -5/+5 |
| | |||||
* | enable support for a preview-domain | MaZderMind | 2015-12-23 | 1 | -1/+23 |
| | |||||
* | move base-url & timezone out of per-conference config | MaZderMind | 2015-11-14 | 1 | -0/+13 |
| | | | | support ssl on conference selection page | ||||
* | experimental multi-client capability | MaZderMind | 2015-11-06 | 1 | -627/+0 |
| | |||||
* | add a warning against fancy room-slugs | Florian Larysch | 2015-11-05 | 1 | -0/+3 |
| | |||||
* | make STARTS_AT and/or ENDS_AT optional | Florian Larysch | 2015-09-09 | 1 | -0/+5 |
| | | | | | This is especially useful for conferences which don't have a set time frame. | ||||
* | change default relive-json name to match configs/download.sh | MaZderMind | 2015-09-02 | 1 | -1/+1 |
| | |||||
* | remove impractical apcu cache | MaZderMind | 2015-09-02 | 1 | -14/+0 |
| | |||||
* | Automatically open/close conference based on time. | Florian Larysch | 2015-09-02 | 1 | -4/+19 |
| | | | | | | | 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. | ||||
* | kill external ReLive support | Florian Larysch | 2015-08-29 | 1 | -12/+5 |
| | |||||
* | document downloader | MaZderMind | 2015-08-21 | 1 | -3/+6 |
| | |||||
* | use downloaded config in default setup | MaZderMind | 2015-08-21 | 1 | -2/+2 |
| | |||||
* | don't simulate an offset by default | MaZderMind | 2015-08-21 | 1 | -2/+2 |
| | |||||
* | Set new default VOD-Url | MaZderMind | 2015-08-21 | 1 | -1/+1 |
| | |||||
* | Use a file to set a real password | MaZderMind | 2015-07-14 | 1 | -2/+2 |
| | |||||
* | Remove Development Config | MaZderMind | 2015-07-03 | 1 | -2/+0 |
| | |||||
* | Auto-Prepend protocoll for protocol-relative Base-URLs | MaZderMind | 2015-07-03 | 1 | -5/+6 |
| | | | | This allows to have a switching button | ||||
* | ssl() and proto() helper to keep visitors on their url scheme | MaZderMind | 2015-07-03 | 1 | -1/+5 |
| | |||||
* | Remove commented Stereo-Properties | MaZderMind | 2015-04-06 | 1 | -3/+0 |
| | |||||
* | Audio & Video-Player Embeding | MaZderMind | 2015-04-06 | 1 | -0/+28 |
| | |||||
* | Disable Room-Filter in Master | MaZderMind | 2015-04-05 | 1 | -1/+1 |
| | |||||
* | Implement Close-Down Page with Upcoming Event | MaZderMind | 2015-04-04 | 1 | -0/+7 |
| | |||||
* | Disable Caches by Default | MaZderMind | 2015-04-04 | 1 | -2/+2 |
| | | | | They make development a lot more complicated and are not needed in the usual c3voc-Deployment | ||||
* | Allow Filtering Rooms from the Schedule | MaZderMind | 2015-04-01 | 1 | -0/+7 |
| | |||||
* | Implement Relive based on the MVT Pattern | MaZderMind | 2015-03-31 | 1 | -0/+7 |
| | |||||
* | Raise 404 when no Stream is selected at all | MaZderMind | 2015-03-31 | 1 | -0/+3 |
| | |||||
* | Documentation for Stream-Selection-Options | MaZderMind | 2015-03-31 | 1 | -3/+63 |
| | |||||
* | Implement MVT Pattern based on simple Config options | MaZderMind | 2015-03-30 | 1 | -86/+39 |
| | |||||
* | Move get/set-Calls into ModelBase and abstract all access into a Model | MaZderMind | 2015-03-29 | 1 | -21/+21 |
| | | | | | | | | Conflicts: model/Overview.php model/Room.php model/StreamList.php tests/ModelTestbase.php | ||||
* | Documentation of conference-Settings | MaZderMind | 2015-03-03 | 1 | -0/+40 |
| | |||||
* | Remove Relive-Testfile | MaZderMind | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | Multitude of Smartphone-Fixes | MaZderMind | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | VOD Testset | MaZderMind | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | program view | MaZderMind | 2015-03-01 | 1 | -3/+6 |
| | |||||
* | Work on Room-Page | MaZderMind | 2015-02-27 | 1 | -52/+21 |
| | |||||
* | Finish Overview-Page | MaZderMind | 2015-02-27 | 1 | -2/+2 |
| | |||||
* | remove 31c3 specific styles | MaZderMind | 2015-02-27 | 1 | -5/+1 |
| | |||||
* | shuffle things around on the way to a bootstrap-based configurable website | MaZderMind | 2015-02-26 | 1 | -3/+23 |
| |