Danshil Kokil Mungur
fd0ff4bd5f
chore: remove empty lines from imports section ( #2951 ) [skip ci]
2022-08-19 10:59:27 +00:00
Ryan Cohen
16545eec22
feat: tooltip foundation ( #2950 )
...
* feat: add foundation for tooltips
* fix: add lang
* refactor: remove React import where no longer necessary
2022-08-19 19:35:50 +09:00
Ryan Cohen
e5d8c93ab8
chore(deps): update react to 18 ( #2943 )
2022-08-18 17:05:58 +09:00
TheCatLady
3db3044210
feat(lang): add Arabic and Lithuanian display languages ( #2916 )
2022-08-17 09:15:30 +09:00
TheCatLady
f3e56da3b7
feat: show alert/prompt when settings changes require restart ( #2401 )
...
* fix: correct 'StatusChecker' typo
* feat: add restart required check to StatusChecker
* fix(perms): remove MANAGE_SETTINGS permission
* fix: allow alert to be dismissed
* fix(lang): add missing string in SettingsServices
* fix(frontend): fix modal icon border
* fix(frontend): un-dismiss alert if setting reverted not require server restart
* fix(backend): restart flag only needs to track main settings
* fix: rebase issue
* refactor: appease Prettier
* refactor: swap settings badge order
* fix: type import for MainSettings
* test: add cypress test for restart prompt
2022-08-16 16:58:11 +00:00
Ryan Cohen
f5864b49de
refactor: update a few dev deps and convert to using type imports where possible ( #2886 )
...
* build: bump deps and add some new eslint rules
* refactor: run eslint --fix on code to convert to type imports where possible
2022-08-03 12:57:51 +09:00
TheCatLady
3d32462f50
feat(lang): add Albanian display language ( #2605 )
2022-03-12 17:17:03 -05:00
Danshil Kokil Mungur
5b2a8f682b
build(deps): bump dependencies ( #2454 )
...
* build(deps): bump react-select from 4.3.1 to 5.2.2
* build(deps): bump axios from 0.21.4 to 0.25.0
* build(deps-dev): bump lint-staged from 12.2.1 to 12.2.2
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 12.2.1 to 12.2.2.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v12.2.1...v12.2.2 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump typescript from 4.5.4 to 4.5.5
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.5.4 to 4.5.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/commits )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint-plugin-formatjs from 2.20.3 to 2.20.4
Bumps [eslint-plugin-formatjs](https://github.com/formatjs/formatjs ) from 2.20.3 to 2.20.4.
- [Release notes](https://github.com/formatjs/formatjs/releases )
- [Commits](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.20.3...eslint-plugin-formatjs@2.20.4 )
---
updated-dependencies:
- dependency-name: eslint-plugin-formatjs
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @commitlint/cli from 16.0.3 to 16.1.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 16.0.3 to 16.1.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.1.0/@commitlint/cli )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @tanem/react-nprogress from 4.0.3 to 4.0.4
Bumps [@tanem/react-nprogress](https://github.com/tanem/react-nprogress ) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/tanem/react-nprogress/releases )
- [Changelog](https://github.com/tanem/react-nprogress/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tanem/react-nprogress/compare/v4.0.3...v4.0.4 )
---
updated-dependencies:
- dependency-name: "@tanem/react-nprogress"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: cleanup comments
* build(deps-dev): bump lint-staged from 12.2.1 to 12.3.1
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-25 02:10:37 +00:00
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 >
2022-01-14 19:32:53 +09:00
TheCatLady
c760ceaa5f
feat(lang): add Polish display language ( #2261 )
2021-12-02 01:58:46 +00:00
TheCatLady
8d8db6cf5d
feat(lang): add Czech and Danish display languages ( #2176 )
2021-10-08 15:47:30 +00:00
TheCatLady
590ea7e404
feat(lang): add Simplified Chinese display language ( #2032 )
2021-09-04 14:12:41 +09:00
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
2021-06-10 12:56:33 +09:00
sct
14756f4b20
fix(lang): only set locale once at page load and move subsequent updates back into Layout
...
fixes #1662
2021-05-18 09:23:29 +09:00
TheCatLady
e85d1ce94e
fix(locale): properly restore display language upon page refresh ( #1646 )
...
* fix(locale): properly restore display language upon page refresh
* refactor: dedupe logic
2021-05-17 01:13:52 +00:00
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
2021-05-16 14:56:49 +09:00
TheCatLady
f256a444c5
feat: add server default locale setting ( #1536 )
...
* feat: add server default locale setting
* fix: do not modify defaultLocale property of IntlProvider
2021-05-03 13:11:28 +00:00
sct
28830d4ef8
feat: PWA Support ( #1488 )
2021-04-25 20:44:12 +09:00
TheCatLady
77911c03e9
feat(lang): add Catalan to language picker ( #1309 )
2021-03-30 00:14:59 +00:00
sct
958cdf98fd
feat(ui): experimental status bar style change for ios pwa app
...
this might break things. just an experiment. :)
2021-03-22 01:22:24 +09:00
TheCatLady
80165038fd
fix(frontend): redirect from /setup if already initialized ( #1238 )
2021-03-21 10:20:33 +09:00
sct
0ca3d43749
feat: add option to cache images locally ( #1213 )
2021-03-18 21:37:25 +09:00
TheCatLady
36c00fde27
feat(ui): add option to only allow complete series requests ( #1164 )
2021-03-16 16:36:54 +09:00
Jakob Ankarhem
3d6b343413
feat(frontend): add loading bar indicator ( #1170 )
2021-03-14 13:46:04 +00:00
sct
9ce88abcc8
fix: added missing language default for ssr context defaults
2021-02-27 12:46:30 +00:00
TheCatLady
6ecd202607
fix(frontend): use region settings instead of hardcoded 'US' value for movie/TV ratings ( #1006 )
2021-02-23 18:06:23 +09:00
Jakob Ankarhem
e5966bd3fb
feat(users): add reset password flow ( #772 )
2021-02-05 23:23:57 +09:00
TheCatLady
35c6bfc021
feat(ui): Add custom title functionality ( #825 )
2021-02-03 19:44:10 +09:00
TheCatLady
9d0d5b86aa
feat(ui): Add local login setting ( #817 )
2021-02-03 10:16:44 +09:00
sct
cfacb151b5
feat(lang): add support for Hungarian language
2021-01-31 13:20:32 +00:00
TheCatLady
3c5ae360fd
fix(lang): translate language names & change zh-Hant language code to zh-TW ( #793 )
2021-01-31 18:51:33 +09:00
sct
e044146aa5
feat(lang): add support for Portuguese (Portugal) language
2021-01-22 14:02:02 +00:00
sct
6c1742e94c
feat(frontend): add option to hide all available items from discovery ( #699 )
2021-01-20 18:56:45 +09:00
sct
686c4f71bf
feat(lang): add support for Chinese (Traditional) language
2021-01-19 02:17:14 +00:00
sct
6b2df24a2e
feat: 4K Requests ( #559 )
2021-01-11 23:42:33 +09:00
sct
fae4818957
fix(frontend): set locale cookie expiration to be much longer
2020-12-27 14:47:39 +00:00
sct
75a426437a
feat: status checker to prompt users to reload their frontend when app version changes
2020-12-27 10:05:54 +00:00
sct
c9fe6cb0b7
feat(lang): add support for swedish language
2020-12-20 01:43:54 +09:00
sct
108dfc4afd
feat(lang): add support for Italian, Portuguese (Brazil) and Serbian
2020-12-19 21:51:05 +09:00
sct
5e5ba40505
fix: change default internal port to 5055 ( #389 )
2020-12-19 00:12:41 +09:00
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.
2020-12-15 15:49:59 +00:00
sct
6cd20491d2
feat(lang): add support for Spanish language
2020-12-15 11:46:43 +00:00
sct
df94db050b
feat(lang): add support for dutch language
2020-12-09 07:18:22 +00:00
sct
8d8e750982
feat(lang): add support for russian languge
2020-12-09 04:51:48 +00:00
sct
d38b28d206
feat(lang): add nb-NO and de language support to app
2020-12-08 14:11:05 +00:00
sct
8e6daf7bd2
fix: fix a few misc unused imports and useless assignments/conditionals
2020-12-08 04:36:43 +00:00
sct
79a352b7b3
build(deps): update dependencies and update relevant files
2020-12-08 04:14:18 +00:00
sct
659a601877
feat(frontend): added more localized strings
2020-11-27 06:59:22 +00:00
sct
a99705f6a5
feat: force setup if app is not initialized
2020-11-12 09:07:49 +00:00
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
2020-10-10 09:00:40 -04:00