aboutsummaryrefslogtreecommitdiff
path: root/model/Conference.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* catch all cases of $closedFlorian Larysch2015-09-021-2/+3
|
* Automatically open/close conference based on time.Florian Larysch2015-09-021-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 supportFlorian Larysch2015-08-291-5/+2
|
* Implement Close-Down Page with Upcoming EventMaZderMind2015-04-041-0/+4
|
* Hardcode about-Url in TemplateMaZderMind2015-03-311-4/+0
|
* Move get/set-Calls into ModelBase and abstract all access into a ModelMaZderMind2015-03-291-0/+70
Conflicts: model/Overview.php model/Room.php model/StreamList.php tests/ModelTestbase.php