-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* perf(backend): use exposed db * docs: change position of important docs * feat(backend): basic code for jellyfin integration * build(backend): add nanoid deps * feat(backend): generate nanoid application token * feat(backend): add resolver to create jellyfin integration * refactor(backend): use one method to delete all integrations * chore(frontend): adapt to new gql schema * refactor(backend): return all integrations from one resolver * feat(frontend): display all integrations * fix(backend): change text returned for integrations * fix(frontend): sink integration not being created * docs: add jellyfin to readme * docs: add jellyfin integration guide * fix(docs): make guides for informative * build(backend): bump version * feat(backend): add endpoint for jellyfin webhook * docs: add instructions for the new plugin * feat(backend): jellyfin payload structure for movies * docs: remove useless info * docs: add info about jellyfin shows * build(backend): add deps for hashing user id * feat(backend): use hashed id for user id * feat(backend): extract slug from webhook * feat(backend): default value for user sink integrations * feat(backend): add handling for progress * refactor(backend): use macro for decimals * docs: add info about shows and change webhook url * refactor(backend): move parsing logic to service * feat(backend): commit jellyfin movie update * feat(backend): send sink integration info about shows * fix(backend): decimal for audiobookshelf progress * refactor(backend): account for single progress update * refactor(backend): extract fn for progress update * feat(backend): calculate exact media progress * fix(backend): start to handle finished media * feat(backend): add config parameters for duplicate progress input * refactor(backend): change memory db type * feat(backend): handle intgrations with more than 100% progress * build(backend): add sha deps * refactor(backend): change order of enums * feat(backend): nest webhook routes * refactor(backend): change order of fns * try(backend): try hashing approach for progress update * Revert "build(backend): add sha deps" This reverts commit 29bca95. * Revert "try(backend): try hashing approach for progress update" This reverts commit e76ebaf. * refactor(backend): remove auth db ref from gql schema * style(backend): apply clippy lints * build(backend): change TBR version * refactor(backend): move struct to where it makes sense * build(backend): add retainer deps * docs(backend): better explanation of config param * Revert "Revert "build(backend): add sha deps"" This reverts commit 9811825. * feat(backend): add cache to service * Revert "Revert "try(backend): try hashing approach for progress update"" This reverts commit 9c3cf13. * fix(backend): change type of config param * feat(backend): handle duplicate progress update cases * feat(kodi): adapt to new resolver improvements * Revert "Revert "Revert "build(backend): add sha deps""" This reverts commit 8bd0bfe. * build(kodi): bump version
- Loading branch information
Showing
37 changed files
with
911 additions
and
450 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.