SeDemal
6a5836f096
fix: avatar host default address on not found ( #2027 )
...
feat: updated to use libravatar
2024-04-29 22:19:41 +02:00
SeDemal
7dffe393ab
fix: Modals titles nested headers and header nested buttons errors ( #2019 )
2024-04-20 18:43:46 +02:00
Janik Brüll
2b92c98975
✨ Add Tdarr integration and widget ( #1882 )
2024-04-18 23:01:20 +02:00
Krishna Muppaneni
8f78184323
Fix ping indicators floating above header in board customization page ( #1998 )
...
🐛 fix indicators floating above header
2024-04-05 14:57:33 +02:00
Julian
f861eb4bd9
🐛 Added playsInline to VideoBackground ( #1996 )
...
Co-authored-by: spkesDE <spkes@spkes.de >
2024-04-04 18:30:47 +02:00
Dylan Slattery
06772713ce
feat: add Proxmox integration/widget ( #1903 )
2024-03-23 16:19:38 +01:00
Manuel
5f8b96704b
fix : #1976 lower debounce time ( #1979 )
2024-03-23 16:18:02 +01:00
Tagaishi
81e51d2877
feat: Apply translation automation from select option to multi-select option ( #1963 )
2024-03-15 13:51:25 +01:00
Meier Lukas
4fa51821ef
Fix: dead links ( #1955 )
...
* Fix dead link on manage page
* Fix: dead link for edit mode toggle
2024-03-13 17:45:41 +01:00
Tagaishi
0906420584
feat: Mention Emby on Jellyfin integration ( #1917 )
2024-03-09 16:52:47 +01:00
Yossi Hillali
b51fcdb342
Add OMV integration / widget ( #1879 )
...
feat: Add health monitoring widget (OMV)
OpenMediaVault as first supported integration.
2024-02-27 20:44:52 +01:00
Rikpat
9a8ea9e1fe
feat: add ldap and oidc support ( #1497 )
...
Co-authored-by: Thomas Camlong <49837342+ajnart@users.noreply.github.com >
Co-authored-by: Tagaishi <Tagaishi@hotmail.ch >
2024-02-09 22:57:00 +01:00
Yossi Hillali
5d113ea280
Indexer manager ( #1807 )
...
* indexer manager widget
Co-authored-by: Tagaishi <Tagaishi@hotmail.ch >
2024-02-09 22:35:56 +01:00
Tagaishi
02249d20c2
fix: add check for already existing name upon creating board ( #1887 )
2024-02-09 22:30:03 +01:00
Manuel
6fdf1dfaa8
feat: #1835 copy apps ( #1854 )
2024-01-28 21:15:08 +01:00
Julian
4da75134ed
feat: add video background support ( #1839 )
2024-01-25 17:45:26 +01:00
Manuel
5bae5bf04d
refactor: optimize imports ( #1822 )
2024-01-15 17:16:13 +01:00
Manuel
c701f723cf
feature: add trpc openapi ( #1818 )
2024-01-14 22:20:51 +01:00
Manuel
c7992260f0
feature: board operations ( #1800 )
2024-01-13 22:52:44 +01:00
Stefan Buys
a99555c1d0
Fixes documentation links
2024-01-07 08:18:13 +02: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
Manuel
553fa98e61
✨ #1616 better user management ( #1748 )
2023-12-20 10:18:24 +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
Tagaishi
51e96c0ccf
✨ Use gravatar with user email ( #1688 )
...
* ✨ Use gravatar with user email
2023-12-07 18:15:07 +01:00
Manuel
312e2c8297
✨ #698 homeassistant widget ( #1658 )
2023-11-23 21:44:05 +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
a0efd01d43
🐛 Error object not compatible with json parsing of gssp
2023-11-14 20:42:17 +01:00
Thomas Camlong
c6b945775a
Merge pull request #1622 from Tagaishi/overseerr-link-in-search-fix
2023-11-14 20:04:55 +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
Benjamin
f3d24a62f5
fixed a bug that displayed a "," after the last item
2023-11-12 13:39:14 +00:00
Manuel
27037c6f50
✨ Image properties customization ( #1590 )
2023-11-12 13:37:32 +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
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
2f15fe68d0
🐛 Remove opacity from credits button
2023-11-05 17:52:40 +01:00
Tagaishi
4f0be52fe9
✨ Notebook Add Advanced Controls ( #1452 )
...
* 💄 Reduce notebook widget min width to fit sidebar
* ✨ Highlight and text align controls
* ✨ Notebook Image support
* ✨ Notebook text coloring support
* ✨ Notebook Image resize support
* ✨ Notebook Advanced Highlight and Text Coloring
* ✨ TaskList and lists indentations (not finished)
* ⬆️ Updated tiptap components to 2.1.12
* 🐛 notebook content not updating
* ✨ Cancel Edit function + 🐛 onReadOnlyCheck bug fix
* ✨ Notebook Table
* 🚧 Tweaks
* 🌐 Added Translations
* 🐛 Fix notebook table column resize
* 🌐 Replace common translations
* ✨ Notebook Underline, default text change
2023-11-03 21:14:29 +01:00
ajnart
173db1876d
Add add app event
2023-11-01 12:00:56 +01:00
ajnart
58e57492e2
✨ Completely rework the about page
2023-11-01 02:53:39 +01:00
ajnart
6f12863863
Merge branch 'dev' into about-page
2023-10-31 23:48:37 +01:00
ajnart
ea8c8ffee2
🚧 WIP on about page
2023-10-31 23:48:24 +01:00
Thomas Camlong
bb76d51655
🐛 fix crossOrigin spelling
2023-10-31 09:55:23 +01:00
Thomas Camlong
41512fccb5
Merge pull request #1432 from Tagaishi/common-troubleshoot-and-auto-handling
2023-10-31 09:17:46 +01:00