Changed:
- major refactor of how tasks are handled in the backend
- major refactor on how notifications are returned to UI
- [API] remov old task endpoints
- [API] add endpoints for task-name and task-id
- [API] add token delete endpoint
* Create SHOWCASE.MD
* Moved screenshots
* Removed most configurations, and moved them to the docs
* Update README.md
* Put roadmap back in
* Updated ENV configuration
* Cleaned up the ENV table
* Update README.md
* Merged Connect and Extended Universe
* Update README.md
* Update README.md
* Added Port Collisions
* add podman instructions to installation docs
* add mention of podman differences and docs page in readme installation section
* make mention of podman instructions more efficient
Changed:
- Added: Dedublicated snapshots, read docs/Settings#snapshots first
- Added: Actions for better Python and JS linting
- Changed: Clean up JS
- Changed: Use patched ffmpeg builds for arm64
- API: Added endpoints to interact with snapshots
- Fixed: mobile layout for channel filter dopdown on downloads
* Added ability to specify LDAP attribute mapping.
Specifically made sure that LDAP auth works the same if the
new environment variables aren't set, in order to maintain
behavior for users who are already using LDAP if they don't
set the new envvars.
* Updated env var name to match the name of the parent global.
* Updated README.md to include information on new user attribute mapping environment variables.
* Added additional environment var options, and updated comment explaining why there are multiple.
* I'm not a python programmer, so these were stupid mistakes. Works now.
* Addressing lint error.
* Finished updating formatting according to black linter.
* Shortened comments to fit within line length.
* fix whitespace linting
Co-authored-by: simon <simobilleter@gmail.com>