TheCatLady
8546b0ef53
fix(ui): fix label formatting in general user settings ( #1275 )
2021-03-24 19:34:39 +09:00
sct
6c75c88228
feat(requests): add request quotas ( #1277 )
...
* feat(quotas): rebased
* feat: add getQuota() method to User entity
* feat(ui): add default quota setting options
* feat: user quota settings
* feat: quota display in request modals
* fix: only show user quotas on own profile or with manage users permission
* feat: add request progress circles to profile page
* feat: add migration
* fix: add missing restricted field to api schema
* fix: dont show auto approve message for movie request when restricted
* fix(lang): change enable checkbox langauge to "enable override"
Co-authored-by: Jakob Ankarhem <jakob.ankarhem@outlook.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2021-03-24 19:26:13 +09:00
TheCatLady
173408a1f2
fix(lang): allow proper localization of comma-delimited lists ( #1264 )
...
* fix(lang): allow proper localization of comma-delimited lists
* refactor: add string to globals instead, and remove unused strings
2021-03-23 10:03:02 +09:00
Danshil Kokil Mungur
f5f8269cd2
feat(ui): store sort order and page size of userlist in localstorage ( #1262 )
2021-03-23 09:54:06 +09:00
TheCatLady
1d7a938ef8
fix: fetch localized person details from TMDb ( #1243 )
...
* fix: fetch localized person details from TMDb
* feat: include DOB, hometown, and alternate names on person detail pages
* fix: remove unnecessary ternary operator
* fix(ui): don't display AKA when empty
2021-03-22 17:17:24 +09:00
TheCatLady
cb5ca7acf3
fix(lang): correct strings for library sync button & user import toast ( #1252 )
...
* fix(lang): 'scan plex libraries' should actually be 'sync'
* fix(lang): also fix user import string in case of no imported users
* fix(lang): remove unused 'User Rating' strings
2021-03-21 23:07:17 +00:00
Danshil Kokil Mungur
6210f12e8e
fix(ui): hide 'show details' button if there are no additional details ( #1254 )
2021-03-21 22:33:36 +00:00
sct
958cdf98fd
feat(ui): experimental status bar style change for ios pwa app
...
this might break things. just an experiment. :)
2021-03-22 01:22:24 +09:00
TheCatLady
8ebc829250
fix(lang): correct mismatched language strings ( #1246 )
2021-03-21 19:04:16 +09:00
TheCatLady
3642b1e84a
fix(ui): do not require numeric value in FormattedRelativeTime ( #1234 )
2021-03-21 05:00:55 +00:00
TheCatLady
80165038fd
fix(frontend): redirect from /setup if already initialized ( #1238 )
2021-03-21 10:20:33 +09:00
TheCatLady
380d36119f
fix(ui): display asterisk indicator on required field labels ( #1236 )
2021-03-20 00:56:56 +00:00
TheCatLady
015671f5be
fix(ui): button w/ dropdown z-indices ( #1230 )
...
* fix(ui): button w/ dropdown z-indices
* fix(ui): restore hover/focus z-indices
2021-03-20 09:42:44 +09:00
TheCatLady
665e16475f
fix(lang): change 'Extra Data' string to 'Additional Data' ( #1226 )
2021-03-19 15:37:22 +00:00
sct
8c51c28f54
fix(logs): add i18n strings for new log page changes
2021-03-19 13:09:06 +00:00
sct
e2b8745fdc
feat(logs): add copy to clipboard button to logs page
...
includes various other improvements to the logs page
2021-03-19 12:59:23 +00:00
sct
0974a4c971
fix(ui): do not check isValid on Sonarr/Radarr modals for the test button
2021-03-19 07:33:15 +00:00
sct
3dc27ffd9b
feat(frontend): add apple tv+ to network slider
...
closes #1219
2021-03-19 02:22:56 +00:00
TheCatLady
4a5a9cce48
refactor(ui): add page query param to logs page & user list, and fix log timestamps ( #1218 )
...
* refactor(ui): add page query param to logs & fix timestamp
* refactor(ui): add page query param to user list as well
2021-03-19 01:53:31 +00:00
TheCatLady
6d7671dd80
fix(lang): edit setting label strings for verb tense consistency ( #1214 )
...
* fix(lang): edit setting label strings for verb tense consistency
* fix(lang): remove 'requires and'
2021-03-18 23:10:32 +09:00
sct
0ca3d43749
feat: add option to cache images locally ( #1213 )
2021-03-18 21:37:25 +09:00
TheCatLady
ea1863ac3a
fix(lang): UI string edits, round 2 ( #1202 )
2021-03-18 11:28:44 +09:00
TheCatLady
9ec2c468cb
fix(ui): use appropriate cursor type for readonly input fields ( #1208 )
...
* fix(ui): use appropriate cursor type for readonly input fields
* fix(ui): revert change to API key field
2021-03-18 00:40:15 +00:00
TheCatLady
f49a02449c
fix(ui): add validation to hostname/IP fields ( #1206 )
2021-03-18 00:12:00 +00:00
sct
cbf45196b0
fix(frontend): use next/image to serve login page images
...
re #1207
2021-03-17 23:35:36 +00:00
TheCatLady
d226fc79b8
fix(ui): tweak request list design ( #1201 )
2021-03-17 11:55:16 +00:00
TheCatLady
4a6151873a
fix(ui): center role under title cards on person detail pages ( #1205 )
2021-03-17 10:38:34 +00:00
Danshil Kokil Mungur
54429bbc1d
feat(settings): logs viewer ( #997 )
2021-03-17 10:28:58 +00:00
TheCatLady
d76bf32c9d
fix(ui): sort regions & languages by their localized names rather than their TMDb English names ( #1157 )
2021-03-17 01:13:52 +09:00
TheCatLady
1178ebff73
refactor(ui): tweak genre card colors ( #1197 )
2021-03-16 11:40:26 +00:00
TheCatLady
36c00fde27
feat(ui): add option to only allow complete series requests ( #1164 )
2021-03-16 16:36:54 +09:00
TheCatLady
6f1a31de47
feat(ui): add movie/series genre list pages ( #1194 )
2021-03-16 03:37:35 +00:00
TheCatLady
b767a58b01
fix(ui): use appropriate cursor type for disabled UI elements ( #1184 )
2021-03-16 02:29:42 +00:00
TheCatLady
28a6a70e1e
fix(ui): filter out server options that do not match request type (non-4K or 4K) ( #1183 )
2021-03-16 11:10:14 +09:00
sct
1c4515a1ae
feat: genre sliders (experiment) ( #1182 )
2021-03-16 01:06:44 +09:00
TheCatLady
2f2e00237d
feat: add tagline, episode runtime, genres list to media details & clean/refactor CSS into globals ( #1160 )
2021-03-15 09:16:39 +09:00
Jakob Ankarhem
3d6b343413
feat(frontend): add loading bar indicator ( #1170 )
2021-03-14 13:46:04 +00:00
Jakob Ankarhem
9e5adeb610
feat(email): add pgp support ( #1138 )
2021-03-14 22:39:43 +09:00
TheCatLady
001dcd328c
fix: do not allow editing of user settings under certain conditions ( #1168 )
...
* fix: do not allow editing of user settings under certain conditions
* feat(lang): generate translation keys for new strings
* refactor: modify owner check for clarity
* fix(ui): hide buttons where appropriate and add missing translation string
2021-03-14 14:46:12 +09:00
TheCatLady
3148d31214
fix(notif): loosen input validation on Pushover settings ( #1166 )
2021-03-14 13:29:07 +09:00
sct
8634081c86
fix: correctly send auto-approval notifictions for series
...
also adjusted see more card slightly
2021-03-12 07:29:32 +00:00
TheCatLady
f7d2723fab
feat(notif): add "Media Automatically Approved" notification type ( #1137 )
2021-03-12 02:42:06 +00:00
TheCatLady
1be97fe7fb
refactor(css): add new global classes & card border hover styling ( #1156 )
2021-03-12 11:25:46 +09:00
sct
6e95c8b7a1
feat(ui): add user ID to profile header
...
also adds some missing localized strings for the profile header
2021-03-11 14:57:25 +00:00
TheCatLady
b36aff912a
refactor(ui): move user-related settings out of "General Settings" ( #1143 )
2021-03-11 14:55:11 +00:00
sct
d48edeb5a9
fix(frontend): never hide available content in search results
2021-03-11 05:01:52 +00:00
TheCatLady
fc73592b69
fix(ui): request list button sizes ( #1152 )
2021-03-11 12:08:58 +09:00
TheCatLady
60d453b0bb
fix: fix language filter link on movie detail pages ( #1142 )
2021-03-10 03:04:57 +00:00
TheCatLady
45886ccef1
fix(ui): display "Season" vs. "Seasons" as appropriate, and fix request block "Seasons" formatting ( #1127 )
2021-03-10 11:39:42 +09:00
TheCatLady
75011610e5
feat: add language-filtered Discover pages ( #1111 )
2021-03-10 10:23:37 +09:00