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
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