aboutsummaryrefslogtreecommitdiff
path: root/model/Conference.php (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-23add option for additonal licence text on about pageAndreas Hubel1-0/+3
2019-10-11Allow conference to override the not-started-yet page contentsIke1-0/+7
2017-12-16Added feature for unlisted conferencesdedeibel1-0/+10
2017-05-25support embedding additional html on all pagesMaZderMind1-0/+7
2016-12-11access relive config through relive-modelMaZderMind1-2/+2
2016-12-11add cache-file getters and download preparationsMaZderMind1-0/+4
2016-12-11download files of forced-open conferencesMaZderMind1-1/+5
2016-12-11use DateTime objects for ends/startsAtMaZderMind1-4/+12
2016-12-10rewrite data-model so that every configuration option is accessed through ↵MaZderMind1-3/+81
the conference
2016-09-03fix forceopen switchroot1-1/+1
2016-09-03accept ?forceopen=yes to force a conference openMaZderMind1-2/+15
2015-12-25fix duplicate 'Streaming' on generic viewsMaZderMind1-1/+1
2015-12-25also change C3Voc to all uppercase C3VOCMaZderMind1-1/+1
2015-12-23use SERVER_NAME everywhereMaZderMind1-1/+1
2015-12-23show warning when running in preview modeMaZderMind1-6/+6
2015-12-23enable support for a preview-domainMaZderMind1-0/+12
2015-09-09make STARTS_AT and/or ENDS_AT optionalFlorian Larysch1-2/+10
This is especially useful for conferences which don't have a set time frame.
2015-09-02catch all cases of $closedFlorian Larysch1-2/+3
2015-09-02Automatically open/close conference based on time.Florian Larysch1-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-29kill external ReLive supportFlorian Larysch1-5/+2
2015-04-04Implement Close-Down Page with Upcoming EventMaZderMind1-0/+4
2015-03-31Hardcode about-Url in TemplateMaZderMind1-4/+0
2015-03-29Move get/set-Calls into ModelBase and abstract all access into a ModelMaZderMind1-0/+70
Conflicts: model/Overview.php model/Room.php model/StreamList.php tests/ModelTestbase.php