aboutsummaryrefslogtreecommitdiff
path: root/model (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-02catch all cases of $closedFlorian Larysch1-2/+3
2015-09-02Automatically open/close conference based on time.Florian Larysch1-1/+34
2015-08-29kill external ReLive supportFlorian Larysch1-5/+2
2015-08-22Use downloaded upcoming.jsonMaZderMind1-2/+2
2015-07-14Fix Overview 404 with wrong configured RoomsMaZderMind1-1/+1
2015-07-03ssl() and proto() helper to keep visitors on their url schemeMaZderMind1-6/+6
2015-04-10Link to Twitter-Search instead of the Tweet-IntentMaZderMind1-1/+1
2015-04-06Show all upcoming Events in closed ViewMaZderMind1-3/+2
2015-04-06Audio & Video-Player EmbedingMaZderMind2-0/+15
2015-04-05Streams-JSON v1MaZderMind1-4/+62
2015-04-05relive: ignore talks in "not_running" stateFlorian Larysch1-0/+3
2015-04-04Implement Close-Down Page with Upcoming EventMaZderMind2-0/+23
2015-04-04Show Display-Names and Link Rooms in Relive-ViewMaZderMind2-1/+30
2015-04-03Experimental Multi-ViewerMaZderMind1-0/+15
2015-04-03No Double-UTF8-Decode anymoreMaZderMind1-1/+0
2015-04-03Fail gracefully when the Schedule is unreachableMaZderMind1-1/+8
2015-04-01Fix GetterMaZderMind1-1/+1
2015-04-01Use URL as Part of the Cache-KeyMaZderMind2-5/+20
2015-04-01Allow Filtering Rooms from the ScheduleMaZderMind1-0/+16
2015-03-31Implement Relive based on the MVT PatternMaZderMind1-5/+61
2015-03-31Revert "Don't 500 when the Schedule is unreachable"MaZderMind1-7/+1
2015-03-31Hardcode about-Url in TemplateMaZderMind1-4/+0
2015-03-31Feedback Read-ViewMaZderMind1-0/+36
2015-03-31Remove Global has/getMaZderMind1-3/+3
2015-03-31Avoid Error when getSchedule does not return a mutuable ArrayMaZderMind1-1/+2
2015-03-31Raise 404 when no Stream is selected at allMaZderMind1-0/+3
2015-03-31Fix static Room-List getterMaZderMind1-1/+1
2015-03-31Move Feedback-Save-MEthods to ModelMaZderMind1-0/+37
2015-03-31Don't 500 when the Schedule is unreachableMaZderMind1-1/+7
2015-03-31Fix getSelections()MaZderMind1-1/+1
2015-03-31Static Room-List getterMaZderMind1-0/+9
2015-03-30Default Tab- and Selection accessMaZderMind1-2/+14
2015-03-30Static existence checks for RoomsMaZderMind1-0/+13
2015-03-30Allow static accessMaZderMind1-7/+15
2015-03-30MVT Implementation of the scheduleMaZderMind2-31/+97
2015-03-30Implement MVT Pattern based on simple Config optionsMaZderMind7-57/+648
2015-03-29Move get/set-Calls into ModelBase and abstract all access into a ModelMaZderMind7-35/+165
2015-03-29Use normal ConstructorMaZderMind2-7/+2
2015-03-29Fix Class FormattingMaZderMind2-2/+4
2015-03-14Introduce Models abstracting the Config away from Views & TemplatesMaZderMind4-0/+134