Jannik Beyerstedt
d0f95bc66a
fix player.js when run as dev server
...
Cache-busting GET parameters were passed to file names.
2023-10-27 20:50:04 +02:00
Jannik Beyerstedt
dc57652519
PHP 8: Handle more errors explicitly
...
The error control operator "@" has changed behavior in PHP8 and generally seems
like a quite bad hack. So let's handle array/ dict access errors explicitly.
2023-10-27 20:18:21 +02:00
Jannik Beyerstedt
1cd3e2b60b
PHP 8: Fix major compatibility issues
...
PHP8 deprecated, that class member variables can be created outside the class
definition or constructor, which prevented the code to run at all. Additionally
the error handling has changed, which has lead to multiple other errors during
the runtime.
Finally, strftime was deprecated in PHP 8.1.
2023-10-27 20:18:21 +02:00
Andreas Hubel
36a6ee344f
misc fixes
2022-12-27 13:52:32 +01:00
Andreas Hubel
affc820965
misc++
2022-12-25 02:55:34 +01:00
Andreas Hubel
78de064699
feat: allow to generate confence class from json
...
# Conflicts:
# model/Conferences.php
2022-12-25 02:55:33 +01:00
Daniel Molkentin
f58ae09659
chore: php8 compatibility
2022-05-20 19:14:43 +02:00
Daniel Molkentin
c49c9dd16b
Revert "Fix PHP 8 issues"
...
This reverts commit 95947ced0d7557b78ac27f9bc886958cc8184e1f.
2022-01-28 14:09:09 +01:00
Daniel Molkentin
1c093508d1
Fix PHP 8 issues
2022-01-28 14:09:06 +01:00
Andreas Hubel
7f98aaf293
relive player: allow lookup by guid, not only id
2021-12-28 12:34:37 +01:00
Lukas Schauer
d4b4591ace
moar routes
2021-12-27 11:42:16 +01:00
Andreas Hubel
f647127924
add hls to embed route regexp
2021-12-27 11:07:46 +01:00
Lukas Schauer
6cf52103ef
Revert "add the worlds most ugliest caching code"
...
This reverts commit 228da72825
.
2021-02-12 14:25:29 +01:00
Lukas Schauer
228da72825
add the worlds most ugliest caching code
2020-12-27 14:58:55 +01:00
Andreas Hubel
0fd79c1736
add config.json api route
2020-10-31 20:40:13 +01:00
Andreas Hubel
71a9c867d1
netcut: bugfix / optimization
2020-06-07 23:22:57 +02:00
Andreas Hubel
433045f405
fix?
2020-06-07 21:50:55 +02:00
Andreas Hubel
d0a9d8b2b0
hacky netcut integration
2020-06-07 21:36:10 +02:00
derchris
fd72b0f50a
Revert "update less.php to PHP 7.x compatible fork"
...
This reverts commit 7ad9f272a4
.
2019-02-04 13:11:28 +01:00
derchris
7ad9f272a4
update less.php to PHP 7.x compatible fork
2019-02-02 15:35:30 +01:00
dedeibel
5adc197e3c
Log uncaught Exceptions to stderr
2018-12-19 22:06:24 +01:00
dedeibel
fe41ec389e
Whitespace fixes
2018-12-19 22:06:07 +01:00
MaZderMind
af1f503160
select dash-stream as default, provide legacy streams under the legacy label
2018-03-24 12:16:24 +01:00
dedeibel
eed207f8df
Allowed multi translation for embedding, fixed autoplay option
2017-12-10 18:27:05 +01:00
Benjamin Peter
be515f5150
Added multple translation tracks with configurable endpoints and labels
2017-12-10 18:25:21 +01:00
MaZderMind
6d0d635e51
repair main-css when hosted in a subdir
2016-12-26 00:30:40 +01:00
MaZderMind
9af641e585
Merge branch 'master' into events/33c3
2016-12-20 23:21:20 +01:00
MaZderMind
4a7a7ed1bc
implement streams-api v2
...
fixes #6
2016-12-20 23:14:35 +01:00
MaZderMind
a12d86ec05
Merge branch 'master' into events/33c3
2016-12-18 13:34:57 +01:00
MaZderMind
35e7a2b2ad
move upcoming & current logic from javascript/ajax into php
2016-12-18 13:31:34 +01:00
MaZderMind
3384e963da
change storage paths according to issue description
2016-12-17 14:12:29 +01:00
MaZderMind
4e85b42335
add download-command cli interface & config
2016-12-11 20:38:12 +01:00
MaZderMind
895b7fa708
add linebreak to error message
2016-12-11 20:38:12 +01:00
MaZderMind
738878b8b0
better handling for legacy config errors
2016-12-11 20:37:54 +01:00
MaZderMind
3de0b86d9c
alwas allow access to the conference about-page
2016-12-10 18:26:34 +01:00
MaZderMind
d0a891dcc4
aways print a stack-trace
2016-12-10 18:26:34 +01:00
MaZderMind
f6c0270d40
rewrite data-model so that every configuration option is accessed through the conference
2016-12-10 18:22:34 +01:00
MaZderMind
521f0e2e1c
add dash tab (with dummy content)
2016-12-08 22:38:46 +01:00
MaZderMind
6862b72e52
pass forceopen on to http/https-url
2016-10-17 23:16:37 +02:00
MaZderMind
b00cbc0911
fix 500-error when served path is missing
2016-10-17 23:06:14 +02:00
MaZderMind
4e8fed0b77
accept ?forceopen=yes to force a conference open
2016-09-03 19:55:40 +02:00
MaZderMind
6ee36da3d9
ignore get-parameters in url
2016-09-03 19:55:40 +02:00
MaZderMind
5842d8860c
allow multiview- and schedule-urls before conference has started
2016-08-23 13:13:28 +02:00
MaZderMind
db7eaa3822
fullscreen schedule view
2016-08-21 12:16:09 +02:00
MaZderMind
9b8e234c6c
support php internal webserver
2016-06-20 22:41:47 +02:00
MaZderMind
6be05f6090
add audio-only multiview
2015-12-28 11:26:17 +01:00
MaZderMind
ca134c64e6
Revert "expose per-conference not-started route, which allways shows the not-started view"
...
This reverts commit 8a99831fd1
.
2015-12-23 11:46:57 +01:00
MaZderMind
8a99831fd1
expose per-conference not-started route, which allways shows the not-started view
2015-12-23 11:17:59 +01:00
MaZderMind
83d4c7d017
global about-page (aka onepager)
2015-12-20 16:28:02 +01:00
MaZderMind
a439f454df
implement new subtitles L2S2 interface
2015-12-20 15:29:09 +01:00