aboutsummaryrefslogtreecommitdiff
path: root/template (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* rename "not started yet"-page to fit conventionsFlorian Larysch2015-09-021-0/+0
|
* Automatically open/close conference based on time.Florian Larysch2015-09-023-1/+45
| | | | | | | 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.
* change text next to audio only button from "video" to $formatFlorian Larysch2015-08-291-2/+2
| | | | | Right now, the button says "Audio | video", which is slightly confusing. This patch changes it to "Audio | $format_name", which might be better.
* change warning when no relive talks existFlorian Larysch2015-08-291-1/+1
| | | | | This always happens when talks haven't started yet, so we change the message to something less alarming.
* fix some orthographic issuesFlorian Larysch2015-08-2910-24/+24
|
* Allow Disabling Embed-AutoplayMaZderMind2015-08-212-3/+11
|
* Hide "is over" if Event-Title is Equal to Next-Event-TitleMaZderMind2015-08-211-1/+3
|
* Number Room-Groups in OverviewMaZderMind2015-07-141-2/+2
|
* Extend Streamdump-Download TextMaZderMind2015-07-131-1/+1
|
* USe Wide Display for the BoxesMaZderMind2015-07-131-2/+2
|
* Add Download-Box to Relive-Player ViewMaZderMind2015-07-131-0/+11
|
* Dynamicly generate release-link textMaZderMind2015-07-131-1/+1
|
* Move released-box to the top and color it greenMaZderMind2015-07-131-4/+11
|
* Prepare URLs in indexMaZderMind2015-07-132-3/+3
|
* TLS Switching buttonMaZderMind2015-07-031-0/+7
|
* Add a fixed buffer for rounding offsets when scaling time to pixelsMaZderMind2015-05-071-1/+1
|
* Countdown in closed-ViewMaZderMind2015-04-302-0/+2
|
* Show all upcoming Events in closed ViewMaZderMind2015-04-061-11/+21
|
* Repair Switchers to not shadow $stream in the following TemplatesMaZderMind2015-04-064-12/+12
|
* Audio & Video-Player EmbedingMaZderMind2015-04-064-2/+56
|
* No Partay TodayMaZderMind2015-04-051-12/+0
|
* Show Tech-String in SwitcherMaZderMind2015-04-054-8/+12
|
* Hide Navbar-Buttons in Closed-StateMaZderMind2015-04-041-4/+6
|
* Small fixes to Closed-TemplateMaZderMind2015-04-041-1/+1
|
* Implement Close-Down Page with Upcoming EventMaZderMind2015-04-041-0/+25
|
* Show Display-Names and Link Rooms in Relive-ViewMaZderMind2015-04-041-1/+5
|
* Merge branch 'multiview'MaZderMind2015-04-041-0/+23
|\
| * Experimental Multi-ViewerMaZderMind2015-04-031-0/+23
| |
* | relive: We're out of beta. Add a more helpful info text.Florian Larysch2015-04-031-3/+8
|/
* no party. for no-one.MaZderMind2015-04-031-13/+0
|
* Fix missing trailing / when deployed directly on a domainMaZderMind2015-04-031-2/+2
|
* relive-player: make the hint about desktop players clearerFlorian Larysch2015-04-031-2/+7
|
* Fix Generic Feedback-FormMaZderMind2015-04-021-1/+1
|
* remove excess iconsMaZderMind2015-04-021-11/+2
|
* Hide Group-Headline when no Title is specifiedMaZderMind2015-04-011-3/+5
|
* Wider Audio-PlayerMaZderMind2015-03-311-1/+1
|
* Fix About-Page by using the Model-ClassMaZderMind2015-03-311-3/+3
|
* Implement Relive based on the MVT PatternMaZderMind2015-03-311-3/+2
|
* Hardcode about-Url in TemplateMaZderMind2015-03-311-1/+1
|
* Datepicker in Feedback-Read GUIMaZderMind2015-03-312-2/+23
|
* Feedback Read-ViewMaZderMind2015-03-311-0/+77
|
* Submit Form via Ajax and report ErrorsMaZderMind2015-03-311-0/+1
|
* Fix Stream-Selection in Feedback-FormMaZderMind2015-03-311-5/+3
|
* error handlingMaZderMind2015-03-311-0/+8
|
* Remove default selection on IPv4MaZderMind2015-03-311-1/+1
|
* Implement Feedback-Form based on MVT PatternMaZderMind2015-03-311-5/+14
|
* Link to RoomsMaZderMind2015-03-301-10/+11
|
* Rename program to scheduleMaZderMind2015-03-302-18/+12
|
* Implement MVT Pattern based on simple Config optionsMaZderMind2015-03-3011-173/+136
|
* Move get/set-Calls into ModelBase and abstract all access into a ModelMaZderMind2015-03-295-26/+27
| | | | | | | | Conflicts: model/Overview.php model/Room.php model/StreamList.php tests/ModelTestbase.php