Commit graph

390 commits

Author SHA1 Message Date
Jannik Beyerstedt
630649bf70 fix(about): Use media.ccc.de URL instead of relive, if relive is disabled
The page didn't render before b/c  h(NULL) was called as getReliveUrl returns NULL if relive is disabled.
2024-08-18 13:05:45 +02:00
thomic
d6c5a5326d Revert "fosdem specifc (REVERT after conference!): add more room per row so everything fits on one screen"
This reverts commit e6438eba15.
2024-02-09 14:20:29 +01:00
Andreas Hubel
7ed33ca722
feat(overview): add option to display room track 2024-02-03 14:12:23 +01:00
Andreas Hubel
cc6fa1b783
feat(overview): add option to hide rooms without talks 2024-02-03 14:10:24 +01:00
Andreas Hubel
cc6bb04c90
feat(relive player): make player skip time to start configurable 2024-02-03 14:09:32 +01:00
Andreas Hubel
e6438eba15
fosdem specifc (REVERT after conference!): add more room per row so everything fits on one screen 2024-02-03 01:50:47 +01:00
Andreas Hubel
c0bb5ee237
feat(about page): make text configurable 2024-02-03 01:50:47 +01:00
Andreas Hubel
b6d80d2dd0
feat: add fallback + new config options for cdn urls 2024-02-03 01:50:47 +01:00
Anton Schubert
ae434f23e3 fix relive 2023-12-29 16:32:29 +01:00
Anton Schubert
14f8a70237 add player with stats 2023-12-29 14:58:28 +01:00
Andreas Hubel
fc626a1de1
fix sm link 2023-12-29 13:41:28 +01:00
Anton Schubert
4ecbc1e9ed fix audio only player 2023-12-28 12:40:11 +01:00
Anton Schubert
4fee19453b event more fixes for #231 2023-12-28 12:40:11 +01:00
Lukas Schauer
4127b9b09b
appended workaround to temporarily fix parts of #231 2023-12-27 21:45:56 +01:00
Lukas Schauer
abf865f3a1
workaround to temporarily fix parts of #231 2023-12-27 20:24:39 +01: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
Anton Schubert
e9337e6707 update player to fix quality selection, updated hls.js to 1.4.10 2023-08-16 18:41:05 +02:00
Anton Schubert
941e207e6a player cache busting 2023-08-16 17:18:49 +02:00
derchris
13f403c412 change player for slides 2023-08-15 11:35:48 +02:00
Andreas Hubel
393c05cdbb feat(schedule): cleanup 2022-12-29 03:06:43 +01:00
Sören Beye
ae3707c173
feat: Add schedule button to header (#204) 2022-12-29 02:26:38 +01:00
Andreas Hubel
9977b7f20a feat(schedule): finish first iteration of modal event details popover 2022-12-29 02:24:37 +01:00
Andreas Hubel
6a423a8090 feat(schedule): first draft for modal event details popover 2022-12-29 00:46:39 +01:00
Andreas Hubel
d2db107dc0 fix/feat(chat): make it work, split chat and social config 2022-12-27 12:45:56 +01:00
Andreas Hubel
3303d4b406 fix: schedule room to streaming room mapping 2022-12-26 00:41:28 +01:00
Andreas Hubel
b64149a17b improve sorting on overview page: put streams with upcoming talks to the top 2022-12-25 03:49:00 +01:00
Andreas Hubel
86b17340dd chore: display friendlier url als link text 2022-05-13 14:29:37 +02:00
Andreas Hubel
af395c1964 add config option to use custom player js file 2022-04-15 16:06:32 +02:00
Andreas Hubel
75f958cd8c Revert "move recordings + relive to top"
This reverts commit beb9ddae0a.
2022-04-10 23:36:30 +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
Manfred Stock
5ab7583c1f Remove form-related classes from navigation, use navbar-btn instead
This fixes the positioning of the buttons now that the time display is
inside the wrapper, and maybe makes a little more sense, too, since this
is not a form.
2022-01-07 17:50:22 +01:00
Manfred Stock
937445fed4 Move time display inside button-wrapper
That way, on narrow displays, it should appear on the same row as the
buttons and not overlap the stream name/title anymore. Also use the
`navbar-text` class on the text for positioning.
2022-01-07 17:50:22 +01:00
Andreas Hubel
2a4781a19c add comments 2021-12-30 19:37:57 +01:00
Andreas Hubel
beb9ddae0a move recordings + relive to top 2021-12-30 19:37:34 +01:00
Andreas Hubel
d740e586cf refactor sorting, prepare filter for empty rooms 2021-12-30 04:24:43 +01:00
Andreas Hubel
237457f963 fix error 500 for invalid/empty schedule 2021-12-29 23:11:53 +01:00
Andreas Hubel
115f8dc7e3 overview page: order rooms by time of current/next talk 2021-12-28 12:46:13 +01:00
Andreas Hubel
b1417ca543 overview page: Do not show 'None' 2021-12-28 12:16:03 +01:00
Andreas Hubel
f97deae2e0 overview page: order rooms by time of next talk 2021-12-28 12:16:03 +01:00
Andreas Hubel
745d6c1df9 improve wording 2021-12-27 13:20:20 +01:00
derchris
51b07f6ef8 Revert "order rooms in overview page by time of next talk"
This reverts commit 26d9ab154c.
2021-12-27 09:41:02 +01:00
Andreas Hubel
26d9ab154c order rooms in overview page by time of next talk 2021-12-27 05:17:22 +01:00
Andreas Hubel
2765596253 feedback form: update OS options 2021-12-26 12:12:01 +01:00
derchris
4027cce03f add HLS player option 2021-12-26 06:17:50 +01:00
derchris
1e5e18d39d enable audio again with HLS 2021-12-26 06:17:25 +01:00
derchris
04f1f1dee4 don't display dash link if h264only is set 2021-12-25 14:53:02 +01:00
derchris
1183def6dd Add per room info tab (HTML) 2021-12-22 03:23:03 +01:00
Lukas Schauer
5c1dd9dae6
removing support for legacy webm streams 2021-10-27 01:23:31 +02:00
Anton Schubert
449fe43f66
add h264-only feature and HQ stream for revision 2021-04-03 23:28:32 +02:00