Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add option for additonal licence text on about page | Andreas Hubel | 2020-12-23 | 1 | -0/+3 |
| | |||||
* | Allow conference to override the not-started-yet page contents | Ike | 2019-10-11 | 1 | -0/+7 |
| | |||||
* | Added feature for unlisted conferences | dedeibel | 2017-12-16 | 1 | -0/+10 |
| | |||||
* | support embedding additional html on all pages | MaZderMind | 2017-05-25 | 1 | -0/+7 |
| | |||||
* | access relive config through relive-model | MaZderMind | 2016-12-11 | 1 | -2/+2 |
| | |||||
* | add cache-file getters and download preparations | MaZderMind | 2016-12-11 | 1 | -0/+4 |
| | |||||
* | download files of forced-open conferences | MaZderMind | 2016-12-11 | 1 | -1/+5 |
| | |||||
* | use DateTime objects for ends/startsAt | MaZderMind | 2016-12-11 | 1 | -4/+12 |
| | |||||
* | rewrite data-model so that every configuration option is accessed through ↵ | MaZderMind | 2016-12-10 | 1 | -3/+81 |
| | | | | the conference | ||||
* | fix forceopen switch | root | 2016-09-03 | 1 | -1/+1 |
| | |||||
* | accept ?forceopen=yes to force a conference open | MaZderMind | 2016-09-03 | 1 | -2/+15 |
| | |||||
* | fix duplicate 'Streaming' on generic views | MaZderMind | 2015-12-25 | 1 | -1/+1 |
| | |||||
* | also change C3Voc to all uppercase C3VOC | MaZderMind | 2015-12-25 | 1 | -1/+1 |
| | |||||
* | use SERVER_NAME everywhere | MaZderMind | 2015-12-23 | 1 | -1/+1 |
| | |||||
* | show warning when running in preview mode | MaZderMind | 2015-12-23 | 1 | -6/+6 |
| | |||||
* | enable support for a preview-domain | MaZderMind | 2015-12-23 | 1 | -0/+12 |
| | |||||
* | make STARTS_AT and/or ENDS_AT optional | Florian Larysch | 2015-09-09 | 1 | -2/+10 |
| | | | | | This is especially useful for conferences which don't have a set time frame. | ||||
* | catch all cases of $closed | Florian Larysch | 2015-09-02 | 1 | -2/+3 |
| | |||||
* | Automatically open/close conference based on time. | Florian Larysch | 2015-09-02 | 1 | -1/+34 |
| | | | | | | | 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 | -5/+2 |
| | |||||
* | Implement Close-Down Page with Upcoming Event | MaZderMind | 2015-04-04 | 1 | -0/+4 |
| | |||||
* | Hardcode about-Url in Template | MaZderMind | 2015-03-31 | 1 | -4/+0 |
| | |||||
* | Move get/set-Calls into ModelBase and abstract all access into a Model | MaZderMind | 2015-03-29 | 1 | -0/+70 |
Conflicts: model/Overview.php model/Room.php model/StreamList.php tests/ModelTestbase.php |