Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-09-03 | fix forceopen switch | root | 1 | -1/+1 | |
2016-09-03 | accept ?forceopen=yes to force a conference open | MaZderMind | 1 | -2/+15 | |
2015-12-25 | fix duplicate 'Streaming' on generic views | MaZderMind | 1 | -1/+1 | |
2015-12-25 | also change C3Voc to all uppercase C3VOC | MaZderMind | 1 | -1/+1 | |
2015-12-23 | use SERVER_NAME everywhere | MaZderMind | 1 | -1/+1 | |
2015-12-23 | show warning when running in preview mode | MaZderMind | 1 | -6/+6 | |
2015-12-23 | enable support for a preview-domain | MaZderMind | 1 | -0/+12 | |
2015-09-09 | make STARTS_AT and/or ENDS_AT optional | Florian Larysch | 1 | -2/+10 | |
This is especially useful for conferences which don't have a set time frame. | |||||
2015-09-02 | catch all cases of $closed | Florian Larysch | 1 | -2/+3 | |
2015-09-02 | Automatically open/close conference based on time. | Florian Larysch | 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. | |||||
2015-08-29 | kill external ReLive support | Florian Larysch | 1 | -5/+2 | |
2015-04-04 | Implement Close-Down Page with Upcoming Event | MaZderMind | 1 | -0/+4 | |
2015-03-31 | Hardcode about-Url in Template | MaZderMind | 1 | -4/+0 | |
2015-03-29 | Move get/set-Calls into ModelBase and abstract all access into a Model | MaZderMind | 1 | -0/+70 | |
Conflicts: model/Overview.php model/Room.php model/StreamList.php tests/ModelTestbase.php |