dd060606
2e7458457e
feat: add a button in ManageSlideOver to remove the movie and the file from Radarr/Sonarr
2022-07-22 17:58:33 +02:00
notfakie
b08025195e
fix: start scheduled jobs on initial admin account setup
...
issue #170
2022-07-11 17:29:17 +12:00
Fallenbagel
fe3495705f
Merge pull request #136 from NicolaiVdS/email-validation-and-requirement
...
feat(userprofile): email requirement and validation + import user button overhaul
2022-06-15 01:29:47 +05:00
Nicolai Van der Storm
29478fc195
fix(import all): fis for import all
2022-06-13 23:13:22 +02:00
Nicolai Van der Storm
d835336d33
feat(email validation): email requirement and validation + better importer
2022-06-13 14:21:05 +02:00
Nicolai Van der Storm
543859e6f3
feat(uesrprofile): email requirement and validation
2022-06-10 12:19:52 +02:00
notfakie
94ade93e16
fix: fix mediaServerType not set for Plex which leads to Plex users seeing Jellyfin settings
2022-06-09 17:08:00 +12:00
Nicolai Van der Storm
5f2ebfe662
Revert "feat(tv): tv seasons"
...
This reverts commit c117b37cd9 .
2022-06-05 18:37:50 +02:00
Nicolai Van der Storm
a8bc0c068b
feat: email
...
#122
2022-06-05 18:11:20 +02:00
Nicolai Van der Storm
30c48f16ca
feat(user email setting): added field to save user email
...
fix #122
2022-06-05 17:46:26 +02:00
Nicolai Van der Storm
c117b37cd9
feat(tv): tv seasons
...
tv seasons
2022-06-01 14:48:05 +02:00
CyferShepard
ad7b3590d7
Move auth.ts to correct folder
2022-05-28 08:50:51 +02:00
CyferShepard
bda7858b66
Delete auth.ts
2022-05-28 08:50:23 +02:00
Fallenbagel
01e81a73a3
fix(ui): fix Avatar being broken when setup using internal ip
...
allow avatar url to use externalHostname when setup using local ip
fix #110
2022-05-26 02:24:31 +05:00
Danshil Kokil Mungur
af23a257d5
feat(api): add issue counts endpoint
2022-05-21 07:29:16 +05:00
notfakie
72ca694f21
fix: don't allow login for unimported Jellyfin users if not set in settings
2022-04-28 18:47:28 +12:00
notfakie
36c3c9d7c6
fix: jellyfin user signin after manual user import
2022-04-27 19:52:59 +12:00
Fallenbagel
b52d4a771c
style: removed created user error during log in with imported user
...
removed created user error during log in with imported user
2022-04-27 11:51:26 +05:00
notfakie
9e2f3f0639
feat: implement import users from Jellyfin button
2022-04-27 08:07:39 +12:00
notfakie
103350fe14
feat: initialize Jellyfin/Emby users with local login
2022-04-24 18:59:28 +12:00
Juan D. Jara
3661eea8bb
added Support for Jellyfin Media Server
2022-04-16 09:35:09 +12:00
TheCatLady
b75fc7b238
fix(auth): resolve local/password authentication issues ( #2677 )
...
* fix(auth): only add Plex ID to user after verifying server access
* fix(auth): do not fail local auth if fetching Plex users is unsuccessful
2022-04-06 08:31:14 +09:00
Danshil Kokil Mungur
0c7373c7e8
feat(about): show config directory ( #2600 )
...
* feat(about): show config directory
* feat(about): run yarn i18n:extract
* refactor(about): use existing appdata path method
* feat(about): suggested changes
* refactor(logs): rename variable to be more consistent
* feat: suggested changes
2022-03-15 09:01:11 -04:00
TheCatLady
7d19de6a4a
fix(tautulli): fetch additional user history as necessary to return 20 unique media ( #2446 )
...
* fix(tautulli): fetch additional user history as necessary to return 20 unique media
* refactor: rename var for clarity
* refactor: make single DB query for recently watched media
* fix: resolve query builder weirdness
* refactor: use find instead of qb
* refactor: minor refactor
* fix: also find 4K rating keys
2022-03-14 21:31:11 +04:00
Danshil Kokil Mungur
72c825d2a5
feat(search): filter search results by year ( #2460 )
...
* feat(search): filter search results by year
* fix: typo in endpoint, blame it on new brand of coffee
* feat(search): suggested changes
2022-03-14 13:37:58 +00:00
TheCatLady
85bb30e252
feat: verify Plex server access during auth for existing users with Plex IDs ( #2458 )
...
* feat: if local sign-in disabled, verify Plex server access during auth for existing users
* fix: disable local/password login by default
* fix: set localLogin to disabled in getInitialProps
* fix: verify Plex server access on local logins as well
2022-03-13 17:53:50 +04:00
TheCatLady
eff665ef4b
fix: add Discord ID setting to general user settings page ( #2406 )
2022-02-10 07:31:01 +00:00
TheCatLady
1dc900d5ce
feat(tautulli): validate upon saving settings ( #2511 )
2022-02-10 02:56:00 +00:00
TheCatLady
8cba486249
fix: address unhandled promise rejections & bump node to v16.13 ( #2398 )
...
* fix: unhandled promise rejections
* build(deps): bump node from 14.18 to 16.13
* fix: unhandled promise rejection in new Plex users endpoint
* fix: build error
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-27 20:00:30 +09:00
Danshil Kokil Mungur
d7779408d1
fix(logs): handle log message nested extra properties ( #2459 )
2022-01-25 11:00:53 +09:00
Danshil Kokil Mungur
eb9ca2e86f
fix(requests): check for existing media of same type when requesting ( #2445 )
...
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-20 10:42:43 +00:00
TheCatLady
0842c233d0
feat: Tautulli integration ( #2230 )
...
* feat: media/user watch history data via Tautulli
* fix(frontend): only display slideover cog button if there is media to manage
* fix(lang): tweak permission denied messages
* refactor: reorder Media section in slideover
* refactor: use new Tautulli stats API
* fix(frontend): do not attempt to fetch data when user lacks req perms
* fix: remove unneccessary get_user requests
* feat(frontend): display user avatars
* feat: add external URL setting
* feat: add play counts for past week/month
* fix(lang): tweak strings
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-20 10:36:59 +00:00
TheCatLady
86dff12cde
fix(plex): user import ( #2442 )
2022-01-20 06:48:35 +00:00
Danshil Kokil Mungur
ce31bef8a1
feat(logs): use separate json file to parse logs for log viewer ( #2399 )
...
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-20 05:17:03 +00:00
TheCatLady
2535edcc7f
feat(api): add additional request counts ( #2426 )
2022-01-16 17:13:35 +09:00
TheCatLady
9cb97db13c
feat(plex): selective user import ( #2188 )
...
* feat(api): allow importing of only selected Plex users
* feat(frontend): modal for importing Plex users
* feat: add alert if 'Enable New Plex Sign-In' setting is enabled
* refactor: fetch all existing Plex users in a single DB query
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-14 19:32:53 +09:00
Danshil Kokil Mungur
b31cdbf074
feat(search): search by id ( #2082 )
...
* feat(search): search by id
This adds the ability to search by ID (starting with TMDb ID).
Since there doesn't seem to be way of searching across movies, tv and persons,
I have to search through all 3 and use the first one in the order: movie -> tv -> person
Searching by ID is triggered using a 'prefix' just like in the *arrs.
* fix: missed some refactoring
* feat(search): use locale language
* feat(search): search using imdb id
* feat(search): search using tvdb id
* fix: alias type import
* fix: missed some refactoring
* fix(search): account for id being a string
* feat(search): account for movies/tvs/persons with the same id
* feat(search): remove non-null assertion
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-14 07:52:10 +00:00
Sean Chambers
e0b6abe479
feat(notif): add Gotify agent ( #2196 )
...
* feat(notifications): adds gotify notifications
adds new settings screen for gotify notifications including url, token and types settings
fix #2183
* feat(notif): add Gotify agent
addresses PR comments, runs i18n:extract
fix #2183
* reword validationTokenRequired
change wording to indicate presence, not validity
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* feat(notifications): gotify notifications fix
applies changes from #2077 in which Yup validation was failing for types
fix #2183
* feat(notifications): adds gotify notifications
adds new settings screen for gotify notifications including url, token and types settings
fix #2183
* feat(notif): add Gotify agent
addresses PR comments, runs i18n:extract
fix #2183
* reword validationTokenRequired
change wording to indicate presence, not validity
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* feat(notifications): gotify notifications fix
applies changes from #2077 in which Yup validation was failing for types
fix #2183
* feat(notifications): incorporate issue feature into gotify notifications
* feat(notifications): adds gotify notifications
adds new settings screen for gotify notifications including url, token and types settings
fix #2183
* feat(notif): add Gotify agent
addresses PR comments, runs i18n:extract
fix #2183
* reword validationTokenRequired
change wording to indicate presence, not validity
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* feat: add missing ts field
include notifyAdmin in test notification endpoint
* feat: apply formatting/line break items
add addition line break before conditional, change ordering of notifyAdmin/notifyUser in test
endpoint
* feat: remove duplicated endpoints
during rebase, notification endpoints were duplicated upon rebasing. remove duplicate routes
* feat: correct linting quirks
* feat: formatting improvements
* feat(gotify): refactor axios post to leverage 'getNotificationPayload'
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2022-01-14 01:04:25 +00:00
TheCatLady
5f7538ae2b
feat(discord): add 'Enable Mentions' setting ( #1779 )
2022-01-11 01:39:12 +00:00
Danshil Kokil Mungur
5af06bd872
fix(logs): lazily parse log message label ( #2359 )
2021-12-26 07:52:57 +00:00
TheCatLady
91bfff71b7
fix(requests): do not fail request edits if acting user lacks Manage Users permission ( #2338 )
...
* fix(api): fix requestedBy logic in request edits
* fix(frontend): do not display empty advanced request options box
* fix(frontend): set max height on modal backdrop
2021-12-10 19:14:14 +09:00
Danshil Kokil Mungur
93b5ea20ca
fix(servarr): handle baseurl error when testing connection ( #2294 )
...
* fix(servarr): handle base url error when testing servarr connection
* fix(servarr): suggested changes
2021-12-08 04:38:17 +04:00
Danshil Kokil Mungur
f284e4ab97
fix(logs): handle unexpected log messages ( #2303 )
...
* fix(logs): handle unexpected log messages
* fix(logs): update regexp for json to appease the lgtm gods
2021-12-08 00:20:47 +00:00
TheCatLady
c9ffac33f7
feat(notif): issue notifications ( #2242 )
...
* feat(notif): issue notifications
* refactor: dedupe test notification strings
* fix: webhook key parsing
* fix(notif): skip send for admin who requested on behalf of another user
* fix(notif): send comment notifs to admins when other admins reply
* fix(notif): also send resolved notifs to admins, and reopened notifs to issue creator
* fix: don't send duplicate notifications
* fix(lang): tweak notification description strings
* fix(notif): tweak Slack notification styling
* fix(notif): tweak Pushbullet & Telegram notification styling
* docs: reformat webhooks page
* fix(notif): add missing issue_type & issue_status variables to LunaSea notif payloads
* fix: explicitly attach media & issue objects where applicable
* fix(notif): correctly notify both notifyUser and managers where applicable
* fix: update default webhook payload for new installs
* fix(notif): add missing comment_message to LunaSea notif payload
* refactor(sw): simplify notificationclick event listener logic
* fix(notif): add missing event description for MEDIA_AVAILABLE notifications
2021-12-04 21:24:26 +09:00
TheCatLady
c79dc9f70f
fix: add missing route guards to issues pages ( #2235 )
...
* fix: users should always be able to view their own issues
* fix: apply route guards to issues pages instead
* fix(api): only allow users w/ issue perms to edit comments / delete issues
2021-10-31 15:56:59 +00:00
TheCatLady
bba09d69c1
fix(issues): only allow edit of own comments & do not allow non-admin delete of issues with comments ( #2248 )
2021-10-31 08:54:01 +09:00
TheCatLady
aeb7a48d72
feat(notif): add Pushbullet and Pushover agents to user notification settings ( #1740 )
...
* feat(notif): add Pushbullet and Pushover agents to user notification settings
* docs(notif): add "hint" about user notifications to Pushbullet and Pushover pages
* fix: regenerate DB migration
2021-10-25 19:46:05 +09:00
Ryan Cohen
e402c42aaa
feat: issues ( #2180 )
2021-10-24 12:44:20 +00:00
TheCatLady
b3b421a674
fix(email): do not attempt to display logo if app URL not configured ( #2125 )
...
* fix(email): do not attempt to display logo if app URL not configured
* fix(email): prevent Gmail from turning usernames with periods into hyperlinks
* fix(email): fix(email): use displayName instead of username/plexUserName and improve Gmail link fix
2021-10-18 14:08:50 +00:00
Danshil Kokil Mungur
739f667b54
feat(servarr): auto fill base url when testing service if missing ( #1995 )
...
* feat(servarr): auto fill base url when testing service if missing
This will fill the base URL of the *arr service only if it's missing and the base URL hasn't been
provided beforehand
* fix(servarr): replace redundant check
* fix(servarr): suggested changes
2021-10-16 15:27:03 +00:00