ajnart
805ada7af0
Remove unnecessary Content-Type header and handle error response
2024-01-05 13:59:28 +01:00
Manuel
e208693806
refactor: improve torrent table design ( #1786 )
2024-01-03 21:54:42 +01:00
ajnart
a68f8424f5
Update tests
2023-12-31 12:07:39 +01:00
Thomas Camlong
745adb3a95
Merge branch 'dev' into docker-onboarding-fix
2023-12-31 11:42:56 +01:00
ajnart
c83b04dfc0
Refactor Docker integration in board page
2023-12-31 11:25:21 +01:00
Manuel
108803ae2a
fix: outdated config schema ( #1769 )
2023-12-30 21:54:48 +01:00
Thomas Camlong
082077ec9d
feat: import to docker form board, docker button on boards ( #1714 )
2023-12-30 20:11:38 +01:00
Tagaishi
e13a4afdde
feat: remove location based timezone resolving ( #1680 )
2023-12-30 20:09:17 +01:00
ajnart
f20c209c94
Address PR comments
2023-12-29 17:59:19 +01:00
Thomas Camlong
f9c9f23b0c
Update overseerr.ts
2023-12-29 17:57:32 +01:00
Manuel
b6b697cabd
fix: umlaute in RSS ( #1755 )
2023-12-29 10:55:59 +01:00
Manuel
553fa98e61
✨ #1616 better user management ( #1748 )
2023-12-20 10:18:24 +01:00
gleb
199b711324
Updated entityStateSchema to handle nullables ( #1744 )
...
Co-authored-by: Gleb Fomichev <gleb.fomichev@softswiss.com >
2023-12-17 18:06:51 +01:00
Tagaishi
976634a908
⚡ ️ Improve code in manage layout page ( #1681 )
...
Co-authored-by: Thomas Camlong <ajnart@users.noreply.github.com >
2023-12-07 18:30:49 +01:00
Someone
217020154b
feat: add filter and sorting functionality to torrents table
2023-12-07 18:28:28 +01:00
Tagaishi
51e96c0ccf
✨ Use gravatar with user email ( #1688 )
...
* ✨ Use gravatar with user email
2023-12-07 18:15:07 +01:00
Thomas Camlong
d6af6af0b6
🐛 About page and manage user pages not translated ( #1724 )
2023-12-07 18:14:10 +01:00
Thomas Camlong
deee511f86
Fix unused function and enable user count check in
...
getServerSideProps
2023-12-02 12:41:07 +01:00
Thomas Camlong
48ca5352c9
Add client side reload of the config with the newly added apps
2023-11-27 00:14:41 +01:00
Thomas Camlong
e2da8338e0
🚧 WIP on adding docker containers to boards
2023-11-26 23:24:03 +01:00
Jefferson J. Raimon
9bdd6a442e
Update acceptableStatusCodes.ts
...
add 202 code
2023-11-25 16:28:21 -03:00
Manuel
dfcb899013
✨ Stale time for entity state ( #1702 )
2023-11-23 22:21:34 +01:00
Manuel
312e2c8297
✨ #698 homeassistant widget ( #1658 )
2023-11-23 21:44:05 +01:00
Tagaishi
5a8a378a2e
🐛 Affix overlapping custom CSS box ( #1687 )
2023-11-21 18:34:01 +01:00
ajnart
c88cd3c05e
🚧 WIP on docker import feature
2023-11-20 13:37:58 +01:00
ajnart
669d311b0c
🚧 WIP on Docker import group
2023-11-17 15:34:14 +01:00
Thomas Camlong
228c51299b
Merge pull request #1651 from ajnart/fix-notebook-settings-overlapped
2023-11-15 20:54:40 +01:00
Thomas Camlong
57975f3030
Merge pull request #1652 from ajnart/fix-edit-mode-notification-link
...
🐛 Link to definition of screen sized for edit mode notification wrong
2023-11-15 09:08:57 +01:00
No-Maines-Land
a30d6f6f7b
Update GeneralTab.tsx
2023-11-15 01:03:38 -05:00
Meier Lukas
f7ab929bcb
🐛 Link to definition of screen sized for edit mode notification wrong
2023-11-15 06:44:07 +01:00
Meier Lukas
21dcde44a1
🐛 Notebook edit button placed above edit mode settings
2023-11-15 06:39:40 +01:00
ajnart
687c7587df
♻️ Remove the checks for mounts
2023-11-14 21:11:41 +01:00
ajnart
6484ed5976
add country again
2023-11-14 21:10:04 +01:00
Meier Lukas
7634062a85
🐛 Error object not compatible with json parsing of gssp
2023-11-14 20:43:59 +01:00
Thomas Camlong
c6b945775a
Merge pull request #1622 from Tagaishi/overseerr-link-in-search-fix
2023-11-14 20:04:55 +01:00
Thomas Camlong
6e6f435abc
Merge pull request #1629 from ajnart/ssr/optimize
2023-11-14 20:04:25 +01:00
Tagaishi
de344ccea9
🐛 Remove notebook edit button for non admins ( #1634 )
...
* 🐛 Remove permission to modify text to non admins
* 🐛 notebook read only checks admin only
Fixed by @Tagaishi
2023-11-14 20:02:24 +01:00
ajnart
5a563b3875
✨ Improve boards page, show if Public/Restricted
2023-11-13 20:28:31 +01:00
Tagaishi
a1e8ffc367
🐛 Logo header size fix ( #1625 )
2023-11-13 20:07:00 +01:00
Thomas Camlong
811d940f2b
🐳 Fix issues with dockerfile ( #1611 )
...
* Add `wait $PID` to be able to send SIG_ABORT
* Move to docker `entrypoint`
* Change default NEXTAUTH_URL
* Add `VOLUME` instruction
* corrected a typo
* 🐳 Fix docker TCP not working
Fixes Lost docker connection via TCP with 0.14.0 update #1577
* 🚧 Improve dockerfile and start script and fix permission issue by adding new user with permission to read / write to /data folder
* 🐛 Cleanup changes, Local db:migrate script not working, CI failed
* ✨ Image properties customization (#1590 )
* 🌐 New Crowdin updates (#1572 )
* ✨ Add notice page for readonly db
* Misc docker changes
* 🐳 Add `homarr` as `USER`
* 🐛 Unable to use user homarr because db.sqlite file is already owned by root
---------
Co-authored-by: Lumilias <10852161+Lumilias@users.noreply.github.com >
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
Co-authored-by: Manuel <30572287+manuel-rw@users.noreply.github.com >
Co-authored-by: Manuel <manuel.ruwe@bluewin.ch >
2023-11-13 20:04:44 +01:00
Tagaishi
d2441ba86a
🐛 Overseerr link in search not working fix
2023-11-13 13:21:49 +01:00
ajnart
102bd5deee
⚗️ Try to drastically reduce page load time
...
by using TRPC server-side helpers :
https://trpc.io/docs/client/nextjs/server-side-helpers
2023-11-12 17:24:25 +01:00
Benjamin
f3d24a62f5
fixed a bug that displayed a "," after the last item
2023-11-12 13:39:14 +00:00
Manuel
30378d299e
fix: customize page crashing for invalid board ( #1610 )
2023-11-12 14:20:48 +01:00
Manuel
27037c6f50
✨ Image properties customization ( #1590 )
2023-11-12 13:37:32 +01:00
Thomas Camlong
e900a7b07e
🐳 Improve dockerfile and start script and fix permission issue #1602
2023-11-12 13:37:01 +01:00
ajnart
173727c155
🐳 Fix docker TCP not working
...
Fixes Lost docker connection via TCP with 0.14.0 update #1577
2023-11-12 13:35:57 +01:00
Meier Lukas
2a1f73345c
🚧 Improve dockerfile and start script and fix permission issue by adding new user with permission to read / write to /data folder
2023-11-12 01:02:26 +01:00
Meier Lukas
e9aef74815
🐛 Placeholder width stretches out of screen ( #1587 )
2023-11-11 16:49:35 +01:00
Manuel
b146a7e1e2
🐛 Allow anonymous condition for default board ( #1588 )
2023-11-11 16:47:21 +01:00