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
Thomas Camlong
f4e737b4a1
Merge pull request #1654 from ajnart/add-licence-field-to-migration-package-json
...
🐛 Migrate package.json has no license field
2023-11-15 09:08:26 +01:00
Tagaishi
a933406ef8
Merge pull request #1655 from No-Maines-Land/patch-1
...
Update GeneralTab.tsx
2023-11-15 08:40:46 +01:00
No-Maines-Land
a30d6f6f7b
Update GeneralTab.tsx
2023-11-15 01:03:38 -05:00
Meier Lukas
34074b1c92
🐛 Migrate package.json has no license field
2023-11-15 06:48:23 +01: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
Thomas Camlong
221c13d92f
Merge pull request #1639 from ajnart/fix-flags
2023-11-14 21:16:23 +01:00
Thomas Camlong
4486d4b49d
Merge branch 'dev' into fix-flags
2023-11-14 21:15:00 +01:00
Thomas Camlong
1ee17463c2
Merge pull request #1637 from ajnart/error-serialization-gssp
2023-11-14 21:13:25 +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
8ee28767fc
🐛 Fix build issue
2023-11-14 21:06:07 +01:00
Meier Lukas
a2cfe8391e
Remove mount check do to automatic mounting with Volume in Dockerfile
2023-11-14 20:58:08 +01:00
Meier Lukas
de2a632a4e
🐛 Failed to stage
2023-11-14 20:52:22 +01:00
Meier Lukas
f06dff7bb7
🐛 Add production environment check before checking mountpoint
2023-11-14 20:52:05 +01:00
Meier Lukas
7634062a85
🐛 Error object not compatible with json parsing of gssp
2023-11-14 20:43:59 +01:00
Meier Lukas
a0efd01d43
🐛 Error object not compatible with json parsing of gssp
2023-11-14 20:42:17 +01:00
Thomas Camlong
c9d1a12299
🐛 Copy default.json if it doesn't exist ( #1636 )
2023-11-14 20:31:39 +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
Thomas Camlong
12d531c258
New Crowdin updates ( #1614 )
2023-11-14 20:04:13 +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
Meier Lukas
b05152abb1
🐛 File busy with node > 20.3 ( #1630 )
2023-11-13 21:48:29 +01:00
ajnart
d2e7615345
🧪 Fix tests
2023-11-13 21:45:21 +01:00
Meier Lukas
404d73ebf7
🔖 Bumb version to 1.14.1 ( #1627 )
2023-11-13 20:50:35 +01:00
ajnart
5a563b3875
✨ Improve boards page, show if Public/Restricted
2023-11-13 20:28:31 +01:00
ajnart
e3e890f0a1
Update crowdin data
2023-11-13 20:20:35 +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
Thomas Camlong
a3ca74ab46
Merge pull request #1613 from benniblot/dev
2023-11-12 19:01:01 +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
Someone
3edd2b8ea2
Fixed typo ( #1612 )
...
The image is not repeated any may not fill the entire space (recommended) =>
The image is not repeated and may not fill the entire space (recommended)
2023-11-12 14:21:17 +01:00
Manuel
30378d299e
fix: customize page crashing for invalid board ( #1610 )
2023-11-12 14:20:48 +01:00
Thomas Camlong
0437b63870
🌐 New Crowdin updates ( #1572 )
2023-11-12 13:37:54 +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
Thomas Camlong
c7b25ce21e
Merge pull request #1603 from Lumilias/dev
2023-11-12 13:02:33 +01:00
Meier Lukas
d7cdd6a30b
🐛 Cleanup changes, Local db:migrate script not working, CI failed
2023-11-12 11:20:22 +01:00
Lumilias
e1b4d76133
corrected a typo
2023-11-11 18:55:58 -06: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
Meier Lukas
6753eeb822
🐛 Add rm commands before move command ( #1586 )
2023-11-11 15:34:30 +01:00