-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(frontend): display stringified stat in html * chore: remove animation * Revert "chore: remove animation" This reverts commit 3ffa4be. * feat(backend): preference for disabling navigation animations * feat(frontend): allow updating preference to disable animation * feat(frontend): respect new preference * feat(database): migration to rename column * feat(backend): adapt to new database changes * feat(database): migration to change metadata reminder to media reminder * feat(backend): adapt to new database changes * feat(backend): add more reasons to user_to_person * refactor(backend): make fn to update user_to_entity more generic * refactor(backend): make fn to get entities in collection more generic * fix(backend): use correct filter get user to entity association * refactor(backend): make fn to add entities to collection more generic * chore(frontend): adapt to new gql schema * refactor(frontend): fn to extract the required params * feat(frontend): move "update person" btn to menu * feat(backend): allow setting media reminder for people * feat(database): add check constraint to user_to_entity * Revert "feat(database): add check constraint to user_to_entity" This reverts commit 9d9f399. * refactor(frontend): ext cmpt to add media reminder * perf(frontend): do not re-run root loader on every run * fix(frontend): use correct map key * fix(frontend): make hidden input readonly * refactor(frontend): move delete reminder to common action * feat(frontend): component to add hidden location input * feat(frontend): new common action route * feat(frontend): use correct key for toast messages * feat(frontend): remove usage of useless refs * feat(database): add migration to add new field to user_to_entity table * fix(database): add correct check for adding column * feat(backend): respect new `needs_to_be_updated` field * fix(database): migration should make sure all ute are updated * fix(backend): update user to entity correctly * chore(backend): remove useless checks * chore(frontend): remove old upgrade code * refactor(graphql): extract fragment for reminders * feat(backend): get additional user person details * feat(frontend): allow adding reminders for people * fix(frontend): change default text for people * feat(frontend): display reminder for people * feat(backend): allow toggling monitor on people * refactor(frontend): action to monitor media * feat(frontend): display if media is monitored * chore(backend): add additional for progress update * fix(frontend): update progress for shows and podcasts correctly Fixes #659. * refactor(backend): change name of function to get users to notify * feat(backend): fn to get users to notify for person * feat(config,backend): remove useless config param Signed-off-by Diptesh Choudhuri <[email protected]> * refactor(backend): change name of enum members * feat(backend): add new pref for person notification * feat(frontend): adapt to new gql schema * feat(backend): add new media state change enum variant * refactor(backend): extract fn to update metadata and notify user * perf(backend): do not send a lot of data to update person * perf(backend): follow clippy lints * feat(backend): notify users when person updated * feat(backend): add a development only mutation * feat(backend): scaffold basic code for cron job * feat(database): add constraint to `user_to_entity` * refactor(backend): change description of preference * feat(backend): generate notifications * fix(backend): allow tmdb to get all related media for people * fix(backend): add debug statement for notif * fix(backend): change notification text for person assoc * build(backend): bump version * feat(config): param to disable apalis * feat(backend): respect new config param * refactor(backend): code more readable
- Loading branch information
Showing
44 changed files
with
1,202 additions
and
844 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
Oops, something went wrong.