soup
219d267449
chore(docs): fix typo in fail2ban article ( #3139 ) [skip ci]
11 months ago
Ryan Cohen
a21da8b576
feat: custom image proxy ( #3056 )
11 months ago
Jakob Ankarhem
7de7e1f7bd
feat: refactor out popup and use for oidc
2 years ago
JonnyWong16
cf96db90ad
docs(proxy): update `sub_filter` for subfolder ( #3046 ) [skip ci]
...
The updated `next.js` dependency has a new regex match in the code for `/^\/_next\/data\//`.
This `sub_filter` creates invalid regex `/^\/overseerr/_next\/data\//`
```nginx
sub_filter '/_next' '/$app/_next';
```
It needs to be updated to substitute the correct the regex `/^\/overseerr\/_next\/data\//`
```nginx
sub_filter '\/_next' '\/$app\/_next';
sub_filter '/_next' '/$app/_next';
```
2 years ago
TheCatLady
9021696cf0
fix(lang): correct capitalization of 'TMDB' ( #2953 )
2 years ago
Gian Marco Cinalli
475314c87b
docs: update fail2ban documentation to handle logging changes ( #2707 ) [skip ci]
3 years ago
Danshil Kokil Mungur
26a3d7c4d2
docs(notif): add missing link for gotify ( #2634 ) [skip ci]
...
On Gitbook, the link to the Gotify page would point to a markdown file in the repository instead of
the page on Gitbook.
3 years ago
Danshil Kokil Mungur
f9200b7977
feat(notif): add Pushbullet channel tag ( #2198 )
...
* feat(notif): add pushbullet channel tag to server notif settings
* feat(notif): suggested changes
* docs(notif): add pushbullet channel tag
3 years ago
Danshil Kokil Mungur
5707566cf7
docs: add contribution, support and install clarifications ( #2395 ) [skip ci]
...
* docs(contrib): clarify when to squash commits
* docs(support): ask for more details when requesting support
* docs(install): specify more container details
* docs(contrib): suggested changes
3 years ago
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>
3 years ago
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>
3 years ago
TheCatLady
399b037918
fix(lang): rename 'Media' notification types for clarity ( #2400 )
3 years ago
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
3 years ago
TheCatLady
05d2dac3ab
docs: add Overseerr Assistant to third-party integrations ( #2243 ) [skip ci]
3 years ago
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
3 years ago
TheCatLady
6565c7dd9b
docs: add FAQ entry about mobile apps ( #2228 ) [skip ci]
...
* docs: grammar correction
* docs: add FAQ about mobile apps
* docs: remove Overseerr-Extension for now
3 years ago
TheCatLady
dca363809d
docs: add Overseerr-Extension to 3rd-party integrations ( #2227 ) [skip ci]
3 years ago
TheCatLady
b7ba90d67b
docs: improve Docker documentation ( #2109 ) [skip ci]
...
* docs: improve Docker documentation
* docs: suggested changes
* docs: minor formatting changes
* docs: add Doplarr to list of third-party integrations
* docs: rename docker run tab
* docs: add link to official Docker CLI docs
* docs: minor edits
3 years ago
TheCatLady
daf64532bf
docs: add FAQ entry about broken logos in email notifications ( #2134 ) [skip ci]
3 years ago
Danshil Kokil Mungur
da1e88c70a
docs(installation): increase log level in example commands in install docs ( #2057 ) [skip ci]
3 years ago
Danshil Kokil Mungur
d48154c4ae
docs(windows-install): update docs to use named volumes instead of bind mount ( #2056 ) [skip ci]
3 years ago
TheCatLady
1f524f0582
docs: update email agent documentation ( #1797 ) [skip ci]
3 years ago
sct
beb5637d9f
feat: new logo, who dis? ( #1802 )
3 years ago
Danshil Kokil Mungur
694904d15a
docs: fix small typo ( #1782 ) [skip ci]
3 years ago
HubDuck
43b2e693e7
docs: fix spelling and punctuation errors ( #1748 ) [skip ci]
...
* docs(installation): spelling "Community" Unraid
Spelling correction for Community in the Unraid Installation section.
* docs(slack): Grammar correction
Double full stop corrected.
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com>
3 years ago
HubDuck
616451ecc7
docs(plex): correct name of "Sync Libraries" button ( #1747 ) [skip ci]
...
Update documentation settings plex. Button to sync libraries with plex
3 years ago
HubDuck
c153c055f1
docs: add Nginx Proxy Manager to reverse proxy documentation ( #1741 ) [skip ci]
...
* docs: adding npm section reverse-proxy
Adds npm configuration example to the docs for the reverse-proxy page under extending-overseerr.
Adds example image to public/images/docs
* docs: adding npm section reverse-proxy with tcl suggestions
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com>
* Delete npm_example.png
* docs: adding npm section reverse-proxy
Tabulation of nginx services
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com>
3 years ago
sct
f09aba04e4
refactor: update discord links to use new vanity url
3 years ago
TheCatLady
e0491ab02a
docs: update documentation to reflect recent changes/additions ( #1730 ) [skip ci]
...
* docs: update documentation to reflect recent changes/additions
* docs: add list of third-party integrations
* docs: add v3 warning
* docs: fix Docker for Windows link text
* docs: fix Telegram 'Send Silently' setting description
* docs: note that application URL is required for password reset/generation
* docs: add additional details on webhook template variables
3 years ago
TheCatLady
1a311d211d
fix(ui): change 'Disable Auto-Search' checkbox to 'Enable Automatic Search' ( #1476 )
...
* fix(ui): change 'Disable Auto-Search' checkbox to 'Enable Automatic Search'
* docs: update *arr setting documentation to reflect changes
* fix: apply form-input class
4 years ago
TheCatLady
a6bfb5e74e
docs: update develop message ( #1435 ) [skip ci]
4 years ago
TheCatLady
ad6f815249
docs: add Pushbullet, Pushover, Slack, Telegram ( #1268 ) [skip ci]
...
* docs: add Pushbullet, Pushover, Telegram
* docs: correction based on feedback from @costaht
* docs: add Slack
* docs: update Telegram docs to reflect changes in #1172
* docs: clarify PGP key format
* docs: edit Pushover documentation
4 years ago
TheCatLady
e605687580
feat(webhook): include requestedBy user in payload ( #1385 )
...
* feat(webhook): include requestedBy user in payload
* fix: update jsonPayload in settings.ts
4 years ago
TheCatLady
db5af6d24b
docs: preliminary user management documentation ( #1310 ) [skip ci]
...
* docs: preliminary user management documentation
* docs: fix heading
* docs: add quota info
* docs: remove mention of image caching (for now)
* docs: update FAQ to link to Users page
4 years ago
TheCatLady
0aa2c53100
docs: only include necessary lines in example Nginx subfolder conf ( #1348 ) [skip ci]
...
Co-authored-by: samwiseg0 <2241731+samwiseg0@users.noreply.github.com>
4 years ago
TheCatLady
a54eefaa16
docs: organize and edit FAQ ( #1336 ) [skip ci]
...
* docs: organize and edit FAQ
* docs: add HAMA to list of supported agents
* docs: make suggested changes
4 years ago
TheCatLady
1c8968fd26
docs: remove image cache directory path ( #1303 ) [skip ci]
...
* docs: remove image cache dir path
4 years ago
HubDuck
544c2d9442
docs: clarify wording regarding separate copies of non-4K & 4K media [skip ci]
4 years ago
TheCatLady
bc9477465d
docs: add email & Discord notification info ( #1251 )
...
* docs: add email & Discord notification info
* docs: update TOC
4 years ago
TheCatLady
d4c08d4d1c
docs: add clarification about 4K Sonarr/Radarr servers ( #1245 ) [skip ci]
4 years ago
TheCatLady
55e1b9cd0e
docs: add Plex/Radarr/Sonarr settings documentation ( #1227 ) [skip ci]
4 years ago
TheCatLady
c3c622793a
docs: initial documentation of application settings ( #1223 ) [skip ci]
...
* docs: initial documentation of application settings
* docs: clarify 'Hide Available Media' setting
4 years ago
HubDuck
1ea3c41bac
docs: add base URL info to FAQ ( #1179 )
...
* Update faq.md
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com>
4 years ago
cron410
dbea4f0194
docs: add docker name argument to run command example ( #1069 ) [skip ci]
4 years ago
JonnyWong16
74e39b0b45
docs(proxy): add nginx subfolder reverse proxy ( #1114 ) [skip ci]
4 years ago
nuro
b5ce7f0cab
docs: added Docker compose installation example ( #1072 ) [skip ci]
...
* Added Docker compose installation example
* Update docs/getting-started/installation.md
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com>
* Updated compose example formatting
* Added complete docker-compose file example
* Update docs/getting-started/installation.md
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com>
* Added Docker compose installation example
* Update docs/getting-started/installation.md
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com>
* Updated compose example formatting
* Added complete docker-compose file example
* Update docs/getting-started/installation.md
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com>
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com>
Co-authored-by: sct <ryan@sct.dev>
4 years ago
Jakob Ankarhem
f6d00d8d15
feat(telegram): add support for individual chat notifications ( #1027 )
4 years ago
TheCatLady
09b5019e95
refactor(api): rename Plex auth endpoint ( #949 )
4 years ago
flying-sausages
45cb977eb2
Explain Swizzin installer is not live yet and why ( #992 )
4 years ago
TheCatLady
34618edc13
docs: Various edits, and addition of UI style guide ( #982 ) [skip ci]
4 years ago