Manuel
257603a7ce
feat: piped log
2023-11-18 19:04:22 +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
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
Meier Lukas
351aa47e47
🐛 Logo has no height and object-fit is not contain #1581 ( #1584 )
2023-11-11 15:34:50 +01:00
ajnart
fe0042d466
🔥 Remove experimental header
2023-11-10 22:37:15 +01:00
Manuel
786e6cae9b
⚰️ Update dead path ( #1570 )
2023-11-10 22:22:39 +01:00
ajnart
9d7a5abfd5
🔥 Remove experimental header
2023-11-10 21:52:19 +01:00
Thomas Camlong
545749a057
🐛 Refactor DateTile component to use API timezone ( #1563 )
...
and remove unused hook
2023-11-09 20:25:32 +01:00
Thomas Camlong
4316ffb27f
✨ Add scrollbar-gutter property to global styles ( #1562 )
2023-11-09 20:24:51 +01:00
Manuel
82c79c6591
🚑 Middleware crash ( #1567 )
2023-11-09 20:23:53 +01:00
ajnart
694acafe21
🔥 Remove unused language country property
2023-11-09 03:28:17 +01:00
ajnart
886a48cd75
🔥 Refactor language list in language.ts
2023-11-09 03:28:02 +01:00
ajnart
a36813da39
Refactor middleware.ts by removing 'process'
2023-11-08 20:41:36 +01:00
ajnart
ce30bffb6a
⚰️ Remove unused translations files and packages
2023-11-08 20:41:09 +01:00
ajnart
3c4f5efa05
🔇 Remove unnecessary console logs
2023-11-07 17:06:38 +01:00
Tagaishi
7f851fdd10
Merge pull request #1554 from InterN0te/dev-addRatio
...
Add Torrents ratio in Torrents Queue Widget
2023-11-07 12:36:43 +01:00
Someone
314ccc7a23
Fix info for displayRatioWithFilter switch
2023-11-07 12:15:56 +01:00
Someone
bb92c564d6
Format code with VSC
2023-11-07 12:08:24 +01:00
Someone
ff582e5dcb
More readable code
...
Co-authored-by: Tagaishi <Tagaishi@hotmail.ch >
2023-11-07 11:46:32 +01:00
Thomas Camlong
d63b6d8ea8
Merge pull request #1539 from ajnart/about-page
...
Turn about modal into a static page
2023-11-07 09:57:25 +01:00
ajnart
504a290f67
💡 Add title to About page
2023-11-07 09:55:29 +01:00
Tagaishi
cd4dfb1707
🐛 Media Request wrapping fix with line clamp
2023-11-06 06:13:35 +01:00
Tagaishi
f76c9f1d68
Merge pull request #1553 from InterN0te/patch-1
...
Use dynamic conversion for Torrent DownloadSpeed and UploadSpeed
2023-11-06 04:13:01 +01:00
Tagaishi
5dcdeab21c
Merge pull request #1534 from InterN0te/master-showActiveTorrent
...
Add an option to show active torrents when completed torrents are hidden in Torrent Queue widget
2023-11-06 04:11:34 +01:00
Someone
17871f62f5
Fixed test
...
Export getTorrentsRatio function to be called in test
2023-11-06 02:38:52 +01:00
Someone
7a81742a19
Remove test from other PR
2023-11-06 02:34:45 +01:00
Someone
69d1e4e491
Add Calcul ratio test
2023-11-06 02:28:07 +01:00
Someone
c8dc3abab6
Rename fonction to more explicite name
2023-11-06 01:54:55 +01:00
Someone
37191b971b
Used label filter only if necessary
2023-11-06 00:18:24 +00:00
Someone
8495d5b165
Added global ratio (only selected labels) and filtered torrents list ratio
2023-11-06 00:15:20 +00:00