TheCatLady
f990585914
fix(frontend): use correct path to user profile in request modal quota dropdown ( #1307 )
...
* fix(frontend): use correct path to user profile in request modal quota dropdown
* fix(ui): add link transition duration
2021-03-28 16:59:12 +09:00
sct
16a611b9df
fix(ui): correctly enable the request button when partial requests are disabled with no quota
2021-03-25 14:56:29 +09:00
sct
3f1f85a80e
fix(ui): correctly show quota display on tv request modal when only series quota is set
2021-03-25 00:15:35 +09:00
TheCatLady
e393b53b29
refactor(lang): use global strings where appropriate and remove unused strings ( #1265 )
2021-03-24 21:45:07 +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
8ebc829250
fix(lang): correct mismatched language strings ( #1246 )
2021-03-21 19:04:16 +09:00
TheCatLady
ea1863ac3a
fix(lang): UI string edits, round 2 ( #1202 )
2021-03-18 11:28:44 +09:00
TheCatLady
36c00fde27
feat(ui): add option to only allow complete series requests ( #1164 )
2021-03-16 16:36:54 +09: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
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
TheCatLady
5b64655776
fix(lang): Remove unused strings and correct spelling of 'canceling'/'canceled' ( #981 )
2021-02-20 19:12:11 +09:00
TheCatLady
b4bac6a915
fix(frontend): Update AdvancedRequester to reflect new /user API response ( #970 )
2021-02-19 07:48:06 +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
Jakob Ankarhem
53f6f59798
feat(requests): add language profile support ( #860 )
2021-02-08 00:33:18 +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
sct
06e941171a
fix(ui): prevent names from getting squished in AdvancedRequester user selector
2021-02-04 06:51:24 +00:00
sct
b116281196
fix(ui): show request as option even if there are no radarr/sonarr servers
2021-02-03 23:31:22 +00:00
sct
59150f955f
feat: request as another user
2021-02-04 01:38:32 +09:00
TheCatLady
e34fbf72fd
fix(ui): uniform-size checkboxes, vertically-aligned form labels, and fixes for other UI imperfections/inconsistencies ( #737 )
2021-02-02 16:20:05 +09: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
20289b5960
feat(cache): external API cache ( #786 )
2021-01-31 17:24:45 +09: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
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
e1032ff5df
fix(requests): allow declined season requests to be re-requested
...
fixes #690
2021-01-20 05:23:42 +00:00
sct
8927c6d2e3
fix(frontend): show auto approval on series request modal only with correct permissions
...
fixes #687
2021-01-19 10:17:36 +00:00
sct
bdb33722e6
feat(requests): Request Overrides & Request Editing ( #653 )
2021-01-17 22:52:50 +09:00
sct
6b2df24a2e
feat: 4K Requests ( #559 )
2021-01-11 23:42:33 +09:00
Brandon Cohen
12db7a065a
fix(frontend): full season request modal fits on a smaller mobile UI ( #535 )
...
* fix(frontend): full season request modal fits on a smaller mobile UI
* fix(frontend): added responsive variant and removed unnecessary padding
* fix(frontend): added in responsive design
* fix(frontend): applied the same spacing from the discovery page to the requests/users pages
* fix(frontend): revered change to keep tables edge to edge on mobile
2020-12-31 13:57:31 +09:00
Danshil Mungur
1438b08cf0
fix(frontend): center text in movie auto-approve modal on small screens ( #510 )
...
fix #507
2020-12-27 18:20:58 +09:00
sct
4809257816
feat: add separate auto approve permissions for Movies/Series
...
closes #268
2020-12-25 09:58:29 +09:00
sct
ed94a0f335
fix(frontend): status badge Unavailable renamed to Requested
...
closes #374
2020-12-24 23:42:12 +09:00
sct
a333a09582
feat: add collections ( #484 )
...
closes #418
2020-12-24 16:31:56 +09:00
sct
3fa7ff9858
fix(frontend): properly remove site overlay when closing modals
2020-12-11 12:17:00 +00:00
sct
b16fbafa1f
fix(frontend): switch to using Transition component for modals
...
This fixes the animation issue when opening Request modals
fixes #220
2020-12-11 11:48:02 +00:00
sct
79a352b7b3
build(deps): update dependencies and update relevant files
2020-12-08 04:14:18 +00:00
Alex Zoitos
139871f218
fix(frontend): canceled movie request should set parent movie status back to unknown ( #198 )
2020-12-01 16:21:51 +09:00
sct
a56fd16ab6
fix(frontend): fix missing data for request modal title i18n
2020-11-27 10:16:17 +00:00
sct
659a601877
feat(frontend): added more localized strings
2020-11-27 06:59:22 +00:00
sct
fb5c791b0b
feat: upgrade tailwindcss to 2.0.1
2020-11-20 02:03:18 +00:00
sct
2b46268824
fix(frontend): always show request modal option for tv
2020-11-12 09:27:43 +00:00
sct
06dc606bcf
feat(frontend): recently added on discover
...
also improves modal requests by not waiting for result from radarr/sonarr
2020-11-11 15:21:22 +00:00
sct
1390cc1f13
feat(api): plex tv sync and recently added sync
2020-11-11 09:02:28 +00:00
sct
4975841b5d
feat(frontend): buttonWithDropdown component added (no hookups yet)
2020-10-24 07:03:28 +00:00
sct
1f9cbbfdf1
feat(frontend): cancel movie request modal
...
also includes tons of performance fixes for the modals
2020-10-14 14:50:33 +00:00
sct
5f8114f730
feat: tv request modal status hookup
2020-10-13 10:21:46 +00:00
sct
608b96600a
feat(frontend/api): tv request modal (no status. only request)
2020-10-10 06:55:17 +00:00
sct
2bf7e10e32
feat(frontend/api): beginning of new request modal
...
also includes new api endpoints for seasons
2020-10-07 10:01:15 +00:00