sct
|
17983837fc
|
fix(api): sort users requests by most recent
|
2021-02-19 02:10:46 +00:00 |
|
TheCatLady
|
621db89328
|
feat(ui): Add 'Page Size' setting for request/user list pages (#957)
|
2021-02-19 01:37:08 +00:00 |
|
TheCatLady
|
77b2d9ea22
|
fix(frontend): Do not allow user w/ ID 1 to disable 'Admin' permission (#965)
|
2021-02-19 10:20:32 +09:00 |
|
TheCatLady
|
bdb3cb2025
|
fix(plex): Check Plex server access on user import (#955)
|
2021-02-18 15:14:37 +00:00 |
|
sct
|
8a27c70625
|
fix(api): add isAuthenticated middleware to base user route
|
2021-02-18 10:12:53 +00:00 |
|
sct
|
bbb683e637
|
feat: user profile/settings pages (#958)
|
2021-02-18 11:38:24 +09:00 |
|
TheCatLady
|
29b97ef6d8
|
feat(notif): Add Pushbullet notification agent (#950)
|
2021-02-18 11:26:22 +09:00 |
|
Jakob Ankarhem
|
5e37a96bc0
|
fix(auth): handle sign-in attempts from emails with no password (#933)
* fix(auth): dont reject promise when missing password
* fix(auth): use static fallback error message
|
2021-02-15 17:34:40 +09:00 |
|
sct
|
e118501bf1
|
fix(requests): correctly filter requests out for users without view requests permission
|
2021-02-15 01:57:20 +00:00 |
|
TheCatLady
|
53b7425f67
|
feat(ui): Add separate permissions for 4K auto approval (#908)
* Clarify & fix permission descriptions
* Automatically check & disable auto-approve permission options when 'Manage Requests' permission is selected
|
2021-02-14 21:40:18 +09:00 |
|
TheCatLady
|
9757e3ae0c
|
feat(ui): Add 'Available' filter to request list and remove unused MediaRequestStatus.AVAILABLE enum value (#905)
|
2021-02-14 19:21:49 +09:00 |
|
TheCatLady
|
ef5d019c18
|
feat(ui): Add sort options to user list (#913)
|
2021-02-14 09:49:14 +09:00 |
|
TheCatLady
|
ff0b5ed441
|
fix(api): Use POST instead of GET for API endpoints that mutate state (#877)
|
2021-02-09 10:27:48 +09:00 |
|
Jakob Ankarhem
|
53f6f59798
|
feat(requests): add language profile support (#860)
|
2021-02-08 00:33:18 +09:00 |
|
Jakob Ankarhem
|
e5966bd3fb
|
feat(users): add reset password flow (#772)
|
2021-02-05 23:23:57 +09:00 |
|
TheCatLady
|
b531a642f6
|
fix(ui): Dynamically generate path to config in warning message (#851)
|
2021-02-05 18:15:48 +09:00 |
|
sct
|
033ba9d41b
|
feat: new permission to allow users to see other users requests
closes #840
|
2021-02-04 12:40:00 +00:00 |
|
TheCatLady
|
1e5f88f462
|
feat(docker): Check for /app/config volume mount during setup (#826)
|
2021-02-04 10:45:30 +09:00 |
|
sct
|
59150f955f
|
feat: request as another user
|
2021-02-04 01:38:32 +09:00 |
|
TheCatLady
|
9d0d5b86aa
|
feat(ui): Add local login setting (#817)
|
2021-02-03 10:16:44 +09:00 |
|
sct
|
3052f12c91
|
fix(api): filter out adult content from combined credits
|
2021-02-02 00:45:21 +00:00 |
|
sct
|
996bd9f14e
|
feat(cache): add cache table and flush cache option to settings
also increases tmdb cache times to about 6 hours (12 hours for detail requests)
|
2021-01-31 13:11:12 +00:00 |
|
sct
|
67f8aef00d
|
feat: add manual availability buttons to manage slideover
closes #672
|
2021-01-29 12:31:19 +00:00 |
|
sct
|
ec5fb83678
|
feat: Radarr & Sonarr Sync (#734)
|
2021-01-27 23:52:37 +09:00 |
|
TheCatLady
|
f05d4a0d0b
|
fix(ui): Capitalization, punctuation, and grammar inconsistences & errors (#731)
|
2021-01-27 08:34:52 +09:00 |
|
Jakob Ankarhem
|
20ca3f2f5f
|
feat(users): add editable usernames (#715)
|
2021-01-27 08:09:42 +09:00 |
|
Chris Pritchard
|
82ac76b054
|
feat: pre-populate server info from plex.tv API (#563)
Co-authored-by: sct <sctsnipe@gmail.com>
|
2021-01-25 16:34:21 +09:00 |
|
David
|
4b0241c3b3
|
feat: ability to edit user settings in bulk (#597)
|
2021-01-25 09:29:43 +09:00 |
|
sct
|
21db3676d1
|
feat(notifications): add option to send notifications for auto-approved requests
closes #267
|
2021-01-23 09:54:43 +00:00 |
|
sct
|
d0c830e80d
|
fix: show recently added series even if they are not complete
|
2021-01-22 16:01:46 +00:00 |
|
Jakob Ankarhem
|
660ada0b20
|
fix(permissions): use default user permissions when creating a local user (#713)
|
2021-01-23 00:46:41 +09:00 |
|
Jakob Ankarhem
|
2d31ea940a
|
feat(login): add request ip to the failed request log (#714)
|
2021-01-23 00:23:07 +09:00 |
|
Jakob Ankarhem
|
2da0da826a
|
fix(requests): handle when tvdbid is null (#657)
Co-authored-by: sct <sctsnipe@gmail.com>
|
2021-01-22 10:49:17 +09:00 |
|
sct
|
421f4c17f0
|
fix(api): prevent duplicate movie requests
fixes #705
|
2021-01-21 09:37:47 +00:00 |
|
sct
|
e1032ff5df
|
fix(requests): allow declined season requests to be re-requested
fixes #690
|
2021-01-20 05:23:42 +00:00 |
|
TheCatLady
|
192cfd8a8e
|
feat(api): /request/count endpoint (#682)
|
2021-01-19 09:33:30 +09:00 |
|
sct
|
bdb33722e6
|
feat(requests): Request Overrides & Request Editing (#653)
|
2021-01-17 22:52:50 +09:00 |
|
Jakob Ankarhem
|
b04d00ef50
|
fix(user edit): fix user edit not being able to be saved (#651)
Co-authored-by: sct <sctsnipe@gmail.com>
|
2021-01-15 12:05:58 +09:00 |
|
sct
|
23624bd144
|
fix(build): remove cross import from client to server for UserType
|
2021-01-14 13:08:48 +00:00 |
|
Jakob Ankarhem
|
492e19df40
|
feat(login): add local users functionality (#591)
|
2021-01-14 21:03:12 +09:00 |
|
sct
|
d688a96759
|
fix(plex-sync): store plex added date and sort recently added by it
|
2021-01-13 09:51:11 +00:00 |
|
sct
|
a7cc7c5975
|
feat(notifications): Webhook Notifications (#632)
|
2021-01-12 18:28:42 +09:00 |
|
sct
|
6b2df24a2e
|
feat: 4K Requests (#559)
|
2021-01-11 23:42:33 +09:00 |
|
Jakob Ankarhem
|
ee5d0181fc
|
feat(notifications): add pushover integration (#574)
* feat(notifications): add pushover integration
* refactor(pushover): group i18n translations
|
2021-01-05 13:19:25 +09:00 |
|
sct
|
5c847026aa
|
fix(api): return 202 when same seasons are requested again
|
2021-01-02 07:48:43 +00:00 |
|
sct
|
721ed9a930
|
fix: correctly deal with tmdb id duplicates between movies/series
fixes #526
|
2020-12-29 10:26:37 +00:00 |
|
sct
|
d00e470b55
|
fix: use new commit tag file for app version as well
|
2020-12-27 17:22:21 +00:00 |
|
sct
|
55f9e41f1b
|
build: write commit tag to json file inside docker image
|
2020-12-27 17:08:25 +00:00 |
|
sct
|
75a426437a
|
feat: status checker to prompt users to reload their frontend when app version changes
|
2020-12-27 10:05:54 +00:00 |
|
Jakob Ankarhem
|
c8d4d674f4
|
feat(frontend): add telegram integration (#491)
* feat(frontend): add telegram notification agent
* feat(telegram): add i18n keys for telegram
* style(telegram): change message formatting in notification
* feat(telegram): add short tutorial for telegram setup
* feat(telegram): add i18n keys for telegram tutorial
* style(telegram): correct grammar in infobox
Co-authored-by: sct <ryan@sct.dev>
* fix(telegram): redo i18n extraction
Co-authored-by: Jakob Ankarhem <jakob.ankarhem@jetshop.se>
Co-authored-by: sct <ryan@sct.dev>
|
2020-12-27 00:02:00 +09:00 |
|