This repository has been archived by the owner on Dec 24, 2024. It is now read-only.
Releases: Zibbp/ganymede-frontend
Releases · Zibbp/ganymede-frontend
v1.2.5
v1.2.4 - Mobile Support
What's Changed
See the corresponding API release for more information https://github.com/Zibbp/ganymede/releases/tag/v1.2.5
Full Changelog: v1.2.3...v1.2.4
v1.2.3 - Categories
v1.2.2 - Updates
v1.2.1 - ARM Build Fix
Changes
Combine builds using a single job d4f100a.
v1.2.0 - ARM Build
v1.1.9 - Login to view video
What's Changed
- feat: Force login to view videos by @Zibbp in #2
- Set the environment variable
REQUIRE_LOGIN
to true to require users to login to view videos.
- Set the environment variable
- fix(search): allow playback data on search page to fail if not logged in b9bdb65.
- feat(loader): switch to circle loader animation fd359f2.
- fix(chat/player): formatting 867516b.
- feat(vod): use video title for document title (tab title) b45f1ff.
Features
Require Login
If the frontend container environment variable REQUIRE_LOGIN
is set to true. Then users will need to be logged in to view the video. When navigating to a video without being logged in the user will be greeted a "login required" message.