sct
a908c07670
feat(frontend): allow selecting multiple original languages
4 years ago
TheCatLady
5c135c9974
fix(ui): use correct colspan for 'No results.' message in Settings > Logs ( #1325 )
...
* fix(ui): use correct colspan for 'No results.' message in Settings > Logs
* fix(ui): also fix colspan of pagination row
4 years ago
sct
a06a85e329
refactor(ui): change view details button on logs page to an icon
4 years ago
sct
67fbb401ac
fix(ui): correctly paginate request list
4 years ago
TheCatLady
c8f67cf866
fix(frontend): call mutate after changing public settings ( #1302 )
4 years ago
TheCatLady
e393b53b29
refactor(lang): use global strings where appropriate and remove unused strings ( #1265 )
4 years ago
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>
4 years ago
Danshil Kokil Mungur
f5f8269cd2
feat(ui): store sort order and page size of userlist in localstorage ( #1262 )
4 years ago
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
4 years ago
Danshil Kokil Mungur
6210f12e8e
fix(ui): hide 'show details' button if there are no additional details ( #1254 )
4 years ago
TheCatLady
8ebc829250
fix(lang): correct mismatched language strings ( #1246 )
4 years ago
TheCatLady
3642b1e84a
fix(ui): do not require numeric value in FormattedRelativeTime ( #1234 )
4 years ago
TheCatLady
380d36119f
fix(ui): display asterisk indicator on required field labels ( #1236 )
4 years ago
TheCatLady
665e16475f
fix(lang): change 'Extra Data' string to 'Additional Data' ( #1226 )
4 years ago
sct
8c51c28f54
fix(logs): add i18n strings for new log page changes
4 years ago
sct
e2b8745fdc
feat(logs): add copy to clipboard button to logs page
...
includes various other improvements to the logs page
4 years ago
sct
0974a4c971
fix(ui): do not check isValid on Sonarr/Radarr modals for the test button
4 years ago
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
4 years ago
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'
4 years ago
sct
0ca3d43749
feat: add option to cache images locally ( #1213 )
4 years ago
TheCatLady
ea1863ac3a
fix(lang): UI string edits, round 2 ( #1202 )
4 years ago
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
4 years ago
TheCatLady
f49a02449c
fix(ui): add validation to hostname/IP fields ( #1206 )
4 years ago
Danshil Kokil Mungur
54429bbc1d
feat(settings): logs viewer ( #997 )
4 years ago
TheCatLady
d76bf32c9d
fix(ui): sort regions & languages by their localized names rather than their TMDb English names ( #1157 )
4 years ago
TheCatLady
36c00fde27
feat(ui): add option to only allow complete series requests ( #1164 )
4 years ago
TheCatLady
2f2e00237d
feat: add tagline, episode runtime, genres list to media details & clean/refactor CSS into globals ( #1160 )
4 years ago
Jakob Ankarhem
9e5adeb610
feat(email): add pgp support ( #1138 )
4 years ago
TheCatLady
3148d31214
fix(notif): loosen input validation on Pushover settings ( #1166 )
4 years ago
TheCatLady
f7d2723fab
feat(notif): add "Media Automatically Approved" notification type ( #1137 )
4 years ago
TheCatLady
1be97fe7fb
refactor(css): add new global classes & card border hover styling ( #1156 )
4 years ago
TheCatLady
b36aff912a
refactor(ui): move user-related settings out of "General Settings" ( #1143 )
4 years ago
TheCatLady
3384eb1c47
feat(notif): add settings for Discord bot username & avatar URL ( #1113 )
4 years ago
TheCatLady
e98f2b9605
fix(ui): correct language usage re: "sync" vs. "scan" ( #1079 )
4 years ago
Jakob Ankarhem
f6d00d8d15
feat(telegram): add support for individual chat notifications ( #1027 )
4 years ago
TheCatLady
6a1e3891aa
feat(ui): in Settings > Services, make Radarr/Sonarr server names and logos clickable links ( #1008 )
4 years ago
TheCatLady
594aad9d3a
feat(lang): localize job names ( #1043 )
4 years ago
Danshil Mungur
eefcbcd3dd
fix(ui): show translated string on sonarr sucesss/failure toast messages ( #1035 )
4 years ago
Danshil Mungur
e9f2fe910d
fix(notif): fixed typo in pushover hint ( #1029 )
4 years ago
TheCatLady
5560abf459
fix(notif): escape application title in Telegram notifications ( #1012 )
4 years ago
TheCatLady
0acad8e9fa
fix(ui): add missing string for default Discover Language & edit string for default Discover Region ( #1004 )
4 years ago
TheCatLady
c88fcb2e2d
fix(ui): Notification-related string/UI edits and field validation ( #985 )
4 years ago
Daniel Carter
b557c06b0a
feat(regions): add region/original language setting for filtering Discover ( #732 ) ( #942 )
4 years ago
TheCatLady
8701fb20d0
fix(ui): Fix settings navigation horizontal scroll issues ( #987 )
4 years ago
TheCatLady
5b64655776
fix(lang): Remove unused strings and correct spelling of 'canceling'/'canceled' ( #981 )
4 years ago
TheCatLady
621db89328
feat(ui): Add 'Page Size' setting for request/user list pages ( #957 )
4 years ago
TheCatLady
29b97ef6d8
feat(notif): Add Pushbullet notification agent ( #950 )
4 years ago
TheCatLady
2768155bba
feat(notif): Notification improvements ( #914 )
4 years ago
TheCatLady
7e906e2d46
refactor(css): Apply global CSS classes ( #874 )
4 years ago
TheCatLady
ff0b5ed441
fix(api): Use POST instead of GET for API endpoints that mutate state ( #877 )
4 years ago
Danshil Mungur
ee5076146e
fix(ui): fixed anime language profile typo ( #879 )
...
Co-authored-by: sct <ryan@sct.dev>
4 years ago
sct
8056187c3c
fix(ui): rename global group class to form-group
4 years ago
Jakob Ankarhem
53f6f59798
feat(requests): add language profile support ( #860 )
4 years ago
TheCatLady
baad19a2c9
fix(ui): fix webhook URL validation regex
4 years ago
TheCatLady
3f9bfeb01a
fix(ui): Add additional URL & email input validation ( #843 )
4 years ago
sct
026795d4c9
fix(ui): validate application url and service external urls
4 years ago
TheCatLady
035534e9fe
refactor(images): Use SVG logos for Radarr & Sonarr ( #827 )
4 years ago
TheCatLady
c0769d4f8f
fix(lang): Add missing source strings & remove local user sign-in setting tip ( #828 )
4 years ago
TheCatLady
35c6bfc021
feat(ui): Add custom title functionality ( #825 )
4 years ago
TheCatLady
f54df214af
fix(lang): Edit English language strings ( #820 )
4 years ago
TheCatLady
9d0d5b86aa
feat(ui): Add local login setting ( #817 )
4 years ago
TheCatLady
6e9ac275e1
fix(html): th elements should be nested under tr, not directly under thead ( #801 )
4 years ago
TheCatLady
1ccafc0ebd
fix(ui): Restore original port input size ( #814 )
4 years ago
sct
7c192d54f4
fix(frontend): add github sponsor link to about page
4 years ago
sct
cf7ebc488d
fix(frontend): use consistent spinner style on TitleCard/Plex Presets
4 years ago
TheCatLady
e34fbf72fd
fix(ui): uniform-size checkboxes, vertically-aligned form labels, and fixes for other UI imperfections/inconsistencies ( #737 )
4 years ago
sct
6c437c515f
fix(cache): use formatted numbers for displaying cache counts
4 years ago
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)
4 years ago
TheCatLady
f1dd5e7e12
feat(ui): Move PROXY setting to UI ( #782 )
...
Users who have set PROXY=yes in their Docker containers will need to configure this setting in the UI and restart the container.
4 years ago
sct
946bd2db5e
fix(frontend): dont show external links unless slug is set
4 years ago
sct
ec5fb83678
feat: Radarr & Sonarr Sync ( #734 )
4 years ago
sct
86efcd82c3
fix(frontend): fix server name position on plex settings page
4 years ago
TheCatLady
f05d4a0d0b
fix(ui): Capitalization, punctuation, and grammar inconsistences & errors ( #731 )
4 years ago
Chris Pritchard
82ac76b054
feat: pre-populate server info from plex.tv API ( #563 )
...
Co-authored-by: sct <sctsnipe@gmail.com>
4 years ago
TheCatLady
6e2589178b
feat(auth): Add optional CSRF protection ( #697 )
...
* fix(auth): Missing CSRF middleware
Resolves LGTM alert/error for query js/missing-token-validation
More info: https://lgtm.com/rules/1506064038914/
4 years ago
David
4b0241c3b3
feat: ability to edit user settings in bulk ( #597 )
4 years ago
sct
2f75c4c6ae
fix(lang): add missing i18n strings for notification settings
4 years ago
sct
21db3676d1
feat(notifications): add option to send notifications for auto-approved requests
...
closes #267
4 years ago
sct
5e352c201f
fix(frontend): fixed mismatched rounded sizing on new login
...
also fixes log filename in temp log page
fixes #721
4 years ago
sct
6c1742e94c
feat(frontend): add option to hide all available items from discovery ( #699 )
4 years ago
sct
860d71ed69
fix(frontend): clarify which fields are required in radarr/sonarr modals
...
closes #575
4 years ago
sct
bdb33722e6
feat(requests): Request Overrides & Request Editing ( #653 )
4 years ago
sct
a77a2aa3eb
fix(lang): change email auth user/pass strings to SMTP Username/Password
4 years ago
sct
29c5bc4097
feat(frontend): add template variable help button to custom webhook settings page
4 years ago
sct
a7cc7c5975
feat(notifications): Webhook Notifications ( #632 )
4 years ago
sct
6b2df24a2e
feat: 4K Requests ( #559 )
4 years ago
Jakob Ankarhem
ee5d0181fc
feat(notifications): add pushover integration ( #574 )
...
* feat(notifications): add pushover integration
* refactor(pushover): group i18n translations
4 years ago
sct
93b57a76f1
fix(frontend): handle currentLibrary possibly being null on first manual sync
4 years ago
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
4 years ago
sct
8af6a1f566
feat(notifications): control notifcation types per agent
...
closes #513
4 years ago
sct
c034496f55
feat(frontend): add documentation link to about page
...
Also updates the README with new documentation links
4 years ago
Jakob Ankarhem
0185bb1a70
feat(email): add sendername to email notification ( #506 )
...
* feat(email): add sendername to email notification
* feat(email): add sendername to api + move field in form
Co-authored-by: Jakob Ankarhem <jakob.ankarhem@jetshop.se>
4 years ago
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>
4 years ago
sct
de3d288949
fix(frontend): fix missing styles for alert component
...
also adds relative release time to releases in About page
4 years ago
sct
6353cda582
fix(frontend): fix mobile dropdown in notifications settings
4 years ago
sct
1163e81adc
feat(notifications): add slack notification agent
...
re #365
4 years ago
sct
4809257816
feat: add separate auto approve permissions for Movies/Series
...
closes #268
4 years ago
Brandon Cohen
3bbc716434
fix(frontend): added new Radarr v3 logo ( #471 )
4 years ago
sct
6898357b13
feat(email): option to allow self signed certificates
4 years ago
sct
0c8a180189
fix: clarify full sync runs every 24 hours
4 years ago
sct
22006e9dbd
fix(api): prevent checking first admin account for plex server access
4 years ago
sct
e7ee85c29b
feat: default user permissions added to settings
...
closes #388
4 years ago
sct
44a305426f
feat(notifications): added ability to send test notifications
...
closes #309
4 years ago
sct
b7f5739035
feat(frontend): releases added to about page
...
closes #303
4 years ago
sct
c128898206
feat(frontend): add support overseerr block to about page
4 years ago
sct
53bede692d
feat: add missing tzdata package to image
...
re #394
4 years ago
sct
6beac736ef
feat: api key regeneration
4 years ago
sct
0972f40a4e
feat: anime profile support ( #384 )
...
closes #266
4 years ago
sct
fc12ab84d9
fix(frontend): clarify that radarr/sonnarr servers must be tested before profiles/folders appear
...
Also blocks "Add Server" or "Save" button until all required fields are entered
fixes #326 and #328
4 years ago
sct
0d088e085e
feat(frontend): show alert when there are no default radarr/sonarr servers
...
fixes #344
4 years ago
sct
2fe53ec5a8
fix(frontend): make minimum availability required for Radarr servers
...
fixes #345
4 years ago
sct
ce0266f74e
fix(frontend): add http/https prefix to hostname fields for plex/radarr/sonarr
...
fixes #357
4 years ago
sct
d9788c4aa9
feat(frontend): temporary logs page to clear up confusion about it 404ing
...
This commit also disables the "Run Now" buttons under Jobs until they actually work
re #272
4 years ago
sct
900827be97
feat(lang): add i18n strings for new about page
4 years ago
sct
3f2a04c881
feat: about page initial version
...
Adding something to the about page for now, including the app version to better know what versions
of the app people are running
4 years ago
sct
b5988f9a5f
fix(frontend): add validation for Radarr/Sonarr server name
4 years ago
sct
3ba09d07eb
fix: add support for ssl when connecting to plex
...
fixes #275
4 years ago
sct
8cb05c413a
fix(frontend): convert plex port to a number before posting to the api
4 years ago
sct
2098a2d3d2
fix(frontend): converts email smtp port to a number before posting to the api
...
- also adds toast notifications to both email/discord notifications pages to know when sucesses or
failures occur
re #251
4 years ago
sct
7bf924f7e9
fix(frontend): also convert activeProfileId to a number for radarr/sonarr submissions
4 years ago
sct
c53dc3b15d
fix(frontend): also convert ports to numbers when saving radarr/sonarr servers
4 years ago
sct
92c9001c9d
fix(frontend): new radarr/sonarr ports will be converted to a number before posting
4 years ago
sct
42788adb75
fix(lang): fix missing i18n string for agent enabled in email notification page
4 years ago
sct
a8393707fe
feat: generate real api key
...
This also hides the api key from users without the ADMIN permission. It will not be returned from
the api for them. Regenerate functionality is not in the commit.
4 years ago
sct
79a352b7b3
build(deps): update dependencies and update relevant files
4 years ago
sct
1ba027b435
feat(frontend): initial version of the requests page (no filtering/sorting)
4 years ago
sct
c688cf60c7
feat: add migration for delete cascades on season requests/seasons
...
fix some i18n english strings
4 years ago
sct
659a601877
feat(frontend): added more localized strings
4 years ago
sct
cd6d8a8216
feat(frontend): add french language file
...
also expanded translation coverage (still lots to do!)
4 years ago
sct
a359672eba
feat: add application url config to main settings ui
4 years ago
sct
0d73d88f35
feat: other email notifications for approved/available
...
also adds UI to configure email notifications to frontend
4 years ago
sct
d8e542e5fe
feat: notification framework
4 years ago
sct
fb5c791b0b
feat: upgrade tailwindcss to 2.0.1
4 years ago
Jeff Bentley
366074c12a
[Design/Routes] Welcome Screen / Initial Setup ( #42 )
...
* feat(new component): welcome screen and initial setup component
* feat(frontend): setup with login, settings, radarr/sonarr
* feat(frontend): add login functionality to login step for setup
Co-authored-by: Alexander Zoitos <azoitos1@gmail.com>
4 years ago
sct
1390cc1f13
feat(api): plex tv sync and recently added sync
4 years ago
sct
16221a46a7
feat(frontend): improved settings menu design for mobile
4 years ago
sct
46d99b02b1
fix(frontend): fix modal design and rename some text for adding servers
4 years ago
sct
320432657e
feat: sonarr edit/delete modal
4 years ago
sct
877a518415
feat(frontend): radarr delete modal
4 years ago
sct
c4ac357ef4
feat: radarr edit/create modal/backend functionality
4 years ago
sct
e032e385a5
fix: dont cross import SyncStatus type
4 years ago
sct
1bc3f7be4b
feat(frontend): plex library scan
4 years ago
sct
97e30367fb
fix(frontend): reinitalize plex form after data loads
4 years ago
sct
47714b698c
feat(frontend): plex settings page
4 years ago
sct
8742da0ebb
feat(frontend): initial Settings design
4 years ago