allcontributors[bot]
39b5e1c5f5
docs: add s0up4200 as a contributor for doc ( #3153 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 year ago
soup
219d267449
chore(docs): fix typo in fail2ban article ( #3139 ) [skip ci]
1 year ago
Ryan Cohen
ad9ad5a7a2
fix(api): handle auth for accounts where the plex id may have been set to null ( #3125 )
...
also made some changes to hopefully alleviate this issue from happening at all in the future
1 year ago
Brandon Cohen
9abce9e22a
fix: improved PTR scrolling performance ( #3095 )
1 year ago
TheCatLady
e1616ae445
feat(lang): add Croatian display language ( #3041 )
1 year ago
allcontributors[bot]
9a4dbf1953
docs: add Eclipseop as a contributor for code ( #3087 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 year ago
Mackenzie
54c628cc91
build: update semantic-release to use proper arg for git sha ( #3075 )
1 year ago
Ryan Cohen
a21da8b576
feat: custom image proxy ( #3056 )
1 year ago
Brandon Cohen
ed0a14b907
fix: added deep links to issues and status badges ( #3065 )
1 year ago
TheCatLady
cfefa34ca9
fix: update API docs to allow 'all' seasons value ( #3073 )
1 year ago
Danshil Kokil Mungur
05e77ac318
fix(ui): minor fixes ( #3036 )
...
* fix(ui): hide available media on person page
* fix(ui): set correct label for image cache settings
* fix(ui): disable status badge tooltip for collections
* fix(ui): replace empty space when no episodes in season
* fix: suggested changes
* fix(jobs): set watchlist sync to short interval
* chore: run i18n:extract
* fix: suggested changes
1 year ago
Mike Kao
4c87717d65
got oidc working for authelia
1 year ago
Mike Kao
d00cf64501
made proggress on oidc with better try catch
1 year ago
Mike Kao
55cea08e85
blah
1 year ago
Mike Kao
6a4537bd01
log middlware
1 year ago
Mike Kao
b425604342
oidc callback logging
1 year ago
Mike Kao
df8c1b53e5
okay trying again with no error handling changes. Just logging and scope support
1 year ago
Mike Kao
de15f9017a
scope missing is not a fatal error
1 year ago
Mike Kao
27dac31db5
add scope support for oidc
1 year ago
Mike Kao
11aa3f218f
added additional logging and error handling to try to debug a scope parameter failure
1 year ago
Mike Kao
4367ee3ca6
fix the redirect uri generation to use x-forward-proto to allow handling of reverse proxies.
1 year ago
lenaxia
1d61289b10
Update oidc-ci.yml
1 year ago
lenaxia
d21ef209d0
Create oidc-ci.yml
1 year ago
Jakob Ankarhem
765c38b885
fix(oidc): look at protocol to decide callback protocol
2 years ago
Jakob Ankarhem
66fac20465
fix(oidc): allow insecure state cookie when using http
2 years ago
Jakob Ankarhem
6e899480d5
fix(oidc): allow paths in wellknown lookup
2 years ago
Jakob Ankarhem
cefe1fe1ba
fix(oidc login): handle reset loading state
2 years ago
Jakob Ankarhem
5886f83bed
fix(oidc): use wellknown authorization endpoint
2 years ago
Jakob Ankarhem
3dfc67a32b
fix: invalid import
2 years ago
Jakob Ankarhem
1db3644f88
fix(i18n): update extract
2 years ago
Jakob Ankarhem
49a0ba48b7
fix(imports): fix invalid imports
2 years ago
Jakob Ankarhem
ef24e3064f
fix: review comments
2 years ago
Jakob Ankarhem
afeefec9e1
fix(oidc): invalidate when email not verified
2 years ago
Jakob Ankarhem
079b84c5ea
fix(docs): fix typo in docs
2 years ago
Jakob Ankarhem
c74b9dcfe7
fix: add missing initial values to public settings
2 years ago
Jakob Ankarhem
b0d1be7276
feat(oidc): add form validation for oidc settings
2 years ago
Jakob Ankarhem
9277a65e11
chore(translations): extract strings
2 years ago
Jakob Ankarhem
d2245c7f2c
docs: add api documentation for oidc endpoints
2 years ago
Jakob Ankarhem
52fd0b7dd8
feat(oidc): create user if it doesn't exist
2 years ago
Jakob Ankarhem
7de7e1f7bd
feat: refactor out popup and use for oidc
2 years ago
Jakob Ankarhem
ac2a1971a3
feat: oidc support
...
feat: oidc 2
feat: oidc
2 years ago
Brandon Cohen
21d20fdfd6
fix: sidebar close button placement when using PWA ( #3045 )
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
Ryan Cohen
430b1ab871
fix: remove backdrop-blur class from warning buttons ( #3037 )
2 years ago
Danshil Kokil Mungur
7404d68143
fix(ui): hide null dates in episodes list ( #3035 )
2 years ago
Weblate (bot)
16cb53f703
feat(lang): translations update from Hosted Weblate ( #3026 )
...
* feat(lang): translated using Weblate (Swedish)
Currently translated at 91.8% (1028 of 1119 strings)
Co-authored-by: Johan Ruda <johan.ruda@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hungarian)
Currently translated at 89.7% (1004 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Nandor Rusz <nandor.rusz@vodafone.de>
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1119 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Kobe <kobaubarr@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Croatian)
Currently translated at 23.3% (261 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Milo Ivir <mail@milotype.de>
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hr/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Johan Ruda <johan.ruda@gmail.com>
Co-authored-by: Nandor Rusz <nandor.rusz@vodafone.de>
Co-authored-by: Kobe <kobaubarr@gmail.com>
Co-authored-by: Milo Ivir <mail@milotype.de>
2 years ago
Brandon Cohen
407af32d32
fix: new status indicators added to series list on mobile ( #3024 )
...
* fix: new status indicators added to series list
* refactor: component will render icons and has updated props
2 years ago
aedelbro
5c01313cc4
fix(ui): remove 'all' badge from request cards ( #2992 )
...
if all seasons are requested for a TV show, show each indivdual season badge. This prevents the
admin from needing to open a second tab / navigate to see how many seasons / what seasons have been
requested.
2 years ago
Ryan Cohen
d8da5cbe9d
fix(plex): add container-size header to recently added api call ( #3023 )
2 years ago
Weblate (bot)
3d458dd2fd
feat(lang): translations update from Hosted Weblate ( #3014 )
...
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1119 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Maite Guix <maite.guix@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 95.6% (1070 of 1119 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 95.6% (1070 of 1119 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 92.3% (1033 of 1119 strings)
Co-authored-by: Eric <hamburger1024@mailbox.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Linyue-GitHub <592746995@qq.com>
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me>
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1119 of 1119 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1119 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me>
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1119 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: exentler <gurandsrud@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Croatian)
Currently translated at 23.3% (261 of 1119 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 18.1% (203 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: lpispek <lpispek@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hr/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Maite Guix <maite.guix@gmail.com>
Co-authored-by: Eric <hamburger1024@mailbox.org>
Co-authored-by: Linyue-GitHub <592746995@qq.com>
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me>
Co-authored-by: exentler <gurandsrud@gmail.com>
Co-authored-by: lpispek <lpispek@gmail.com>
2 years ago