Gauthier
77e28484ae
fix(api): add DNS caching
...
fix #387 #657 #728
2024-06-11 21:38:22 +02:00
Fallenbagel
4757f1c3e5
Revert "ci: update format check command to ignore .prettierignore files ( #787 )" ( #788 )
...
This reverts commit 1f1ad72e9e .
2024-06-01 06:10:07 +05:00
Fallenbagel
1f1ad72e9e
ci: update format check command to ignore .prettierignore files ( #787 )
...
This is to try and fix formatting issues on #773 on a file
that should be ignored.
2024-06-01 05:52:14 +05:00
allcontributors[bot]
c3ddc860b6
docs: add ThowZzy as a contributor for code ( #779 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-29 00:32:43 +05:00
ThowZzy
2bd125d9a5
fix(auth): case-sensitive logins not updating authtokens ( #778 )
2024-05-28 23:42:26 +05:00
Fallenbagel
7a5e8d69bf
feat(settings): stores jellyfin/emby server name in the settings ( #763 )
...
Stores jellyfin/emby(?) server name in the settings file. This might come in handy in the future
once simultaneous multi-server sync is implemented.
2024-05-26 18:21:14 +05:00
Fallenbagel
650c339d74
fix(jellyfinapi): use external api class for jellyfin api requests ( #762 )
...
* refactor(jellyfinapi): use the external api class for jellyfin api requests
refactors jellyfin api requests to be handled by the external api
to be consistent with how other external api requests are made
related #728 , related #387
* style: prettier formatted
* refactor(jellyfinapi): rename device in auth header as jellyseerr
* refactor(error): rename api error code generic to unknown
* refactor(errorcodes): consistent casing of error code enums
2024-05-25 15:44:36 +05:00
Fallenbagel
4ef5a3c7c5
style: ran prettier on snap yaml file ( #774 )
2024-05-25 06:10:19 +05:00
allcontributors[bot]
a791b53953
docs: add Bretterteig as a contributor for translation ( #772 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-24 23:19:22 +05:00
allcontributors[bot]
68467ced9d
docs: add JoaquinOlivero as a contributor for code ( #771 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-24 23:18:18 +05:00
allcontributors[bot]
296aee6338
docs: add Kara-Zor-El as a contributor for infra ( #770 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-24 23:17:05 +05:00
allcontributors[bot]
0a4b38e50d
docs: add gauthier-th as a contributor for code ( #766 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-24 23:13:16 +05:00
Fallenbagel
bcc84d8551
ci: turn off edge snap builds temporarily ( #765 )
...
turns off edge snap builds temporarily and makes it manual
2024-05-24 21:15:13 +05:00
Joaquin Olivero
783fda9621
feat: add Latin American Spanish translation ( #725 )
...
#677
Co-authored-by: JoaquinOlivero <joaquin.olivero@hotmail.com >
2024-05-24 21:07:53 +05:00
THOMAS B
d765055da8
feat(auth): send real information on login ( #470 )
...
* feat(auth): send real ip on login
* feat(auth): send application name on login
2024-05-24 18:05:05 +02:00
Fallenbagel
fed66f0702
chore: replace github sponsor with buymeacoffee ( #764 )
2024-05-24 18:47:52 +05:00
Julian Behr
461202da75
refactor: updated german translations ( #732 )
...
* Updated german translations
* Consistant sort titles
---------
Co-authored-by: Julian <git@muellerjulian.email >
2024-05-24 15:40:34 +02:00
Gauthier
0bbcfdc4f9
fix(api): save user email on the first try ( #760 )
...
* fix(api): save user email on the first try
fix #227
* fix(api): remove todo
* fix(logging): handle media server connection refused error/toast (#748 )
* fix(logging): handle media server connection refused error/toast
Properly log as connection refused if the jellyfin/emby server is unreachable. Previously it used to
throw a credentials error which lead to a lot of confusion
* refactor(i8n): extract translation keys
* refactor(auth): error message for a more consistent format
* refactor(auth/errors): use custom error types and error codes instead of abusing error messages
* refactor(i8n): replace connection refused translation key with invalidurl
* fix(error): combine auth and api error class into a single one called network error
* fix(error): use the new network error and network error codes in auth/api
* refactor(error): rename NetworkError to ApiError
---------
Co-authored-by: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com >
2024-05-23 23:56:11 +05:00
Fallenbagel
f486fb5e75
fix(logging): handle media server connection refused error/toast ( #748 )
...
* fix(logging): handle media server connection refused error/toast
Properly log as connection refused if the jellyfin/emby server is unreachable. Previously it used to
throw a credentials error which lead to a lot of confusion
* refactor(i8n): extract translation keys
* refactor(auth): error message for a more consistent format
* refactor(auth/errors): use custom error types and error codes instead of abusing error messages
* refactor(i8n): replace connection refused translation key with invalidurl
* fix(error): combine auth and api error class into a single one called network error
* fix(error): use the new network error and network error codes in auth/api
* refactor(error): rename NetworkError to ApiError
2024-05-23 19:34:31 +05:00
allcontributors[bot]
10082292e8
docs: add joshuaboniface as a contributor for code ( #734 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-04-29 12:21:18 +05:00
Joshua M. Boniface
c0a0b9c8a8
fix: use UTF8 encoding for webhook JSON ( #714 )
2024-04-29 12:19:01 +05:00
Gauvino
d9d07c705a
feat: add merge conflict labeler workflow ( #719 )
...
remove dash on label
2024-04-20 02:08:33 +05:00
Kara
0eea1090df
fix(api): small errors on overseerr-api.yaml ( #721 )
2024-04-20 00:21:12 +05:00
Fallenbagel
cd0fa3e223
Revert "fix: disable seasonfolder option in sonarr for jellyfin/Emby users" ( #718 )
...
This reverts commit 8ec8f2ac57 .
Disabling seasonfolder is no longer needed as we now allow
virtualFolders from jellyfin api.
2024-04-17 16:07:02 +05:00
Gauvino
9c68616343
Update action ( #717 )
...
- Update action version to latest (remove all warnings)
- Update nodejs version on action
- Update ubuntu to latest on support action
2024-04-16 02:41:08 +05:00
Fallenbagel
0c2713213c
feat: jellyseerr makeover ( #715 )
2024-04-16 00:22:12 +05:00
Fallenbagel
3856061fe1
fix(jellyfinapi): refactors jellyfin library sync to support automatic grouping and collections ( #700 )
...
* fix(jellyfinapi): refactors jellyfin library sync to support automatic grouping and collections
Previously, #450 added support for automatic library grouping. However, some users reported that
they were getting a 401 when using custom authentication such as LDAP. Therefore, that PR was
reverted (#524 ). This PR adds back the support for automatic library grouping for jellyfin
authentication users using the endpoint `/Library/MediaFolders` and fallsback to User views endpoint
if they're unable to sync the libraries (some, not all LDAP users had issues. Some reported that it
worked despite having custom authentication). Once it falls back to user views endpoint for syncing,
now it will detect if automatic grouping is enabled giving a warning that its not supported when
using some custom authentication methods. This PR also fixed collection syncing by expanding the
boxsets when syncing.
fix #256 , fix #489 , re #450 , #524 , fix #515 , fix #474 , fix #473
* refactor(i18n): adds the suffix "jellyfin" to jellyfin library sync message keys
* refactor(i18n): extract translation keys
* refactor: remove console logs
* refactor: remove more console logs
* refactor: apply review suggestions
* chore: fix prettier failing on .github file
2024-04-16 00:04:11 +05:00
Fallenbagel
0900a95532
fix: nullable type for jellyfinMediaId(4k) ( #702 )
...
The jellyfinMediaId(4k) properties were inferred as string | undefined, causing them to be set to
undefined when assigning null. This prevented the media from being saved correctly to the SQLite
database, as it doesn't accept undefined values. This resolves the availabilitySync job issue where
the "play on" button wasn't being removed for all media server types.
fix #668
2024-03-31 16:26:09 +05:00
Fallenbagel
0c86684bc2
refactor(i18n): change the user-facing identity of the application in i18n ( #703 )
2024-03-31 16:25:45 +05:00
Danish Humair
010df62776
feat: check if first jellyfin user is admin ( #635 )
...
* feat: merge check if first jellyfin user is admin
re #610
* refactor(i18n): extract admin error message into en locale
---------
Co-authored-by: fallenbagel <98979876+Fallenbagel@users.noreply.github.com >
2024-03-30 05:53:14 +05:00
Fallenbagel
530be4272c
fix(jellyfinscanner): conditionally assign the jellyfinMediaId and jellyfinMediaId4k ( #686 )
...
Previously `jellyfinMediaId4k` was being assigned even if 4k server was not setup or even if 4k
content were not present. This fixes it by conditionally assigning the jellyfinMediaId and
JellyfinMediaId4k
fix #681
2024-03-14 03:11:53 +05:00
Fallenbagel
c2e87714b4
fix(embyauth): remove the accidentally added mediaServerType change code from another PR ( #684 )
...
Accidentally added the mediaServerType change code from another feature branch/PR during the auth
logic refactor that broke emby logins.
2024-03-14 01:08:09 +05:00
Gauvino
eee9a025d2
fix: typos on readme ( #655 )
...
* Fix typo
* Apply suggestions
* Apply suggestions
---------
Co-authored-by: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com >
2024-02-23 12:57:57 +05:00
allcontributors[bot]
aed011a557
docs: add trackmastersteve as a contributor for doc ( #665 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-02-23 09:39:53 +05:00
Stephen Harris
ea47dd3571
Fixed a typo ( #654 )
...
Just a simple typo fix.
2024-02-23 09:38:45 +05:00
Fallenbagel
4c9013729e
refactor: jellyfin authentication and add gravatar for missing avatars of jellyfin users ( #664 )
...
* refactor: jellyfin authentication
This refactor standardizes the authentication approach in Jellyfin to mirror the method employed in
Plex authentication for consistency
* feat: use gravatar for jellyfin users' with missing jellyfin avatars
2024-02-23 09:38:18 +05:00
Fallenbagel
3eb1bb3d8f
feat(job): media availability support for jellyfin/emby ( #522 )
...
* feat(job): media availability support for jellyfin/emby
This refactors the media availability job to support jellyfin/emby for media removal automatically.
Needs further testing on 4k items (as I have not yet tested with 4k), however, non-4k items work as
intended.
fix #406 , fix #193 , fix #516 , fix #362 , fix #84
* fix(availabilitysync): use the correct 4k jellyfinMediaId
* fix: season mapping for plex
Fixes a bug introduced with this PR where media availability sync job removed the seasons from all
series even when those seasons existed
2024-02-23 07:42:59 +05:00
InvalidArgumentException
db84f6529a
fix(jellyfin.ts): process virtual seasons if they have non virtual episodes ( #639 )
...
All seasons are processed now, but those without any episodes are filtered out again as unavailable.
This fixes in issue where jellyfin reports all seasons as virtual
2024-02-01 16:10:06 +05:00
Fallenbagel
4f81788386
Merge pull request #640 from Fallenbagel/all-contributors/add-Danish-H
...
docs: add Danish-H as a contributor for code
2024-01-29 00:54:02 +05:00
allcontributors[bot]
72d3f9b908
docs: update .all-contributorsrc [skip ci]
2024-01-28 19:53:51 +00:00
allcontributors[bot]
333ffed7f0
docs: update README.md [skip ci]
2024-01-28 19:53:50 +00:00
Fallenbagel
8641a26771
Merge pull request #636 from Danish-H/feature-letterboxd-links
...
feat: added Letterboxd links for the external link blocks for movies
2024-01-29 00:53:29 +05:00
Fallenbagel
7329524868
Merge pull request #638 from Fallenbagel/all-contributors/add-aleksasiriski
...
docs: add aleksasiriski as a contributor for infra
2024-01-28 01:10:56 +05:00
allcontributors[bot]
908dcb487a
docs: update .all-contributorsrc [skip ci]
2024-01-27 20:10:44 +00:00
allcontributors[bot]
d486d58d3d
docs: update README.md [skip ci]
2024-01-27 20:10:43 +00:00
Fallenbagel
d8b08f4c6b
Merge pull request #637 from aleksasiriski/patch-1
...
ci(preview): added arm support for preview tags
2024-01-28 00:50:23 +05:00
Aleksa Siriški
a48a337e0f
ci(preview): added arm support for preview tags
2024-01-27 16:58:35 +01:00
Danish Humair
981f5e679c
feat: added Letterboxd links for the external link blocks for movies
2024-01-27 03:25:03 +05:00
Fallenbagel
7af193b8f6
docs: fix weblate link
2024-01-13 22:05:03 +05:00
Fallenbagel
6040e16645
update discord badge
2024-01-04 02:02:16 +05:00
Fallenbagel
3877301fc8
add translation percentage badge
2024-01-04 02:00:49 +05:00
Fallenbagel
092a1458a4
move weblate details to contributing.md
2024-01-03 14:25:23 +05:00
Fallenbagel
1c68111b12
update weblate link
2024-01-03 14:24:45 +05:00
Fallenbagel
0e777ddb1e
Merge pull request #612 from Fallenbagel/feat-readme-weblate
...
Add more badges and weblate status
2024-01-03 14:20:29 +05:00
Fallenbagel
52c689b080
Merge pull request #613 from Fallenbagel/all-contributors/add-xeruf
...
docs: add xeruf as a contributor for doc
2024-01-03 14:12:32 +05:00
allcontributors[bot]
1a11f085ba
docs: update .all-contributorsrc [skip ci]
2024-01-03 09:12:19 +00:00
allcontributors[bot]
c0234582a6
docs: update README.md [skip ci]
2024-01-03 09:12:18 +00:00
Fallenbagel
fd958d6347
Merge pull request #611 from xeruf/patch-1
...
Link related projects in README.md
2024-01-03 14:10:17 +05:00
Fallenbagel
6586db52dc
Add more badges and weblate status
2024-01-03 14:04:17 +05:00
Janek
a41cb8b004
Link related projects in README.md
2024-01-03 07:39:48 +01:00
Fallenbagel
de66222e7a
Merge pull request #590 from Fallenbagel/all-contributors/add-mdll23
...
docs: add mdll23 as a contributor for translation
2023-12-03 21:04:28 +05:00
allcontributors[bot]
eb790cb466
docs: update .all-contributorsrc [skip ci]
2023-12-03 16:03:26 +00:00
allcontributors[bot]
0680931332
docs: update README.md [skip ci]
2023-12-03 16:03:26 +00:00
Fallenbagel
ff2821471e
Merge pull request #589 from mdll23/develop
...
fix: translation de.json
2023-12-03 21:02:59 +05:00
mdll23
e032c02f5f
fix: fix german translation for "components.Discover.FilterSlideover.tmdbuservotecount"
2023-12-03 15:13:19 +01:00
Fallenbagel
f8c4def229
Merge pull request #565 from notquitenothing/custom-jellyfin-password-reset
...
feat: Custom jellyfin password reset setting
2023-11-30 14:08:20 +05:00
fallenbagel
a0415e7b6b
Merge branch 'develop' into custom-jellyfin-password-reset
2023-11-30 09:26:14 +05:00
fallenbagel
b5f672785a
docs: reverted two unrelated files to its develop branch state
2023-11-30 09:25:34 +05:00
Fallenbagel
770d788fd7
Merge pull request #577 from Fallenbagel/fix-set-defaultValue-seasonFoldersInSonarr
...
fix: disable seasonfolder option in sonarr for jellyfin/Emby users
2023-11-30 09:04:46 +05:00
Fallenbagel
c58261c841
Merge pull request #578 from Fallenbagel/refactor-jellyfin-scan-job
...
refactor: jellyfin scan jobs moved from server/jobs to server/libs/scanners
2023-11-27 15:05:02 +05:00
fallenbagel
ccfcdea1f6
refactor: clean out commented code
2023-11-27 14:11:10 +05:00
fallenbagel
8ec8f2ac57
fix: disable seasonfolder option in sonarr for jellyfin/Emby users
...
This disables seasonfolder option in sonarr for jellyfin/emby users as physical seasonFolders are
necessary as virtualFolders are ignored since #126
fix #575
2023-11-27 13:58:46 +05:00
fallenbagel
91f97f96ab
refactor: jellyfin scan jobs moved from server/jobs to server/libs/scanners
2023-11-27 11:09:45 +05:00
Fallenbagel
f4051a1e5d
Merge pull request #572 from Fallenbagel/fix-filterSlideOver-datepicker
...
fix: correct width issue in datepicker of filterSliderOver
2023-11-19 18:47:49 +05:00
fallenbagel
f564cddff4
fix: correct width issue in datepicker of filterSliderOver
...
This commit addresses a rendering issue with the date picker component.
The problem was traced back to a misconfiguration in the tailwindcss settings, resulting in an
incorrect width for the popup.
fix #415
2023-11-19 18:08:06 +05:00
Fallenbagel
cfcce6acf0
Merge pull request #571 from Fallenbagel/fix-local-watchlist-page-item-removal
...
fix: ensure watchlist updates are immediately reflected
2023-11-19 16:47:45 +05:00
fallenbagel
b85d7f37b9
fix: ensure watchlist updates are immediately reflected
...
This fix addresses an issue on the Watchlist page where changes to the watchlist were not
immediately reflected. Previously, after removing an item from the watchlist, the update
required a full page reload or revalidating upon focusing the window or tab. With this fix,
the watchlist now correctly mutates and updates in real-time, providing a seamless user
experience.
2023-11-19 16:33:02 +05:00
Fallenbagel
97396c2f57
Merge pull request #568 from Fallenbagel/fix-local-watchlist-page-item-removal
...
fix(watchlist): added missing prop for watchlist item removal button in watchlist page
2023-11-18 06:29:25 +05:00
fallenbagel
a0ec992028
fix(watchlist): added missing prop for watchlist item removal button in watchlist page
...
This fix resolves a Watchlist page bug where the isAddedToWatchlist prop was missing.
Without this prop, the removal button for watchlist items was absent. In this fix, the
isAddedToWatchlist prop is re-added and set to true, allowing users to remove items from
their local watchlist directly on the Watchlist page.
2023-11-18 06:13:27 +05:00
Derek Paschal
0dfe050ba1
Fixing code formatting, prettier
2023-11-15 06:59:02 -06:00
Derek Paschal
13dd3cad54
Making the new setting optional
2023-11-14 08:51:29 -06:00
Derek Paschal
ce9802d5d4
Adding Jellyfin Setting for Custom "Forgot Password" URL
...
Adding Jellyfin Setting for Custom "Forgot Password" URL. Useful in cases where you are using a custom authentication provider such as the LDAP plugin, Authelia, lldap, or any other external auth scheme with its own password reset page.
2023-11-14 08:20:28 -06:00
Fallenbagel
4005397f3d
Merge pull request #564 from Fallenbagel/all-contributors/add-athphane
...
docs: add athphane as a contributor for doc
2023-11-11 14:43:44 +05:00
allcontributors[bot]
a67e4dbb80
docs: update .all-contributorsrc [skip ci]
2023-11-11 09:43:19 +00:00
allcontributors[bot]
cf5cf3f9ca
docs: update README.md [skip ci]
2023-11-11 09:43:18 +00:00
Fallenbagel
8ae4391f37
Merge pull request #563 from athphane/update-github-templates
...
update .github folder templates
2023-11-11 14:41:41 +05:00
Athfan Khaleel
bfd77e271a
update .github folder templates
2023-11-11 14:37:34 +05:00
fallenbagel
d90fc2de1c
ci: github repository container lowercase tag
2023-11-08 13:58:09 +05:00
fallenbagel
3b67d6b0e8
build: revert the hardcoded tag
2023-11-08 13:44:37 +05:00
fallenbagel
38348accb0
ci(build): hard-coded repository owner name for lowercase naming
2023-11-08 11:46:42 +05:00
fallenbagel
be335c39be
ci(build): implement github repository container images
...
fix #370
2023-11-08 04:57:20 +05:00
Fallenbagel
c25c5cae38
Merge pull request #559 from Fallenbagel/Fallenbagel-patch-1
...
Add more detailed installation instructions
2023-11-08 04:38:46 +05:00
Fallenbagel
2e059cefc0
Update README.md
2023-11-08 04:28:36 +05:00
Fallenbagel
e540b58f73
Add more detailed installation instructions
2023-11-08 04:16:34 +05:00
Fallenbagel
22b548bad2
Merge pull request #558 from Fallenbagel/all-contributors/add-Br33ce
...
docs: add Br33ce as a contributor for translation
2023-11-08 03:42:57 +05:00
allcontributors[bot]
c4adbdb3a8
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:42:49 +00:00
allcontributors[bot]
e5d565b435
docs: update README.md [skip ci]
2023-11-07 22:42:48 +00:00
Fallenbagel
5c531011be
Merge pull request #557 from Fallenbagel/all-contributors/add-RickLuiken
...
docs: add RickLuiken as a contributor for code
2023-11-08 03:42:16 +05:00
allcontributors[bot]
f2b1fd24c2
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:42:07 +00:00
allcontributors[bot]
4be95fade4
docs: update README.md [skip ci]
2023-11-07 22:42:06 +00:00
Fallenbagel
d02f5b0090
Merge pull request #556 from Fallenbagel/all-contributors/add-SirMartin
...
docs: add SirMartin as a contributor for doc
2023-11-08 03:41:37 +05:00
allcontributors[bot]
d5f2034e69
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:41:27 +00:00
allcontributors[bot]
9059f15291
docs: update README.md [skip ci]
2023-11-07 22:41:26 +00:00
Fallenbagel
b168d04fe6
Merge pull request #555 from Fallenbagel/all-contributors/add-EthanArmbrust
...
docs: add EthanArmbrust as a contributor for code
2023-11-08 03:40:15 +05:00
allcontributors[bot]
9a51c5b47b
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:40:05 +00:00
allcontributors[bot]
ab8efc91d5
docs: update README.md [skip ci]
2023-11-07 22:40:04 +00:00
Fallenbagel
c115f813e5
Merge pull request #554 from Fallenbagel/all-contributors/add-Gauvino
...
docs: add Gauvino as a contributor for translation
2023-11-08 03:39:29 +05:00
allcontributors[bot]
8967bb9f90
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:39:20 +00:00
allcontributors[bot]
b316b9984d
docs: update README.md [skip ci]
2023-11-07 22:39:19 +00:00
Fallenbagel
605a1de98f
Merge pull request #553 from Fallenbagel/all-contributors/add-davidfdezalcoba
...
docs: add davidfdezalcoba as a contributor for code
2023-11-08 03:38:46 +05:00
allcontributors[bot]
74d84a1cad
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:38:37 +00:00
allcontributors[bot]
8a7f39994f
docs: update README.md [skip ci]
2023-11-07 22:38:36 +00:00
Fallenbagel
6e47834de0
Merge pull request #552 from Fallenbagel/all-contributors/add-d-fendrich
...
docs: add d-fendrich as a contributor for translation
2023-11-08 03:37:54 +05:00
allcontributors[bot]
14aafbe1d6
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:37:43 +00:00
allcontributors[bot]
445604a615
docs: update README.md [skip ci]
2023-11-07 22:37:42 +00:00
Fallenbagel
fa28f05263
Merge pull request #551 from Fallenbagel/all-contributors/add-jeaboswell
...
docs: add jeaboswell as a contributor for code
2023-11-08 03:36:57 +05:00
allcontributors[bot]
fd5338167a
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:36:47 +00:00
allcontributors[bot]
81b5e8afbd
docs: update README.md [skip ci]
2023-11-07 22:36:46 +00:00
Fallenbagel
4fe4e377a6
Merge pull request #550 from Fallenbagel/all-contributors/add-yalagin
...
docs: add yalagin as a contributor for code
2023-11-08 03:35:59 +05:00
allcontributors[bot]
87a59651b2
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:35:50 +00:00
allcontributors[bot]
3a680c47b6
docs: update README.md [skip ci]
2023-11-07 22:35:49 +00:00
Fallenbagel
44444402a9
Merge pull request #549 from Fallenbagel/all-contributors/add-Pikachu920
...
docs: add Pikachu920 as a contributor for code
2023-11-08 03:35:14 +05:00
allcontributors[bot]
9140b8d98c
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:35:06 +00:00
allcontributors[bot]
2e20fbae1b
docs: update README.md [skip ci]
2023-11-07 22:35:05 +00:00
Fallenbagel
6c0d75759f
Merge pull request #548 from Fallenbagel/all-contributors/add-GeoffreyCoulaud
...
docs: add GeoffreyCoulaud as a contributor for translation
2023-11-08 03:34:21 +05:00
allcontributors[bot]
f483062d0e
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:34:11 +00:00
allcontributors[bot]
a7cf87f266
docs: update README.md [skip ci]
2023-11-07 22:34:10 +00:00
Fallenbagel
8ef7ec40ae
Merge pull request #547 from Fallenbagel/all-contributors/add-andrey4korop
...
docs: add andrey4korop as a contributor for code, and translation
2023-11-08 03:33:32 +05:00
allcontributors[bot]
3b74002f25
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:33:23 +00:00
allcontributors[bot]
2b1427108c
docs: update README.md [skip ci]
2023-11-07 22:33:22 +00:00
Fallenbagel
68b2388205
Merge pull request #546 from Fallenbagel/all-contributors/add-DimitriDR
...
docs: add DimitriDR as a contributor for translation
2023-11-08 03:32:44 +05:00
allcontributors[bot]
b20c334941
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:32:35 +00:00
allcontributors[bot]
9f2ee0beeb
docs: update README.md [skip ci]
2023-11-07 22:32:34 +00:00
Fallenbagel
24a3ee1e77
Merge pull request #545 from Fallenbagel/all-contributors/add-CheChu10
...
docs: add CheChu10 as a contributor for translation
2023-11-08 03:31:48 +05:00
allcontributors[bot]
510a564a57
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:31:39 +00:00
allcontributors[bot]
6540ba7226
docs: update README.md [skip ci]
2023-11-07 22:31:38 +00:00
Fallenbagel
3291cd08dd
Merge pull request #544 from Fallenbagel/all-contributors/add-undone37
...
docs: add undone37 as a contributor for translation
2023-11-08 03:31:09 +05:00
allcontributors[bot]
a08512ff71
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:30:57 +00:00
allcontributors[bot]
345c67c750
docs: update README.md [skip ci]
2023-11-07 22:30:56 +00:00
Fallenbagel
bff97d2a70
Merge pull request #543 from Fallenbagel/all-contributors/add-darmiel
...
docs: add darmiel as a contributor for code
2023-11-08 03:29:19 +05:00
allcontributors[bot]
62c289bd65
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:29:10 +00:00
allcontributors[bot]
21cc64eee4
docs: update README.md [skip ci]
2023-11-07 22:29:09 +00:00
Fallenbagel
4a759e64fd
Merge pull request #542 from Fallenbagel/all-contributors/add-dd060606
...
docs: add dd060606 as a contributor for code
2023-11-08 03:27:22 +05:00
allcontributors[bot]
f5122ec652
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:27:07 +00:00
allcontributors[bot]
e9fafeaef8
docs: update README.md [skip ci]
2023-11-07 22:27:06 +00:00
Fallenbagel
8e2c6edd42
Merge pull request #541 from Fallenbagel/all-contributors/add-Smexhy
...
docs: add Smexhy as a contributor for translation
2023-11-08 03:26:16 +05:00
allcontributors[bot]
532f2882da
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:26:06 +00:00
allcontributors[bot]
9e73eaa5a3
docs: update README.md [skip ci]
2023-11-07 22:26:05 +00:00
Fallenbagel
8ef2815b44
Merge pull request #540 from Fallenbagel/all-contributors/add-NicolaiVdS
...
docs: add NicolaiVdS as a contributor for code
2023-11-08 03:24:42 +05:00
allcontributors[bot]
63d4ab958a
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:24:28 +00:00
allcontributors[bot]
b031b58598
docs: update README.md [skip ci]
2023-11-07 22:24:27 +00:00
Fallenbagel
bdd45231e1
Merge pull request #539 from Fallenbagel/all-contributors/add-jab416171
...
docs: add jab416171 as a contributor for doc
2023-11-08 03:23:16 +05:00
allcontributors[bot]
a38db77c8e
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:23:06 +00:00
allcontributors[bot]
21fa447da6
docs: update README.md [skip ci]
2023-11-07 22:23:05 +00:00
Fallenbagel
87bd130420
Merge pull request #538 from Fallenbagel/all-contributors/add-CyferShepard
...
docs: add CyferShepard as a contributor for code
2023-11-08 03:21:46 +05:00
allcontributors[bot]
9a9ec41d92
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:21:37 +00:00
allcontributors[bot]
e81a305f4d
docs: update README.md [skip ci]
2023-11-07 22:21:36 +00:00
Fallenbagel
144980136e
Merge pull request #537 from Fallenbagel/all-contributors/add-sambartik
...
docs: add sambartik as a contributor for code
2023-11-08 03:20:50 +05:00
allcontributors[bot]
f6e90de708
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:20:41 +00:00
allcontributors[bot]
95636c4825
docs: update README.md [skip ci]
2023-11-07 22:20:40 +00:00
Fallenbagel
aa05235392
Merge pull request #536 from Fallenbagel/all-contributors/add-boring-dragon
...
docs: add boring-dragon as a contributor for code
2023-11-08 03:19:59 +05:00
allcontributors[bot]
84bfc5c363
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:19:46 +00:00
allcontributors[bot]
2f2427f125
docs: update README.md [skip ci]
2023-11-07 22:19:45 +00:00
Fallenbagel
1ac2a2a909
Merge pull request #535 from Fallenbagel/all-contributors/add-jsl9208
...
docs: add jsl9208 as a contributor for code
2023-11-08 03:18:41 +05:00
allcontributors[bot]
44e368cb1b
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:18:02 +00:00
allcontributors[bot]
9bf20b76fa
docs: update README.md [skip ci]
2023-11-07 22:18:01 +00:00
Fallenbagel
2a7128c390
Merge pull request #534 from Fallenbagel/all-contributors/add-Jumail
...
docs: add Jumail as a contributor for review
2023-11-08 03:15:53 +05:00
allcontributors[bot]
8e93d351fd
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:15:35 +00:00
allcontributors[bot]
4acec9aeb9
docs: update README.md [skip ci]
2023-11-07 22:15:34 +00:00
Fallenbagel
51b655e364
Merge pull request #532 from Fallenbagel/all-contributors/add-notfakie
...
docs: add notfakie as a contributor for code
2023-11-08 03:14:20 +05:00
allcontributors[bot]
f658e5ee66
docs: update .all-contributorsrc [skip ci]
2023-11-07 22:11:42 +00:00
allcontributors[bot]
9021e60d11
docs: update README.md [skip ci]
2023-11-07 22:11:41 +00:00
fallenbagel
df510820fa
chore: [skip ci] added skipCi to all-contributorsrc temporarily
2023-11-08 03:09:07 +05:00
Fallenbagel
26f90b0d7f
Merge pull request #531 from Fallenbagel/all-contributors/add-seanzhang98
...
docs: add seanzhang98 as a contributor for translation, and code
2023-11-08 03:08:26 +05:00
allcontributors[bot]
d7ba80d502
docs: update .all-contributorsrc
2023-11-07 22:07:29 +00:00
allcontributors[bot]
96e90c1e7e
docs: update README.md
2023-11-07 22:07:28 +00:00
Fallenbagel
559b7ff018
Merge pull request #530 from Fallenbagel/all-contributors/add-Fallenbagel
...
docs: add Fallenbagel as a contributor for code, and maintenance
2023-11-08 02:55:09 +05:00
allcontributors[bot]
dd08f5e7cf
docs: update .all-contributorsrc
2023-11-07 21:54:24 +00:00
allcontributors[bot]
0730e17932
docs: update README.md
2023-11-07 21:54:23 +00:00
fallenbagel
a32307e6cf
docs: [skip ci] removed contributor block so all-contributors can handle it
2023-11-08 02:51:26 +05:00
fallenbagel
f9bd02553c
docs: [skip ci] add in current project allcontributors only
...
As allcontributors bot does not support having two lists of allcontributors seperately,
unfortunately had to remove upstream contributors from the .all-contributorsrc. However, they will
be added manually by @Fallenbagel to the README.md
2023-11-08 02:39:46 +05:00
fallenbagel
d039e87da4
docs: update README to accomodate both upstream and downstream contributor list seperately
2023-11-08 02:27:30 +05:00
fallenbagel
4347728a1b
docs: [skip ci] change contributor settings to add both upstream and downstream contributors
...
This commit changes the contributorrc for allcontributors bot so we can add both overseerr and
jellyseerr contributors to the list
2023-11-08 02:16:18 +05:00
Fallenbagel
68f7f397d3
Merge pull request #527 from Fallenbagel/fix-local-watchlists
...
fix(watchlist): discover local watchlist item display and profile local watchlist slider visibility
2023-11-08 01:34:04 +05:00
fallenbagel
8c82a61450
fix: fix the translations for watchlist permissions and userSettings page
2023-11-08 01:24:18 +05:00
fallenbagel
67bde68596
refactor: cleans up local watchlist logic and fixes translation extractions
2023-11-08 01:04:20 +05:00
fallenbagel
3cb9494e62
fix(watchlist): discover local watchlist item display and profile local watchlist slider visibility
...
Previously when you expand the `Your Watchlist` slider from the discover page to see all your
watchlist items, you only see the first 20 items. This commit fixes that so you can see all your
local watchlist items when you expand that slider. In addition, this commit also fixes the visiblity
of profile watchlist slider for local watchlists
2023-11-08 00:41:28 +05:00
fallenbagel
f92231850c
build(snap): remove rm .gitbook.yaml line to fix snap builds
2023-11-07 05:34:19 +05:00
fallenbagel
8f9d3f7fbd
build(snap): add frozen-lockfile and increase network timeout for yarn install
2023-11-07 05:24:50 +05:00
fallenbagel
2b7dab2765
build(snap): add yarn install before yarn build
2023-11-07 05:21:15 +05:00
fallenbagel
9ac56a4057
build(snap): use nil package and try to setup node in override-build step
2023-11-07 05:17:39 +05:00
fallenbagel
e8ee6f9e32
build(snap): fix path for the build-environment
2023-11-07 05:07:55 +05:00
fallenbagel
9348cdfd01
build(snap): changes node-js plugin to npm plugin for Core20
...
In an attempt to fix version compatibility of `GLIBC_2.28` base was upgraded from core18 to core20.
Node-js plugin was deprecated for core20 and instead npm plugin has to be used. As npm plugin cannot
specify the package manager to use, yarn is now installed globally during the override-build phase.
2023-11-07 04:58:28 +05:00
fallenbagel
40c739c5a4
ci(build): changes the base of the snap build to fix compatibility issues with GLIBC version
...
Changes base to core20 in an attempt to fix the error `node: /lib/x86_64-linux-gnu/libc.so.6:
version `GLIBC_2.28' not found (required by node)` during snap builds
2023-11-07 04:42:36 +05:00
Fallenbagel
364fb46805
Merge pull request #526 from Fallenbagel/fix-forget-password-button
...
fix(jellyfinlogin): use externalHostname if set for forgetpassword link
2023-11-07 04:26:11 +05:00
fallenbagel
405f6bbb7f
fix(jellyfinlogin): use externalHostname if set for forgetpassword link
...
Implemented dynamic URL generation for the 'Forgot Password' feature. If jellyfin external hostname
is set, the URL is generated based on it; otherwise, jellyfin hostname is used as the base URL. The
URL includes additional parameters to handle emby support.
fix #199 , fix #424 , re #212
2023-11-07 04:13:19 +05:00
Fallenbagel
9a7a98b75e
Merge pull request #525 from Fallenbagel/fix-ukranian-lang-code
...
fix(langcode): fixes the ukranian language code
2023-11-07 03:37:00 +05:00
fallenbagel
dc67aaaf53
fix(langcode): fixes the ukranian language code
...
This changes the ukranian language code from ua to uk to fit to ISO 639-1 format that the tmdb api
uses.
fix #504
2023-11-07 02:37:12 +05:00
Fallenbagel
31bc6ca612
Merge pull request #524 from Fallenbagel/fix-library-sync-for-ldap-support
...
revert(jellyfinapi): reverts #450 as it broke library sync support for local accounts using LDAP
2023-11-07 02:09:41 +05:00
fallenbagel
b5acc09ba9
revert(jellyfinapi): reverts #450 as it broke library sync support for local accounts using LDAP
...
Reverted #450 which addressed the issue where the automatic grouping enabled libraries were not
functioning correctly. The previous fix inadvertently caused a bug for Jellyfin LDAP users,
preventing library syncing with a 401 error. Reverting this change temporarily until support for
automatic library grouping can be re-implemented
fix #489
2023-11-07 01:47:54 +05:00
fallenbagel
506ea92826
chore(translations): fixed watchlist translation so its generic for all media servers
2023-11-07 01:39:29 +05:00
fallenbagel
200d47bb43
Merge remote-tracking branch 'upstream/develop' into develop
2023-11-06 17:41:40 +05:00
Ryan Cohen
be047427df
build: correct node version in snapcraft ( #3678 )
2023-11-06 20:43:03 +09:00
Ryan Cohen
e297d25603
build: add global node-gyp for arm ( #3676 )
2023-11-06 18:56:57 +09:00
Ryan Cohen
89287af096
build: use node 18 ( #3675 )
2023-11-06 18:48:02 +09:00
Ryan Cohen
3a593d9d76
build: update docker ubuntu images to 22.04 ( #3671 )
2023-11-05 22:40:03 +09:00
Fallenbagel
10737dd4ec
Too many jellyfishes
2023-11-05 17:51:10 +05:00
Fallenbagel
7c03b831f5
update emoji for jellyseerr contributor
2023-11-05 17:50:04 +05:00
fallenbagel
cdf1e1ecc7
docs: adds jellyseerr commit links
...
Adds jellyseerr commit links to Fallenbagel. TODO: add other contributors of jellyseerr into the
list
2023-11-05 17:37:23 +05:00
fallenbagel
b9c0d5f46e
Merge remote-tracking branch 'upstream/develop' into develop
2023-11-05 17:29:23 +05:00
Ryan Cohen
a45fc86032
build: do not link python for arm ( #3670 )
2023-11-05 20:43:58 +09:00
Ryan Cohen
59dabed380
build: update node to 20.9 ( #3668 )
2023-11-05 19:18:21 +09:00
Ryan Cohen
b40ba07a4d
fix: request watchlist items sequentially to prevent bypassing quota ( #3667 )
2023-11-05 10:39:22 +09:00
allcontributors[bot]
246887efa1
docs: add RemiRigal as a contributor for code ( #3653 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-10-19 17:55:24 +09:00
Brandon Cohen
28a2c50495
fix: resolved issue with region selector and all regions value ( #3652 )
2023-10-19 16:46:54 +09:00
RemiRigal
c84ca43074
feat: update SameSite policy of session cookie to Lax ( #3650 )
...
* update session cookie samesite policy to lax
* set cookie samesite policy based on csrf protection setting
2023-10-18 15:05:22 +00:00
TheCatLady
e2771a3011
chore: specify files/directories to exclude from git archives ( #2184 )
...
Co-authored-by: Danshil Kokil Mungur <me@danshilm.com >
2023-10-16 17:02:01 +00:00
TheCatLady
3ea5076053
feat(notif): add Pushover sound options ( #2403 )
...
Co-authored-by: Danshil Kokil Mungur <me@danshilm.com >
2023-10-15 23:05:36 +04:00
fallenbagel
bd65f940e3
Merge remote-tracking branch 'upstream/develop' into develop
2023-09-28 06:26:45 +05:00
Brandon Cohen
7bdd25e5a4
feat: standard series type selector ( #3628 )
...
* feat: added a standard series type selector
* fix: moved series type property to correct interface
2023-09-27 12:38:49 +00:00
Fallenbagel
f6286359cf
feat: select default seriesType for anime ( #3627 )
...
* feat: select default seriesType for anime
Added flexibility to set default anime series type in service settings. Now you can choose
'standard' for anime if you prefer it, making it easier to use features like searching for season
packs on Sonarr.
fix #3626
* feat: extracted translations
2023-09-27 14:02:42 +09:00
Fallenbagel
ac7fe1baf0
Merge pull request #493 from Br33ce/german-translation
...
Update de.json
2023-09-26 20:31:48 +05:00
Br33ce
9c895f26e3
Update de.json
...
Added a german translation for
"components.Discover.RecentlyAddedSlider.recentlyAdded": "Recently Added",
2023-09-26 16:28:10 +02:00
Fallenbagel
591533f850
Merge pull request #483 from RickLuiken/fix-radarr-sonarr-permissions
...
Fix permissions on ManageSliderOver
2023-09-20 16:41:04 +05:00
Rick Luiken
127897b9d7
style: fix prettier errors
2023-09-20 10:35:14 +02:00
Ryan Cohen
92507359b4
feat: add ko language ( #3619 )
2023-09-19 10:29:53 +09:00
Rick Luiken
ca4c4440ae
Fix permissions on ManageSliderOver
...
Previously, would cause a 403 error when a non-admin user opened a movie/series page
2023-09-17 17:32:15 +02:00
Fallenbagel
eb4306a2b8
Merge pull request #479 from SirMartin/patch-1
...
named service inside docker-compose.yml
2023-09-14 14:58:03 +05:00
Eduardo
baa847330d
named service inside docker-compose.yml
2023-09-14 09:40:00 +02:00
Fallenbagel
39372d2182
Merge pull request #441 from d-fendrich/fix/jellyfin-translation
...
Translation key fix for Jellyfin jobs
2023-09-14 05:52:08 +05:00
Ryan Cohen
c484810f96
feat: add tooltips to tautulli avatars ( #3601 )
2023-08-31 08:35:45 +09:00
Jean Beauchamp
0c39057ca5
feat: add Peacock to Network Slider ( #3545 )
2023-08-25 10:54:42 +04:00
Daniel Fendrich
28d6e5f5ce
Merge remote-tracking branch 'upstream/develop' into fix/jellyfin-translation
2023-08-24 19:26:42 +02:00
Weblate (bot)
e62a078298
feat: translations update from Hosted Weblate ( #3258 )
...
* feat(lang): translated using Weblate (Korean)
Currently translated at 100.0% (1233 of 1233 strings)
feat(lang): translated using Weblate (Korean)
Currently translated at 100.0% (1233 of 1233 strings)
feat(lang): translated using Weblate (Korean)
Currently translated at 11.2% (139 of 1233 strings)
feat(lang): translated using Weblate (Korean)
Currently translated at 11.3% (139 of 1226 strings)
feat(lang): translated using Weblate (Korean)
Currently translated at 7.8% (96 of 1226 strings)
feat(lang): translated using Weblate (Korean)
Currently translated at 7.4% (91 of 1226 strings)
feat(lang): translated using Weblate (Korean)
Currently translated at 1.7% (21 of 1226 strings)
feat(lang): added translation using Weblate (Korean)
Co-authored-by: Developer J <jshsakura@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: 김상구 (Studio) <spair0039@gmail.com >
Co-authored-by: 최효근 <gyrms7532@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ko/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Greek)
Currently translated at 100.0% (1234 of 1234 strings)
feat(lang): translated using Weblate (Greek)
Currently translated at 100.0% (1233 of 1233 strings)
feat(lang): translated using Weblate (Greek)
Currently translated at 100.0% (1233 of 1233 strings)
feat(lang): translated using Weblate (Greek)
Currently translated at 100.0% (1233 of 1233 strings)
Co-authored-by: BeardedWatermelon <periklis.karantonis@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/el/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Serbian)
Currently translated at 49.7% (608 of 1222 strings)
Co-authored-by: Dzonkins <nikoladjordjevic.ns@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (1234 of 1234 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (1233 of 1233 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (1228 of 1228 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (1226 of 1226 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (1224 of 1224 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (1223 of 1223 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (1222 of 1222 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (1222 of 1222 strings)
Co-authored-by: Angel <adelpozoman@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: gallegonovato <fran-carro@hotmail.es >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Romanian)
Currently translated at 33.0% (408 of 1234 strings)
feat(lang): translated using Weblate (Romanian)
Currently translated at 29.7% (367 of 1234 strings)
feat(lang): translated using Weblate (Romanian)
Currently translated at 27.9% (345 of 1234 strings)
feat(lang): translated using Weblate (Romanian)
Currently translated at 27.8% (344 of 1233 strings)
feat(lang): translated using Weblate (Romanian)
Currently translated at 27.6% (339 of 1226 strings)
feat(lang): translated using Weblate (Romanian)
Currently translated at 27.4% (337 of 1226 strings)
feat(lang): translated using Weblate (Romanian)
Currently translated at 22.8% (279 of 1223 strings)
Co-authored-by: Bunduc Dragos <bunduc.dragos@gmail.com >
Co-authored-by: DragoPrime <emperordrago@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ro/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 100.0% (1223 of 1223 strings)
feat(lang): translated using Weblate (Russian)
Currently translated at 87.4% (1069 of 1223 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kirill Zhukov <siper13@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 100.0% (1233 of 1233 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 100.0% (1226 of 1226 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 100.0% (1222 of 1222 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 100.0% (1222 of 1222 strings)
Co-authored-by: Anders Ecklon <aecklon@gmail.com >
Co-authored-by: Emil Nymann <ens@hiper.dk >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hungarian)
Currently translated at 86.3% (1055 of 1222 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: ZsiGiT <zsigit@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 99.4% (1226 of 1233 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1226 of 1226 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1224 of 1224 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1223 of 1223 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1222 of 1222 strings)
Co-authored-by: Bas <bashankamp+weblate@gmail.com >
Co-authored-by: COTMO <moermantom1@gmail.com >
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 (Portuguese (Brazil))
Currently translated at 99.6% (1229 of 1233 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1228 of 1228 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1226 of 1226 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1224 of 1224 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1223 of 1223 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1222 of 1222 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.2% (1213 of 1222 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.1% (1212 of 1222 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.1% (1212 of 1222 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mateus <mateusbernardo@protonmail.com >
Co-authored-by: Rafael Vieira <rafaelvieiras@pm.me >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Czech)
Currently translated at 100.0% (1233 of 1233 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 99.7% (1223 of 1226 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 100.0% (1223 of 1223 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 96.4% (1179 of 1222 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 89.1% (1090 of 1222 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marek <marek@pavelka.xyz >
Co-authored-by: Smexhy <roman.bartik@icloud.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/cs/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Arabic)
Currently translated at 100.0% (1234 of 1234 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 100.0% (1234 of 1234 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 100.0% (1233 of 1233 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 100.0% (1233 of 1233 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 100.0% (1233 of 1233 strings)
Co-authored-by: Fhd-pro <juve.11@msn.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ar/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (1222 of 1222 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: ssantos <ssantos@web.de >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 99.9% (1233 of 1234 strings)
feat(lang): translated using Weblate (German)
Currently translated at 99.5% (1228 of 1234 strings)
feat(lang): translated using Weblate (German)
Currently translated at 99.5% (1227 of 1233 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1226 of 1226 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1224 of 1224 strings)
feat(lang): translated using Weblate (German)
Currently translated at 95.9% (1172 of 1222 strings)
feat(lang): translated using Weblate (German)
Currently translated at 95.9% (1172 of 1222 strings)
feat(lang): translated using Weblate (German)
Currently translated at 94.7% (1158 of 1222 strings)
Co-authored-by: Ben <ben.david.wallner@gmail.com >
Co-authored-by: Furkan Çakar <cakar.55.furkan@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Juli <snowjuli@protonmail.com >
Co-authored-by: Leo Schultheiss <leoschultheiss@yahoo.de >
Co-authored-by: inkarnation <94744834+inkarnation@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1234 of 1234 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1234 of 1234 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 99.6% (1229 of 1233 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1228 of 1228 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1226 of 1226 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 90.0% (1104 of 1226 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 90.0% (1101 of 1222 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Luna Jernberg <droidbittin@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Topfield99 <timmiesonne@live.se >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Lithuanian)
Currently translated at 58.7% (725 of 1233 strings)
feat(lang): translated using Weblate (Lithuanian)
Currently translated at 58.6% (719 of 1226 strings)
feat(lang): translated using Weblate (Lithuanian)
Currently translated at 51.0% (624 of 1222 strings)
feat(lang): translated using Weblate (Lithuanian)
Currently translated at 43.9% (537 of 1222 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: PovilasID <povilas.sidaravicius@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/lt/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1226 of 1226 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1224 of 1224 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1224 of 1224 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1223 of 1223 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 99.5% (1217 of 1223 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 99.4% (1216 of 1223 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 98.6% (1207 of 1223 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 97.2% (1189 of 1223 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 94.3% (1154 of 1223 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Maite Guix <maite.guix@gmail.com >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Croatian)
Currently translated at 89.9% (1103 of 1226 strings)
Co-authored-by: Bruno Ševčenko <bs3vcenk@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 92.2% (1138 of 1233 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 88.5% (1092 of 1233 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 85.8% (1058 of 1233 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 86.0% (1052 of 1223 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 83.2% (1017 of 1222 strings)
Co-authored-by: Francesco <francy.ammirati@hotmail.com >
Co-authored-by: Gian Marco Cinalli <gm.cinalli@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mirco Cau <mircocau@gmail.com >
Co-authored-by: eggermn <egger.mn@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1233 of 1233 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1226 of 1226 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (1225 of 1226 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (1225 of 1226 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.8% (1224 of 1226 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (1223 of 1224 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1222 of 1222 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 98.0% (1198 of 1222 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 96.7% (1182 of 1222 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Jassy lin <linjiaxinme@gmail.com >
Co-authored-by: anpplex <anpplex@gmail.com >
Co-authored-by: kx <yoboy.rox@gmail.com >
Co-authored-by: lkw123 <lkw20010211@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1234 of 1234 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1233 of 1233 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.9% (1225 of 1226 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1224 of 1224 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1223 of 1223 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1222 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1222 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.5% (1216 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.5% (1216 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.5% (1216 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1222 of 1222 strings)
Co-authored-by: Hordo <hordocast@mailo.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Maxent <rouaultmaxent@gmail.com >
Co-authored-by: Rémi Guerrero <remidu34070@hotmail.fr >
Co-authored-by: Sulli <susu.leduc@gmail.com >
Co-authored-by: Symness <simon@frayssines.fr >
Co-authored-by: Valentin <droidente@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.7% (1219 of 1222 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 89.6% (1095 of 1222 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
---------
Co-authored-by: Developer J <jshsakura@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: 김상구 (Studio) <spair0039@gmail.com >
Co-authored-by: 최효근 <gyrms7532@gmail.com >
Co-authored-by: BeardedWatermelon <periklis.karantonis@gmail.com >
Co-authored-by: Dzonkins <nikoladjordjevic.ns@gmail.com >
Co-authored-by: Angel <adelpozoman@gmail.com >
Co-authored-by: gallegonovato <fran-carro@hotmail.es >
Co-authored-by: Bunduc Dragos <bunduc.dragos@gmail.com >
Co-authored-by: DragoPrime <emperordrago@gmail.com >
Co-authored-by: Kirill Zhukov <siper13@gmail.com >
Co-authored-by: Anders Ecklon <aecklon@gmail.com >
Co-authored-by: Emil Nymann <ens@hiper.dk >
Co-authored-by: ZsiGiT <zsigit@gmail.com >
Co-authored-by: Bas <bashankamp+weblate@gmail.com >
Co-authored-by: COTMO <moermantom1@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Mateus <mateusbernardo@protonmail.com >
Co-authored-by: Rafael Vieira <rafaelvieiras@pm.me >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Marek <marek@pavelka.xyz >
Co-authored-by: Smexhy <roman.bartik@icloud.com >
Co-authored-by: Fhd-pro <juve.11@msn.com >
Co-authored-by: ssantos <ssantos@web.de >
Co-authored-by: Ben <ben.david.wallner@gmail.com >
Co-authored-by: Furkan Çakar <cakar.55.furkan@gmail.com >
Co-authored-by: Juli <snowjuli@protonmail.com >
Co-authored-by: Leo Schultheiss <leoschultheiss@yahoo.de >
Co-authored-by: inkarnation <94744834+inkarnation@users.noreply.github.com >
Co-authored-by: Luna Jernberg <droidbittin@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Topfield99 <timmiesonne@live.se >
Co-authored-by: PovilasID <povilas.sidaravicius@gmail.com >
Co-authored-by: Maite Guix <maite.guix@gmail.com >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Bruno Ševčenko <bs3vcenk@gmail.com >
Co-authored-by: Francesco <francy.ammirati@hotmail.com >
Co-authored-by: Gian Marco Cinalli <gm.cinalli@gmail.com >
Co-authored-by: Mirco Cau <mircocau@gmail.com >
Co-authored-by: eggermn <egger.mn@gmail.com >
Co-authored-by: Jassy lin <linjiaxinme@gmail.com >
Co-authored-by: anpplex <anpplex@gmail.com >
Co-authored-by: kx <yoboy.rox@gmail.com >
Co-authored-by: lkw123 <lkw20010211@gmail.com >
Co-authored-by: Hordo <hordocast@mailo.com >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Maxent <rouaultmaxent@gmail.com >
Co-authored-by: Rémi Guerrero <remidu34070@hotmail.fr >
Co-authored-by: Sulli <susu.leduc@gmail.com >
Co-authored-by: Symness <simon@frayssines.fr >
Co-authored-by: Valentin <droidente@gmail.com >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
2023-08-24 20:14:19 +09:00
Uruk
3fd016808b
Fix translation on fr.json ( #446 )
...
* Fix sidebar name
* Update fr.json
* Update fr.json
* added missing line
* Update fr.json
* Update fr.json
* Update fr.json
* Update fr.json
* fix watchlist
* Update fr.json
* Fix plural
* Update fr.json
* Update fr.json
* Update fr.json
* Update fr.json
* Update fr.json
* Update fr.json
* Update fr.json
* Update fr.json
* Update fr.json
2023-08-21 13:52:09 +05:00
Fallenbagel
b7282ce990
Merge pull request #450 from EthanArmbrust/libview
...
fix(server/api/jellyfin.ts): use /Library/VirtualFolders Jellyfin API call to fetch Jellyfin libs
2023-08-11 20:52:01 +05:00
Ethan Armbrust
8685f5796a
fix(server/api/jellyfin.ts): use /Library/VirtualFolders Jellyfin API call to fetch Jellyfin libs
...
use /Library/VirtualFolders Jellyfin API call to fetch Jellyfin libraries, instead of relying on
user's view
fix #256
2023-08-10 18:10:29 -04:00
Fallenbagel
acc230fd20
Merge pull request #449 from davidfdezalcoba/fix-repeat-notifications-4k
...
fix: repeat notifications for available 4k media
2023-08-10 12:58:58 +05:00
jellyfin
30361f2ab7
fix: repeat notifications for available 4k media
2023-08-09 10:57:58 +02:00
fallenbagel
6a8406b5e3
Merge remote-tracking branch 'upstream/develop' into develop
2023-08-07 11:05:47 +05:00
Fallenbagel
7980212bee
Merge pull request #444 from davidfdezalcoba/fix-repeat-notifications
...
fix: multiple notifications for available media
2023-08-07 01:48:43 +05:00
Ryan Cohen
317110855e
ci: remove docker caching to save space after build ( #3574 )
2023-08-06 16:15:03 +09:00
David Fernandez Alcoba
048fa967f2
fix: multiple notifications for available media
2023-08-05 11:56:07 +02:00
TheCatLady
f7b4dfcac4
fix(tautulli): only test connection if hostname is defined ( #3573 )
2023-08-05 08:26:03 +09:00
allcontributors[bot]
a686d31e4d
docs: add nemchik as a contributor for code ( #3565 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-07-28 23:42:29 +09:00
Eric Nemchik
cb63bf217b
fix: Include all defaults in payload ( #3538 )
...
* fix: Include all defaults in payload
* style(src/components/settings/notifications/notificationswebhook/index.tsx): prettier format
format changes from previous commit using prettier. line length requirement now met.
* fix(server/lib/settings.ts): update default settings for first install
2023-07-28 23:41:52 +09:00
Daniel Fendrich
7eed23637d
fix(i18n): fixed jellyfin jobs
2023-07-28 15:53:03 +02:00
allcontributors[bot]
46e21c4e3e
docs: add marcofaggian as a contributor for code ( #3563 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-07-28 20:52:03 +09:00
Marco Faggian
b4191f9c65
feat(rating): added IMDB Radarr proxy ( #3496 )
...
* feat(rating): added imdb radarr proxy
Signed-off-by: marcofaggian <m@marcofaggian.com >
* refactor(rating/imdb): rm export unused interfaces
Signed-off-by: marcofaggian <m@marcofaggian.com >
* docs(rating/imdb): rt to imdb
Signed-off-by: marcofaggian <m@marcofaggian.com >
* refactor(rating/imdb): specified error message
Signed-off-by: marcofaggian <m@marcofaggian.com >
* refactor(rating/imdb): rm line break
Signed-off-by: marcofaggian <m@marcofaggian.com >
* refactor(rating): conform to types patter
Signed-off-by: marcofaggian <m@marcofaggian.com >
* chore(rating/imdb): added line to translation file
Signed-off-by: marcofaggian <m@marcofaggian.com >
* feat(rating/imdb): ratings to ratingscombined
Signed-off-by: marcofaggian <m@marcofaggian.com >
* fix(rating/imdb): reinstating ratings route
Signed-off-by: marcofaggian <m@marcofaggian.com >
* docs(ratings): openapi ratings
Signed-off-by: marcofaggian <m@marcofaggian.com >
* chore(ratings): undo openapi ratings apex
Signed-off-by: marcofaggian <m@marcofaggian.com >
---------
Signed-off-by: marcofaggian <m@marcofaggian.com >
2023-07-28 20:51:19 +09:00
Brandon Cohen
83b008c839
fix: handle issue causing incorrect media to change to unknown ( #3516 )
...
* fix: handle issue causing incorrect media to change back to unknown
* fix: prevent start if plex client is unavailable
* fix: initialize radarr and sonarr clients before the scan starts
* fix: compensate for multiple *arr servers
* fix: added a more reliable season lookup
* refactor: modified tuples to increase code readability
2023-07-24 15:33:12 +09:00
allcontributors[bot]
68c7b3650e
docs: add scorp200 as a contributor for code ( #3555 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-07-18 05:17:07 +00:00
Anton K. (ai Doge)
2816c66300
fix: resolved user access check issue ( #3551 )
...
* fix: importing friends
update checkUserAccess to use getUsers
* refactor(server/api/plextv.ts): clean up
removed unused getFriends function, and its interface.
renamed friends variable.
2023-07-18 01:03:52 -04:00
TheCatLady
01de972a8f
fix(statusbadge): handle missing season/episode number ( #3526 )
2023-06-29 12:34:10 -04:00
Fallenbagel
da2d8fe35b
fix typo in the safe directory
2023-06-25 20:41:46 +05:00
Brandon Cohen
a761b7dd35
fix: resolved issue with create slider causing incorrect form submission ( #3514 )
2023-06-21 17:18:50 +00:00
Fallenbagel
4f89286fa8
Merge pull request #357 from Pikachu920/develop
...
Clarify email address field during setup
2023-06-15 04:21:38 +05:00
Brandon Cohen
d0836ce0ef
fix: improved handling of edge case that could cause availability sync to fail ( #3497 )
2023-06-14 14:43:08 +09:00
Fallenbagel
4740476c9a
Merge pull request #398 from jeaboswell/feature-change-jellyfin-ip
...
feat(settings): add internal url to jellyfin settings form
2023-06-14 05:26:36 +05:00
Fallenbagel
c167d3ac38
test(cypress): fix broken cypress test
2023-06-14 05:12:48 +05:00
Ryan Cohen
2c3f533076
fix: adjust the plex watchlist sync schedule to have fuzziness ( #3502 )
...
also fixes the schedule making it uneditable
2023-06-13 23:15:54 +09:00
Fallenbagel
55baca57c1
Merge branch 'develop' into feature-change-jellyfin-ip
2023-06-13 05:38:41 +05:00
Fallenbagel
0b797964a8
docs(locale): extract locales
2023-06-13 05:32:22 +05:00
Brandon Cohen
c1a47bd9de
fix(ui): corrected issues icon color ( #3498 )
2023-06-12 17:35:01 +09:00
Fallenbagel
030cbc535a
Merge pull request #403 from Fallenbagel/fix-log-format-jellyfin-auth
...
fix(logs): jellyfin auth error now has the severity `warn` consistent with local login
2023-06-12 01:42:04 +05:00
Fallenbagel
b0fd0f59c4
Merge pull request #404 from Fallenbagel/add-translations
...
feat: translations update
2023-06-11 20:01:54 +05:00
Fallenbagel
47287c3688
feat: translations update
...
fix #381
2023-06-11 07:52:39 +05:00
Fallenbagel
cc041b5e0a
fix(logs): jellyfin auth error now has the severity warn consistent with local login
...
fix #224
2023-06-11 07:26:45 +05:00
Fallenbagel
b4c74de7b3
style: added more clarity to the tooltip message
...
Previous commits wordings made it sound like it NEEDS to be unrelated to the mediaserver instance.
However, it can be any valid address
2023-06-11 07:06:39 +05:00
Fallenbagel
9daceb7017
style: offsetted the info icon and increased clarity in the tooltip message
2023-06-11 06:54:37 +05:00
Fallenbagel
ff7f9725f8
Merge remote-tracking branch 'upstream/develop' into develop
2023-06-11 06:44:07 +05:00
Fallenbagel
cd7930eef9
feat(tooltip): email tooltip now appears when hovered over info icon
2023-06-11 06:36:51 +05:00
allcontributors[bot]
24d94ef6fd
docs: add Fallenbagel as a contributor for code ( #3493 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-06-11 10:15:55 +09:00
Fallenbagel
04fbd00d4a
fix: fixes RT ratings for tv shows ( #3492 )
...
fix #3491
2023-06-11 10:14:14 +09:00
Fallenbagel
33ec4436fb
fix: external url regex is now consistent with internal url
2023-06-11 05:43:02 +05:00
Fallenbagel
e848386d10
fix: fix regex for internal url to use a more effecient one
2023-06-11 05:15:26 +05:00
Fallenbagel
235cee1d28
ci: use self-hosted github runner
...
Changed to using self-hosted github runner as the free tier one was crashing due to low storage
space when pushing cache
2023-06-10 21:57:01 +05:00
Fallenbagel
8d4943997e
ci: temporarily clean cache to fix docker builds
2023-06-10 10:23:20 +05:00
Fallenbagel
2ab814574c
ci(snap): possible fix for dubious ownership error for snap builds
2023-06-10 05:17:01 +05:00
Fallenbagel
c6b2dd3728
ci: fix CODEOWNERS file containing errors
2023-06-10 05:06:22 +05:00
Fallenbagel
825fa75ee2
Merge upstream/develop
2023-06-10 04:58:15 +05:00
allcontributors[bot]
21231186d1
docs: add andrew-kennedy as a contributor for code ( #3489 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-06-09 23:20:02 +00:00
Andrew Kennedy
48f76662d5
fix: make a (shallow) copy of radarr/sonarr tags into a request before adding user tags ( #3485 )
...
* Make a (shallow) copy of radarr/sonarr tags into a request before adding user tags
* Undo random formatting changes
* more undoing formatting changes
* Fix undefined case.
* Prettier format
2023-06-09 18:46:04 -04:00
Fallenbagel
4920670495
Merge pull request #397 from jeaboswell/feature-emby-icons
...
Emby Link Icon
2023-06-06 19:22:40 +05:00
Jesse Boswell
0a30cd356d
feat(settings): add internal url to jellyfin settings form
...
re #194
2023-06-05 23:05:54 -05:00
Jesse Boswell
1fe4bb8a04
fix(ui): Make play symbol white
2023-06-05 18:44:42 -05:00
Fallenbagel
21c1bbec90
Merge pull request #374 from yalagin/add-watchlist
...
feat(watchlist): Add media to watchlist
2023-06-06 03:13:34 +05:00
Jesse Boswell
ad69d6715e
fix(ui): Resize Emby icon and add margins
2023-06-05 13:21:00 -05:00
Jesse Boswell
46cd4d01d9
fix: externalLinkBlock
2023-06-05 12:10:25 -05:00
Jesse Boswell
672061cd64
feat(src/components/externallinkblock/index.tsx): support Emby icon
...
Display the Emby icon instead of Jellyfin when mediaserver type is Emby
2023-06-05 10:59:32 -05:00
allcontributors[bot]
df332cec84
docs: add SalmanTariq as a contributor for code ( #3478 )
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-06-01 00:24:05 +00:00
Salman Tariq
d7fa35e066
fix(genreselector): fix searching in Genre filter ( #3468 )
2023-05-31 21:53:50 +00:00
Ryan Cohen
f33eb862fd
chore: update codeowners ( #3474 ) [skip ci]
2023-05-29 11:36:26 +09:00
allcontributors[bot]
0a007ca805
docs: add IzaacJ as a contributor for code ( #3473 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-29 11:32:08 +09:00
Izaac Brånn
24f268b6cb
feat: auto tagging requested media with username ( #3338 )
...
* feat: auto tagging requested media with username
Relating to discussion: https://github.com/sct/overseerr/discussions/3313
Adding an option to the Radarr and Sonarr service to enable automatic tagging
with the username requesting the media.
Current format, to reduce tag clutter if a user changes displayname:
`[user.id] - [user.displayName]`
* fix: modified new secondary tip language
---------
Co-authored-by: Brandon Cohen <brandon@z3hn.dev >
2023-05-29 02:29:36 +00:00
Yalagin
03316c642d
fix(watchlist): add validation for creation request
2023-05-15 23:25:32 +07:00
allcontributors[bot]
b8e3c07c47
docs: add SMores as a contributor for code ( #3455 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-13 09:35:51 +09:00
Shane Friedman
aa84977680
feat(discover): support filtering by tmdb user vote count on discover page ( #3407 )
2023-05-13 00:23:14 +00:00
Brandon Cohen
e051b1dfea
fix: correctly load series fallback modal with sonarr v4 ( #3451 )
2023-05-11 04:43:11 +00:00
Brandon Cohen
c27f96096a
fix: lock body scroll when using webkit ( #3399 )
2023-05-11 04:27:45 +00:00
Brandon Cohen
4bd87647d0
fix: corrected initial fallback data load on details page ( #3395 )
2023-05-11 04:16:50 +00:00
Brandon Cohen
c1e10338c1
refactor: pull to refresh ( #3391 )
...
* refactor: decoupled PTR by removing import and creating new touch logic
* fix: overscroll behavior on mobile is now prevented on the y axis
* feat: added shadow effects to icon
* fix: modified cypress test
* fix: added better scroll lock functionality
* fix: hide icon if scroll value is negative
* fix: changed to allow usage on all touch devices
2023-05-11 11:59:12 +09:00
allcontributors[bot]
cd1cacad55
docs: add Zebebles as a contributor for code ( #3453 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-11 10:45:54 +09:00
Zeb Muller
ac77b037d5
fix: error deleting users with over 1000 requests ( #3376 )
...
Break-up request removal into groups of 1000 requests to be removed at a time.
2023-05-11 10:45:23 +09:00
allcontributors[bot]
10eb69a7dc
docs: add Alexays as a contributor for code ( #3452 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-11 09:59:15 +09:00
Alex
70b1540ae2
fix: handle search results with collections ( #3393 )
...
* feat: handle search collection
* Update server/utils/typeHelpers.ts
Co-authored-by: Danshil Kokil Mungur <danshil.mungur@gmail.com >
* fix: modified title card to show collection instead of movies
---------
Co-authored-by: Danshil Kokil Mungur <danshil.mungur@gmail.com >
Co-authored-by: Brandon <cohbrandon@gmail.com >
2023-05-11 09:58:16 +09:00
Brandon Cohen
7522aa3174
fix: availability sync file detection ( #3371 )
...
* fix: added extra check for unmonitored movies in radarr
* feat: created new radarr/sonarr routes to grab existing series data
* refactor: updated job routes to check by external service id
* fix: season check will now also look at episode file count
2023-05-11 09:36:12 +09:00
Brandon Cohen
77a33cb74d
fix(ui): corrected mobile menu spacing in collection details ( #3432 )
2023-05-04 22:08:22 +04:00
Yalagin
c08897bdc1
fix(watchlist): fix github code scanning
2023-05-04 22:36:36 +07:00
Yalagin
469f64d484
test(watchlist): fix broken test
2023-05-02 21:13:18 +07:00
Yalagin
b7e3d285ed
feat(watchlist): add translation for en
2023-04-27 22:46:46 +07:00
Yalagin
5f1c10d50a
feat(add watchlist): adding midding functionality from overserr
...
feat(add watchlist): adding missing functionality from overserr
2023-04-27 22:27:23 +07:00
Pikachu920
9637c3f4ab
Merge remote-tracking branch 'origin/develop' into develop
2023-03-25 10:22:56 -05:00
Pikachu920
a15c85cbd1
Add helper text to email address field in setup
2023-03-25 10:22:30 -05:00
Fallenbagel
53f6a890b9
Merge pull request #356 from GeoffreyCoulaud/geoffrey-fix
...
Fixed french locale: using "de " instead of "d'" before Jellyseerr
2023-03-25 16:43:51 +05:00
GeoffreyCoulaud
7dbe6f61d0
Fixed d' before Jellyseerr
2023-03-25 00:49:59 +01:00
Fallenbagel
fd460df243
Merge pull request #348 from Fallenbagel/temp-disable-media-availability
...
fix: disable availability sync temporarily
2023-03-18 04:26:14 +05:00
Fallenbagel
2e5cf22626
fix: disable availability sync temporarily
...
This PR disables availability sync temporarily as the current one does not have jellyfin/emby sync
ported into it. This would ensure that jellyseerr does not bug out and start removing availability
from media despite it being available on jellyfin/emby/*arr as well as their requests.
2023-03-18 04:08:54 +05:00
Fallenbagel
092d639dd9
Merge pull request #347 from Fallenbagel/temp-fix-display-specials-within-season
...
fix(jellyfin sync): temporary workaround fix for jellyfin scan when display specials within season
2023-03-18 03:43:06 +05:00
Fallenbagel
fc1f3202e8
Merge pull request #338 from Fallenbagel/fix-4k-detection-series
...
fixes 4k detection of series
2023-03-18 03:42:48 +05:00
Fallenbagel
3bf04f2abd
refactor: refactored 4k detection fix to be more consistent with how movie logic works
2023-03-17 04:32:27 +05:00
Fallenbagel
38fb66d31e
fix(jellyfin scan): temporary workaround fix for jellyfin scan when display specials within season
...
Currently when display specials within season is enabled, it increases the indexed episode count of
the season. This is a problem due to the way our jellyfin sync works as it requires total standard
episodes to be equal to season episode count for the `AVAILABLE` badge for that season. However,
when the display specials within season is enabled, the scan sets that season as `PARTIALLY
AVAILABLE`. This workaround fixes this behaviour. In addition, this fix **might** also fix the
recurring availability notifications (recurring notifications might be occurring due to the scan
initially setting the season as available, thus the series is set as available and sends the
notification, but then it sets the season as partially available due to the aforementioned sync flow
until next scan and repeats.)
fix #215 #176 #246
2023-03-17 04:19:16 +05:00
Fallenbagel
8b3801539e
Merge pull request #321 from andrey4korop/Lang_changes
...
Update Ukrainian language
2023-03-09 03:43:13 +05:00
Fallenbagel
101ffae641
style: ran prettier on ua locale
2023-03-04 01:17:26 +05:00
Fallenbagel
bc9017f54d
fix: add better checks on 4k detection of series
2023-03-04 00:54:21 +05:00
Fallenbagel
b90dedfafc
fix merge conflict lines which were present during last merge
2023-03-02 19:32:34 +05:00
Brandon Cohen
a4d07f5afa
fix(ui): corrected default badge hover opacity ( #3369 )
2023-03-02 08:21:55 -05:00
renovate[bot]
f5191aded6
fix(deps): update all non-major dependencies ( #3223 )
...
* chore(deps): update all non-major dependencies
* fix: resolve same express-session types for connect-typeorm
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sct <ryan@sct.dev >
2023-03-01 11:59:06 -05:00
Brandon Cohen
2520d8f739
feat: adds streaming services custom slider ( #3361 )
...
* feat: adding streaming services as a slider is now an option
* fix: truncated slider titles on mobile
2023-02-28 13:36:28 +09:00
Fallenbagel
ee23de6d2f
Merge remote-tracking branch 'upstream/develop' into develop
2023-02-28 03:28:36 +05:00
allcontributors[bot]
04980f93ab
docs: add jariz as a contributor for code ( #3357 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-24 19:47:36 +09:00
allcontributors[bot]
2a3213d706
docs: add Nimelrian as a contributor for code ( #3356 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-24 19:46:46 +09:00
Brandon Cohen
c36a4ba2b8
fix: logger was set to info for the wrong logs ( #3354 )
2023-02-24 07:29:42 +00:00
Brandon Cohen
ae3818304b
feat: availability sync rework ( #3219 )
...
* feat: add availability synchronization job
fix #377
* fix: feedback on PR
* perf: use pagination for Media Availability Synchronization job
The original approach loaded all media items from the database at once. With large libraries, this
could lead to performance issues. We're now using a paginated approach with a page size of 50.
* feat: updated the availability sync to work with 4k
* fix: corrected detection of media in plex
* refactor: code cleanup and minimized unnecessary calls
* fix: if media is not found, media check will continue
* fix: if non-4k or 4k show media is updated, seasons and request is now properly updated
* refactor: consolidated media updater into one function
* fix: season requests are now removed if season has been deleted
* refactor: removed joincolumn
* fix: makes sure we will always check radarr/sonarr to see if media exists
* fix: media will now only be updated to unavailable and deletion will be prevented
* fix: changed types in Media entity
* fix: prevent season deletion in preference of setting season to unknown
---------
Co-authored-by: Jari Zwarts <jari@oberon.nl >
Co-authored-by: Sebastian Kappen <sebastian@kappen.dev >
2023-02-24 05:28:22 +00:00
Danshil Kokil Mungur
b3882de893
fix(ui): hide search bar behind slideover when opened ( #3348 )
2023-02-24 02:03:01 +00:00
Danshil Kokil Mungur
af880a6c83
fix(watchlist): correctly load more than 20 watchlist items ( #3351 )
...
* fix(discover): correctly load additional watchlist items pages
* chore(discover): remove unused params types
2023-02-24 00:40:01 +00:00
Danshil Kokil Mungur
eb5502a16f
fix(ui): prevent title cards from flickering when quickly hovering across them ( #3349 )
...
* fix(ui): remove opacity classes from transition enter and leave props
The flickering was caused by the opacity classes in the `leave` prop to take effect as the
transition ends; when the `leaveTo` prop classes are no longer applied, but the `leave` prop classes
are still applied.
* fix(ui): resolve transition issues for all components
1. Remove opacity classes from `enter` and `leave` props
2. Fix some class name typos
3. Remove transform classes since those are automatically applied as from TailwindCSS v3.0
4. Narrow down `transition` classes to only the properties being transitioned in Transition components
2023-02-24 00:27:26 +09:00
Danshil Kokil Mungur
50f06dabbf
fix(ui): hide mini status badge if non-4K media status is unknown ( #3346 )
2023-02-20 10:54:06 +09:00
Fallenbagel
ddbc377d79
Merge pull request #182 from dd060606/features/deleteMediaFile
...
feat: button to remove a movie from Radarr/Sonarr
2023-02-19 02:59:28 +05:00
Brandon Cohen
1e2c6f46ab
fix: added a refresh interval if download status is in progress ( #3275 )
...
* fix: added a refresh interval if download status is in progress
* refactor: switched to a function instead of useEffect
* feat: added editable download sync schedule
2023-02-15 19:16:13 +04:00
Owen Voke
dd1378cef5
chore(api): update descriptions for API endpoints ( #3341 )
2023-02-15 00:40:51 +04:00
allcontributors[bot]
e684456bba
docs: add owenvoke as a contributor for code ( #3340 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-14 14:53:35 +09:00
Owen Voke
6bd3f015d6
fix: remove unnecessary parenthesis from api key generation ( #3336 )
2023-02-14 14:52:26 +09:00
dd060606
7bd4c4d1d4
Merge branch 'develop' into features/deleteMediaFile
2023-02-13 08:58:53 +01:00
dd060606
3005e577d7
style(src/components/manageslideover/index.tsx): fix code style issues
2023-02-13 08:33:23 +01:00
allcontributors[bot]
2d97be0d6c
docs: add lunks as a contributor for code ( #3334 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-12 20:05:59 +09:00
Pedro Nascimento
966639df43
perf(imageproxy): do not set cookies to image proxy so CDNs can cache images ( #3332 )
...
CDNs such as Cloudflare bypass their cache if cookies are set in the response.
clearCookies
middleware removes the header before imageproxy serves the image.
2023-02-12 20:05:29 +09:00
Brandon Cohen
33e7691b94
feat: full title of download item on hover with tooltip ( #3296 )
...
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2023-02-11 10:30:53 +00:00
Danshil Kokil Mungur
d7b83d22ce
fix(build): increase threshold for amount of data to be fetched when SSR'ing ( #3320 )
...
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2023-02-11 09:36:31 +00:00
Ryan Cohen
b6eac0f364
test: change custom keyword for slider creation ( #3333 )
2023-02-11 17:18:30 +09:00
Fallenbagel
572a7db4aa
Merge pull request #297 from DimitriDR/develop
...
French I18n update
2023-02-04 03:27:06 +05:00
andrey
862cd2d6ac
Update Ukrainian language
2023-02-02 19:04:29 +02:00
Fallenbagel
6f23abaa6d
Merge pull request #298 from andrey4korop/develop
...
Add Ukrainian language
2023-02-01 21:15:23 +05:00
andrey
81518df89a
Merge remote-tracking branch 'o/develop' into develop
2023-02-01 16:20:04 +02:00
Fallenbagel
604335a16d
ci(release): fix previous merge that changed discord notification run-on to self-hosted [skip ci]
2023-02-01 08:52:28 +05:00
Fallenbagel
78ccea94bd
Merge pull request #318 from Fallenbagel/CHANGELOG-ignore-prettier
...
chore(prettier): ignore CHANGELOG by prettier
2023-01-31 03:50:53 +05:00
Fallenbagel
a487ab4506
chore(prettier): ignore CHANGELOG by prettier
...
When changelog is generated by semantic bot, it keeps failing the prettier format check. So this
ignores it
2023-01-31 03:40:47 +05:00
Ryan Cohen
c93467b3ac
fix(snapcraft): use the correct config folder for image cache ( #3302 )
2023-01-31 01:31:39 +09:00
Fallenbagel
c709e8596a
Merge pull request #314 from Fallenbagel/upstream-fix
...
Merge upstream hotfix
2023-01-30 04:41:37 +05:00
Fallenbagel
26e49e73a5
Merge remote-tracking branch 'upstream/develop' into develop
2023-01-30 04:27:34 +05:00
Ryan Cohen
d954328911
fix(ui): correct range slider styling in chrome ( #3299 )
2023-01-29 20:32:25 +09:00
Brandon Cohen
3e43586acc
fix(ui): air date will use UTC for timezone ( #3297 )
2023-01-29 16:43:54 +09:00
Ryan Cohen
7040da1334
fix(ui): show 5 icons when possible on mobile menu ( #3298 )
2023-01-29 16:27:09 +09:00
Ryan Cohen
9d10e6a88c
fix(ui): style range thumbs correctly for firefox ( #3294 )
2023-01-29 13:27:33 +09:00
Fallenbagel
4c22a71cdf
Merge pull request #311 from Fallenbagel/upstream
...
Merge 'upstream/develop' into develop
2023-01-28 05:22:42 +05:00
Fallenbagel
b9e7933e09
docs(readme): revert to original README
2023-01-28 05:04:33 +05:00
Fallenbagel
2508b4340f
refactor: updated the heroicons used in jellyfin settings/email warning
2023-01-28 04:44:46 +05:00
Fallenbagel
e1f67ad8ba
Merge 'overseerr/develop' into develop
2023-01-28 03:40:12 +05:00
Fallenbagel
91abdb2ba5
Remove Zone.Identfier [skip ci]
2023-01-28 03:33:22 +05:00
Brandon Cohen
8942eb8b7c
fix: pass in library type when scanning recently added items ( #3287 )
2023-01-27 21:53:46 +09:00
notfakie
ad3d922440
Merge remote-tracking branch 'overseerr/develop' into develop
2023-01-27 17:55:55 +13:00
Danshil Kokil Mungur
51b05cd8fb
fix(build): update usage of publish snap action ( #3272 )
...
* fix(build): use env variable to login with snapcraft 7
* refactor(build): replace deprecated set-output command in GHA
* fix(build): use correct environment variable for output
* style(build): run prettier
2023-01-27 09:48:40 +09:00
Brandon Cohen
374c78c989
fix(ui): series first air date sorting ( #3283 )
2023-01-26 22:22:38 +00:00
Brandon Cohen
507693881b
fix: multiple genre filtering now works ( #3282 )
2023-01-26 14:10:02 -08:00
Ryan Cohen
f4a22dc437
fix: correctly check mobile menu permissions ( #3271 )
2023-01-25 18:49:01 +09:00
Ryan Cohen
5d1c6f7065
fix: create shared class to add bottom spacing ( #3269 )
2023-01-24 19:30:38 +09:00
Ryan Cohen
3db010b9ea
fix: correct issue detail bottom padding on mobile displays ( #3268 )
2023-01-24 14:54:58 +09:00
TheCatLady
fd219717c0
fix: issues with issues ( #3267 )
...
* fix: issues with issues
* fix: don't notify on user closing/reopening own issue
* fix: only show close/reopen buttons for OP and admins
2023-01-24 02:58:56 +00:00
Brandon Cohen
d328485161
fix: arrow icons were misplaced on mobile in slider edit ( #3260 )
2023-01-20 14:46:29 +00:00
Brandon Cohen
da00d454e1
feat: discover slider edit arrow buttons for reordering ( #3259 )
2023-01-20 06:20:05 +00:00
Danshil Kokil Mungur
d7bfc73727
docs(installation): add PORT env variable to example commands ( #3254 ) [skip ci]
...
* docs(installation): add PORT env variable to Docker CLI & Docker Compose examples
* docs(installation): fix typo
* docs(installation): clarify hint about named volumes for windows installation example
2023-01-20 02:39:24 +09:00
Weblate (bot)
5940ff7f5f
feat: translations update from Hosted Weblate ( #3218 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1222 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.5% (1217 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.4% (1215 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.4% (1215 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.2% (1213 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 98.6% (1203 of 1219 strings)
feat(lang): translated using Weblate (French)
Currently translated at 92.6% (1130 of 1219 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 96.0% (1132 of 1179 strings)
feat(lang): translated using Weblate (French)
Currently translated at 95.9% (1131 of 1179 strings)
Co-authored-by: Dimitri <dimitridroeck@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Sulli <susu.leduc@gmail.com >
Co-authored-by: Uruk <uruknarb20@gmail.com >
Co-authored-by: slundi <slundi@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 85.5% (1045 of 1222 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Angel <adelpozoman@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1222 of 1222 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 93.6% (1144 of 1222 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 90.6% (1105 of 1219 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 100.0% (1219 of 1219 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 96.9% (1182 of 1219 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Danish)
Currently translated at 100.0% (1179 of 1179 strings)
Co-authored-by: Anders Ecklon <aecklon@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 94.0% (1105 of 1175 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: lkw123 <lkw20010211@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1219 of 1219 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 95.5% (1126 of 1179 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 93.8% (1107 of 1179 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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 94.6% (1154 of 1219 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1175 of 1175 strings)
Co-authored-by: Ben <ben.david.wallner@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 94.7% (1113 of 1175 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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hindi)
Currently translated at 11.8% (145 of 1222 strings)
feat(lang): translated using Weblate (Hindi)
Currently translated at 9.4% (115 of 1222 strings)
feat(lang): translated using Weblate (Hindi)
Currently translated at 9.1% (112 of 1222 strings)
feat(lang): translated using Weblate (Hindi)
Currently translated at 9.1% (112 of 1222 strings)
feat(lang): translated using Weblate (Hindi)
Currently translated at 2.7% (33 of 1222 strings)
Co-authored-by: Gaurang Goel <gaurang7goel+hosted@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ishan Jindal <jindal25ishan@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hi/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Albanian)
Currently translated at 97.1% (1142 of 1175 strings)
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sq/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Dimitri <dimitridroeck@gmail.com >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Sulli <susu.leduc@gmail.com >
Co-authored-by: Uruk <uruknarb20@gmail.com >
Co-authored-by: slundi <slundi@gmail.com >
Co-authored-by: Angel <adelpozoman@gmail.com >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Anders Ecklon <aecklon@gmail.com >
Co-authored-by: lkw123 <lkw20010211@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Ben <ben.david.wallner@gmail.com >
Co-authored-by: exentler <gurandsrud@gmail.com >
Co-authored-by: Gaurang Goel <gaurang7goel+hosted@gmail.com >
Co-authored-by: Ishan Jindal <jindal25ishan@gmail.com >
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
2023-01-19 21:53:44 +09:00
Ryan Cohen
fcbca1722f
feat: new mobile menu ( #3251 )
2023-01-17 18:00:15 +09:00
Ryan Cohen
19370f856c
chore: add holopin config ( #3250 ) [skip ci]
2023-01-17 10:36:00 +09:00
Ryan Cohen
154f3e72ef
fix: correctly restore selected streaming service filters ( #3249 )
2023-01-16 21:34:47 +09:00
Ryan Cohen
6fd11cf425
fix: correct grid sizing for webkit on streaming services ( #3248 )
2023-01-16 21:04:55 +09:00
Ryan Cohen
1154156459
feat: add streaming services filter ( #3247 )
...
* feat: add streaming services filter
* fix: count watch region/provider as one filter
2023-01-16 17:05:21 +09:00
Danshil Kokil Mungur
cb650745f6
fix(request): mark request as approved if media is already available when retrying failed request ( #3244 )
2023-01-15 11:32:38 +04:00
Brandon Cohen
3aefddd488
fix: screen would zoom on mobile if date picker input was selected ( #3241 )
2023-01-14 11:40:39 +09:00
allcontributors[bot]
1bf0103422
docs: add aedelbro as a contributor for code ( #3240 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-14 10:11:30 +09:00
aedelbro
a672b324ec
feat(ui): add episode number to front of episode name in season details ( #3086 )
2023-01-14 01:10:38 +00:00
Brandon Cohen
a343f8ad91
fix: prevent double encode if we are on /search endpoint ( #3238 )
2023-01-13 23:21:54 +00:00
Fallenbagel
7a69cb35f8
Merge pull request #296 from CheChu10/patch-2
...
Update Spanish translations
2023-01-14 00:01:31 +05:00
Ryan Cohen
c2a1a20a3b
fix: include new package calendar css in build ( #3235 )
2023-01-13 20:42:03 +09:00
Ryan Cohen
dd00e48f59
feat: discover overhaul (filters!) ( #3232 )
2023-01-13 16:54:35 +09:00
Danshil Kokil Mungur
b5157010c4
fix(request): approve request when retrying request ( #3234 )
...
chore(request): clarify comment
2023-01-12 16:34:53 +09:00
andrey
812fb2f087
Add Ukrainian language
2023-01-11 04:09:48 +02:00
renovate[bot]
7b6db50ae5
fix(deps): update dependency swr to v2 ( #3212 )
...
* fix(deps): update dependency swr to v2
* fix: correct type import for swr
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sct <ryan@sct.dev >
2023-01-09 16:28:15 +09:00
Ryan Cohen
3ba6df1a41
fix: correct checkbox position (again) for slider edits ( #3227 )
2023-01-09 15:15:26 +09:00
Ryan Cohen
2eebb7fd39
fix: restore border to ghost button and fix discover slider visibility toggle position ( #3226 )
2023-01-08 09:18:08 +09:00
Dimitri
c60667ba63
Readding file because Windows didn't want to.
2023-01-08 00:13:27 +01:00
Dimitri
7d6831483a
Are you ready for a miracle?
2023-01-08 00:10:48 +01:00
Dimitri
58c5c27929
Delete preview.jpg:Zone.Identifier
2023-01-07 23:33:21 +01:00
Fallenbagel
f5c7a4fa97
Merge pull request #295 from undone37/patch-1
...
Updated German Translations
2023-01-08 00:34:27 +05:00
Chechu
50e85c975a
Prettier fixed
2023-01-07 19:31:50 +01:00
Ryan Cohen
62e2de70bf
fix: correct spacing between sliders ( #3225 )
2023-01-08 00:35:08 +09:00
Ryan Cohen
0683f4f000
refactor: redesign discover customization buttons ( #3224 )
2023-01-08 00:12:31 +09:00
Chechu García
b1bd569335
Update es.json
...
Added some missing Spanish translations and fixed a spelling mistake.
Ordered by JSON Keys.
2023-01-07 09:15:28 +00:00
undone37
a49ea92692
style(i18n german translation): fixed Prettier formatting issue of German translation file
2023-01-06 20:02:56 +01:00
Ryan Cohen
d23b2132de
fix: improve small screen layout for discover editing ( #3221 )
2023-01-07 01:12:19 +09:00
Ryan Cohen
8bd10b5bf3
feat: discover inline customization ( #3220 )
2023-01-06 21:03:09 +09:00
undone37
08c9085f0d
Updated German Translations
...
Added missing German translations and fixed some spelling mistakes.
Changed some German translations to match informal address of user.
Unification of wordings like "Episoden" and "Folgen".
2023-01-06 11:10:13 +01:00
Weblate (bot)
0d8b390b67
feat(lang): translations update from Hosted Weblate ( #3030 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Spanish)
Currently translated at 84.8% (955 of 1125 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Joseph Valderrama Palacios <jvalderrama.es@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Romanian)
Currently translated at 23.3% (263 of 1125 strings)
feat(lang): translated using Weblate (Romanian)
Currently translated at 23.3% (263 of 1125 strings)
feat(lang): translated using Weblate (Romanian)
Currently translated at 21.6% (243 of 1125 strings)
feat(lang): translated using Weblate (Romanian)
Currently translated at 17.6% (199 of 1125 strings)
feat(lang): translated using Weblate (Romanian)
Currently translated at 10.9% (123 of 1125 strings)
Co-authored-by: DragoPrime <emperordrago@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergiu Pahontu <pahontusergiu@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ro/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1129 of 1129 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Russian)
Currently translated at 87.7% (987 of 1125 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 98.0% (1103 of 1125 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: ssantos <ssantos@web.de >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Danish)
Currently translated at 100.0% (1125 of 1125 strings)
Co-authored-by: Anders Ecklon <aecklon@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.7% (1126 of 1129 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1125 of 1125 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.5% (1120 of 1125 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1120 of 1120 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1120 of 1120 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1120 of 1120 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.8% (1118 of 1120 strings)
Co-authored-by: Eric <hamburger1024@mailbox.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: lkw123 <2020393267@qq.com >
Co-authored-by: lkw123 <lkw20010211@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Hungarian)
Currently translated at 96.7% (1083 of 1119 strings)
feat(lang): translated using Weblate (Hungarian)
Currently translated at 94.3% (1056 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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1129 of 1129 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1125 of 1125 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 99.9% (1124 of 1125 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1120 of 1120 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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Czech)
Currently translated at 100.0% (1119 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Smexhy <roman.bartik@icloud.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/cs/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1120 of 1120 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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 98.0% (1152 of 1175 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1129 of 1129 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Squizzy911 <tobias.mueller1210@gmail.com >
Co-authored-by: inkarnation <94744834+inkarnation@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1120 of 1120 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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1125 of 1125 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 95.0% (1069 of 1125 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 94.0% (1058 of 1125 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 93.8% (1050 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Micke Nilsson <mikni@proton.me >
Co-authored-by: Mikael Nilsson <mikni@proton.me >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hebrew)
Currently translated at 12.1% (137 of 1125 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Izik Avinoam <izik.avi@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/he/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1125 of 1125 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1120 of 1120 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Croatian)
Currently translated at 100.0% (1129 of 1129 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 100.0% (1125 of 1125 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 99.9% (1124 of 1125 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 100.0% (1120 of 1120 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 100.0% (1119 of 1119 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 98.3% (1100 of 1119 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 96.9% (1085 of 1119 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 96.0% (1075 of 1119 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 95.3% (1067 of 1119 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 95.3% (1067 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Milo Ivir <mail@milotype.de >
Co-authored-by: lpispek <lpispek@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hr/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Albanian)
Currently translated at 100.0% (1125 of 1125 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 99.5% (1120 of 1125 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 100.0% (1119 of 1119 strings)
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sq/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Joseph Valderrama Palacios <jvalderrama.es@gmail.com >
Co-authored-by: DragoPrime <emperordrago@gmail.com >
Co-authored-by: Sergiu Pahontu <pahontusergiu@gmail.com >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: ssantos <ssantos@web.de >
Co-authored-by: Anders Ecklon <aecklon@gmail.com >
Co-authored-by: Eric <hamburger1024@mailbox.org >
Co-authored-by: lkw123 <2020393267@qq.com >
Co-authored-by: lkw123 <lkw20010211@gmail.com >
Co-authored-by: Nandor Rusz <nandor.rusz@vodafone.de >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Smexhy <roman.bartik@icloud.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Squizzy911 <tobias.mueller1210@gmail.com >
Co-authored-by: inkarnation <94744834+inkarnation@users.noreply.github.com >
Co-authored-by: exentler <gurandsrud@gmail.com >
Co-authored-by: Micke Nilsson <mikni@proton.me >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Izik Avinoam <izik.avi@gmail.com >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Milo Ivir <mail@milotype.de >
Co-authored-by: lpispek <lpispek@gmail.com >
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
2023-01-05 13:57:43 +09:00
renovate[bot]
19b4dc424f
chore(deps): update all non-major dependencies ( #3195 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-05 13:35:13 +09:00
renovate[bot]
7fef48df63
chore(deps): update dependency lint-staged to v13 ( #2931 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-05 13:25:24 +09:00
allcontributors[bot]
8220ea55ae
docs: add ceptonit as a contributor for doc ( #3211 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-05 13:19:25 +09:00
ceptonit
4de4a1a52c
docs: removed 'available' from /request/{requestId}/{status} endpoint ( #3098 ) [skip ci]
2023-01-05 04:18:05 +00:00
Ryan Cohen
042a1a950f
fix: update StatusBadgeMini to shrink on title cards (and remove ring) ( #3210 )
2023-01-05 12:09:08 +09:00
renovate[bot]
421029ebab
fix(deps): update dependency axios to v1 ( #3202 )
...
* fix(deps): update dependency axios to v1
* fix: deal with possibly undefined headers from axios
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sct <ryan@sct.dev >
2023-01-05 11:05:46 +09:00
Ryan Cohen
4e9be7a3f7
fix: correct link to correct keyword results for series ( #3208 )
2023-01-05 10:30:05 +09:00
Fallenbagel
af4a3b4279
Merge remote-tracking branch 'notfakie/develop' into develop
2023-01-05 03:47:35 +05:00
Fallenbagel
5ce59cc2ee
Revert to develop version [skip ci]
2023-01-05 03:45:57 +05:00
Fallenbagel
ff2fa66002
Merge pull request #291 from Fallenbagel/main
...
Merge origin/main to develop
2023-01-05 03:38:47 +05:00
Fallenbagel
9388a1e61c
docs: fix CHANGELOG formatting issue
2023-01-05 02:51:45 +05:00
Fallenbagel
b44a1b4a99
Remove CHANGELOG from origin/develop [skip ci]
2023-01-05 02:46:59 +05:00
Fallenbagel
6f73dbc36a
Fix snap stable builds
2023-01-05 02:26:23 +05:00
Ryan Cohen
9d3446d370
fix: restore status badges on titles on actors page when hide available media enabled ( #3206 )
2023-01-04 17:29:48 +09:00
Ryan Cohen
2f680b4cec
refactor: update titlecard to use StatusBadgeMini ( #3205 )
2023-01-04 16:40:21 +09:00
Brandon Cohen
2179637d43
fix: series displayed an empty season with series list/request modal ( #3147 )
...
* fix: series would show an empty season on season list or tv request modal
* fix: request more would show even if all requestable seasons are already requested
* fix: will check if request or season length is longer
2023-01-04 05:48:21 +00:00
Ryan Cohen
e084649878
feat: add keywords to movie/series detail pages ( #3204 )
2023-01-04 14:19:51 +09:00
renovate[bot]
edf5010659
chore(deps): update dependency cypress to v12 ( #3197 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-04 10:43:02 +09:00
Ryan Cohen
93afead92e
fix: convert genre/studio to string in create slider ( #3201 )
...
* fix: convert genre/studio to string in create slider
* fix: fix typo in variable name for i18n message
2023-01-04 10:42:30 +09:00
renovate[bot]
dd48d59b20
fix(deps): update dependency @heroicons/react to v2 ( #2970 )
...
* fix(deps): update dependency @heroicons/react to v2
* fix: update imports and fix icon name changes for heroicons
* fix: also update MiniStatusBadge to use new check icon
* fix: update last place with old import
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sct <ryan@sct.dev >
2023-01-04 01:06:02 +00:00
renovate[bot]
c4b16abc62
fix(deps): pin dependency @headlessui/react to 1.7.7 ( #3194 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-03 22:08:29 +09:00
renovate[bot]
1a95d423f2
chore(deps): update all non-major dependencies ( #2926 )
...
* chore(deps): update all non-major dependencies
* fix: correct breaking changes
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sct <ryan@sct.dev >
2023-01-03 22:06:07 +09:00
Ryan Cohen
cd3574851a
feat: add discover customization ( #3182 )
2023-01-03 16:04:28 +09:00
semantic-release-bot
299f65c597
chore(release): 1.3.0
2023-01-02 00:14:11 +00:00
Fallenbagel
6021d1e336
Merge pull request #285 from Fallenbagel/prepare-for-next-version
...
Merge origin/develop to prepare for next release
2023-01-02 05:11:37 +05:00
Fallenbagel
3ce1ef350e
docs: merge CHANGELOG.md of develop with main to fix format issue
2023-01-02 05:01:13 +05:00
Fallenbagel
06c91744f3
Merge branch 'develop'
2023-01-02 04:44:05 +05:00
Ryan Cohen
f14d9407d8
chore: update to use github codeql ( #3191 ) [skip ci]
2022-12-30 11:38:08 +09:00
Brandon Cohen
68223f4b1e
fix: add bg-opacity to in-progress status badges ( #3190 )
2022-12-30 11:36:47 +09:00
Ryan Cohen
76335ec8d3
refactor: update mini status icons on titlecard to match badge colors ( #3188 )
2022-12-29 23:10:23 +09:00
notfakie
2714cbcefd
Merge remote-tracking branch 'overseerr/develop' into develop
2022-12-29 13:37:07 +13:00
Brandon Cohen
3309f77aa4
fix: added download status and title to request card/item error components ( #3186 )
2022-12-28 05:57:11 +00:00
Brandon Cohen
6face8cc45
fix: tooltip shows properly if not in progress ( #3185 )
2022-12-27 15:17:32 +00:00
Brandon Cohen
27feeea691
fix: changed overflow scroll to only if necessary ( #3184 )
2022-12-27 13:54:17 +09:00
Brandon Cohen
03853a1b91
feat(ui): request card progress bar ( #3123 )
2022-12-27 02:13:57 +00:00
Ryan Cohen
357cab87ac
fix(experimental): use new RT API (sorta) ( #3179 )
2022-12-26 16:42:08 +09:00
Fallenbagel
d18e3d185f
Merge pull request #277 from Fallenbagel/updatereadme
...
docs: update current features and add emphasis on the pre-requisites
2022-12-17 17:40:31 +05:00
Fallenbagel
e222463a63
docs: update current features and add emphasis on the pre-requisites [skip ci]
2022-12-17 06:02:06 +05:00
Fallenbagel
03b9bda287
Merge pull request #276 from Fallenbagel/fix-issue-#254
...
fix(ui): adds mediaServerName to statusBadge and manageSlideOver
2022-12-17 05:38:21 +05:00
Fallenbagel
7e20c7cb78
fix(locale): fix the duplicated wording in the Clear Media Warning message
...
Fixes the duplicated wording in the clear media warning message of manageSlideOver that was
introduced in previous commit
2022-12-17 05:10:11 +05:00
Fallenbagel
d0cdce9e90
fix(ui): adds mediaServerName to statusBadge and manageSlideOver
...
Adds mediaServerName to statusBadge and manageSlideOver to indicate the type of mediaServer that is
connected to jellyseerr
fix #254
2022-12-17 05:02:47 +05:00
Fallenbagel
113b09bf2b
Merge pull request #275 from Fallenbagel/support-mixed-libraries
...
feat(api): adds support for Mixed Libraries
2022-12-17 04:27:46 +05:00
Fallenbagel
b16f192b92
Merge pull request #274 from Fallenbagel/pr269
...
Merge upstream "origin/develop"
2022-12-16 22:26:21 +05:00
Fallenbagel
d9ca3c6e52
fix(api): ignore Music,Books,Photos,MusicVideo libraries
...
Ignores libraries other than tvshows,movies,others
2022-12-16 20:19:03 +05:00
Fallenbagel
ba82ecec5c
feat(api): adds support for Mixed Libraries
...
Adds support for mixed libraries with movies and show types
fix #95
2022-12-16 16:23:32 +05:00
Fallenbagel
c052a2455c
Merge remote-tracking branch 'origin/develop' into pr269
2022-12-16 13:01:07 +05:00
Fallenbagel
2d99a8b03c
fix character length of summary for snaps
2022-12-16 12:34:59 +05:00
Fallenbagel
7434c0cf2f
fix formatting snapcraft
2022-12-16 12:22:22 +05:00
notfakie
afcb096f49
Merge remote-tracking branch 'overseerr/develop' into develop
2022-12-16 19:58:33 +13:00
Fallenbagel
9dc11cedbf
Merge pull request #272 from Fallenbagel/prepare-snap-builds [skip ci]
...
Prepare snap builds [skip ci]
2022-12-16 03:01:31 +05:00
Fallenbagel
22aab783d4
Prepare snap builds [skip ci]
2022-12-16 02:41:05 +05:00
Fallenbagel
a2babb83ad
Merge pull request #263 from darmiel/fix/combined-episodes
...
fix: count combined episodes
2022-12-06 17:35:02 +05:00
allcontributors[bot]
76a7ceb758
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>
2022-12-06 12:49:19 +04:00
soup
9688acaa87
chore(docs): fix typo in fail2ban article ( #3139 ) [skip ci]
2022-12-06 12:35:09 +04:00
darmiel
64339e5f03
fix: count combined episodes
...
Jellyfin allows combined episodes, like `S01E01-E02`,
but seasons containing such episodes are only recognized
as `Partially Available`. This commit should fix that.
2022-12-04 00:36:01 +01:00
Fallenbagel
1ceea3dcca
Merge pull request #262 from Fallenbagel/change-cypress-projectid
...
test(cypress): change cypress projectId
2022-12-03 17:10:42 +05:00
Fallenbagel
e3c3283603
test(cypress): change cypress projectId
...
Change cypress projectId to jellyseerr's project id
2022-12-03 17:07:36 +05:00
Fallenbagel
4ac02d3aac
docs(readme): fixed the formatting of README.md
...
Fixed the formatting of README.md that was causing issues with the formatting check workflow
2022-12-03 16:15:14 +05:00
Fallenbagel
8eacfe045f
Add information about unsupported types
...
Added information about unsupported libraries and automatic grouping
2022-11-24 06:06:35 +05:00
Ryan Cohen
15e246929b
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
2022-11-20 19:07:32 +09:00
Fallenbagel
c1424634fb
fix the git clone url
2022-11-02 03:31:47 +05:00
Brandon Cohen
07ec3efbca
fix: improved PTR scrolling performance ( #3095 )
2022-11-01 14:24:10 +09:00
Fallenbagel
9b07b10901
style(readme): fix formatting of README.md
2022-10-26 08:43:08 +05:00
Fallenbagel
b1e9cdbea2
add in minimum version needed for nodejs
2022-10-25 03:53:50 +05:00
Fallenbagel
9aee630392
update instructions to include steps for stable version
2022-10-25 03:47:08 +05:00
Fallenbagel
6b50f77624
update windows instructions
...
Replaced `yarn` with `npm` in the installation of `win-node-env`
2022-10-25 03:45:07 +05:00
Fallenbagel
16f1c286c4
Add detailed native installation instructions
2022-10-25 03:42:46 +05:00
TheCatLady
64aab6dd82
feat(lang): add Croatian display language ( #3041 )
2022-10-19 00:40:03 +00:00
allcontributors[bot]
144bb84bdc
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>
2022-10-19 09:29:07 +09:00
Mackenzie
76260f9b22
build: update semantic-release to use proper arg for git sha ( #3075 )
2022-10-18 23:18:48 +00:00
Ryan Cohen
500cd1f872
feat: custom image proxy ( #3056 )
2022-10-18 14:40:24 +09:00
semantic-release-bot
9252817b58
chore(release): 1.2.1
2022-10-18 02:24:18 +00:00
Fallenbagel
a66925067d
Merge pull request #242 from Fallenbagel/develop
...
Merge origin/develop
2022-10-18 07:21:19 +05:00
Fallenbagel
d037d178aa
Merge pull request #240 from sambartik/revert-230-fix-jellyfin-emby-links
...
Fix jellyfin external url basepath being ignored
2022-10-16 04:24:25 +05:00
Fallenbagel
ab09664d41
fix(backend): fix jellyfinHost to not be undefined
...
Fix jellyfinHost so its not being treated as null or undefined
fix #237
2022-10-16 03:50:22 +05:00
Brandon Cohen
bfe56c3470
fix: added deep links to issues and status badges ( #3065 )
2022-10-15 05:39:33 +00:00
TheCatLady
1dfa9431a9
fix: update API docs to allow 'all' seasons value ( #3073 )
2022-10-15 08:31:50 +09:00
Samuel Bartík
0faae20bac
Fix jellyfin external url basepath being ignored
2022-10-13 23:24:09 +02:00
Samuel Bartík
5b10da4073
Revert "fix(backend): fixes Jellyfin/Emby links if server is initially setup with a trailing /"
2022-10-13 23:08:20 +02:00
semantic-release-bot
6049edffca
chore(release): 1.2.0
2022-10-12 13:34:54 +00:00
Fallenbagel
f27200c8c1
Merge pull request #235 from Fallenbagel/prepare-for-next-version
...
Merge origin/develop
2022-10-12 18:27:14 +05:00
Fallenbagel
613ebb95d2
Merge origin/develop
2022-10-12 00:15:50 +05:00
Fallenbagel
15c79e03a5
Merge pull request #234 from Fallenbagel/merge-upstream
...
Merge upstream develop
2022-10-12 00:07:57 +05:00
Fallenbagel
ed95b0af25
Merge upstream develop
2022-10-11 23:13:31 +05:00
Danshil Kokil Mungur
f5c2fc1c20
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
2022-10-04 12:03:24 +09:00
Fallenbagel
3ba69f9a74
Merge pull request #230 from Fallenbagel/fix-jellyfin-emby-links
...
fix(backend): fixes Jellyfin/Emby links if server is initially setup with a trailing /
2022-09-29 08:34:26 +05:00
dd060606
bcd2bb7c96
fix: lint issues
2022-09-28 15:55:56 +02:00
Fallenbagel
66357019f0
fix(backend): fixes Jellyfin/Emby links if server is initially setup with a trailing /
...
Fixes #168 and #220
2022-09-26 10:17:18 +05:00
Brandon Cohen
21d20fdfd6
fix: sidebar close button placement when using PWA ( #3045 )
2022-09-23 17:54:17 +09:00
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';
```
2022-09-22 18:16:08 +00:00
Ryan Cohen
430b1ab871
fix: remove backdrop-blur class from warning buttons ( #3037 )
2022-09-20 18:18:25 +09:00
Danshil Kokil Mungur
7404d68143
fix(ui): hide null dates in episodes list ( #3035 )
2022-09-19 16:11:16 +00:00
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 >
2022-09-18 21:07:58 -07:00
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
2022-09-17 14:52:51 +09:00
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.
2022-09-16 21:27:45 +00:00
Ryan Cohen
d8da5cbe9d
fix(plex): add container-size header to recently added api call ( #3023 )
2022-09-16 02:01:29 +00:00
dd060606
5a72f5f86e
Merge branch 'develop' into features/deleteMediaFile
2022-09-14 14:58:37 +02:00
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 >
2022-09-13 23:27:24 +00:00
Brandon Cohen
e486623310
fix: compatibility issue with safari ( #3019 )
2022-09-14 08:16:55 +09:00
Fallenbagel
e0f9a6e12f
Merge pull request #219 from notfakie/develop
...
Remove failing ci job & update with upstream & fix play on button
2022-09-13 02:31:42 +05:00
notfakie
05139717d1
Merge remote-tracking branch 'overseerr/develop' into develop
2022-09-12 19:19:57 +12:00
renovate[bot]
f20ba3fc2e
fix(deps): pin dependency cronstrue to 2.11.0 ( #3018 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-12 13:11:21 +09:00
Danshil Kokil Mungur
30141f76e0
feat(logs): add search filter ( #2505 )
...
* feat(logs): add search filter
* refactor(logs): move loading spinner inside log viewer
Inputting text in the search bar on the logs page would refresh the page
losing focus on the search bar.
This moves the loading spinner inside the log viewer, so that it is not
as disruptive as it would
* fix(logs): escape string for search filter
* chore: rebase
* fix(logs): suggested changes
2022-09-12 02:21:16 +00:00
Brandon Cohen
87825a0e05
feat: pull down to refresh ( #2908 )
...
* feat: pull down to refresh functionality
Custom pull down to refresh added to replace the default browser pull down to refresh. This will
allow you to manually reload the page if you are using it as a PWA.
* test: update test to check api call correctly
changed api call for test and made sure it pulls down all the way to trigger refresh
* fix: changed positioning of pull to refresh
Refresh indicator now has absolute positioning and will prevent the top edge from pulling down.
2022-09-12 02:07:37 +00:00
Danshil Kokil Mungur
99fc9a2da0
feat(jobs): show current job frequency in edit modal ( #3008 )
...
* fix(jobs): reset job schedule edit modal values when closed
* feat(jobs): show job's current frequency
* fix(jobs): reset job schedule edit modal values when cancelled
* chore: rebase
* refactor(jobs): use reducer instead of several react states
* fix(jobs): reset modal state when opening instead of closing the modal
This prevents the modal state from glitching when saving/closing the modal
* feat(jobs): parse job schedule cron string
unavailable locale will fallback to english
2022-09-12 01:14:27 +00:00
notfakie
6dbb99e0b6
fix: only request Tautulli watch data for Plex media servers (to avoid error messages in logs)
2022-09-11 13:47:37 +12:00
notfakie
3b0c0915fb
fix: fix play on Jellyfin/Emby button after previous merge
2022-09-11 13:32:13 +12:00
notfakie
5f7e7eef11
fix: remove failing ci job that builds a test copy to a private repo
2022-09-11 13:01:29 +12:00
notfakie
2dd3925e92
Merge remote-tracking branch 'overseerr/develop' into develop
2022-09-11 13:01:09 +12:00
Weblate (bot)
611ceeb5f4
feat(lang): translations update from Hosted Weblate ( #3006 )
...
* feat(lang): translated using Weblate (Albanian)
Currently translated at 95.0% (1063 of 1118 strings)
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sq/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Czech)
Currently translated at 100.0% (1118 of 1118 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 94.3% (1055 of 1118 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 94.3% (1055 of 1118 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 88.5% (990 of 1118 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Pollyi <weblate.ntxx4@simplelogin.co >
Co-authored-by: Smexhy <smexhy@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/cs/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 92.1% (1030 of 1118 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Stevie Robinson <stevie.robinson@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1118 of 1118 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 (Croatian)
Currently translated at 4.7% (53 of 1118 strings)
feat(lang): added translation using Weblate (Croatian)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: lpispek <lpispek@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hr/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
Co-authored-by: Pollyi <weblate.ntxx4@simplelogin.co >
Co-authored-by: Smexhy <smexhy@gmail.com >
Co-authored-by: Stevie Robinson <stevie.robinson@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: lpispek <lpispek@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
2022-09-10 14:59:40 -07:00
Fallenbagel
0636ff83a2
Merge pull request #218 from sambartik/merge-english-translations
...
refactor(en.json): merge translation keys from upstream overseerr
2022-09-08 20:08:39 +05:00
Samuel Bartík
aa005149be
refactor(en.json): merge translation keys from upstream overseerr
...
Also fixes a cypress job error
2022-09-08 16:56:31 +02:00
Fallenbagel
13130188fc
Merge pull request #217 from sambartik/fix-dependencies
...
fix(deps): do not list email-validator as a devDependency
2022-09-07 21:49:16 +05:00
Samuel Bartík
8724058aa5
fix(import statement): import statement
2022-09-07 18:05:59 +02:00
Samuel Bartík
94513425be
style: fix formatting
2022-09-07 16:30:45 +02:00
Samuel Bartík
323086db09
refactor: automatic eslint fix
2022-09-07 15:45:08 +02:00
Samuel Bartík
9518cb3635
fix(deps): do not list email-validator as a devDependency
...
Because it was listed as a devDependency it got removed during a container build process causing module not found error.
2022-09-07 15:14:04 +02:00
Fallenbagel
b66f12a0e1
Merge pull request #216 from notfakie/develop
...
Merge remote-tracking branch 'overseerr/develop' into 'jellyseerr/develop'
2022-09-07 12:14:27 +05:00
notfakie
e9eba96f5a
Merge remote-tracking branch 'overseerr/develop' into develop
2022-09-07 18:24:01 +12:00
Ryan Cohen
14280c5437
fix: scroll restoration ( #3005 )
2022-09-06 13:27:13 +09:00
Weblate (bot)
867286996b
feat(lang): translations update from Hosted Weblate ( #2999 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Serbian)
Currently translated at 54.8% (613 of 1118 strings)
feat(lang): translated using Weblate (Serbian)
Currently translated at 54.8% (613 of 1118 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: lpispek <lpispek@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1118 of 1118 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1118 of 1118 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 92.3% (1033 of 1118 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Eric <hamburger1024@firemail.cc >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1118 of 1118 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (1116 of 1118 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (1117 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1118 of 1118 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: lpispek <lpispek@gmail.com >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Eric <hamburger1024@firemail.cc >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-09-03 10:27:16 -07:00
TheCatLady
03d5e56678
fix(ui): hide 'Recently Added' & 'Recent Requests' sliders when empty ( #2190 )
...
* fix(ui): hide 'Recently Added' & 'Recent Requests' sliders when empty
* fix(ui): hide 'errored' sliders too
* fix: type import
* fix: remove unneeded React import
* fix: missing TmdbTitleCard props
* refactor: remove isEmpty param for never-empty sliders
* fix: display empty watchlist message if autorequest enabled
* fix: pr suggestion
* fix(lang): remove no-longer-needed string
2022-08-30 23:51:55 +00:00
TheCatLady
410ad0d4b4
fix: failure to load SearchByNameModal ( #3000 )
2022-08-31 08:29:41 +09:00
TheCatLady
23f93e311d
fix: do not display 'Request More' button if no requestable seasons ( #2998 )
2022-08-30 19:14:03 +09:00
Weblate (bot)
2950cf4438
feat(lang): translations update from Hosted Weblate ( #2971 )
...
* feat(lang): translated using Weblate (Greek)
Currently translated at 68.6% (768 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/el/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 58.3% (653 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Serbian)
Currently translated at 54.4% (609 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Albanian)
Currently translated at 92.0% (1030 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sq/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 99.1% (1110 of 1119 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.1% (1110 of 1119 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.1% (1110 of 1119 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.1% (1110 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1115 of 1115 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 85.7% (959 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 99.2% (1111 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1115 of 1115 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 92.8% (1035 of 1115 strings)
Co-authored-by: Cleiton Carvalho <cleitonsilvacarvalho@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Czech)
Currently translated at 87.9% (984 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/cs/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 94.7% (1060 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Polish)
Currently translated at 95.5% (1065 of 1115 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 92.7% (1038 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 86.9% (973 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Arabic)
Currently translated at 91.9% (1029 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ar/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 72.0% (806 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 91.5% (1025 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 92.4% (1034 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 93.1% (1039 of 1115 strings)
Co-authored-by: Eric <alchemillatruth@purelymail.com >
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hungarian)
Currently translated at 87.9% (984 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 92.1% (1031 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 98.8% (1106 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.6% (1111 of 1115 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 96.0% (1071 of 1115 strings)
Co-authored-by: Cleiton Carvalho <cleitonsilvacarvalho@gmail.com >
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 92.9% (1040 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Italian)
Currently translated at 96.2% (1044 of 1085 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (1117 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (1113 of 1115 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.0% (1104 of 1115 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (1086 of 1088 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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 95.3% (1067 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 99.9% (1118 of 1119 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 95.8% (1073 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 96.5% (1076 of 1115 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Lithuanian)
Currently translated at 47.9% (537 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/lt/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Cleiton Carvalho <cleitonsilvacarvalho@gmail.com >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-08-29 16:54:33 -07:00
TheCatLady
dbdecb1e0a
fix(frontend): only allow 'request as' users w/ request perms ( #2991 )
2022-08-29 10:33:17 +00:00
renovate[bot]
833f52de56
fix(deps): pin dependency @headlessui/react to v0.0.0-insiders.b301f04 ( #2993 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-29 19:22:24 +09:00
Ryan Cohen
889caaa733
refactor: modal redesign and fix for transitions ( #2987 )
2022-08-29 14:56:04 +09:00
Brandon Cohen
4d56320870
fix: settings log modal when closing ( #2985 )
2022-08-26 21:38:13 +09:00
Ryan Cohen
1a0053221b
fix: clicking outside modal closes modal again ( #2984 )
2022-08-25 13:28:44 +09:00
Brandon Cohen
b925857dfa
fix: username will not show undefined on cancel or delete ( #2982 )
2022-08-25 01:45:05 +00:00
Ryan Cohen
c4aa08f5f0
fix: correct spacing on season header badges ( #2983 )
2022-08-25 10:14:16 +09:00
TheCatLady
5d73bc2238
fix: check perms to view watchlist slider on user profile ( #2980 )
2022-08-25 02:43:25 +04:00
Brandon Cohen
095048d94a
fix: issues and login page still had incorrect animations ( #2979 )
...
Issues dropdown and the login page transition including the language picker were set as fragments
2022-08-24 13:10:57 -07:00
Brandon Cohen
98028bf2f4
fix: transition animation ( #2974 )
...
switched to using headlessui transition instead of react-css-transition due to new version breaking the
animation
2022-08-24 10:18:09 -07:00
renovate[bot]
baf1ea95a3
fix(deps): pin dependency @formatjs/intl-utils to 3.8.4 ( #2975 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-24 21:47:39 +09:00
Ryan Cohen
23409e6f2f
fix: correct safe margin for slideover ( #2977 )
2022-08-24 20:57:30 +09:00
TheCatLady
dd28200040
fix: watch data not required to show Tautulli button ( #2976 )
2022-08-24 15:26:25 +09:00
Ryan Cohen
22360f3b87
refactor: slideover redesign ( #2973 )
2022-08-24 15:00:04 +09:00
TheCatLady
815d709bcf
feat(frontend): a few more tooltips ( #2972 )
...
* feat(frontend): a few more tooltips
* feat: add tooltips to status badges
2022-08-24 13:59:26 +09:00
Ryan Cohen
8a2acb7f2b
feat: season/episode list on series details ( #2967 )
2022-08-24 04:09:10 +00:00
Ryan Cohen
67f3a3829e
feat: improved user dropdown ( #2969 )
2022-08-24 01:49:25 +00:00
renovate[bot]
f5e5016ca5
chore(deps): update github actions (major) ( #2947 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2022-08-23 18:32:49 -04:00
Ryan Cohen
6e60a275c7
fix: use fallbackData to prepare user data during SSR ( #2968 )
2022-08-23 17:36:02 +09:00
Ryan Cohen
3b2633812b
fix: use image.tmdb.org for setup/login backdrop images ( #2966 )
2022-08-23 14:25:20 +09:00
Ryan Cohen
507227aa49
feat: restore option to cache and optimize images locally ( #2964 )
2022-08-23 01:46:52 +09:00
Weblate (bot)
29ab178fb0
feat(lang): translations update from Hosted Weblate ( #2958 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 99.4% (1067 of 1073 strings)
feat(lang): translated using Weblate (French)
Currently translated at 97.1% (1040 of 1071 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.2% (1063 of 1071 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (1083 of 1085 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.6% (1081 of 1085 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1073 of 1073 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.4% (1067 of 1073 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.5% (1066 of 1071 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 (German)
Currently translated at 100.0% (1073 of 1073 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1073 of 1073 strings)
feat(lang): translated using Weblate (German)
Currently translated at 99.6% (1067 of 1071 strings)
Co-authored-by: Ben <ben.david.wallner@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Ben <ben.david.wallner@gmail.com >
2022-08-22 08:17:31 -07:00
TheCatLady
f5e6b620c1
fix(lang): manage movie -> manage series ( #2963 )
2022-08-22 06:05:10 +00:00
TheCatLady
0839718806
feat: view other users' watchlists ( #2959 )
...
* feat: view other users' watchlists
* test: add cypress tests
* feat(lang): translation keys
* refactor: yarn format
* fix: manage requests perm is parent of view watchlist perm
2022-08-22 05:50:27 +00:00
TheCatLady
950b1712b7
feat(frontend): add more tooltips ( #2961 )
...
* feat(frontend): add more tooltips
* fix: remove styling from Tooltip
* refactor: tooltip expects a single child
2022-08-22 14:37:22 +09:00
renovate[bot]
43a9067976
chore(deps): pin dependencies ( #2962 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-22 13:36:51 +09:00
Ryan Cohen
c6a133d4e5
refactor: absolute imports with path alias ( #2960 ) [skip ci]
2022-08-22 11:02:46 +09:00
Ryan Cohen
4b855b8114
style: fix organize-imports to work with tailwindcss prettier plugin ( #2957 ) [skip ci]
2022-08-21 10:40:12 +00:00
TheCatLady
6c0fd40877
feat(notif): auto-request notif type ( #2956 )
2022-08-21 10:26:19 +00:00
Ryan Cohen
301f2bf7ab
feat: plex watchlist sync integration ( #2885 )
2022-08-21 16:33:49 +09:00
allcontributors[bot]
7943e0c339
docs: add miknii as a contributor for translation ( #2955 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-08-21 01:25:12 +00:00
allcontributors[bot]
6ce0aa5b10
docs: add byakurau as a contributor for translation ( #2954 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-08-21 01:14:50 +00:00
Weblate (bot)
a0301e2d83
feat(lang): translations update from Hosted Weblate ( #2915 )
...
* feat(lang): translated using Weblate (Greek)
Currently translated at 74.1% (775 of 1045 strings)
feat(lang): translated using Weblate (Greek)
Currently translated at 74.0% (774 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/el/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 62.9% (658 of 1045 strings)
feat(lang): translated using Weblate (Japanese)
Currently translated at 62.9% (658 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Albanian)
Currently translated at 99.2% (1037 of 1045 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 99.1% (1036 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sq/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 99.2% (1037 of 1045 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.1% (1036 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 92.4% (966 of 1045 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 92.3% (965 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 99.3% (1038 of 1045 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 99.2% (1037 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Czech)
Currently translated at 94.6% (989 of 1045 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 94.5% (988 of 1045 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/cs/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1048 of 1048 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1045 of 1045 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 99.2% (1037 of 1045 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 99.1% (1036 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1045 of 1045 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 99.9% (1044 of 1045 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 99.2% (1037 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mikael Nilsson <mikni@proton.me >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 93.7% (980 of 1045 strings)
feat(lang): translated using Weblate (Russian)
Currently translated at 93.6% (979 of 1045 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/ru/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 77.7% (813 of 1045 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 77.7% (812 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 98.7% (1032 of 1045 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 98.6% (1031 of 1045 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/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 98.2% (1039 of 1058 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 98.1% (1038 of 1058 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.3% (1038 of 1045 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.3% (1038 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Eric <alchemillatruth@purelymail.com >
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hungarian)
Currently translated at 94.8% (991 of 1045 strings)
feat(lang): translated using Weblate (Hungarian)
Currently translated at 94.7% (990 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 99.3% (1038 of 1045 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 99.2% (1037 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1058 of 1058 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1058 of 1058 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1050 of 1050 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.9% (1047 of 1048 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1045 of 1045 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 99.3% (1038 of 1045 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 99.2% (1037 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1058 of 1058 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1058 of 1058 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1050 of 1050 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1048 of 1048 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1045 of 1045 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 (German)
Currently translated at 99.1% (1036 of 1045 strings)
feat(lang): translated using Weblate (German)
Currently translated at 99.0% (1035 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 98.9% (1047 of 1058 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 97.9% (1036 of 1058 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 99.3% (1038 of 1045 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 99.2% (1037 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Mikael Nilsson <mikni@proton.me >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-08-20 16:47:15 -04:00
TheCatLady
9021696cf0
fix(lang): correct capitalization of 'TMDB' ( #2953 )
2022-08-20 12:23:16 +09:00
TheCatLady
9bc1f89777
fix(frontend): better request/media cards for items without valid TMDb IDs ( #2181 )
2022-08-20 11:21:53 +09:00
TheCatLady
a12697b061
feat(perms): add new permission for viewing recently added media ( #2129 )
...
* feat(perms): add new permission for viewing recently added media
* test: update login test to check for Trending instead of Recently Added
* fix: avoid conflict with new watchlist perms
2022-08-19 20:32:24 +00:00
renovate[bot]
5247f14968
fix(deps): pin dependency react-popper-tooltip to 4.4.2 ( #2952 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-19 21:19:14 +09:00
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
Brandon Cohen
36d17fed6e
feat: user delete modal shows username and requires confirmation ( #2779 )
...
The delete user modal will now show the user that is being deleted and the delete button will now
ask you to confirm deletion similar to the delete request button.
2022-08-19 10:21:29 +00:00
TheCatLady
ac34328074
ci: don't lint/test in snap publish workflow ( #2948 ) [skip ci]
2022-08-19 14:38:11 +09:00
Danshil Kokil Mungur
91e0928aa0
feat(ui): revalidate requests slider on discover page ( #2818 )
2022-08-18 17:07:23 +00:00
renovate[bot]
f836cadd23
chore(deps): update node.js to v16.17 ( #2941 )
...
* chore(deps): update node.js to v16.17
* chore(deps): also bump node.js in snapcraft.yaml
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2022-08-18 20:44:18 +09:00
Ryan Cohen
f4910a1483
build(snap): re-enable snap workflow ( #2945 )
...
* build(snap): try re-enabling snap workflow
* build: try adding a safe directory exception?
* build(snap): disable cypress binary install
* build(snap): add yarnrc to force frozen lockfile and timeout arguments
* build(snap): add back in release snap workflow
* build(snap): revert back to only running on dev branch
2022-08-18 19:16:24 +09:00
renovate[bot]
103c4ca49c
fix(deps): pin dependencies ( #2946 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-18 18:38:52 +09:00
TheCatLady
c143c0b8d2
fix: better ordering of RequestButton options & properly handle failed requests ( #2944 )
...
* fix: better ordering of RequestButton options & properly handle failed requests
* fix: appease prettier
2022-08-18 08:30:40 +00:00
Ryan Cohen
e5d8c93ab8
chore(deps): update react to 18 ( #2943 )
2022-08-18 17:05:58 +09:00
Ryan Cohen
72d7a3477f
chore(deps): update dependencies ( #2942 )
2022-08-18 13:49:07 +09:00
TheCatLady
808fabba9a
chore(deps): update renovate config to group node container deps ( #2939 ) [skip ci]
2022-08-18 11:54:08 +09:00
Ryan Cohen
7a5fab35ff
build(snap): add architectures to snapcraft.yaml ( #2938 ) [skip ci]
2022-08-18 10:57:40 +09:00
renovate[bot]
17ac5069e5
chore(deps): update github-actions ( #2933 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-17 15:04:19 -04:00
renovate[bot]
cfab63c0ca
chore(deps): pin dependencies ( #2925 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-17 11:52:16 +00:00
Danshil Kokil Mungur
0fa84eae8d
build(deps): bump dependencies ( #2796 )
2022-08-17 20:43:35 +09:00
renovate[bot]
821bb79d83
chore(deps): configure renovate [skip ci]
...
* chore(deps): add renovate.json
* chore(deps): update renovate.json to add grouping
* chore(deps): update renovate.json to disable major docker updates
* chore(deps): remove dependabot config
* chore(deps): bundle github-action updates
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sct <ryan@sct.dev >
Co-authored-by: Ryan Cohen <r-cohen@mercari.com >
2022-08-17 18:04:16 +09:00
TheCatLady
233035dbd7
build(docker): downgrade to node 16.16 ( #2921 )
2022-08-17 13:10:11 +09:00
TheCatLady
114943ae2c
build(docker): skip cypress install & bump node version ( #2920 )
2022-08-17 12:46:03 +09:00
TheCatLady
a6f7b19693
chore(vscode): remove deprecated npm extension from recommendations ( #2919 ) [skip ci]
2022-08-17 09:16:47 +09:00
TheCatLady
3db3044210
feat(lang): add Arabic and Lithuanian display languages ( #2916 )
2022-08-17 09:15:30 +09:00
allcontributors[bot]
1fcfe93b58
docs: add PovilasID as a contributor for translation ( #2918 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-08-16 22:12:47 +00:00
allcontributors[bot]
6cb456cb69
docs: add Fhd-pro as a contributor for translation ( #2917 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-08-16 22:06:08 +00:00
Weblate (bot)
e939dc678e
feat(lang): translations update from Hosted Weblate ( #2659 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Japanese)
Currently translated at 63.2% (660 of 1043 strings)
feat(lang): translated using Weblate (Japanese)
Currently translated at 62.4% (651 of 1043 strings)
feat(lang): translated using Weblate (Japanese)
Currently translated at 61.7% (644 of 1043 strings)
feat(lang): translated using Weblate (Japanese)
Currently translated at 50.3% (525 of 1043 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: T'ai <chivalrousjosh@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Serbian)
Currently translated at 58.8% (614 of 1043 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Milan Smudja <smudja@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Albanian)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sq/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Rémi Guerrero <remidu34070@hotmail.fr >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Romanian)
Currently translated at 3.6% (38 of 1042 strings)
feat(lang): translated using Weblate (Romanian)
Currently translated at 0.8% (9 of 1042 strings)
feat(lang): added translation using Weblate (Romanian)
Co-authored-by: Constantin <bimasakti.ro@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ro/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1043 of 1043 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1043 of 1043 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Maite Guix <maite.guix@gmail.com >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Czech)
Currently translated at 95.3% (994 of 1043 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 91.4% (954 of 1043 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 91.4% (954 of 1043 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 91.3% (953 of 1043 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 91.3% (953 of 1043 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 50.3% (525 of 1043 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Pollyi <weblate.ntxx4@simplelogin.co >
Co-authored-by: Smexhy <smexhy@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/cs/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Danish)
Currently translated at 99.5% (1037 of 1042 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 97.6% (1018 of 1042 strings)
Co-authored-by: Daniel Maslygan <danielmaslygan@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1043 of 1043 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Luna Jernberg <droidbittin@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1043 of 1043 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1043 of 1043 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Miniers <m@lk.mk >
Co-authored-by: yzqzss <yzqzss@othing.xyz >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Arabic)
Currently translated at 100.0% (1043 of 1043 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 100.0% (1043 of 1043 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 75.6% (788 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 62.7% (654 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 54.6% (569 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 52.9% (552 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 49.6% (517 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 47.0% (490 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 42.5% (443 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 38.1% (398 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 36.8% (384 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 32.7% (341 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 0.1% (1 of 1042 strings)
feat(lang): added translation using Weblate (Arabic)
Co-authored-by: Fhd-pro <juve.11@msn.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ar/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Hungarian)
Currently translated at 95.3% (995 of 1043 strings)
feat(lang): translated using Weblate (Hungarian)
Currently translated at 88.3% (921 of 1043 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sir Hóksalot <haaax2000@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1043 of 1043 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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.6% (1041 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1043 of 1043 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1043 of 1043 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (1043 of 1043 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1045 of 1045 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (1044 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1043 of 1043 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (German)
Currently translated at 99.8% (1041 of 1043 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Samuel Nitzsche <samuel.nitzsche+github@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1043 of 1043 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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Lithuanian)
Currently translated at 52.2% (545 of 1043 strings)
feat(lang): translated using Weblate (Lithuanian)
Currently translated at 43.8% (457 of 1043 strings)
feat(lang): translated using Weblate (Lithuanian)
Currently translated at 31.8% (332 of 1043 strings)
feat(lang): translated using Weblate (Lithuanian)
Currently translated at 28.2% (295 of 1043 strings)
feat(lang): translated using Weblate (Lithuanian)
Currently translated at 25.7% (269 of 1043 strings)
feat(lang): added translation using Weblate (Lithuanian)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: PovilasID <povilas.sidaravicius@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/lt/
Translation: Overseerr/Overseerr Frontend
* feat(lang): added translation using Weblate (Hindi)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: sct <sctsnipe@gmail.com >
* feat(lang): translated using Weblate (Hebrew)
Currently translated at 0.2% (3 of 1043 strings)
feat(lang): translated using Weblate (Hebrew)
Currently translated at 0.1% (2 of 1043 strings)
feat(lang): added translation using Weblate (Hebrew)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: tallevi1000 <tal_levi1000@hotmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/he/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: T'ai <chivalrousjosh@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Milan Smudja <smudja@gmail.com >
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
Co-authored-by: Rémi Guerrero <remidu34070@hotmail.fr >
Co-authored-by: Constantin <bimasakti.ro@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: Maite Guix <maite.guix@gmail.com >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Pollyi <weblate.ntxx4@simplelogin.co >
Co-authored-by: Smexhy <smexhy@gmail.com >
Co-authored-by: Daniel Maslygan <danielmaslygan@gmail.com >
Co-authored-by: Luna Jernberg <droidbittin@gmail.com >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Miniers <m@lk.mk >
Co-authored-by: yzqzss <yzqzss@othing.xyz >
Co-authored-by: Fhd-pro <juve.11@msn.com >
Co-authored-by: Sir Hóksalot <haaax2000@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Co-authored-by: Samuel Nitzsche <samuel.nitzsche+github@gmail.com >
Co-authored-by: exentler <gurandsrud@gmail.com >
Co-authored-by: PovilasID <povilas.sidaravicius@gmail.com >
Co-authored-by: tallevi1000 <tal_levi1000@hotmail.com >
2022-08-16 17:28:12 -04: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
allcontributors[bot]
70dc4c4b3b
docs: add Gylesie as a contributor for code ( #2912 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-08-16 16:39:35 +00:00
TheCatLady
6428b8d419
fix: log level value should not be case sensitive ( #2913 )
2022-08-17 01:33:13 +09:00
Gylesie
004e1bb17e
fix(api): lookup shows using english title only ( #2911 )
...
Fixes most of the time irrelevant lookup list when using localized TMDB metadata. #2801
2022-08-16 11:56:46 -04:00
Ryan Cohen
ebd22ffcea
test: add waits in user test ( #2907 ) [skip ci]
2022-08-15 19:50:42 +09:00
Ryan Cohen
22ec058431
test: add cypress foundation ( #2903 ) [skip ci]
2022-08-15 08:34:38 +09:00
dd060606
7d4455ba6b
fix: hide remove button when default service is not configured
2022-08-14 12:07:12 +02:00
allcontributors[bot]
db898db9f2
docs: add TheMeanCanEHdian as a contributor for code ( #2889 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-08-04 16:05:30 +09:00
TheMeanCanEHdian
b33956e6b8
feat: add 20th Century Studios to Studio Slider ( #2288 )
...
* Add 20th Century Studios to Studio Sliders
* Remove 20th Century Fox from Studio Sliders
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-08-03 04:13:21 +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
allcontributors[bot]
25eb765f9b
docs: add frank-cywong as a contributor for code ( #2884 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-08-03 10:26:02 +09:00
Chun Yeung Wong
9da8461225
fix: update Discord ID regex to include 19 digit IDs ( #2860 )
2022-08-03 10:24:57 +09:00
Ryan Cohen
aed1409f29
fix(api): add rate limiter to TMDb requests to hopefully deal with 429s ( #2881 )
...
fixes #2853
2022-08-02 16:00:34 +09:00
Brandon Cohen
575da306b0
feat: plex deep links for iOS devices ( #2680 )
2022-08-02 06:41:09 +00:00
Fallenbagel
f4c38fa81f
Merge pull request #188 from seanzhang98/develop
...
Update the translations on zh_Hans.json
2022-07-30 01:52:50 +05:00
Sean
a3b620efb3
Update zh_Hans.json
2022-07-25 14:37:31 +08:00
Sean
054da8e456
Update zh_Hans.json
...
sync en.json and added translation
2022-07-25 14:32:48 +08:00
Danshil Kokil Mungur
6cd0c9b2c8
fix(api): use correct path param type in openapi spec ( #2834 )
2022-07-22 15:00:59 -04:00
dd060606
2e7458457e
feat: add a button in ManageSlideOver to remove the movie and the file from Radarr/Sonarr
2022-07-22 17:58:33 +02:00
Fallenbagel
b67844a0ee
Merge pull request #185 from notfakie/develop
...
fix: start scheduled jobs on initial admin account setup
2022-07-15 00:16:46 +05:00
notfakie
b08025195e
fix: start scheduled jobs on initial admin account setup
...
issue #170
2022-07-11 17:29:17 +12:00
Fallenbagel
a5cc36c88f
Merge pull request #150 from Smexhy/czech-language
...
feat(language): update czech language
2022-06-24 05:30:57 +05:00
Smexhy
c744e2a9b6
apply review suggestions
2022-06-22 23:59:41 +02:00
Fallenbagel
4a34574a23
Merge pull request #161 from Fallenbagel/Readme-formatting-fix
...
Readme formatting fix
2022-06-20 23:48:09 +05:00
Fallenbagel
38fc150892
Readme-formatting-fix
2022-06-20 23:47:32 +05:00
Fallenbagel
6e2cf2f80e
Merge pull request #148 from Fallenbagel/README-update
...
docs(readme): added information about upcoming/unique features
2022-06-20 23:46:49 +05:00
Fallenbagel
4ccc956c35
Fixed formatting
2022-06-20 23:45:55 +05:00
Fallenbagel
5af3a7e71b
Add in much needed information
...
upcoming feature explanation and the reason for fork
2022-06-20 22:07:49 +05:00
Fallenbagel
8feb20ff52
Merge pull request #157 from Fallenbagel/staging-for-1.1.1
...
chore(release): 1.1.1
2022-06-20 20:15:44 +05:00
Fallenbagel
f2c659c6f3
chore(release): 1.1.1
2022-06-20 20:11:05 +05:00
semantic-release-bot
99f1a4e4f3
chore(release): 1.2.0
2022-06-20 14:29:16 +00:00
Fallenbagel
fea9457dad
Merge pull request #156 from Fallenbagel/develop
...
Merge branch 'develop' to fix the release workflow
2022-06-20 19:27:42 +05:00
Fallenbagel
883b9377be
Merge pull request #155 from Fallenbagel/change-to-self-hosted-workflow
...
fix yarn dependecies install in release workflow
2022-06-20 19:26:09 +05:00
Fallenbagel
c7ba553208
fix yarn dependecies install in release workflow
2022-06-20 19:25:25 +05:00
Fallenbagel
76472521ed
Merge pull request #154 from Fallenbagel/change-to-self-hosted-workflow
...
add yarn dependencies
2022-06-20 19:21:38 +05:00
Fallenbagel
a34e14b496
add yarn dependencies
2022-06-20 19:19:28 +05:00
Fallenbagel
23c9595933
Merge pull request #153 from Fallenbagel/develop
...
Merge branch 'develop'
2022-06-20 18:30:20 +05:00
Fallenbagel
715e229e01
Merge pull request #152 from Fallenbagel/change-to-self-hosted-workflow
...
Changed run-on to self-hosted to speed up release process
2022-06-20 17:39:43 +05:00
Fallenbagel
a5e6217f85
Changed run-on to self-hosted to speed up release process
2022-06-20 17:36:13 +05:00
Smexhy
8619724c65
feat(language): update czech language
2022-06-19 21:03:27 +02:00
Fallenbagel
af522516f7
Merge pull request #149 from jab416171/fix-library-scan-text
...
Fix text for manual library scan
2022-06-19 23:53:56 +05:00
Fallenbagel
647f594dc8
Merge pull request #147 from jab416171/develop
...
change email sender name to Jellyseerr on initial setup
2022-06-19 23:42:45 +05:00
jab416171
ae60d44f99
Fix text for manual library scan
2022-06-19 12:38:49 -06:00
Fallenbagel
304b82b594
docs(readme): added information about upcoming/unique features
...
added information about upcoming/unique features
2022-06-19 23:34:01 +05:00
jab416171
9275119163
change email sender name to Jellyseerr on initial setup
2022-06-19 12:28:09 -06:00
Fallenbagel
94b418bd47
Merge pull request #146 from Fallenbagel/fix-ui-description-mistakes
...
fix(setup&login): fix a description error in the manual scan in setup and add emby to login page
2022-06-19 22:57:33 +05:00
Fallenbagel
8810c20fc1
fix(setup&login): fix a description error in the manual scan in setup and add emby to login page
...
Manual scan in setup says "Jellyfin will scan your Jellyfin's server" and same with emby, so I
replaced jellyfin with jellyseerr. And also added emby to login page
2022-06-19 22:27:38 +05:00
Nicolai Van der Storm
63b7be0a38
Update private_registery_push.yml
2022-06-18 22:55:07 +02:00
Nicolai Van der Storm
d3cea69011
Update private_registery_push.yml
2022-06-18 22:48:47 +02:00
Nicolai Van der Storm
31072f4758
Update private_registery_push.yml
2022-06-18 22:45:43 +02:00
Nicolai Van der Storm
89e8825b61
fixes indent issues
2022-06-18 22:39:24 +02:00
Fallenbagel
7956ed8466
Merge pull request #144 from NicolaiVdS/private_registery_workflow
...
Create private_registery_push.yml
2022-06-19 01:34:08 +05:00
Nicolai Van der Storm
e1081a7bc2
Create private_registery_push.yml
2022-06-18 22:30:15 +02:00
Fallenbagel
fe3495705f
Merge pull request #136 from NicolaiVdS/email-validation-and-requirement
...
feat(userprofile): email requirement and validation + import user button overhaul
2022-06-15 01:29:47 +05:00
Nicolai Van der Storm
29478fc195
fix(import all): fis for import all
2022-06-13 23:13:22 +02:00
Nicolai Van der Storm
f48286043e
Merge pull request #139 from Fallenbagel/translation-issue
...
fix(ui): fixed translation issue where it showed as import {mediaServerName} user
2022-06-13 21:54:07 +02:00
Fallenbagel
d417fcafa1
fix(ui): replaced {mediaServerName} in the plex variable in NL locale
...
replaced {mediaServerName} in the plex variable in NL locale
2022-06-14 00:51:44 +05:00
Fallenbagel
819190ce98
fix(ui): fixed translation issue where it showed as import {mediaServerName} user
...
Fixed translation issue where it showed as import {mediaServerName} user as it was using the same
variable both inside the plex import modal and also outside in userlist on the button
2022-06-14 00:48:17 +05:00
Nicolai Van der Storm
a483ca9837
fix(jellyfinimportmodal): fix for importing all jellyfin users
2022-06-13 21:34:51 +02:00
Nicolai Van der Storm
d835336d33
feat(email validation): email requirement and validation + better importer
2022-06-13 14:21:05 +02:00
Nicolai Van der Storm
cc69f66ba9
chore(.idea folder): removed .idea folder and added it to the .gitignore
2022-06-10 12:30:14 +02:00
Nicolai Van der Storm
543859e6f3
feat(uesrprofile): email requirement and validation
2022-06-10 12:19:52 +02:00
Fallenbagel
4fd42874b7
Merge pull request #133 from Fallenbagel/fix-translation-errors
...
fix(ui): fix translation errors for all locales in the import plex user button
2022-06-09 16:51:56 +05:00
Fallenbagel
0fb5803eb9
fix(ui): fix translation errors for all locales in the import plex user button
...
fix translation errors for all locales in the import plex user button as it currently shows as
{mediaServerName}
2022-06-09 16:38:18 +05:00
Fallenbagel
00c08b3d67
Merge pull request #132 from notfakie/develop
...
fix: fix mediaServerType for plex users not being set properly
2022-06-09 16:25:48 +05:00
notfakie
94ade93e16
fix: fix mediaServerType not set for Plex which leads to Plex users seeing Jellyfin settings
2022-06-09 17:08:00 +12:00
Fallenbagel
caa713a968
Merge pull request #128 from NicolaiVdS/feature-add-email-field
...
feat: add email field in the profile settings
2022-06-05 21:53:53 +05:00
Nicolai Van der Storm
23779f4c7b
style: removed .idea folder
2022-06-05 18:43:52 +02:00
Nicolai Van der Storm
5f2ebfe662
Revert "feat(tv): tv seasons"
...
This reverts commit c117b37cd9 .
2022-06-05 18:37:50 +02:00
Nicolai Van der Storm
b22f20b6fa
feat(user settings): added email field to user profiel settings
...
#122
2022-06-05 18:25:15 +02:00
Nicolai Van der Storm
a8bc0c068b
feat: email
...
#122
2022-06-05 18:11:20 +02:00
Nicolai Van der Storm
30c48f16ca
feat(user email setting): added field to save user email
...
fix #122
2022-06-05 17:46:26 +02:00
Fallenbagel
3748f64ce4
Merge pull request #127 from sambartik/fix-sync-errors
...
fix(jellyfin): fixes sync errors re-introduced in previous commits
2022-06-05 20:27:00 +05:00
Samuel Bartík
d1dbd6e3b9
fix(jellyfin): sync errors
2022-06-05 17:07:27 +02:00
Fallenbagel
6458c054c0
Merge pull request #126 from sambartik/fix-virtual-location
...
fix(jellyfin): ignore additional items with virtual location type
2022-06-05 18:25:01 +05:00
Samuel Bartík
c81154800f
fix(jellyfin): ignore additional items with virtual location type
2022-06-05 12:41:34 +02:00
Fallenbagel
a1cd354691
Merge pull request #125 from sambartik/fix-scan
...
fix(scan): ignore virtual seasons
2022-06-05 12:35:13 +05:00
Samuel Bartík
6574e18516
fix(scan): ignore virtual seasons
...
Virtual seasons appeared as available / partially available, even though they were not even shown in the Jellyfin web UI. For more info see #119
2022-06-04 18:07:14 +02:00
Fallenbagel
5298e5fd90
Merge pull request #121 from notfakie/develop
...
Hide Overseerr settings when running in Jellyfin/Emby mode
2022-06-02 14:42:49 +05:00
notfakie
7450138ac1
fix: hide plex guid cache settings from ui when running in jellyfin/emby mode
2022-06-02 18:47:27 +12:00
notfakie
4b7bdd3d7d
fix: remove internal Overseerr sponsor link, this is remaining on the main github page instead
2022-06-02 18:47:25 +12:00
notfakie
739f5f9c9a
fix: only show mediaserver settings for current active mediaserver
2022-06-02 18:47:22 +12:00
Nicolai Van der Storm
c117b37cd9
feat(tv): tv seasons
...
tv seasons
2022-06-01 14:48:05 +02:00
Fallenbagel
3e7d64eb47
Merge pull request #120 from Fallenbagel/embySupport
...
fix(ui): fix emby ui elements not reflecting the env variable #98
2022-05-30 00:31:05 +05:00
Fallenbagel
b9546e6daa
feat(ui): add emby user badge to the userProfile
...
adds emby user badge to the userProfile general page
2022-05-30 00:21:04 +05:00
Fallenbagel
722dda5856
fix(ui): fix ui elements not reflecting the env variable
...
Fix emby ui elements not reflecting the emby env variable set during runtime
2022-05-29 23:58:54 +05:00
Fallenbagel
c67ca34111
Merge pull request #118 from jab416171/patch-2
...
fix aur url
2022-05-29 05:50:09 +05:00
jab416171
16311808b1
fix aur url
2022-05-28 18:34:50 -06:00
Fallenbagel
509c43e552
Merge pull request #117 from jab416171/patch-1
...
Add manual install steps and aur package info
2022-05-29 05:29:49 +05:00
jab416171
84a97675dc
Add manual install steps and aur package info
2022-05-28 18:14:57 -06:00
Danshil Kokil Mungur
a6c1f3f7ce
fix(api): ignore filter if unset in media route ( #2647 )
...
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-05-28 12:48:23 +00:00
allcontributors[bot]
eb5248d8d1
docs: add sambartik as a contributor for code ( #2783 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-05-28 19:13:54 +09:00
Fallenbagel
4615286f49
Merge pull request #115 from CyferShepard/JellyfinNoPasswordFix
...
feat:Remove Requirement for Jellyfin Passwords (#108 #31 )
2022-05-28 12:32:02 +05:00
Fallenbagel
7b7354d006
Merge remote-tracking branch 'upstream/develop' into develop
2022-05-28 12:20:26 +05:00
CyferShepard
ad7b3590d7
Move auth.ts to correct folder
2022-05-28 08:50:51 +02:00
CyferShepard
bda7858b66
Delete auth.ts
2022-05-28 08:50:23 +02:00
CyferShepard
d600a45559
feat:Remove Requirement for Jellyfin Passwords
2022-05-28 08:29:45 +02:00
Fallenbagel
1dcfe49b1b
Merge pull request #112 from Fallenbagel/forgotPasswordFix
...
fix: fixes jellyfin forgot password and adds emby support to the forgort password link
2022-05-28 07:29:46 +05:00
Fallenbagel
1dbc565a2e
Merge pull request #103 from boring-dragon/develop
...
feat: conditional media server name to add emby
2022-05-28 07:29:38 +05:00
Fallenbagel
973a3e826f
Merge pull request #111 from Fallenbagel/AvatarUrlFix
...
fix(ui): fix Avatar being broken when setup using internal ip
2022-05-28 07:22:31 +05:00
Fallenbagel
6a6bfe0c68
feat(ui): add emby as a mediaServerType to the import user button
...
Add emby as a mediaServerType to the import user button and replace any reference to Jellyfin with
mediaServerName
2022-05-27 05:35:00 +05:00
Fallenbagel
410b536c94
feat(ui): add emby user badge to the user list and fix local user badge
...
add emby user badge to the user list and fix local user badge which was previously not showing
2022-05-27 04:58:24 +05:00
Fallenbagel
0259975402
fix: fixes jellyfin forgot password and adds emby support to the forgot password link
...
Fixes jellyfin forgot password as it had a wrong url that lead to an empty page and also adds in
emby forgot password link if the environmental variable is set
fix #99
2022-05-26 10:11:53 +05:00
Fallenbagel
18d8d969f1
style(ui): conditional mediaServerName to add emby to setup/login page
2022-05-26 09:39:19 +05:00
Fallenbagel
f8a239b1b8
style(ui): conditional media server name to add emby to settings
...
Conditionaly media server name to replace every reference of jellyfin with emby in settings tab when
environmental variable set
2022-05-26 08:52:16 +05:00
Fallenbagel
377a4fd85b
feat(ui): conditional media server name to add emby to issuedetails play on button
2022-05-26 08:39:39 +05:00
Fallenbagel
14d293799b
feat(ui): conditional media server name to add emby to moviedetails
2022-05-26 08:37:51 +05:00
Fallenbagel
ddd773c03f
fix: conditional media server name for 4k url to add emby to tvdetails
2022-05-26 08:30:21 +05:00
Fallenbagel
e75b71b816
feat: conditional media server name to add emby to tvdetails
2022-05-26 05:54:57 +05:00
Fallenbagel
ff3e3ce841
feat: conditional media server name to add emby to tvdetails
2022-05-26 05:49:33 +05:00
Fallenbagel
01e81a73a3
fix(ui): fix Avatar being broken when setup using internal ip
...
allow avatar url to use externalHostname when setup using local ip
fix #110
2022-05-26 02:24:31 +05:00
Fallenbagel
71d33e47a9
Merge pull request #109 from sambartik/revert-104-fix-profilepic
...
Revert "Fix non-square profile pictures being squished"
2022-05-26 00:48:49 +05:00
Samuel Bartík
db05172d8b
fix(ui): rectangular avatars getting stretched ( #2782 )
2022-05-25 20:42:17 +04:00
notfakie
93a9cff2ef
Merge remote-tracking branch 'overseerr/develop' into up-develop
2022-05-25 18:34:49 +12:00
Samuel Bartík
e9fa94097a
Revert "Fix non-square profile pictures being squished"
2022-05-24 19:50:37 +02:00
Fallenbagel
046ae932ec
Merge pull request #104 from sambartik/fix-profilepic
...
Fix non-square profile pictures being squished
2022-05-24 07:02:17 +05:00
Samuel Bartík
1570a8715a
Fix non-square profile pictures being squished
2022-05-23 15:36:00 +02:00
Danshil Kokil Mungur
90095bb185
feat(manage slideover): show more request override details ( #2772 )
...
* feat(manage slideover): show the language profile if request is for a show
* feat(manage slideover): show name of profiles instead of id
2022-05-23 09:49:35 +09:00
Mohamed jinas
2bfdf02c79
feat: conditional media server name
2022-05-22 22:12:05 +05:00
Brandon Cohen
4f972be858
fix(recommendations): fixed recommendations page causing infinite network requests to tmdb api
...
TMDB API would only return 40 results and the recommendations page expected more. This would cause
an infinite amount of network requests. A limit was implemented to specifically to solve this
problem
2022-05-21 07:35:02 +05:00
Danshil Kokil Mungur
b07f7032ad
fix(search): use correct param to filter movies by year
2022-05-21 07:31:59 +05:00
Danshil Kokil Mungur
af23a257d5
feat(api): add issue counts endpoint
2022-05-21 07:29:16 +05:00
Danshil Kokil Mungur
dec4062cdc
fix: don't show 0 playcount in slideover
2022-05-21 07:25:33 +05:00
Gian Marco Cinalli
e42153c599
docs: update fail2ban documentation to handle logging changes
2022-05-21 07:24:32 +05:00
TheCatLady
d22bc09652
feat: add Paramount+ to network slider
2022-05-21 07:22:32 +05:00
Brandon Cohen
9ded45fef8
fix: manual browser refresh would redirect to home on search page
...
If you used the search feature and tried to manual refresh or share the link, it would reset the
query. Taking you back to the home page.
2022-05-21 07:17:02 +05:00
semantic-release-bot
eceedbbaad
chore(release): 1.1.0
2022-05-21 01:58:03 +00:00
Fallenbagel
29f06a965c
Merge branch 'develop'
2022-05-21 06:43:52 +05:00
Fallenbagel
54067e0457
style: rebranded applicationTitle to default to Jellyseerr
2022-05-21 06:06:14 +05:00
Fallenbagel
1e53139162
style: added mediaServerType to reflect which mediaserver is being used in the play on button
...
added mediaServerType to reflect which mediaserver is being used in the play on button in issues
page
2022-05-20 06:33:08 +05:00
Fallenbagel
0dd8b15109
style: added mediaServerType to reflect which mediaserver is being used in the enable new sign in
...
added mediaServerType to reflect which mediaserver is being used in the enable new sign in so it
displays either plex or jellyfin in the ui
2022-05-17 01:25:33 +05:00
Brandon Cohen
14519ef555
fix(recommendations): only load more titles if there can be more than 40 ( #2749 )
...
* fix: fixed recommendations page causing infinite network requests to tmdb api
TMDB API would only return 40 results and the recommendations page expected more. This would cause
an infinite amount of network requests. I set a limit specifically for this solving the problem.
fix #2710
2022-05-13 23:15:53 +04:00
Fallenbagel
f286818e30
rebranded to jellyseerr
2022-05-12 08:55:56 +05:00
Danshil Kokil Mungur
1054b4e2d7
fix(search): use correct param to filter movies by year ( #2727 )
2022-04-30 23:31:02 +09:00
notfakie
72ca694f21
fix: don't allow login for unimported Jellyfin users if not set in settings
2022-04-28 18:47:28 +12:00
notfakie
36c3c9d7c6
fix: jellyfin user signin after manual user import
2022-04-27 19:52:59 +12:00
Fallenbagel
b52d4a771c
style: removed created user error during log in with imported user
...
removed created user error during log in with imported user
2022-04-27 11:51:26 +05:00
notfakie
9d54776a2c
fix: plex Login
2022-04-27 08:08:32 +12:00
notfakie
9fbc4074e4
feat: allow Jellyfin to set a playback URL different to the Jellyfin host specified during setup
2022-04-27 08:07:57 +12:00
notfakie
9e2f3f0639
feat: implement import users from Jellyfin button
2022-04-27 08:07:39 +12:00
Danshil Kokil Mungur
e4039d09c0
feat(api): add issue counts endpoint ( #2713 )
2022-04-25 23:06:36 +00:00
Danshil Kokil Mungur
29be659512
fix(ui): don't show 0 playcount in slideover ( #2714 )
2022-04-26 07:53:33 +09:00
Gian Marco Cinalli
475314c87b
docs: update fail2ban documentation to handle logging changes ( #2707 ) [skip ci]
2022-04-25 16:13:41 +00:00
TheCatLady
1d00229a48
feat(discover): add Paramount+ to network slider ( #2608 )
2022-04-25 13:09:22 +00:00
Brandon Cohen
b2878390b4
fix: manual browser refresh would redirect to home on search page ( #2692 )
...
If you used the search feature and tried to manual refresh or share the link, it would reset the
query. Taking you back to the home page.
fix #2683
2022-04-25 14:47:38 +04:00
Fallenbagel
9ec05d3ba4
Fixed the link for the jellyseerr logo
2022-04-24 13:22:47 +05:00
notfakie
103350fe14
feat: initialize Jellyfin/Emby users with local login
2022-04-24 18:59:28 +12:00
notfakie
3e1e11d9d9
feat: remove email requirement for jellyfin/emby non-admin users
2022-04-24 18:59:21 +12:00
notfakie
791106a7f5
fix: only run scheduled mediaserver jobs that apply to the current mediaserver
2022-04-24 18:58:51 +12:00
Fallenbagel
4470b65563
Adds Github_token as an env
...
Adds Github_token as an env
2022-04-20 06:22:42 +05:00
semantic-release-bot
ee14ff5a51
chore(release): 1.0.2
2022-04-20 00:06:57 +00:00
Fallenbagel
6b62d4b862
Merge pull request #82 from Fallenbagel/workFlowfix
...
ci: adds GITHUB_TOKEN as an env
2022-04-20 05:02:17 +05:00
Fallenbagel
706fea0e97
ci: adds GITHUB_TOKEN as an env
...
adds GITHUB_TOKEN as an env to fix the github_token missing error during release workflow
2022-04-20 05:00:29 +05:00
Fallenbagel
80956d1a83
Merge pull request #81 from Fallenbagel/fixMediaServerType
...
fix: fix usertype from local user to mediaServerType
2022-04-20 04:58:20 +05:00
Fallenbagel
6d530d9028
fix: fix usertype from local user to mediaServerType
...
Fixes usertype from appearing as local user even if the mediaServerType is jellyfin
2022-04-20 04:52:39 +05:00
Fallenbagel
f12237565f
Merge pull request #80 from Fallenbagel/packagejsonChanges
...
update tags and the branch to jellyseerr
2022-04-20 03:49:16 +05:00
Fallenbagel
11f5594ed4
update tags and the branch to jellyseerr
2022-04-20 03:47:46 +05:00
Fallenbagel
e4e58bee05
Merge pull request #79 from Fallenbagel/githubChanges
...
update workflows and discord locations for jellyseerr
2022-04-20 03:32:46 +05:00
Fallenbagel
13ee3a836c
update workflows and discord locations for jellyseerr
2022-04-20 03:29:19 +05:00
Fallenbagel
3f16a353f5
Merge pull request #78 from Fallenbagel/urlValidationFix
...
fix: relax jellyfin url validation to allow local domains
2022-04-20 03:25:41 +05:00
Fallenbagel
9c43ba95e6
fix: relax jellyfin url validation to allow local domains
...
Relaxes jellyfin url validation so that http://localhost:8096 and http://jellyfin:8096 urls are
accepted in addition to full urls like https://example.com
fix #123
2022-04-20 03:12:01 +05:00
Fallenbagel
25bee8b9f7
fix: fix usertype from local user to mediaServerType
...
Fixes usertype from appearing as local user even if the mediaServerType is jellyfin
2022-04-20 03:03:56 +05:00
Fallenbagel
2f9c068a9b
chore: replace stable with unstable by replacing the version number with v0.1.0
...
replace stable with unstable by replacing the version number with v0.1.0 for testing purposes
2022-04-20 01:40:33 +05:00
Fallenbagel
f09b86aa87
fix: replaced unknown job with jellyfin in jobsandcache and added translations for it
...
Replaced unknown job with jellyfin library full scan and jellyfin recently added and added locales
to reflect it
2022-04-19 21:19:51 +05:00
notfakie
4db8e5464d
fix: disable user-import from mediaserver for non-plex mediaservers until implemented
2022-04-19 22:28:56 +12:00
notfakie
d0c5481d22
fix: play on Jellyfin for TV shows
2022-04-19 22:28:56 +12:00
notfakie
3a010f8211
fix: relax jellyfin url validation to allow local domains
2022-04-19 22:28:56 +12:00
Shilong Jiang
88c2c5ebcd
feat: add emby detail url support
2022-04-19 22:25:12 +12:00
Fallenbagel
13fb6fd1a7
Updated the docker tags
...
Updated the docker tags to point to fallenbagel docker repo
2022-04-18 07:27:21 +05:00
Fallenbagel
16e8e3a38e
update workflow to test for jellyseerr
...
update workflow and discord locations to test the docker pipeline
2022-04-18 07:17:16 +05:00
notfakie
da88771da5
update README & repo links throughout repo. Fixes outdated message displayed in app
2022-04-16 13:56:36 +12:00
notfakie
aab1b2d4c6
update workflow and discord locations for jellyseerr
2022-04-16 13:22:27 +12:00
Fallenbagel
c3ccb00b86
rebrand fork of Overseerr as Jellyseerr by replacing images and visual references
2022-04-16 09:35:23 +12:00
Juan D. Jara
3661eea8bb
added Support for Jellyfin Media Server
2022-04-16 09:35:09 +12:00
Fallenbagel
6fecdf094d
Merge pull request #76 from Fallenbagel/updatePackagejson
...
Update package.json to reflect the jellyseerr version. This helps fix the version issue.
2022-04-15 14:57:27 +05:00
Fallenbagel
69b271b018
Chore(release):v1.0.1
2022-04-15 14:55:53 +05:00
Fallenbagel
d6ebd9a9b9
Chore(release):v1.0.1
2022-04-15 14:54:30 +05:00
Fallenbagel
70dad332fc
Merge pull request #74 from Fallenbagel/versionStatusFix
...
fix: fix for the jellyseerr out of date even though it is up-to-date
2022-04-15 14:30:41 +05:00
Fallenbagel
a65e430c60
fix: fix for the jellyseerr out of date even though it is up-to-date
...
Reverting back the changes for the quick jellyseerr version fix for a better implementation
2022-04-15 14:03:03 +05:00
Fallenbagel
18f4b67b72
Merge pull request #73 from Fallenbagel/avatarfix
...
fix: fix default avatar missing
2022-04-15 12:12:13 +05:00
Fallenbagel
506c31562a
fix: fix default avatar missing
...
Fix the default avatar missing because one of the os_logo_square.png file was missing
2022-04-15 12:07:12 +05:00
Fallenbagel
7a9d7a4834
Merge pull request #71 from jsl9208/feat-emby-mediaurl
...
feat: add emby detail url support
2022-04-15 11:21:49 +05:00
Fallenbagel
902a033b8a
Merge pull request #72 from Fallenbagel/unknownjobfix
...
fix: replaced Unkown job with jellyfin in jobsandcache
2022-04-15 11:18:46 +05:00
Fallenbagel
00eb20aa5e
fix: replaced Unkown job with jellyfin in jobsandcache
...
Replaced unknown job with jellyfin in jobsandcache and fixed the translations to reflect it as well
2022-04-15 10:46:09 +05:00
Shilong Jiang
a2c27cfa95
feat: add emby detail url support
2022-04-14 20:10:57 +08:00
Fallenbagel
7122b4d08b
Replaced arm tags with latest
...
Replaced `:arm` and `:armv7` tags with `latest` as they are now deprecated.
2022-04-14 00:03:57 +05:00
semantic-release-bot
5125abdbf0
chore(release): 1.29.1
2022-04-06 23:34:24 +00:00
Ryan Cohen
724f8bb538
Merge branch 'develop'
2022-04-07 08:33:04 +09:00
TheCatLady
b75fc7b238
fix(auth): resolve local/password authentication issues ( #2677 )
...
* fix(auth): only add Plex ID to user after verifying server access
* fix(auth): do not fail local auth if fetching Plex users is unsuccessful
2022-04-06 08:31:14 +09:00
semantic-release-bot
512f6e51e4
chore(release): 1.29.0
2022-04-01 09:03:58 +00:00
Ryan Cohen
1b36dded3f
Merge branch 'develop'
2022-04-01 18:02:32 +09:00
Ryan Cohen
77511bf199
ci: disable husky for release ci
2022-04-01 18:01:22 +09:00
Ryan Cohen
26d77af3a4
Merge branch 'develop'
2022-04-01 17:45:51 +09:00
Weblate (bot)
341e3b8f06
feat(lang): translations update from Hosted Weblate ( #2645 )
...
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 99.8% (1040 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: JoKerIsCraZy <jokeriscrazy@yahoo.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Allan Nordhøy <epost@anotheragency.no >
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
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: JoKerIsCraZy <jokeriscrazy@yahoo.com >
Co-authored-by: Allan Nordhøy <epost@anotheragency.no >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-03-31 15:34:37 -04:00
allcontributors[bot]
ca112d33ad
docs: add Maxentr as a contributor for translation ( #2643 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2022-03-24 00:40:39 +00:00
Weblate (bot)
418a533588
fix(lang): translations update from Hosted Weblate ( #2639 )
...
* feat(lang): translated using Weblate (Serbian)
Currently translated at 49.7% (518 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Maxent <rouaultmaxent@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 78.4% (817 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Maxent <rouaultmaxent@gmail.com >
2022-03-23 20:34:12 -04:00
Weblate (bot)
1d0cbd2e76
feat(lang): translations update from Hosted Weblate ( #2629 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Maxent <rouaultmaxent@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Maxent <rouaultmaxent@gmail.com >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-03-17 21:40:36 -04:00
TheCatLady
d4f9650cd0
fix(plex): include 'Overseerr' in X-Plex-Device-Name header ( #2635 )
2022-03-17 00:42:05 +00:00
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.
2022-03-17 01:38:07 +04:00
Weblate (bot)
19cdedd2a6
fix(lang): translations update from Hosted Weblate ( #2625 )
...
* feat(lang): translated using Weblate (Greek)
Currently translated at 74.7% (779 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/el/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Albanian)
Currently translated at 99.8% (1040 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sq/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 99.8% (1040 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 93.1% (971 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 94.5% (985 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 95.0% (990 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 95.6% (997 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 99.8% (1040 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 99.8% (1040 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 86.5% (902 of 1042 strings)
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
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% (1042 of 1042 strings)
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 (Portuguese (Portugal))
Currently translated at 78.4% (817 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hungarian)
Currently translated at 78.5% (818 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
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% (1042 of 1042 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 (Portuguese (Brazil))
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 99.8% (1040 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 99.4% (1036 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 99.8% (1040 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
2022-03-15 17:10:14 -04:00
Danshil Kokil Mungur
0c7373c7e8
feat(about): show config directory ( #2600 )
...
* feat(about): show config directory
* feat(about): run yarn i18n:extract
* refactor(about): use existing appdata path method
* feat(about): suggested changes
* refactor(logs): rename variable to be more consistent
* feat: suggested changes
2022-03-15 09:01:11 -04:00
allcontributors[bot]
d92f169375
docs: add Andersborrits as a contributor for translation ( #2617 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-03-14 17:47:09 +00:00
Weblate (bot)
81c75c800e
feat(lang): translations update from Hosted Weblate ( #2611 )
...
* feat(lang): translated using Weblate (Danish)
Currently translated at 95.7% (997 of 1041 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 95.7% (997 of 1041 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 95.5% (995 of 1041 strings)
Co-authored-by: Coxe <andersborrits@gmail.com >
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/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 86.6% (902 of 1041 strings)
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Coxe <andersborrits@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
2022-03-14 17:39:23 +00:00
TheCatLady
7d19de6a4a
fix(tautulli): fetch additional user history as necessary to return 20 unique media ( #2446 )
...
* fix(tautulli): fetch additional user history as necessary to return 20 unique media
* refactor: rename var for clarity
* refactor: make single DB query for recently watched media
* fix: resolve query builder weirdness
* refactor: use find instead of qb
* refactor: minor refactor
* fix: also find 4K rating keys
2022-03-14 21:31:11 +04:00
Danshil Kokil Mungur
72c825d2a5
feat(search): filter search results by year ( #2460 )
...
* feat(search): filter search results by year
* fix: typo in endpoint, blame it on new brand of coffee
* feat(search): suggested changes
2022-03-14 13:37:58 +00:00
TheCatLady
30644f65ea
fix(plex): find TV series in addition to movies from IMDb IDs ( #1830 )
2022-03-14 13:29:58 +00:00
TheCatLady
4c50727a32
ci: only lint/test PRs ( #2437 )
2022-03-14 16:16:45 +04:00
Danshil Kokil Mungur
d06f2cdb08
fix(plex): correctly generate uuid for safari ( #2614 )
2022-03-14 20:19:11 +09:00
TheCatLady
086f0b6ce2
fix(css): rename form-input to form-input-area ( #2613 )
2022-03-14 11:24:39 +04:00
dependabot[bot]
1f964b576a
build(deps): bump actions/checkout from 2 to 3 ( #2589 ) [skip ci]
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-13 19:34:25 +00:00
TheCatLady
a229b15e7a
build(deps): bump dependencies ( #2584 )
...
* build(deps): bump dependencies
* build(ci): disable broken snap builds
2022-03-13 19:27:39 +00:00
TheCatLady
fac809b18b
chore(github): update CODEOWNERS ( #2612 ) [skip ci]
2022-03-13 19:18:45 +00:00
TheCatLady
c3dbd0d691
fix(frontend): various fixes ( #2524 )
...
* fix(frontend): various fixes
* fix: service URL does not require media type
2022-03-13 17:06:04 +00:00
TheCatLady
85bb30e252
feat: verify Plex server access during auth for existing users with Plex IDs ( #2458 )
...
* feat: if local sign-in disabled, verify Plex server access during auth for existing users
* fix: disable local/password login by default
* fix: set localLogin to disabled in getInitialProps
* fix: verify Plex server access on local logins as well
2022-03-13 17:53:50 +04:00
allcontributors[bot]
aa79dc1c42
docs: add tomgacz as a contributor for translation ( #2607 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-03-12 22:41:00 +00:00
allcontributors[bot]
e40e024132
docs: add deniscerri as a contributor for translation ( #2606 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-03-12 22:32:44 +00:00
TheCatLady
3d32462f50
feat(lang): add Albanian display language ( #2605 )
2022-03-12 17:17:03 -05:00
Weblate (bot)
4549ed389e
feat(lang): translations update from Hosted Weblate ( #2541 )
...
* feat(lang): translated using Weblate (Japanese)
Currently translated at 46.5% (485 of 1041 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/ja/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Albanian)
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 62.6% (652 of 1041 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 50.7% (528 of 1041 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 16.3% (170 of 1041 strings)
feat(lang): added translation using Weblate (Albanian)
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sq/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1041 of 1041 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Nackophilz <zrv4flra@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1041 of 1041 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: tomgacz <tomgacz@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 98.5% (1026 of 1041 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 99.8% (1039 of 1041 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: Nackophilz <zrv4flra@anonaddy.me >
Co-authored-by: tomgacz <tomgacz@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
2022-03-12 11:25:51 -05:00
Alex Cortelyou
82d16177bf
fix(frontend): disable autocomplete on search field ( #2592 )
2022-03-12 05:43:07 +00:00
TheCatLady
223c1f03e6
chore: gitignore gzipped JSON logs ( #2550 ) [skip ci]
2022-03-12 05:21:16 +00:00
Jakob Ankarhem
648b346cbe
fix(plex): use unique client identifier ( #2602 )
...
* fix(plex): use unique client identifier
As noted by SwiftPanda each client needs a unique identifier
https://discord.com/channels/783137440809746482/793885156569514046/950083089575583824
* fix(typo): fix character casing
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2022-03-12 05:03:19 +00:00
TheCatLady
74d5c1ca67
chore(github): update CODEOWNERS ( #2604 ) [skip ci]
2022-03-12 13:28:11 +09:00
TheCatLady
aa062d921c
fix(sonarr): monitor existing series upon request approval ( #2553 )
2022-03-05 18:50:19 +09:00
Weblate (bot)
54b32ebfd6
feat(lang): translations update from Hosted Weblate ( #2531 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 99.9% (1040 of 1041 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1041 of 1041 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Nackophilz <zrv4flra@anonaddy.me >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1041 of 1041 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 86.6% (902 of 1041 strings)
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
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% (1041 of 1041 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1041 of 1041 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1041 of 1041 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 (Norwegian Bokmål)
Currently translated at 100.0% (1041 of 1041 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
Co-authored-by: Nackophilz <zrv4flra@anonaddy.me >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-02-13 16:43:18 -05:00
TheCatLady
eff665ef4b
fix: add Discord ID setting to general user settings page ( #2406 )
2022-02-10 07:31:01 +00:00
Weblate (bot)
9f4ae34da7
feat(lang): translations update from Hosted Weblate ( #2508 )
...
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1038 of 1038 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1038 of 1038 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
2022-02-10 03:02:42 +00:00
TheCatLady
1dc900d5ce
feat(tautulli): validate upon saving settings ( #2511 )
2022-02-10 02:56:00 +00:00
TheCatLady
a76b608ab7
fix(email): enclose PGP encryption logic in try/catch ( #2519 )
2022-02-10 02:48:53 +00:00
TheCatLady
61681857b1
fix(sonarr): only scan seasons that exist in TMDb ( #2523 )
2022-02-10 02:42:20 +00:00
TheCatLady
d863a55de2
build(deps): bump dependencies & only specify major version for GH actions ( #2525 )
...
* build(deps): bump dependencies & only specify major version for GH actions
* build(deps): bump dependencies again
2022-02-10 11:27:37 +09:00
Weblate (bot)
ec08fa6793
feat(lang): translations update from Hosted Weblate ( #2489 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1038 of 1038 strings)
Co-authored-by: Clément Wigy <clement.wigy@gmail.com >
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/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 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
Co-authored-by: Clément Wigy <clement.wigy@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-02-04 13:03:29 -05:00
Danshil Kokil Mungur
5d4b06bbcc
fix(radarr): correctly check for existing movies ( #2490 )
2022-02-03 10:14:04 +09:00
Weblate (bot)
92b2d32d2e
feat(lang): translations update from Hosted Weblate ( #2457 )
...
* feat(lang): translated using Weblate (Serbian)
Currently translated at 49.9% (518 of 1038 strings)
feat(lang): translated using Weblate (Serbian)
Currently translated at 47.3% (492 of 1038 strings)
Co-authored-by: Dalibor Radovanović <darkobg@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1038 of 1038 strings)
Co-authored-by: Ben <ben.david.wallner@gmail.com >
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 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
Co-authored-by: Dalibor Radovanović <darkobg@gmail.com >
Co-authored-by: Ben <ben.david.wallner@gmail.com >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-01-27 09:08:38 -05:00
Ryan Cohen
cbcd22dfda
build(deps): bump dependencies ( #2482 )
2022-01-27 22:41:31 +09:00
TheCatLady
8cba486249
fix: address unhandled promise rejections & bump node to v16.13 ( #2398 )
...
* fix: unhandled promise rejections
* build(deps): bump node from 14.18 to 16.13
* fix: unhandled promise rejection in new Plex users endpoint
* fix: build error
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-27 20:00:30 +09:00
Danshil Kokil Mungur
ca184728e9
docs: update open api spec ( #2478 ) [skip ci]
2022-01-26 21:01:28 +09:00
Ryan Cohen
822ae9eec7
style: add new tailwind prettier plugin ( #2465 )
2022-01-25 21:09:41 +09: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
Danshil Kokil Mungur
d7779408d1
fix(logs): handle log message nested extra properties ( #2459 )
2022-01-25 11:00:53 +09:00
Weblate (bot)
b5bd6ee78f
feat(lang): translations update from Hosted Weblate ( #2452 )
...
* feat(lang): translated using Weblate (Serbian)
Currently translated at 45.9% (477 of 1038 strings)
Co-authored-by: Dalibor Radovanović <darkobg@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 94.9% (986 of 1038 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1038 of 1038 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1038 of 1038 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 (Italian)
Currently translated at 100.0% (1038 of 1038 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Dalibor Radovanović <darkobg@gmail.com >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-01-23 14:05:09 -05:00
Weblate (bot)
99c04072e9
feat(lang): translations update from Hosted Weblate ( #2436 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1038 of 1038 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1016 of 1016 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 86.9% (902 of 1037 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 86.8% (901 of 1037 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
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 99.8% (1036 of 1038 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 99.3% (1030 of 1037 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1016 of 1016 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1016 of 1016 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1016 of 1016 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-01-20 20:40:38 -05:00
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
2022-01-20 11:38:24 +00:00
Danshil Kokil Mungur
eb9ca2e86f
fix(requests): check for existing media of same type when requesting ( #2445 )
...
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-20 10:42:43 +00:00
TheCatLady
0842c233d0
feat: Tautulli integration ( #2230 )
...
* feat: media/user watch history data via Tautulli
* fix(frontend): only display slideover cog button if there is media to manage
* fix(lang): tweak permission denied messages
* refactor: reorder Media section in slideover
* refactor: use new Tautulli stats API
* fix(frontend): do not attempt to fetch data when user lacks req perms
* fix: remove unneccessary get_user requests
* feat(frontend): display user avatars
* feat: add external URL setting
* feat: add play counts for past week/month
* fix(lang): tweak strings
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-20 10:36:59 +00:00
TheCatLady
86dff12cde
fix(plex): user import ( #2442 )
2022-01-20 06:48:35 +00:00
Danshil Kokil Mungur
ce31bef8a1
feat(logs): use separate json file to parse logs for log viewer ( #2399 )
...
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-20 05:17:03 +00:00
TheCatLady
1f5785d6c5
feat(frontend): open media management slideover on status badge click ( #2407 )
...
* feat(frontend): open media management slideover on status badge click
* fix(frontend): use Link component for in-app badge links
* fix: check for query param value of '1'
* fix: correct query param check
* fix: available badges should still link to Plex
2022-01-20 12:40:10 +09:00
TheCatLady
114366fa4b
build(deps): bump dependencies ( #2427 )
...
* build(deps): bump dependencies
* build(deps): bump next to 12.0.8
* build(deps): bump swr to 1.1.2
* build(deps): bump more dependencies
* build(deps): bump husky to 7.0.4
* fix: remove user list button outlines
* build(deps): bump dependencies again
* build(deps): bump dependencies once more
2022-01-20 10:04:34 +09:00
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
2022-01-19 17:02:58 +00:00
Weblate (bot)
f8b1bccda4
feat(lang): translations update from Hosted Weblate ( #2428 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 99.8% (1014 of 1016 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: xrths <ottawas@protonmail.ch >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 98.8% (1004 of 1016 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 97.9% (995 of 1016 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 93.7% (952 of 1016 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
Co-authored-by: xrths <ottawas@protonmail.ch >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-01-19 11:46:28 -05:00
Weblate (bot)
e9d4b6327b
feat(lang): translations update from Hosted Weblate ( #2425 )
...
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1016 of 1016 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 (German)
Currently translated at 100.0% (1016 of 1016 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1016 of 1016 strings)
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Matthew Machivenyika <accounts@machivenyika.ch >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 68.9% (701 of 1016 strings)
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
Co-authored-by: Matthew Machivenyika <accounts@machivenyika.ch >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-01-16 09:57:36 -05:00
TheCatLady
2535edcc7f
feat(api): add additional request counts ( #2426 )
2022-01-16 17:13:35 +09:00
Danshil Kokil Mungur
d4438c82e3
fix(notif): show event in pop up notification for slack ( #2413 )
...
* fix(notif): show event in pop up notification for slack
fix #2408
* fix(notifs): suggested changes
* fix(notif): add fallback text to slack embed builder
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-15 00:33:27 +00:00
TheCatLady
10651baa67
fix(notif): duplicate notification check logic ( #2424 )
2022-01-15 00:20:29 +00:00
TheCatLady
ff28c9bfeb
fix(frontend): theme-color meta tag ( #2420 )
...
* fix(frontend): theme-color meta tag
* fix(frontend): add theme-color to offline.html
* fix(frontend): reorder application-name meta tag instead
* fix(lang): regenerate strings
* refactor: optimize Trakt logo SVG
2022-01-15 09:12:28 +09:00
Weblate (bot)
88536b1f9d
feat(lang): translations update from Hosted Weblate ( #2414 )
...
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1001 of 1001 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1013 of 1013 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1016 of 1016 strings)
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 88.8% (903 of 1016 strings)
Co-authored-by: Eric <alchemillatruth@purelymail.com >
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 99.9% (1015 of 1016 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1013 of 1013 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 (Dutch)
Currently translated at 100.0% (1016 of 1016 strings)
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 (Portuguese (Brazil))
Currently translated at 98.3% (999 of 1016 strings)
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1001 of 1001 strings)
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
2022-01-14 14:05:33 -05: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
allcontributors[bot]
256163971f
docs: add schambers as a contributor for code ( #2419 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-01-14 16:53:29 +09:00
Danshil Kokil Mungur
b31cdbf074
feat(search): search by id ( #2082 )
...
* feat(search): search by id
This adds the ability to search by ID (starting with TMDb ID).
Since there doesn't seem to be way of searching across movies, tv and persons,
I have to search through all 3 and use the first one in the order: movie -> tv -> person
Searching by ID is triggered using a 'prefix' just like in the *arrs.
* fix: missed some refactoring
* feat(search): use locale language
* feat(search): search using imdb id
* feat(search): search using tvdb id
* fix: alias type import
* fix: missed some refactoring
* fix(search): account for id being a string
* feat(search): account for movies/tvs/persons with the same id
* feat(search): remove non-null assertion
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-14 07:52:10 +00:00
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 >
2022-01-14 01:04:25 +00:00
Weblate (bot)
879df20022
feat(lang): translations update from Hosted Weblate ( #2405 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1000 of 1000 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1000 of 1000 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Dylan <dylan35.pub@outlook.fr >
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/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1001 of 1001 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1001 of 1001 strings)
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 90.3% (903 of 1000 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 90.3% (903 of 1000 strings)
Co-authored-by: Eric <alchemillatruth@purelymail.com >
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_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1001 of 1001 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1000 of 1000 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 (Dutch)
Currently translated at 100.0% (1001 of 1001 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1000 of 1000 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 (Portuguese (Brazil))
Currently translated at 100.0% (1001 of 1001 strings)
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Dylan <dylan35.pub@outlook.fr >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
2022-01-11 10:07:31 -05:00
TheCatLady
5f7538ae2b
feat(discord): add 'Enable Mentions' setting ( #1779 )
2022-01-11 01:39:12 +00:00
Weblate (bot)
1b29b15d7c
feat(lang): translations update from Hosted Weblate ( #2404 )
...
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Luna Jernberg <droidbittin@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1000 of 1000 strings)
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 (Portuguese (Brazil))
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Luna Jernberg <droidbittin@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
2022-01-09 18:00:18 +00:00
TheCatLady
399b037918
fix(lang): rename 'Media' notification types for clarity ( #2400 )
2022-01-09 14:46:33 +00:00
Danshil Kokil Mungur
4e56bae985
feat(ui): add trakt external link ( #2367 )
...
* feat(ui): add trakt external link
* feat(ui): move trakt to end of list of external links
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-09 14:26:06 +00:00
TheCatLady
b4b2acd4fc
build(docker): reduce image size ( #2392 )
2022-01-09 23:16:50 +09:00
Weblate (bot)
d2241a4187
feat(lang): translations update from Hosted Weblate ( #2389 )
...
* feat(lang): translated using Weblate (Serbian)
Currently translated at 44.5% (445 of 1000 strings)
feat(lang): translated using Weblate (Serbian)
Currently translated at 31.8% (318 of 1000 strings)
Co-authored-by: Dalibor Radovanović <darkobg@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 100.0% (1000 of 1000 strings)
feat(lang): translated using Weblate (Russian)
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1000 of 1000 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
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/de/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Dalibor Radovanović <darkobg@gmail.com >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
2022-01-04 14:42:18 -05:00
Weblate (bot)
bd93168ba1
feat(lang): translations update from Hosted Weblate ( #2379 )
...
* feat(lang): translated using Weblate (Danish)
Currently translated at 99.6% (994 of 997 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simon Thyregod <p2v2w8ar@simon.thyregod.eu >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 90.3% (903 of 1000 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 90.3% (901 of 997 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 90.5% (903 of 997 strings)
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: wolong gl <wolong98@gmail.com >
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% (1000 of 1000 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 (Dutch)
Currently translated at 100.0% (1000 of 1000 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1000 of 1000 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (997 of 997 strings)
Co-authored-by: DJScias <djscias@gmail.com >
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 (Portuguese (Brazil))
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Simon Thyregod <p2v2w8ar@simon.thyregod.eu >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: wolong gl <wolong98@gmail.com >
Co-authored-by: DJScias <djscias@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
2022-01-03 15:05:01 -05:00
TheCatLady
3e5eb4e148
fix(radarr): remove PreDB minimum availability option ( #2386 )
2022-01-03 13:56:19 +09:00
semantic-release-bot
2b111f1c34
chore(release): 1.28.0
2022-01-01 04:20:46 +00:00
Ryan Cohen
a6392cb2db
Merge branch 'develop'
2022-01-01 13:11:57 +09:00
Weblate (bot)
b9bedac7d7
feat(lang): translations update from Hosted Weblate ( #2374 )
...
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (997 of 997 strings)
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 (Portuguese (Brazil))
Currently translated at 100.0% (997 of 997 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (997 of 997 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (995 of 995 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
2021-12-31 22:07:55 -05:00
TheCatLady
1b3797cf6e
fix: sort collection parts by release date ( #2368 )
...
* fix: order collection parts by release date
* feat(frontend): add posters & release years to collection request modal
* fix(frontend): wrap movie titles in collection request modal
2021-12-31 06:06:12 +00:00
Danshil Kokil Mungur
340f1a2119
feat(ui): allow admins to edit & approve request from advanced request modal ( #2067 )
...
* feat(ui): allow admins to edit & accept request from request modal
This changes the "Edit Request" button in the advanced request modal to "Edit & Accept Request"
since the only thing an admin would do next is to accept the request.
The button would stay the same for users without the manage request permissions;
users who are editing their own requests or requesting content.
* feat(ui): suggested changes
2021-12-31 05:39:04 +00:00
Weblate (bot)
cc2b2bc7a8
feat(lang): translations update from Hosted Weblate ( #2366 )
...
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (994 of 994 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (995 of 995 strings)
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 90.0% (896 of 995 strings)
Co-authored-by: Eric <spice2wolf@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
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% (995 of 995 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 (Hungarian)
Currently translated at 83.7% (832 of 994 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: f3rr31 <5920873@disroot.org >
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% (995 of 995 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (994 of 994 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 (Portuguese (Brazil))
Currently translated at 100.0% (995 of 995 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (994 of 994 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (994 of 994 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (994 of 994 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (994 of 994 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (994 of 994 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Eric <spice2wolf@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: f3rr31 <5920873@disroot.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
2021-12-27 12:42:10 -05:00
TheCatLady
d36c1d2929
fix(lang): add missing string ( #2370 )
2021-12-27 09:22:43 +09:00
Danshil Kokil Mungur
5af06bd872
fix(logs): lazily parse log message label ( #2359 )
2021-12-26 07:52:57 +00:00
Weblate (bot)
d437cc2539
feat(lang): translations update from Hosted Weblate ( #2364 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (994 of 994 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (994 of 994 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 92.3% (918 of 994 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
2021-12-25 06:38:51 -08:00
TheCatLady
30b20df37a
feat: add production countries to movie/TV detail pages ( #2170 )
...
* feat: add production countries to movie/TV detail pages
* feat: add country flags to production countries
2021-12-25 01:18:06 +00:00
TheCatLady
af40212a73
feat: add quotas, advanced options, and toggles to collection request modal ( #1742 )
...
* feat: add quotas, advanced options, and toggles to collection request modal
* fix: use correct requiredquota strings
* refactor: clean up collection part request status logic
* revert: undo changes to effect dependencies
* fix(lang): tweak TV request modal request button strings
* fix: don't try to fetch other users' quotas without MANAGE_USERS perm
2021-12-25 01:10:33 +00:00
Danshil Kokil Mungur
488874fc17
fix(servarr): handle servaarr server being unavailable when scanning downloads ( #2358 )
2021-12-25 01:02:03 +00:00
Dan Hand
2ded8f5484
feat(frontend): add Discovery+ to network slider ( #2345 )
...
* feat(frontend): add Discovery+ to network slider
* Make filter consistent with other networks, and update image path
2021-12-25 00:56:02 +00:00
Weblate (bot)
50dc9341dd
feat(lang): translations update from Hosted Weblate ( #2346 )
...
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 99.1% (984 of 992 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 99.1% (984 of 992 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 99.1% (984 of 992 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 90.7% (900 of 992 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 88.9% (882 of 992 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 72.1% (716 of 992 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 56.9% (565 of 992 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simon Thyregod <p2v2w8ar@simon.thyregod.eu >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 90.7% (900 of 992 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 90.6% (899 of 992 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Jassy lin <linjiaxinme@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Simon Thyregod <p2v2w8ar@simon.thyregod.eu >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Jassy lin <linjiaxinme@gmail.com >
2021-12-23 14:59:38 -05:00
TheCatLady
fcb0dcf5be
fix(notif): only send MEDIA_AVAILABLE notifications for non-declined requests ( #2343 )
2021-12-12 11:25:26 +09:00
Weblate (bot)
33fe0bdd1e
feat(lang): translations update from Hosted Weblate ( #2341 )
...
* feat(lang): translated using Weblate (Greek)
Currently translated at 80.3% (797 of 992 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/el/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 98.8% (981 of 992 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 98.0% (973 of 992 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 43.4% (431 of 992 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 43.4% (431 of 992 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simon Thyregod <p2v2w8ar@simon.thyregod.eu >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 91.4% (907 of 992 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Simon Thyregod <p2v2w8ar@simon.thyregod.eu >
2021-12-11 19:00:06 +00:00
Weblate (bot)
3f7ef7af97
feat(lang): translations update from Hosted Weblate ( #2336 )
...
* feat(lang): translated using Weblate (Russian)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: Romans Pokrovskis <motivated.it@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 27.7% (275 of 992 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 27.7% (275 of 992 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simon Thyregod <p2v2w8ar@simon.thyregod.eu >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Romans Pokrovskis <motivated.it@gmail.com >
Co-authored-by: Simon Thyregod <p2v2w8ar@simon.thyregod.eu >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
2021-12-10 09:37:08 -05:00
TheCatLady
91bfff71b7
fix(requests): do not fail request edits if acting user lacks Manage Users permission ( #2338 )
...
* fix(api): fix requestedBy logic in request edits
* fix(frontend): do not display empty advanced request options box
* fix(frontend): set max height on modal backdrop
2021-12-10 19:14:14 +09:00
TheCatLady
dc7f959cb4
fix(notif): correct issue notif action URLs ( #2333 )
2021-12-09 13:49:50 +00:00
Danshil Kokil Mungur
93b5ea20ca
fix(servarr): handle baseurl error when testing connection ( #2294 )
...
* fix(servarr): handle base url error when testing servarr connection
* fix(servarr): suggested changes
2021-12-08 04:38:17 +04:00
Danshil Kokil Mungur
f284e4ab97
fix(logs): handle unexpected log messages ( #2303 )
...
* fix(logs): handle unexpected log messages
* fix(logs): update regexp for json to appease the lgtm gods
2021-12-08 00:20:47 +00:00
Weblate (bot)
febf0677b8
feat(lang): translations update from Hosted Weblate ( #2325 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: Comore <comore@como.re >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: thu3n <elias.thuen@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (992 of 992 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 (Italian)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: Simone <simoneungaro@hotmail.it >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Comore <comore@como.re >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: thu3n <elias.thuen@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
2021-12-08 00:12:26 +00:00
TheCatLady
7f330aff2e
fix: secure session cookie ( #2308 )
2021-12-08 00:05:39 +00:00
TheCatLady
88a8c1aa59
feat(notif): 4K media notifications ( #2324 )
2021-12-08 08:56:41 +09:00
Weblate (bot)
68112faefb
feat(lang): translations update from Hosted Weblate ( #2320 )
...
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (992 of 992 strings)
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 (Dutch)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Kobe <kobaubarr@gmail.com >
2021-12-04 23:48:45 +00:00
TheCatLady
f2375c902b
fix(ui): request badge styling in request list ( #2302 )
2021-12-04 23:43:03 +00:00
TheCatLady
ed53810fb3
fix: handle Plex library settings migration failure gracefully ( #2254 )
...
* fix: handle Plex library settings migration failure gracefully
* fix: handle failure in syncLibraries() instead
2021-12-05 02:42:15 +09:00
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
2021-12-04 21:24:26 +09:00
Weblate (bot)
6245be1e10
feat(lang): translations update from Hosted Weblate ( #2315 )
...
* feat(lang): translated using Weblate (Russian)
Currently translated at 99.7% (985 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (987 of 987 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Simone <simoneungaro@hotmail.it >
2021-12-02 02:04:34 +00:00
TheCatLady
c760ceaa5f
feat(lang): add Polish display language ( #2261 )
2021-12-02 01:58:46 +00:00
Weblate (bot)
92732fcb42
feat(lang): translations update from Hosted Weblate ( #2277 )
...
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: 0x0f40f0 <dark@3xd.de >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Czech)
Currently translated at 50.1% (495 of 987 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 41.0% (405 of 987 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 39.2% (387 of 987 strings)
Co-authored-by: Core Intel <rideonit@seznam.cz >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/cs/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 61.2% (605 of 987 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 61.2% (605 of 987 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 53.2% (526 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 87.1% (860 of 987 strings)
Co-authored-by: Eric <spice2wolf@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (987 of 987 strings)
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 (Portuguese (Brazil))
Currently translated at 92.0% (909 of 987 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 89.6% (885 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (987 of 987 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: 0x0f40f0 <dark@3xd.de >
Co-authored-by: Core Intel <rideonit@seznam.cz >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Eric <spice2wolf@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
2021-11-29 17:39:08 -05:00
TheCatLady
d48a7ba518
fix: allow basic HTTP auth in hostname validation ( #2307 )
2021-11-29 21:27:02 +09:00
Weblate (bot)
d401e33249
feat(lang): translated using Weblate (Chinese (Traditional)) ( #2272 )
...
Currently translated at 100.0% (987 of 987 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
2021-11-11 18:53:46 +00:00
Danshil Kokil Mungur
b423dc167d
feat(search): close search bar when hitting return ( #2260 )
2021-11-11 18:46:56 +00:00
TheCatLady
f1cd0878a5
fix(docker): explicitly install python3 ( #2273 ) [skip ci]
2021-11-11 13:08:22 +09:00
Weblate (bot)
b1b367aac6
feat(lang): translations update from Weblate ( #2265 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 96.1% (949 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sullivan Leduc <susu.leduc@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 98.2% (970 of 987 strings)
feat(lang): translated using Weblate (German)
Currently translated at 97.7% (965 of 987 strings)
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 99.7% (985 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 94.5% (933 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Sullivan Leduc <susu.leduc@gmail.com >
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: Simone <simoneungaro@hotmail.it >
2021-11-08 11:07:03 -05:00
Weblate (bot)
99d50004e5
feat(lang): translations update from Weblate ( #2252 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (987 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 99.7% (985 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 23.5% (232 of 987 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 17.9% (177 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (987 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 87.1% (860 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Eric <spice2wolf@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
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% (987 of 987 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (987 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (987 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Eric <spice2wolf@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Kobe <kobaubarr@gmail.com >
2021-11-04 17:23:18 -04:00
TheCatLady
c79dc9f70f
fix: add missing route guards to issues pages ( #2235 )
...
* fix: users should always be able to view their own issues
* fix: apply route guards to issues pages instead
* fix(api): only allow users w/ issue perms to edit comments / delete issues
2021-10-31 15:56:59 +00:00
TheCatLady
3ec4a9c76e
fix(frontend): more issues-related fixes ( #2234 )
...
* fix(frontend): more issues-related fixes
* fix: permission VIEW_ISSUES is also sufficient for viewing issues in slideover
* fix(frontend): only display issue notif types user is eligible to receive
* fix: don't display issues block in slideover if no open issues
* fix: move year out of link in issue details header
* fix: use 'view' global string for issue block button
* fix: issue/request/user list sort options
2021-10-31 15:45:15 +00:00
Weblate (bot)
8c49309c35
feat(lang): translations update from Weblate ( #2247 )
...
* feat(lang): translated using Weblate (German)
Currently translated at 91.5% (904 of 987 strings)
Co-authored-by: doob187 <amderkum@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: doob187 <amderkum@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
2021-10-31 15:39:08 +00:00
TheCatLady
78a8091bcd
fix(frontend): setup page backdrops ( #2251 )
2021-10-31 15:32:57 +00:00
TheCatLady
bba09d69c1
fix(issues): only allow edit of own comments & do not allow non-admin delete of issues with comments ( #2248 )
2021-10-31 08:54:01 +09:00
Weblate (bot)
0828b008ba
feat(lang): translations update from Weblate ( #2244 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 96.7% (955 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 87.7% (866 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (987 of 987 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 94.8% (936 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 91.9% (908 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
2021-10-29 05:07:12 -04:00
TheCatLady
05d2dac3ab
docs: add Overseerr Assistant to third-party integrations ( #2243 ) [skip ci]
2021-10-28 14:21:54 +04:00
Weblate (bot)
2b0b8e05d9
feat(lang): translations update from Weblate ( #2241 )
...
* feat(lang): translated using Weblate (Serbian)
Currently translated at 14.3% (142 of 987 strings)
Co-authored-by: Dalibor Radovanović <darkobg@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 87.7% (866 of 987 strings)
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 94.2% (930 of 987 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 94.2% (930 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (987 of 987 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 (Portuguese (Brazil))
Currently translated at 90.1% (890 of 987 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 88.9% (878 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Dalibor Radovanović <darkobg@gmail.com >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
2021-10-27 22:24:35 -04:00
Weblate (bot)
62b3dc5471
feat(lang): translations update from Weblate ( #2226 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 51.0% (504 of 987 strings)
feat(lang): translated using Weblate (Japanese)
Currently translated at 50.2% (490 of 976 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 96.4% (952 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 98.9% (966 of 976 strings)
feat(lang): translated using Weblate (French)
Currently translated at 98.2% (959 of 976 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (987 of 987 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (987 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Spanish)
Currently translated at 99.5% (985 of 989 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 90.1% (880 of 976 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 86.0% (849 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 88.3% (862 of 976 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Eric <spice2wolf@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
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 99.5% (983 of 987 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.5% (983 of 987 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.0% (978 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.5% (985 of 989 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.5% (972 of 976 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 95.1% (930 of 977 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (987 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (989 of 989 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (890 of 890 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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 89.8% (877 of 976 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 89.8% (877 of 976 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: costaht <habnertc@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 93.4% (922 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Italian)
Currently translated at 96.3% (941 of 977 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Eric <spice2wolf@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: costaht <habnertc@gmail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
2021-10-26 11:43:20 -04:00
TheCatLady
8d2968572a
fix(email): use decrypted private key ( #2232 )
2021-10-26 18:49:27 +09:00
TheCatLady
216447121b
fix(frontend): use consistent formatting & strings ( #2231 )
...
* fix(frontend): use consistent formatting & strings
* fix(lang): remove duplicated status strings
* fix(frontend): reduce height of items in request & issue lists
* fix(frontend): issue description textarea label should be a label element
* refactor: remove unnecessary reduce
* fix: remove small avatar underneath issue comments
* fix(frontend): don't hide Pushover app token tip
2021-10-26 00:07:00 +09:00
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
2021-10-25 19:46:05 +09:00
TheCatLady
ab20c21184
fix(lang): string edits ( #2229 )
...
* fix(lang): string edits
* fix: correct notif type ordering
* fix(lang): a few more edits
* fix(frontend): align & wrap media attributes properly
* fix(lang): use consistent cache names
2021-10-25 01:08:03 +09:00
TheCatLady
a35209c739
chore(github): add stalebot-exempt labels ( #2225 ) [skip ci]
...
* chore(github): add stalebot-exempt labels
* chore(github): also never stale priority:medium
2021-10-24 15:42:52 +00:00
Ryan Cohen
e402c42aaa
feat: issues ( #2180 )
2021-10-24 12:44:20 +00:00
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
2021-10-24 16:35:36 +04:00
TheCatLady
dca363809d
docs: add Overseerr-Extension to 3rd-party integrations ( #2227 ) [skip ci]
2021-10-24 07:58:40 -04:00
Weblate (bot)
85aec4f892
fix(lang): translations update from Weblate ( #2212 )
...
* feat(lang): translated using Weblate (Japanese)
Currently translated at 56.8% (506 of 890 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 99.7% (888 of 890 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 98.9% (881 of 890 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_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (890 of 890 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (890 of 890 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
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
2021-10-23 18:50:36 -04:00
semantic-release-bot
6d55b50e5e
chore(release): 1.27.0
2021-10-19 14:01:17 +00:00
sct
f7dc6256ba
Merge branch 'develop'
2021-10-19 22:54:07 +09:00
Weblate (bot)
0a6ef6cc81
feat(lang): translations update from Weblate ( #2210 )
...
* feat(lang): translated using Weblate (Greek)
Currently translated at 93.8% (835 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/el/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 98.6% (878 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 56.8% (506 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Japanese)
Currently translated at 54.5% (485 of 889 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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Serbian)
Currently translated at 16.1% (144 of 890 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 74.8% (666 of 890 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 98.7% (879 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 99.3% (883 of 889 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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 98.6% (878 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 99.5% (886 of 890 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 99.5% (886 of 890 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 98.8% (880 of 890 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 98.8% (880 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 99.7% (888 of 890 strings)
feat(lang): translated using Weblate (Russian)
Currently translated at 99.7% (888 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 98.4% (876 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Czech)
Currently translated at 44.3% (395 of 890 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/cs/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 5.5% (49 of 890 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 0.0% (0 of 890 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (890 of 890 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (890 of 890 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (890 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 98.9% (881 of 890 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 98.9% (881 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.1% (881 of 889 strings)
Co-authored-by: Eric <spice2wolf@gmail.com >
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/
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% (890 of 890 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (890 of 890 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (890 of 890 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (888 of 889 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (889 of 889 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 98.0% (873 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hungarian)
Currently translated at 98.3% (875 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
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% (890 of 890 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (890 of 890 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (890 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (889 of 889 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.5% (886 of 890 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.5% (886 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Eric <spice2wolf@gmail.com >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
2021-10-18 10:45:58 -04:00
TheCatLady
b3b421a674
fix(email): do not attempt to display logo if app URL not configured ( #2125 )
...
* fix(email): do not attempt to display logo if app URL not configured
* fix(email): prevent Gmail from turning usernames with periods into hyperlinks
* fix(email): fix(email): use displayName instead of username/plexUserName and improve Gmail link fix
2021-10-18 14:08:50 +00:00
TheCatLady
032c14a226
feat(ui): link processing/requested status badges to service URL ( #1761 )
...
* feat(ui): link processing/requested status badges to service URL where available
* refactor: add URL prop to Badge component
* fix(css): tweak font weight of media rating values and request card link hover effect
* fix: only set StatusBadge serviceUrl for admins
2021-10-16 15:53:38 +00:00
TheCatLady
084a842a4f
fix(ui): refinements for 'About' page ( #2173 )
...
* fix(ui): refinements for 'About' page
* fix: remove unneeded GithubLink function
* fix: display/link badges appropriately
2021-10-16 15:46:18 +00:00
Danshil Kokil Mungur
739f667b54
feat(servarr): auto fill base url when testing service if missing ( #1995 )
...
* feat(servarr): auto fill base url when testing service if missing
This will fill the base URL of the *arr service only if it's missing and the base URL hasn't been
provided beforehand
* fix(servarr): replace redundant check
* fix(servarr): suggested changes
2021-10-16 15:27:03 +00:00
TheCatLady
54e9071e90
build(deps): bump node to 14.18 ( #2209 ) [skip ci]
2021-10-16 22:17:43 +09:00
Danshil Kokil Mungur
d0ac74ea4b
fix(scripts): update migration scripts ( #2208 ) [skip ci]
2021-10-16 20:15:50 +09:00
allcontributors[bot]
54e9514489
docs: add Nackophilz as a contributor for translation ( #2203 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-10-16 01:31:29 +00:00
TheCatLady
1e402f710b
feat(frontend): add Hulu to network slider ( #2204 )
...
* feat(frontend): add Hulu to network slider
* fix: move Hulu after Apple TV+
2021-10-16 01:11:11 +00:00
TheCatLady
2f204b9952
fix(frontend): notification type validation ( #2207 )
2021-10-16 01:02:02 +00:00
TheCatLady
3486d0bf55
feat: dynamically fetch login screen backdrop images ( #2206 )
...
* feat: dynamically fetch login screen backdrop images
* fix: remove media check from backdrops endpoint
* fix: remove mapping and work with TMDb data directly
2021-10-16 09:54:15 +09:00
Weblate (bot)
492d8e3daa
feat(lang): translations update from Weblate ( #2202 )
...
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.7% (887 of 889 strings)
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (883 of 883 strings)
Co-authored-by: Clément Wigy <clement.wigy@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Czech)
Currently translated at 44.9% (397 of 883 strings)
Co-authored-by: Core Intel <rideonit@seznam.cz >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/cs/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Clément Wigy <clement.wigy@gmail.com >
Co-authored-by: Core Intel <rideonit@seznam.cz >
2021-10-15 16:30:15 +00:00
TheCatLady
0b1c2b1745
chore(github): desired-behavior field should be textarea ( #2201 ) [skip ci]
2021-10-16 01:23:25 +09:00
TheCatLady
c767f5254c
chore(github): issue forms ( #2200 )
...
* chore(github): issue forms
* chore(github): remove now-unneeded 'Invalid Template' action
2021-10-16 01:11:38 +09:00
Danshil Kokil Mungur
82614ca441
feat(jobs): allow modifying job schedules ( #1440 )
...
* feat(jobs): backend implementation
* feat(jobs): initial frontend implementation
* feat(jobs): store job settings as Record
* feat(jobs): use heroicons/react instead of inline svgs
* feat(jobs): use presets instead of cron expressions
* feat(jobs): ran `yarn i18n:extract`
* feat(jobs): suggested changes
- use job ids in settings
- add intervalDuration to jobs to allow choosing only minutes or hours for the job schedule
- move job schedule defaults to settings.json
- better TS types for jobs in settings cache component
- make suggested changes to wording
- plural form for label when job schedule can be defined in minutes
- add fixed job interval duration
- add predefined interval choices for minutes and hours
- add new schema for job to overseerr api
* feat(jobs): required change for CI to not fail
* feat(jobs): suggested changes
* fix(jobs): revert offending type refactor
2021-10-15 21:23:39 +09:00
allcontributors[bot]
5683f55ebf
docs: add sr093906 as a contributor for translation ( #2192 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-10-13 11:05:11 -04:00
Weblate (bot)
dce10f743f
feat(lang): translations update from Weblate ( #2185 )
...
* feat(lang): translated using Weblate (German)
Currently translated at 99.8% (882 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: JoKerIsCraZy <jokeriscrazy@yahoo.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (883 of 883 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (883 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 5.4% (48 of 883 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/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (883 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.7% (881 of 883 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.7% (881 of 883 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.7% (881 of 883 strings)
Co-authored-by: Eric <spice2wolf@gmail.com >
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_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (883 of 883 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 (Portuguese (Portugal))
Currently translated at 99.3% (877 of 883 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 99.2% (876 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: JoKerIsCraZy <jokeriscrazy@yahoo.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: JoKerIsCraZy <jokeriscrazy@yahoo.com >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Eric <spice2wolf@gmail.com >
2021-10-13 10:54:01 -04:00
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
2021-10-10 03:29:27 +04:00
allcontributors[bot]
00ee535077
docs: add skafte1990 as a contributor for translation ( #2182 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-10-09 23:13:55 +00:00
Weblate (bot)
e3312cef33
feat(lang): translations update from Weblate ( #2179 )
...
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (883 of 883 strings)
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 (Chinese (Traditional))
Currently translated at 100.0% (883 of 883 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (883 of 883 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (883 of 883 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (883 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
2021-10-09 19:04:18 -04:00
allcontributors[bot]
2957e156a5
docs: add ty4ko as a contributor for translation ( #2178 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-10-09 22:51:41 +00:00
TheCatLady
daf64532bf
docs: add FAQ entry about broken logos in email notifications ( #2134 ) [skip ci]
2021-10-09 18:44:07 -04:00
allcontributors[bot]
1286d6f0f9
docs: add adan89lion as a contributor for translation ( #2177 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-10-08 15:56:48 +00:00
TheCatLady
8d8db6cf5d
feat(lang): add Czech and Danish display languages ( #2176 )
2021-10-08 15:47:30 +00:00
allcontributors[bot]
82d5d18ee7
docs: add Simoneu01 as a contributor for translation ( #2175 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-10-08 15:23:20 +00:00
Weblate (bot)
c73cf7b19c
feat(lang): translations update from Weblate ( #2101 )
...
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (883 of 883 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (883 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: costaht <habnertc@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (883 of 883 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 (Italian)
Currently translated at 100.0% (883 of 883 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (883 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (883 of 883 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 (French)
Currently translated at 98.4% (869 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 99.7% (881 of 883 strings)
feat(lang): translated using Weblate (Russian)
Currently translated at 99.7% (881 of 883 strings)
feat(lang): translated using Weblate (Russian)
Currently translated at 64.3% (568 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Czech)
Currently translated at 43.9% (388 of 883 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 43.7% (386 of 883 strings)
feat(lang): added translation using Weblate (Czech)
Co-authored-by: Core Intel <rideonit@seznam.cz >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/cs/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 5.5% (49 of 883 strings)
feat(lang): added translation using Weblate (Danish)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Nicolai Skafte <skafte1990@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): added translation using Weblate (Polish)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: sct <sctsnipe@gmail.com >
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (883 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: costaht <habnertc@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: Core Intel <rideonit@seznam.cz >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: Nicolai Skafte <skafte1990@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
2021-10-08 11:16:48 -04:00
allcontributors[bot]
4f36ca718f
docs: add GoByeBye as a contributor for translation ( #2172 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-10-08 15:06:45 +00:00
TheCatLady
0edb1f452b
fix(api): return queried user's requests instead of own requests ( #2174 )
2021-10-08 23:59:21 +09:00
allcontributors[bot]
63789918c5
docs: add JoKerIsCraZy as a contributor for translation ( #2171 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-10-08 13:43:09 +00:00
TheCatLady
a4dca2356b
feat: display release dates for theatrical, digital, and physical release types ( #1492 )
...
* feat: display release dates for theatrical, digital, and physical release types
* fix(ui): use disc icon for physical release
* style: reformat to make new version of Prettier happy
2021-10-08 13:27:07 +00:00
TheCatLady
50ce198471
fix: apply request overrides iff override & selected servers match ( #2164 )
2021-10-08 13:19:47 +00:00
TheCatLady
a20f395c94
fix(api): use query builder for user requests endpoint ( #2119 )
2021-10-08 13:14:20 +00:00
allcontributors[bot]
cbfe9beb31
docs: add sootylunatic as a contributor for translation ( #2102 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2021-10-08 12:52:40 +00:00
TheCatLady
2333a81cfc
chore(github): update CODEOWNERS to allow collaborators to review/merge all-contributors PRs ( #2165 ) [skip ci]
2021-10-08 21:46:18 +09:00
semantic-release-bot
f1df1caea5
chore(release): 1.26.1
2021-09-20 00:22:06 +00:00
sct
d23c120dc0
Merge branch 'develop'
2021-09-20 09:14:29 +09:00
semantic-release-bot
353efa39d0
chore(release): 1.26.0
2021-09-19 12:15:52 +00:00
sct
21cdf7d113
Merge branch 'develop'
2021-09-19 21:08:16 +09:00
semantic-release-bot
f858f025fe
chore(release): 1.25.0
2021-06-10 10:25:49 +00:00
sct
c92bb134d4
Merge branch 'develop'
2021-06-10 19:18:12 +09:00
semantic-release-bot
7e0e2a92e3
chore(release): 1.24.0
2021-05-05 08:57:48 +00:00
sct
e840489e57
Merge branch 'develop'
2021-05-05 17:50:27 +09:00
sct
800f4668ec
chore: fix gitattributes for images [skip ci]
2021-05-05 17:49:55 +09:00
semantic-release-bot
f2c37babeb
chore(release): 1.23.2
2021-04-21 12:28:28 +00:00
sct
24095eac03
Merge branch 'develop'
2021-04-21 21:20:07 +09:00
semantic-release-bot
8c782e0c93
chore(release): 1.23.1
2021-04-16 14:19:53 +00:00
sct
08ce7f24b8
Merge branch 'develop'
2021-04-16 23:11:54 +09:00
semantic-release-bot
67e794aca4
chore(release): 1.23.0
2021-04-16 12:38:05 +00:00
sct
c9c429d027
Merge branch 'develop'
2021-04-16 21:30:30 +09:00
semantic-release-bot
31ac11f4eb
chore(release): 1.22.0
2021-04-01 06:33:50 +00:00
sct
f072a4e11d
Merge branch 'develop'
2021-04-01 15:27:10 +09:00
semantic-release-bot
b24c23e549
chore(release): 1.21.1
2021-03-15 08:04:26 +00:00
sct
e602e9f758
Merge branch 'develop'
2021-03-15 07:56:33 +00:00
semantic-release-bot
afd46ebee8
chore(release): 1.21.0
2021-03-15 02:00:59 +00:00
sct
be47d1e56c
Merge branch 'develop'
2021-03-15 01:52:10 +00:00
semantic-release-bot
0e612f01f1
chore(release): 1.20.1
2021-02-28 04:10:48 +00:00
sct
cd9d9ae8d2
Merge branch 'develop'
2021-02-28 04:03:43 +00:00
semantic-release-bot
ea2765f8c7
chore(release): 1.20.0
2021-02-23 12:33:56 +00:00
sct
448e7c3a7d
Merge branch 'develop'
2021-02-23 12:26:58 +00:00
sct
6ab3cd77a7
Merge branch 'develop'
2021-02-23 12:09:08 +00:00
semantic-release-bot
3dfbb0e0a5
chore(release): 1.19.1
2021-02-06 05:14:36 +00:00
TheCatLady
726f62b9b6
fix(ui): Fix webhook URL validation regex ( #864 )
2021-02-06 14:08:24 +09:00
sct
81c30347f6
Merge branch 'develop'
2021-02-05 14:15:02 +00:00
semantic-release-bot
a397893217
chore(release): 1.19.0
2021-02-05 10:32:05 +00:00
sct
12c5bbd778
Merge branch 'develop'
2021-02-05 10:25:43 +00:00
sct
06261c1118
ci(snapcraft): remove --unshallow argument from fetch in Prepare step
2021-01-30 06:31:34 +00:00
semantic-release-bot
686fe6fdf8
chore(release): 1.18.0
2021-01-30 06:13:16 +00:00
sct
c80a1fa261
Merge branch 'develop'
2021-01-30 06:06:49 +00:00
semantic-release-bot
6167011ee5
chore(release): 1.17.2
2021-01-20 07:27:33 +00:00
sct
bc399d95a0
Merge branch 'develop'
2021-01-20 07:21:48 +00:00
semantic-release-bot
519dd17d37
chore(release): 1.17.1
2021-01-19 10:24:57 +00:00
sct
0761593411
Merge branch 'develop'
2021-01-19 10:18:51 +00:00
semantic-release-bot
caa45415b1
chore(release): 1.17.0
2021-01-19 07:58:37 +00:00
sct
ed297d9d6c
Merge branch 'develop'
2021-01-19 07:52:47 +00:00
semantic-release-bot
c6486c3643
chore(release): 1.16.0
2021-01-07 09:58:09 +00:00
sct
f9695068a8
Merge branch 'develop'
2021-01-07 09:53:04 +00:00
semantic-release-bot
fd90adba4d
chore(release): 1.15.0
2021-01-04 12:01:25 +00:00
sct
970aa612fe
Merge pull request #570 from sct/release/release-20210104
...
Release
2021-01-04 20:56:34 +09:00
sct
71169944dc
Merge branch 'develop' into release/release-20210104
2021-01-04 11:54:45 +00:00
semantic-release-bot
d77f9eb44e
chore(release): 1.14.1
2021-01-02 08:57:24 +00:00
sct
22f2037ea6
fix(holiday): remove special holiday slider
2021-01-02 08:33:24 +00:00
semantic-release-bot
2cdf755c20
chore(release): 1.14.0
2020-12-25 11:52:44 +00:00
sct
f99ab47c01
Merge branch 'develop'
2020-12-25 20:47:19 +09:00
semantic-release-bot
7e4175ff21
chore(release): 1.13.0
2020-12-23 12:44:01 +00:00
sct
4157432aa7
Merge branch 'develop'
2020-12-23 21:39:00 +09:00
semantic-release-bot
741b2c4e9f
chore(release): 1.12.1
2020-12-22 03:17:58 +00:00
sct
6dbe9ea814
Merge branch 'develop'
2020-12-22 12:12:25 +09:00
semantic-release-bot
96328ab5c6
chore(release): 1.12.0
2020-12-22 02:26:31 +00:00
sct
c31709681a
Merge branch 'develop'
2020-12-22 11:21:19 +09:00
semantic-release-bot
0a3d7c5915
chore(release): 1.11.0
2020-12-20 01:18:39 +00:00
sct
912c63e562
Merge branch 'develop'
2020-12-20 10:12:59 +09:00
semantic-release-bot
077513151e
chore(release): 1.10.0
2020-12-19 04:54:22 +00:00
sct
191f39e8bd
Merge branch 'develop'
2020-12-19 13:49:05 +09:00
semantic-release-bot
048b6c1d90
chore(release): 1.9.1
2020-12-18 16:08:58 +00:00
sct
a6a065ac0b
Merge branch 'develop'
2020-12-19 01:03:48 +09:00
semantic-release-bot
abb0b2d763
chore(release): 1.9.0
2020-12-18 12:05:35 +00:00
sct
d2668d3f49
Merge branch 'develop'
2020-12-18 21:00:48 +09:00
semantic-release-bot
bee6eb288f
chore(release): 1.8.0
2020-12-17 15:54:40 +00:00
sct
3473aed27e
Merge branch 'develop'
2020-12-17 15:49:18 +00:00
semantic-release-bot
a9144a2167
chore(release): 1.7.0
2020-12-17 14:09:58 +00:00
sct
59822d6e42
Merge branch 'develop'
2020-12-17 14:05:24 +00:00
semantic-release-bot
0bd1bee1fa
chore(release): 1.6.0
2020-12-16 05:56:57 +00:00
sct
46326f9d16
Merge branch 'develop'
2020-12-16 05:52:26 +00:00
semantic-release-bot
54b96cc451
chore(release): 1.5.0
2020-12-15 09:05:37 +00:00
sct
7d2a187865
Merge branch 'develop'
2020-12-15 09:00:44 +00:00
semantic-release-bot
17df5dd072
chore(release): 1.4.0
2020-12-15 00:53:05 +00:00
sct
4b48a36ad3
Merge branch 'develop'
2020-12-15 00:48:28 +00:00
semantic-release-bot
16bd3e9fd5
chore(release): 1.3.2
2020-12-14 13:11:15 +00:00
sct
6360c82898
Merge branch 'develop'
2020-12-14 13:06:22 +00:00
semantic-release-bot
f1df9eeb2f
chore(release): 1.3.1
2020-12-14 08:03:51 +00:00
sct
a3973791fb
Merge branch 'develop'
2020-12-14 07:59:18 +00:00
semantic-release-bot
157ab80be1
chore(release): 1.3.0
2020-12-14 05:32:31 +00:00
sct
ac0f95b773
Merge branch 'develop'
2020-12-14 05:27:01 +00:00
semantic-release-bot
45ebfb937e
chore(release): 1.2.0
2020-12-11 22:55:12 +00:00
sct
85325cda7f
Merge branch 'develop'
2020-12-11 22:50:33 +00:00
semantic-release-bot
5fc02d0d94
chore(release): 1.1.0
2020-12-08 08:21:58 +00:00
sct
16902f85fb
Merge branch 'develop'
2020-12-08 08:16:24 +00:00
semantic-release-bot
17b5a0bf9c
chore(release): 1.0.0
2020-12-06 01:58:28 +00:00