Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-11-08 | fix thumbs url | MaZderMind | 1 | -1/+1 | |
2015-11-08 | global streams api | MaZderMind | 1 | -0/+2 | |
2015-11-08 | better exception-handling in mandator-code | MaZderMind | 1 | -2/+2 | |
2015-11-08 | finish overview-page | MaZderMind | 1 | -8/+24 | |
2015-11-08 | Support an All-Conference-Closed Screen and mutliple Schedules & Relive-URLs | MaZderMind | 2 | -1/+68 | |
2015-11-08 | implement mandator handling, supporting different styles per mandantor | MaZderMind | 1 | -0/+59 | |
2015-11-06 | fail when a roomslug contains invalid characters | MaZderMind | 1 | -0/+3 | |
2015-10-05 | fix js-errors with rooms in the schedule unknown to the streaming-ws | MaZderMind | 1 | -1/+6 | |
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 | remove impractical apcu cache | MaZderMind | 2 | -84/+2 | |
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-08-22 | Use downloaded upcoming.json | MaZderMind | 1 | -2/+2 | |
2015-07-14 | Fix Overview 404 with wrong configured Rooms | MaZderMind | 1 | -1/+1 | |
2015-07-03 | ssl() and proto() helper to keep visitors on their url scheme | MaZderMind | 1 | -6/+6 | |
2015-04-10 | Link to Twitter-Search instead of the Tweet-Intent | MaZderMind | 1 | -1/+1 | |
2015-04-06 | Show all upcoming Events in closed View | MaZderMind | 1 | -3/+2 | |
2015-04-06 | Audio & Video-Player Embeding | MaZderMind | 2 | -0/+15 | |
2015-04-05 | Streams-JSON v1 | MaZderMind | 1 | -4/+62 | |
2015-04-05 | relive: ignore talks in "not_running" state | Florian Larysch | 1 | -0/+3 | |
2015-04-04 | Implement Close-Down Page with Upcoming Event | MaZderMind | 2 | -0/+23 | |
2015-04-04 | Show Display-Names and Link Rooms in Relive-View | MaZderMind | 2 | -1/+30 | |
2015-04-03 | Experimental Multi-Viewer | MaZderMind | 1 | -0/+15 | |
2015-04-03 | No Double-UTF8-Decode anymore | MaZderMind | 1 | -1/+0 | |
2015-04-03 | Fail gracefully when the Schedule is unreachable | MaZderMind | 1 | -1/+8 | |
2015-04-01 | Fix Getter | MaZderMind | 1 | -1/+1 | |
2015-04-01 | Use URL as Part of the Cache-Key | MaZderMind | 2 | -5/+20 | |
2015-04-01 | Allow Filtering Rooms from the Schedule | MaZderMind | 1 | -0/+16 | |
2015-03-31 | Implement Relive based on the MVT Pattern | MaZderMind | 1 | -5/+61 | |
2015-03-31 | Revert "Don't 500 when the Schedule is unreachable" | MaZderMind | 1 | -7/+1 | |
This reverts commit 72722fe3c6e88a683c07b5ee1989e61610d4b7aa. | |||||
2015-03-31 | Hardcode about-Url in Template | MaZderMind | 1 | -4/+0 | |
2015-03-31 | Feedback Read-View | MaZderMind | 1 | -0/+36 | |
2015-03-31 | Remove Global has/get | MaZderMind | 1 | -3/+3 | |
2015-03-31 | Avoid Error when getSchedule does not return a mutuable Array | MaZderMind | 1 | -1/+2 | |
2015-03-31 | Raise 404 when no Stream is selected at all | MaZderMind | 1 | -0/+3 | |
2015-03-31 | Fix static Room-List getter | MaZderMind | 1 | -1/+1 | |
2015-03-31 | Move Feedback-Save-MEthods to Model | MaZderMind | 1 | -0/+37 | |
2015-03-31 | Don't 500 when the Schedule is unreachable | MaZderMind | 1 | -1/+7 | |
2015-03-31 | Fix getSelections() | MaZderMind | 1 | -1/+1 | |
2015-03-31 | Static Room-List getter | MaZderMind | 1 | -0/+9 | |
2015-03-30 | Default Tab- and Selection access | MaZderMind | 1 | -2/+14 | |
2015-03-30 | Static existence checks for Rooms | MaZderMind | 1 | -0/+13 | |
2015-03-30 | Allow static access | MaZderMind | 1 | -7/+15 | |
2015-03-30 | MVT Implementation of the schedule | MaZderMind | 2 | -31/+97 | |
2015-03-30 | Implement MVT Pattern based on simple Config options | MaZderMind | 7 | -57/+648 | |
2015-03-29 | Move get/set-Calls into ModelBase and abstract all access into a Model | MaZderMind | 7 | -35/+165 | |
Conflicts: model/Overview.php model/Room.php model/StreamList.php tests/ModelTestbase.php | |||||
2015-03-29 | Use normal Constructor | MaZderMind | 2 | -7/+2 | |
2015-03-29 | Fix Class Formatting | MaZderMind | 2 | -2/+4 | |
2015-03-14 | Introduce Models abstracting the Config away from Views & Templates | MaZderMind | 4 | -0/+134 | |