TheCatLady
590ea7e404
feat(lang): add Simplified Chinese display language ( #2032 )
3 years ago
TheCatLady
091d66a192
fix: check that application URL and email agent are configured for password reset/generation ( #1724 )
...
* fix: check that application URL and email agent are configured for password reset/generation
* refactor: reverse flex direction instead of conditionally changing justify
3 years ago
sct
14756f4b20
fix(lang): only set locale once at page load and move subsequent updates back into Layout
...
fixes #1662
4 years ago
TheCatLady
e85d1ce94e
fix(locale): properly restore display language upon page refresh ( #1646 )
...
* fix(locale): properly restore display language upon page refresh
* refactor: dedupe logic
4 years ago
TheCatLady
22415642e8
feat(lang): add Greek display language ( #1605 )
...
* feat(lang): add Greek & Polish display languages
Also:
* rename zh-TW display language to 繁體中文
* fix plurality of AvailableLocale type name
* consistently use 'en' as fallback/default language
* revert(lang): remove Polish display language due to lack of translation activity
4 years ago
TheCatLady
f256a444c5
feat: add server default locale setting ( #1536 )
...
* feat: add server default locale setting
* fix: do not modify defaultLocale property of IntlProvider
4 years ago
sct
28830d4ef8
feat: PWA Support ( #1488 )
4 years ago
TheCatLady
77911c03e9
feat(lang): add Catalan to language picker ( #1309 )
4 years ago
sct
958cdf98fd
feat(ui): experimental status bar style change for ios pwa app
...
this might break things. just an experiment. :)
4 years ago
TheCatLady
80165038fd
fix(frontend): redirect from /setup if already initialized ( #1238 )
4 years ago
sct
0ca3d43749
feat: add option to cache images locally ( #1213 )
4 years ago
TheCatLady
36c00fde27
feat(ui): add option to only allow complete series requests ( #1164 )
4 years ago
Jakob Ankarhem
3d6b343413
feat(frontend): add loading bar indicator ( #1170 )
4 years ago
sct
9ce88abcc8
fix: added missing language default for ssr context defaults
4 years ago
TheCatLady
6ecd202607
fix(frontend): use region settings instead of hardcoded 'US' value for movie/TV ratings ( #1006 )
4 years ago
Jakob Ankarhem
e5966bd3fb
feat(users): add reset password flow ( #772 )
4 years ago
TheCatLady
35c6bfc021
feat(ui): Add custom title functionality ( #825 )
4 years ago
TheCatLady
9d0d5b86aa
feat(ui): Add local login setting ( #817 )
4 years ago
sct
cfacb151b5
feat(lang): add support for Hungarian language
4 years ago
TheCatLady
3c5ae360fd
fix(lang): translate language names & change zh-Hant language code to zh-TW ( #793 )
4 years ago
sct
e044146aa5
feat(lang): add support for Portuguese (Portugal) language
4 years ago
sct
6c1742e94c
feat(frontend): add option to hide all available items from discovery ( #699 )
4 years ago
sct
686c4f71bf
feat(lang): add support for Chinese (Traditional) language
4 years ago
sct
6b2df24a2e
feat: 4K Requests ( #559 )
4 years ago
sct
fae4818957
fix(frontend): set locale cookie expiration to be much longer
4 years ago
sct
75a426437a
feat: status checker to prompt users to reload their frontend when app version changes
4 years ago
sct
c9fe6cb0b7
feat(lang): add support for swedish language
4 years ago
sct
108dfc4afd
feat(lang): add support for Italian, Portuguese (Brazil) and Serbian
4 years ago
sct
5e5ba40505
fix: change default internal port to 5055 ( #389 )
4 years ago
sct
e8776fd336
refactor(frontend): titlecard behavior changed to allow clicking anywhere to go through to title
...
mobile behavior remains mostly the same, except after the first click, a second click anywhere else
will go through to the title.
4 years ago
sct
6cd20491d2
feat(lang): add support for Spanish language
4 years ago
sct
df94db050b
feat(lang): add support for dutch language
4 years ago
sct
8d8e750982
feat(lang): add support for russian languge
4 years ago
sct
d38b28d206
feat(lang): add nb-NO and de language support to app
4 years ago
sct
8e6daf7bd2
fix: fix a few misc unused imports and useless assignments/conditionals
4 years ago
sct
79a352b7b3
build(deps): update dependencies and update relevant files
4 years ago
sct
659a601877
feat(frontend): added more localized strings
4 years ago
sct
a99705f6a5
feat: force setup if app is not initialized
4 years ago
Alex Zoitos
4d0c23c269
When opening plex Oauth window, open an empty page then redirect to plex oauth ( #127 )
...
* feat(frontend): custom toast
* refactor(frontend): move toast width styling to globals
* feat(frontend): add loading spinner for browser popup
4 years ago
Alex Zoitos
7cb92028fb
Redesign toasts ( #103 )
...
* feat(frontend): custom toast
* refactor(frontend): move toast width styling to globals
Co-authored-by: sct <sct@users.noreply.github.com>
4 years ago
sct
1be8b18361
feat(api): plex Sync (Movies)
...
Also adds winston logging
4 years ago
sct
fdf9f38776
fix(frontend): run initial props for children components after getting the user
4 years ago
sct
9131254f33
feat(frontend/api): i18n support
4 years ago
sct
4638fae336
feat(frontend): refresh indicator for titlecards / toasts
4 years ago
sct
cb9098f457
feat: logout route/sign out button ( #54 )
4 years ago
sct
190a8831c7
User Context ( #51 )
...
* feat(frontend): user Context / useUser hook
Adds a UserContext to wrap the app and load/cache the user when the website renders. Also adds the
useUser hook to pull in user data anywhere its needed on the site. This commit also adds redirection
to the login page for users who are not signed in
* fix(frontend): use process.env.PORT for user request on server side (defaults to 3000)
* docs(frontend): added documentation/notes for how the user context/login works
4 years ago
Alexander Zoitos
e61d9a767f
refactor(app conditional cleanup): remove unnecessary else statement
4 years ago
Alexander Zoitos
0151134949
refactor(use component on login path conditional): use component on login path conditional
4 years ago
Alexander Zoitos
159718891f
feat(pass pageprops to loginpage): pass page props to loginPage
4 years ago
Alexander Zoitos
7d179ae3b4
feat(login route conditional): on login route, do not display layout
4 years ago