aboutsummaryrefslogtreecommitdiff
path: root/model/Room.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix room name fallbackAndreas Hubel2019-03-131-2/+2
|
* Added short display name feature for longer rooms / schedule and mobile viewdedeibel2018-12-301-0/+10
|
* show latest tweets instead of top tweetsAndreas Hubel2018-06-061-1/+1
|
* migrate logic to select current & upcoming talk into the Room classMaZderMind2018-05-121-0/+20
|
* select dash-stream as default, provide legacy streams under the legacy labelMaZderMind2018-03-241-16/+17
|
* fix hls playlist url in adaptive playerAnton Schubert2018-01-241-1/+1
|
* fix hls playlist urlAnton Schubert2018-01-241-1/+1
|
* fix dash manifest urlAnton Schubert2018-01-241-1/+1
|
* Leading Spaces to Tabsdedeibel2017-12-111-35/+35
|
* Removed dash and music translations from the api because its wrongdedeibel2017-12-101-3/+10
|
* Allowed multi translation for embedding, fixed autoplay optiondedeibel2017-12-101-3/+6
|
* Added multple translation tracks with configurable endpoints and labelsBenjamin Peter2017-12-101-8/+45
|
* hardcode dash relay temporarilyAnton Schubert2017-07-081-1/+1
|
* change dash and multiquality-hls paths to existing hls url-schemeAnton Schubert2017-07-081-2/+2
|
* update dash-player to simultaneous dash/hls playerAnton Schubert2017-05-281-1/+5
|
* add dash to the json-apiMaZderMind2016-12-291-0/+4
|
* enable dash on dekan onlyMaZderMind2016-12-281-1/+1
|
* working example of minimal dash playerMaZderMind2016-12-221-0/+4
|
* repair dash lookupMaZderMind2016-12-191-1/+1
|
* Merge branch 'master' into events/33c3MaZderMind2016-12-181-50/+35
|\
| * change default of schedule-name to display-nameMaZderMind2016-12-181-1/+1
| |
| * rewrite data-model so that every configuration option is accessed through ↵MaZderMind2016-12-101-50/+35
| | | | | | | | the conference
* | add dash tab (with dummy content)MaZderMind2016-12-081-0/+10
|/
* accept ?forceopen=yes to force a conference openMaZderMind2016-09-031-1/+1
|
* allow rooms to be forced to full-widthMaZderMind2015-12-201-0/+4
|
* implement new subtitles L2S2 interfaceMaZderMind2015-12-201-0/+10
|
* fix thumbs urlMaZderMind2015-11-081-1/+1
|
* fail when a roomslug contains invalid charactersMaZderMind2015-11-061-0/+3
|
* Link to Twitter-Search instead of the Tweet-IntentMaZderMind2015-04-101-1/+1
|
* Audio & Video-Player EmbedingMaZderMind2015-04-061-0/+5
|
* Experimental Multi-ViewerMaZderMind2015-04-031-0/+15
|
* Raise 404 when no Stream is selected at allMaZderMind2015-03-311-0/+3
|
* Fix static Room-List getterMaZderMind2015-03-311-1/+1
|
* Fix getSelections()MaZderMind2015-03-311-1/+1
|
* Static Room-List getterMaZderMind2015-03-311-0/+9
|
* Default Tab- and Selection accessMaZderMind2015-03-301-2/+14
|
* Static existence checks for RoomsMaZderMind2015-03-301-0/+13
|
* MVT Implementation of the scheduleMaZderMind2015-03-301-0/+4
|
* Implement MVT Pattern based on simple Config optionsMaZderMind2015-03-301-1/+192
|
* Move get/set-Calls into ModelBase and abstract all access into a ModelMaZderMind2015-03-291-5/+5
| | | | | | | | Conflicts: model/Overview.php model/Room.php model/StreamList.php tests/ModelTestbase.php
* Use normal ConstructorMaZderMind2015-03-291-6/+1
|
* Fix Class FormattingMaZderMind2015-03-291-1/+2
|
* Introduce Models abstracting the Config away from Views & TemplatesMaZderMind2015-03-141-0/+49