Manuel
dfcb899013
✨ Stale time for entity state ( #1702 )
2023-11-23 22:21:34 +01:00
Manuel
5522abdfb6
🔖 Increase version ( #1699 )
2023-11-23 21:46:51 +01:00
Manuel
312e2c8297
✨ #698 homeassistant widget ( #1658 )
2023-11-23 21:44:05 +01:00
Thomas Camlong
7f46fafbb9
🌐 New Crowdin updates ( #1692 )
2023-11-23 21:43:18 +01:00
Tagaishi
5a8a378a2e
🐛 Affix overlapping custom CSS box ( #1687 )
2023-11-21 18:34:01 +01:00
Thomas Camlong
fe63c03372
🌐 New Crowdin updates ( #1682 )
2023-11-21 18:33:18 +01:00
Meier Lukas
eadfa4a10f
✨ Add support for installation in address bar ( #1675 )
2023-11-18 22:11:29 +01:00
Thomas Camlong
5aefd0962f
New Crowdin updates ( #1641 )
2023-11-18 15:43:46 +01:00
tuxsudo
da7c111438
Allow custom nextauth port ( #1663 )
2023-11-18 15:42:47 +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
Thomas Camlong
82b292fce1
Merge pull request #1575 from ajnart/master
2023-11-10 23:40:14 +01:00
ajnart
2b3a4393f3
💚 Fix CI
2023-11-10 23:20:07 +01:00
ajnart
2f660dd992
💚 Fix CI
2023-11-10 23:18:57 +01:00
Thomas Camlong
a3e7491d05
Merge pull request #1505 from ajnart/dev
...
Co-authored-by: Thomas Camlong <thomascamlong@gmail.com >
Co-authored-by: Tagaishi <Tagaishi@hotmail.ch >
Co-authored-by: Manuel <manuel.ruwe@bluewin.ch >
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
Co-authored-by: Manuel <30572287+manuel-rw@users.noreply.github.com >
Co-authored-by: Tobias Stadler <28538704+devtobi@users.noreply.github.com >
Co-authored-by: Henry Skrtich <1214484+hskrtich@users.noreply.github.com >
Co-authored-by: AuthorShin <a.saneie@yahoo.com >
Co-authored-by: Diogo Valentim <diogovalentte10@gmail.com >
Co-authored-by: Someone <10882916+InterN0te@users.noreply.github.com >
Co-authored-by: Spillebulle <46653946+Spillebulle@users.noreply.github.com >
Co-authored-by: Justijn Depover <justijndepover@gmail.com >
Fix locale for calendar and clock (#1330 )
fix (#1375 )
close modal on click when opened (#1396 )
fix (#1401 )
fix: stop triming traling slashes (#1435 )
fixes #777
fix: trim media server url (#1438 )
Fix miscellaneous console errors (#1418 )
fixes (#1419 )
Fix tiptap url CVE (#1459 )
Fix allow guest issue (#1472 )
Fix the leading slash when adding container via docker (#1478 )
2023-11-10 23:06:14 +01:00
Manuel
d7f785b374
config: update dockerfile path ( #1571 )
2023-11-10 22:43:22 +01:00
ajnart
fe0042d466
🔥 Remove experimental header
2023-11-10 22:37:15 +01:00
ajnart
30f3897a80
🔧 Change default config colors
2023-11-10 22:23:06 +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
45b9caf231
New Crowdin updates ( #1569 )
2023-11-10 21:23:07 +01:00
Thomas Camlong
04bf4914e7
Merge pull request #1568 from ajnart/feat/new-default-board
2023-11-10 21:20:02 +01:00
Manuel
a0eb68782a
feat: new default board
2023-11-09 21:27:23 +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
Thomas Camlong
704ae1cbe4
🌐 New Crowdin updates ( #1551 )
2023-11-09 20:24:27 +01:00
Manuel
82c79c6591
🚑 Middleware crash ( #1567 )
2023-11-09 20:23:53 +01:00
ajnart
67eaada59b
📦 Rollback TS
2023-11-09 19:42:47 +01:00
ajnart
1984baf041
📦 Rollback TS
2023-11-09 19:40:41 +01:00
ajnart
3cdb1c3253
📦 Rollback TS
2023-11-09 19:36:25 +01:00
ajnart
50b21667bb
👷 Update CI
2023-11-09 18:11:29 +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
4b350125c3
🔧 Change vscode config files
2023-11-09 03:27:13 +01:00
ajnart
c5409e726d
📦 Update yarn lockfile
2023-11-09 03:14:40 +01:00
Thomas Camlong
a95e773cb0
Merge pull request #1565 from ajnart/remove-unused
2023-11-09 03:10:27 +01:00
ajnart
1bf45b22f3
📌 Update TypeScript version to 5.2.2 in package.json
...
and yarn.lock
2023-11-08 20:51:40 +01:00
ajnart
231507dd76
re-launch ci
2023-11-08 20:46:43 +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
Thomas Camlong
080eb1b369
Merge pull request #1560 from ajnart/re-onboard-renovate
...
🔧 Remove Renovate configuration from package.json
2023-11-07 17:28:50 +01:00
ajnart
20584d0a98
🔧 Remove Renovate configuration from package.json
2023-11-07 17:28:19 +01:00
Thomas Camlong
6dd0570b2d
Merge pull request #1559 from ajnart/remove-annoying-prints
...
🔇 Remove unnecessary console logs
2023-11-07 17:07:48 +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
df2d7bebab
Fix bad English
...
Co-authored-by: Tagaishi <Tagaishi@hotmail.ch >
2023-11-07 11:48:51 +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
8ad2111e45
Add i18n-ally settings for React-i18next
2023-11-07 09:55:49 +01:00
ajnart
504a290f67
💡 Add title to About page
2023-11-07 09:55:29 +01:00
Tagaishi
b23c2c1933
Merge pull request #1556 from Tagaishi/media-request-wrapping-fix
...
🐛 Media Request wrapping fix with line clamp
2023-11-07 05:52:23 +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
8abec93aad
Update torrents-status.json
...
Fix label and description
2023-11-06 01:51: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
ajnart
2f15fe68d0
🐛 Remove opacity from credits button
2023-11-05 17:52:40 +01:00
Someone
2d28ecc990
Use dynamic unit for Torrent DownloadSpeed and UploadSpeed
...
Use humanFileSize to display Torrent DownloadSpeed and UploadSpeed
2023-11-05 17:39:37 +01:00
Someone
390d4e7522
Switch speedLimitOfActiveTorrents to camel case
2023-11-03 21:05:16 +00:00
Someone
f07d5f798c
Revert "Switch to CamelCase for DisplayActiveTorrents var"
...
This reverts commit c6c2dbd061 .
Revert : Wrong case used
2023-11-03 21:02:45 +00:00
Someone
c6c2dbd061
Switch to CamelCase for DisplayActiveTorrents var
2023-11-03 20:41:54 +00:00
Thomas Camlong
f4a4b3c252
🌐 New Crowdin updates ( #1531 )
2023-11-03 21:15:08 +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
Tagaishi
5eb4365a59
✨ Auto handle sonarr and radarr API differences ( #1548 )
2023-11-03 21:07:37 +01:00
Justijn Depover
388a856a42
Update default.json with typo ( #1547 )
2023-11-03 20:57:53 +01:00
Tagaishi
832276e80e
Revert "Fix torrent speeds unit"
...
This reverts commit b60be13ab9 .
2023-11-02 11:35:17 +01:00
Someone
b60be13ab9
Fix torrent speeds unit
2023-11-02 10:41:42 +01:00
Tagaishi
521d47f41c
Merge pull request #1546 from Spillebulle/Spillebulle
...
Fixed Typos
2023-11-02 10:23:58 +01:00
Spillebulle
ce6cefdc1d
Update general.json
...
Reverted Swedish changes
2023-11-02 10:11:01 +01:00
Someone
982bb557a3
Renamed option "Display active torrents"
...
Removed change in public/locales/fr/modules/torrents-status.json
2023-11-02 08:44:46 +00:00
Spillebulle
c37c5f9347
Fixed Typos
2023-11-02 07:37:44 +01:00
Thomas Camlong
6428944908
Merge pull request #1509 from diogovalentte/dev
...
feat: add support for default ports on http(s) protocols on download.ts
2023-11-01 23:12:16 +01:00
Thomas Camlong
242c1b9410
Merge pull request #1545 from ajnart/add-czech
...
Add-czech
2023-11-01 23:11:29 +01:00
ajnart
6ca364dc95
🔧 Update crowdin.yml config file
2023-11-01 23:10:47 +01:00
ajnart
90800e539d
🌐 Add Czech
2023-11-01 23:10:28 +01:00
Thomas Camlong
5c8155b0d7
Merge pull request #1541 from InterN0te/dev-fixTorrentSpeed-Mb-MB
...
Fix Mb/s / MB/s conversion error in torrents speed
2023-11-01 22:59:41 +01:00
Someone
04e8c03482
Update TorrentQueueItem.tsx
2023-11-01 13:46:08 +01:00
ajnart
173db1876d
Add add app event
2023-11-01 12:00:56 +01:00
ajnart
67a81a97db
🐛 Fix locales
2023-11-01 03:28:41 +01:00
ajnart
58e57492e2
✨ Completely rework the about page
2023-11-01 02:53:39 +01:00
Someone
33fa6cfafe
Fixed torrent upload speed comparison to consider it active
...
Torrent.uploadSpeed is already in Bytes/s, no need to multiple SpeedLimitOfActiveTorrents by 8
See PR #1273 and Issue #488
2023-11-01 00:25:56 +00:00
Someone
534318f74c
Update en/.../torrents-status.json
...
Fix English unit for Megabytes per second
2023-11-01 01:11:12 +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
Manuel
e991bcd394
🐛 Access callback conditions ( #1536 )
2023-10-31 19:04:59 +01:00
Someone
b135063f5e
Add option to set uploadspeed limit to consider torrents as active
2023-10-31 15:31:08 +00:00
Someone
ae11d5d84f
Update TorrentTile.spec.ts to fix test
2023-10-31 15:44:10 +01:00
Someone
2c019e12d6
Add an option to show active torrents when
...
completed torrents are hidden
2023-10-31 11:23:26 +00:00
Thomas Camlong
780bfd6292
🐛 Use session lanugage instead of locale for crowdin live-translate
2023-10-31 10:32:55 +01:00
Thomas Camlong
f776630b09
🐛 Use session lanugage instead of locale for crowdin live-translate
2023-10-31 10:21:24 +01:00
Thomas Camlong
493711cf7b
🐛 Remove emoji field in language.ts
2023-10-31 10:00:53 +01:00
Thomas Camlong
bb76d51655
🐛 fix crossOrigin spelling
2023-10-31 09:55:23 +01:00
Thomas Camlong
9c7cdaff39
Merge pull request #1526 from ajnart/crowdin-live-translate
2023-10-31 09:51:43 +01:00
Thomas Camlong
dca6d3363f
Merge branch 'dev' into crowdin-live-translate
2023-10-31 09:18:57 +01:00
Thomas Camlong
41512fccb5
Merge pull request #1432 from Tagaishi/common-troubleshoot-and-auto-handling
2023-10-31 09:17:46 +01:00
Thomas Camlong
70355b2193
Merge pull request #1528 from ajnart/crossorigin/auth
2023-10-31 09:16:19 +01:00
Thomas Camlong
0b2408ae09
Merge pull request #1518 from ajnart/add-chinese-traditional
2023-10-31 09:14:26 +01:00
Thomas Camlong
3d90a8b44b
🌐 Update Chinese language mappings
2023-10-31 09:14:02 +01:00
Thomas Camlong
fc969e5042
New Crowdin updates ( #1529 )
...
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00
Thomas Camlong
4a47009aec
Update CommonHead.tsx with crossorigin="use-credentials"
2023-10-31 01:00:15 +01:00
Thomas Camlong
1ad761f217
🌐 Update Chinese language mappings
2023-10-31 00:52:44 +01:00
Thomas Camlong
0da6112913
Merge pull request #1527 from ajnart/revert-1519-feature/local-weather-fetch
2023-10-31 00:32:13 +01:00
Thomas Camlong
66f0368183
Revert " ✨ Fetch the weather using a local request instead of a server-side one"
2023-10-31 00:31:59 +01:00
Thomas Camlong
53ef4a0579
✨ Add crowdin live-translate feature!
2023-10-31 00:21:01 +01:00
Thomas Camlong
181193bdf8
Merge pull request #1525 from ajnart/update-crowdin
...
Fix crowdin links
2023-10-30 21:57:14 +01:00
Thomas Camlong
925fbd8ad3
🚨 Fix compilation errors
2023-10-30 21:46:20 +01:00
Thomas Camlong
dda5b66a98
Fix crowdin links
2023-10-30 20:28:39 +01:00
Thomas Camlong
9a2268bac6
Merge pull request #1521 from ajnart/cleanup/remove-docker
...
⚰️ Remove docker on index page
2023-10-30 20:02:39 +01:00
Thomas Camlong
9e2876c638
Merge pull request #1522 from ajnart/1504-allow-image-caching-using-nextimage
...
Fix walks repo using github
2023-10-30 20:02:15 +01:00
Thomas Camlong
b7bd877629
Merge pull request #1520 from ajnart/fix-walkx/jsdelivr
...
🐛 Fix walks repository not up to date
2023-10-30 20:01:37 +01:00
Thomas Camlong
a2e562a675
Update src/tools/server/images/github-icons-repository.ts
2023-10-30 20:00:36 +01:00
Tagaishi
503b5b0b35
💄 Moved button 💬 Added troubleshoot steps
2023-10-30 19:57:44 +01:00
Thomas Camlong
3d6fa44897
Merge pull request #1519 from ajnart/feature/local-weather-fetch
...
✨ Fetch the weather using a local request instead of a server-side one
2023-10-30 19:56:49 +01:00
Thomas Camlong
a957db7def
⚰️ Remove docker on index page
2023-10-30 18:55:45 +01:00
Tagaishi
2ad693a498
Merge branch 'dev' of https://github.com/ajnart/homarr into common-troubleshoot-and-auto-handling
2023-10-30 18:55:05 +01:00
Thomas Camlong
6273af503b
🐛 Fix walks repository not up to date
2023-10-30 16:24:48 +01:00
Thomas Camlong
92ffce1b3b
🐛 Fix walks repository not up to date
2023-10-30 16:19:17 +01:00
Thomas Camlong
7ba9065fb7
✨ Fetch the weather using a local request instead of a server-side one
...
This allows for request caching on the disk using node's fetch
2023-10-30 15:15:33 +01:00
Thomas Camlong
2e481e2103
🐛 await for GeoTz in timezone finder
2023-10-30 15:04:21 +01:00
Thomas Camlong
2c4560d13a
Add Chinese traditional as zh-tw
2023-10-30 13:58:37 +01:00
Thomas Camlong
9d334e23c8
🐛 Fix RSS widget description
2023-10-30 13:57:40 +01:00
Thomas Camlong
4aa09b7e95
🐛 Fix unknown country in tRPC citySchema
2023-10-30 13:57:09 +01:00
Thomas Camlong
4d716bbcaf
Merge pull request #1517 from Tagaishi/clock-timezone-named-offset-fix
...
🐛 Clock fix timezone named offset format for dayjs
2023-10-30 13:22:38 +01:00
Tagaishi
d97850aaad
🐛 Clock fix timezone named offset format for dayjs
2023-10-30 03:07:38 +01:00
Tagaishi
ac3c088492
🐛 adguard removed max test on process time ( #1512 )
2023-10-28 20:01:14 +02:00
Manuel
5b3a236194
✨ Add 401 page ( #1508 )
2023-10-27 23:10:42 +02:00
ajnart
4072ebc5a5
Header in manage layout redirects to /b/ now
2023-10-27 15:53:35 +02:00
Diogo Valentim
3a5cfc6585
feat: add support for default ports on http(s) protocols on downloads.ts
2023-10-26 22:29:03 -03:00
ajnart
6e250d6f34
🐛 Fix password strenght meter dissapearing
2023-10-26 13:44:30 +02:00
ajnart
dff3ba5397
🐛 Add wget to docker image for healthcheck
2023-10-26 13:13:25 +02:00
Thomas Camlong
171be4b767
Merge pull request #1494 from ajnart/add-umami
...
Add-umami
2023-10-26 12:41:06 +02:00
Thomas Camlong
a9144a9340
Merge branch 'dev' into add-umami
2023-10-26 12:40:46 +02:00
ajnart
70f130569b
✅ Update tests
2023-10-25 15:36:58 +02:00
ajnart
5ab0e5207b
💄 Prettier codebase
2023-10-25 15:29:45 +02:00
ajnart
01ab01d159
re-launch ci
2023-10-25 15:28:55 +02:00
ajnart
b9fec7d445
🐛 Fix newVersionAvailable indicator
2023-10-25 15:22:21 +02:00
ajnart
ea9c74ea11
Changes for demo purposes
...
Add login button to login page, demo mode env variable and fix update indicator
2023-10-25 15:18:40 +02:00
ajnart
7690572c7b
🐛 Fix bug with new version
2023-10-25 14:40:55 +02:00
ajnart
9d841043f4
Merge branch 'master' into dev
2023-10-25 14:14:51 +02:00
ajnart
30acb3eff3
Bumb version to v0.14.0
2023-10-25 14:14:16 +02:00
ajnart
6cb6d63516
Add new version indicator for users
2023-10-25 14:13:58 +02:00
ajnart
ac3771ad7b
Small changes to RSS widget and MediaRequest
2023-10-25 14:08:27 +02:00
Thomas Camlong
c6a1992a87
Merge pull request #1491 from ajnart/fix-missing-translation-for-about
...
🐛 Common settings translation not included within all pages for about credits
2023-10-25 12:59:29 +02:00
Thomas Camlong
1c5aec9bb6
Merge pull request #1490 from ajnart/fix-transition-drawer-issue-navigation
...
🐛 Issue with navigation drawer transitionProps
2023-10-25 12:59:12 +02:00
Thomas Camlong
743d06b88e
Merge branch 'dev' into add-umami
2023-10-25 12:58:44 +02:00
ajnart
77b2239987
📈 Fix env
2023-10-25 12:58:13 +02:00
Thomas Camlong
cfe44569d9
Merge pull request #1489 from ajnart/fix-board-customize-affix
...
🐛 No validation messages when saving, Dirty state not reset, Wrong page title validation
2023-10-25 12:57:39 +02:00
Thomas Camlong
395c1909eb
Merge pull request #1469 from Tagaishi/radarr-v5-poster-support
...
✨ Adds support for poster on Radarr v5's api
2023-10-25 12:53:06 +02:00
Thomas Camlong
ce42acfe2f
Merge pull request #1485 from ajnart/fix-missing-version-in-about
...
🐛 About version and dependencies not present
2023-10-25 12:52:21 +02:00
Thomas Camlong
0e5a55f586
Merge pull request #1486 from ajnart/fix-issue-with-user-settings
...
🐛 500 error when saving user settings, Language not applied after save of user preferences
2023-10-25 12:51:59 +02:00
Thomas Camlong
e5197e6a59
Merge pull request #1487 from ajnart/background-image-issue
...
🐛 Background image not visible, remove background image from default config
2023-10-25 12:51:38 +02:00
ajnart
36a50de485
Fix optional env variable
2023-10-24 15:05:57 +02:00
ajnart
b9a226f59c
📈 Add umami analytics using homarr.dev
2023-10-24 14:46:14 +02:00
ajnart
31aef6f3d9
Disable beforeunload event in dev
2023-10-24 13:47:22 +02:00
Meier Lukas
fb4d4e4e8d
🐛 Common settings translation not included within all pages for about credits
2023-10-23 00:33:18 +02:00
Meier Lukas
0c2b54d833
🐛 Issue with navigation drawer transitionProps
2023-10-23 00:07:40 +02:00
Meier Lukas
87a273c092
🐛 No validation messages when saving, Dirty state not reset, Wrong page title validation
2023-10-23 00:01:16 +02:00
Meier Lukas
5d4c0cf293
🐛 Background image not visible, remove background image from default config
2023-10-22 23:44:15 +02:00
Meier Lukas
6f94d20ab4
🐛 500 error when saving user settings, Language not applied after saving user preferences
2023-10-22 23:30:20 +02:00
Meier Lukas
367d8253a4
🐛 About version and dependencies not present
2023-10-22 23:12:49 +02:00
Thomas Camlong
fe0b34a6e4
New Crowdin updates ( #1457 )
2023-10-22 18:00:47 +02:00
Thomas Camlong
f8dfa0d7f0
✨ Improve customizations page load speed with SSR ( #1477 )
2023-10-22 18:00:16 +02:00
Thomas Camlong
a41bee0d44
🐛 Fix the leading slash when adding container via docker ( #1478 )
2023-10-22 17:59:47 +02:00
Meier Lukas
6bcef9e24c
🐛 Issue with migrate script in docker ( #1483 )
2023-10-22 17:59:21 +02:00
Meier Lukas
0a98be4553
✅ Add tests for invite router ( #1456 )
...
* ✅ Add test for invite router
* ✅ Add cleanup to invite-router tests, add tests for creation and deletion of invites
* ♻️ Fix typo
* ♻️ Remove nullish for limit of invite router all procedure
2023-10-18 20:41:59 +02:00
Meier Lukas
d60cd2ed8d
🐛 Issue with migrate script for node 20 ( #1467 )
...
* 🐛 Issue with migrate script for node 20
* 🐛 Wrong database url in example env file
2023-10-18 20:40:54 +02:00
Meier Lukas
b8fab01c0b
Fix allow guest issue ( #1472 )
...
* 🐛 Issue with migrate script for node 20
* 🐛 Issue with allow guest check when default config not present
2023-10-18 20:39:23 +02:00
Tagaishi
62cb758db5
✨ Adds support for poster on Radarr v5's api
2023-10-13 21:55:39 +02:00
Tagaishi
24024cc7f2
🎨 Added troubleshoot steps + external address "/"
2023-10-12 19:23:16 +02:00
Manuel
f3f4f23718
🔒 ️ Fix tiptap url CVE ( #1459 )
2023-10-09 21:29:41 +02:00
Thomas Camlong
2b5e2094fa
🌐 New Crowdin updates ( #1433 )
2023-10-08 12:12:44 +02:00
Meier Lukas
1d50e2ce9a
♻️ Migrate from prisma to drizzle ( #1434 )
...
* ♻️ Migrate from prisma to drizzle
* 🐛 Build issue with CalendarTile
* 🚧 Temporary solution for docker container
* 🐛 Drizzle not using DATABASE_URL
* ♻️ Address pull request feedback
* 🐛 Remove console log of env variables
* 🐛 Some unit tests not working
* 🐋 Revert docker tool changes
* 🐛 Issue with board slug page for logged in users
---------
Co-authored-by: Thomas Camlong <thomascamlong@gmail.com >
2023-10-08 12:10:48 +02:00
Tagaishi
4945725702
🐛 DNS-Hole error handling and fixes ( #1419 )
...
* 🐛 Remove url requirement
* ⚡ ️ Ignore dnshole in widget when not contactable
* ✨ Error tile for dns-control instead of load loop
2023-10-08 11:47:31 +02:00
Tagaishi
4e036315ba
🐛 Fix miscellaneous console errors ( #1418 )
...
* 🐛 Bookmark widget key fix
* 🐛 Media request list widget key fix
* 🐛 media server widget key fix
* 🐛 Remove "hasNextLevel" error
2023-10-08 11:46:18 +02:00
Manuel
a7655b6348
🐛 Database error with readonly mappings ( #1420 )
...
* 🐛 Database error with readonly mappings
* ♻️ PR feedback
2023-10-08 11:45:30 +02:00
AuthorShin
a6be5fa380
Update weather.json ( #1440 )
...
Typo fixed
Just changed "An error occured" to "An error occurred"
2023-10-08 11:43:37 +02:00
Manuel
b770b88834
fix: trim media server url ( #1438 )
2023-09-30 12:42:53 +02:00
Meier Lukas
32e40f3342
🐛 Remove DISABLE_EDIT_MODE and replace with admin-procedure ( #1439 )
2023-09-30 00:30:55 +02:00
Tagaishi
6c43a19fa1
💄 Allow user to make video stream smaller than 2*3 ( #1430 )
2023-09-28 19:47:13 +02:00
Henry Skrtich
4006c69f5b
fix: stop triming traling slashes ( #1435 )
...
fixes #777
2023-09-28 19:19:44 +02:00
Thomas Camlong
a6c7fbc1ef
Update step-onboarding-finished.tsx ( #1437 )
2023-09-28 19:18:59 +02:00
Thomas Camlong
76090c8485
New Crowdin updates ( #1383 )
...
* New translations general.json (Latvian)
* New translations zod.json (Latvian)
* New translations preferences.json (Latvian)
* New translations header.json (Latvian)
* New translations common.json (Latvian)
* New translations customize.json (Latvian)
* New translations manage.json (Latvian)
* New translations boards.json (Latvian)
* New translations index.json (Latvian)
* New translations invites.json (Latvian)
* New translations invite.json (Latvian)
* New translations create.json (Latvian)
* New translations users.json (Latvian)
* New translations docker.json (Latvian)
* New translations password-requirements.json (Latvian)
* New translations access.json (Latvian)
* New translations common.json (LOLCAT)
* New translations calendar.json (LOLCAT)
* New translations page-appearance.json (LOLCAT)
* New translations login.json (LOLCAT)
* New translations general.json (LOLCAT)
* New translations zod.json (LOLCAT)
* New translations preferences.json (LOLCAT)
* New translations header.json (LOLCAT)
* New translations common.json (LOLCAT)
* New translations customize.json (LOLCAT)
* New translations manage.json (LOLCAT)
* New translations boards.json (LOLCAT)
* New translations index.json (LOLCAT)
* New translations invites.json (LOLCAT)
* New translations invite.json (LOLCAT)
* New translations create.json (LOLCAT)
* New translations users.json (LOLCAT)
* New translations docker.json (LOLCAT)
* New translations password-requirements.json (LOLCAT)
* New translations access.json (LOLCAT)
* New translations common.json (German)
* New translations login.json (German)
* New translations general.json (German)
* New translations zod.json (German)
* New translations preferences.json (German)
* New translations header.json (German)
* New translations common.json (German)
* New translations customize.json (German)
* New translations manage.json (German)
* New translations boards.json (German)
* New translations index.json (German)
* New translations invites.json (German)
* New translations invite.json (German)
* New translations create.json (German)
* New translations users.json (German)
* New translations docker.json (German)
* New translations password-requirements.json (German)
* New translations common.json (Turkish)
* New translations login.json (Turkish)
* New translations general.json (Turkish)
* New translations zod.json (Turkish)
* New translations preferences.json (Turkish)
* New translations header.json (Turkish)
* New translations common.json (Turkish)
* New translations customize.json (Turkish)
* New translations manage.json (Turkish)
* New translations boards.json (Turkish)
* New translations index.json (Turkish)
* New translations invites.json (Turkish)
* New translations invite.json (Turkish)
* New translations create.json (Turkish)
* New translations users.json (Turkish)
* New translations docker.json (Turkish)
* New translations password-requirements.json (Turkish)
* New translations access.json (Turkish)
* New translations dns-hole-controls.json (Slovak)
* New translations access.json (German)
* New translations common.json (Slovak)
* New translations login.json (Slovak)
* New translations general.json (Slovak)
* New translations zod.json (Slovak)
* New translations preferences.json (Slovak)
* New translations header.json (Slovak)
* New translations common.json (Slovak)
* New translations customize.json (Slovak)
* New translations manage.json (Slovak)
* New translations boards.json (Slovak)
* New translations index.json (Slovak)
* New translations invites.json (Slovak)
* New translations invite.json (Slovak)
* New translations create.json (Slovak)
* New translations users.json (Slovak)
* New translations docker.json (Slovak)
* New translations password-requirements.json (Slovak)
* New translations access.json (Slovak)
* New translations login.json (French)
* New translations header.json (French)
* New translations customize.json (French)
* New translations manage.json (French)
* New translations boards.json (French)
* New translations index.json (French)
* New translations invites.json (French)
* New translations invite.json (French)
* New translations create.json (French)
* New translations users.json (French)
* New translations dns-hole-controls.json (Russian)
* New translations login.json (Spanish)
* New translations header.json (Spanish)
* New translations common.json (Spanish)
* New translations customize.json (Spanish)
* New translations manage.json (Spanish)
* New translations boards.json (Spanish)
* New translations index.json (Spanish)
* New translations invite.json (Spanish)
* New translations create.json (Spanish)
* New translations users.json (Spanish)
* New translations calendar.json (Russian)
* New translations login.json (Russian)
* New translations general.json (Russian)
* New translations zod.json (Russian)
* New translations preferences.json (Russian)
* New translations header.json (Russian)
* New translations common.json (Russian)
* New translations customize.json (Russian)
* New translations manage.json (Russian)
* New translations boards.json (Russian)
* New translations index.json (Russian)
* New translations invites.json (Russian)
* New translations invite.json (Russian)
* New translations create.json (Russian)
* New translations users.json (Russian)
* New translations docker.json (Russian)
* New translations password-requirements.json (Russian)
* New translations access.json (Russian)
* New translations common.json (Swedish)
* New translations login.json (Swedish)
* New translations general.json (Swedish)
* New translations zod.json (Swedish)
* New translations header.json (Swedish)
* New translations preferences.json (Spanish)
* New translations header.json (Spanish)
* New translations boards.json (Spanish)
* New translations index.json (Spanish)
* New translations invites.json (Spanish)
* New translations create.json (Spanish)
* New translations users.json (Spanish)
* New translations access.json (Spanish)
* New translations common.json (Chinese Simplified)
* New translations login.json (Chinese Simplified)
* New translations header.json (Chinese Simplified)
* New translations common.json (Danish)
* New translations login.json (Danish)
* New translations general.json (Danish)
* New translations zod.json (Danish)
* New translations preferences.json (Danish)
* New translations header.json (Danish)
* New translations common.json (Danish)
* New translations customize.json (Danish)
* New translations manage.json (Danish)
* New translations boards.json (Danish)
* New translations index.json (Danish)
* New translations invites.json (Danish)
* New translations invite.json (Danish)
* New translations create.json (Danish)
* New translations users.json (Danish)
* New translations docker.json (Danish)
* New translations password-requirements.json (Danish)
* New translations access.json (Danish)
* New translations common.json (Hungarian)
* New translations login.json (Hungarian)
* New translations general.json (Hungarian)
* New translations zod.json (Hungarian)
* New translations preferences.json (Hungarian)
* New translations header.json (Hungarian)
* New translations common.json (Hungarian)
* New translations customize.json (Hungarian)
* New translations manage.json (Hungarian)
* New translations boards.json (Hungarian)
* New translations index.json (Hungarian)
* New translations invites.json (Hungarian)
* New translations invite.json (Hungarian)
* New translations create.json (Hungarian)
* New translations users.json (Hungarian)
* New translations docker.json (Hungarian)
* New translations password-requirements.json (Hungarian)
* New translations selector.json (French)
* New translations zod.json (French)
* New translations preferences.json (French)
* New translations header.json (French)
* New translations common.json (French)
* New translations customize.json (French)
* New translations manage.json (French)
* New translations boards.json (French)
* New translations invites.json (French)
* New translations create.json (French)
* New translations docker.json (French)
* New translations password-requirements.json (French)
* New translations access.json (French)
* New translations general.json (French)
* New translations common.json (French)
* New translations common-media-cards.json (French)
* New translations zod.json (French)
* New translations preferences.json (French)
* New translations boards.json (French)
* New translations index.json (French)
* New translations invites.json (French)
* New translations users.json (French)
* New translations docker.json (French)
* New translations invite.json (Chinese Simplified)
* New translations create.json (Chinese Simplified)
* New translations login.json (Chinese Simplified)
* New translations general.json (Chinese Simplified)
* New translations zod.json (Chinese Simplified)
* New translations preferences.json (Chinese Simplified)
* New translations header.json (Chinese Simplified)
* New translations common.json (Chinese Simplified)
* New translations customize.json (Chinese Simplified)
* New translations manage.json (Chinese Simplified)
* New translations boards.json (Chinese Simplified)
* New translations index.json (Chinese Simplified)
* New translations invites.json (Chinese Simplified)
* New translations create.json (Chinese Simplified)
* New translations users.json (Chinese Simplified)
* New translations docker.json (Chinese Simplified)
* New translations password-requirements.json (Chinese Simplified)
* New translations access.json (Chinese Simplified)
* New translations index.json (Spanish)
* New translations users.json (Spanish)
* New translations common.json (Spanish)
* New translations general.json (Spanish)
* New translations zod.json (Spanish)
* New translations users.json (Spanish)
* New translations docker.json (Spanish)
* New translations password-requirements.json (Spanish)
* New translations common.json (Hebrew)
* New translations login.json (Hebrew)
* New translations general.json (Hebrew)
* New translations zod.json (Hebrew)
* New translations header.json (Hebrew)
* New translations boards.json (French)
* New translations index.json (French)
* New translations invites.json (French)
* New translations zod.json (Hebrew)
* New translations preferences.json (Hebrew)
* New translations header.json (Hebrew)
* New translations common.json (Hebrew)
* New translations customize.json (Hebrew)
* New translations manage.json (Hebrew)
* New translations index.json (Hebrew)
* New translations invites.json (Hebrew)
* New translations invite.json (Hebrew)
* New translations create.json (Hebrew)
* New translations users.json (Hebrew)
* New translations docker.json (Hebrew)
2023-09-27 13:30:15 +02:00
Tagaishi
17103f3f5b
🐛 Change position selector's dropdown bug ( #1429 )
2023-09-26 21:17:55 +02:00
Manuel
c1b3bc4337
🔀 Add basic authentication
2023-09-24 18:48:48 +02:00
Manuel
76008aa92b
🔒 ️ Fix regex security warning
2023-09-24 18:44:25 +02:00
Manuel
690c627f81
✨ Add login redirection
...
* ✨ Add login redirection
* 🚑 Fix cross site scripting using server side regex validation
* ✅ Add unit test
2023-09-24 16:04:07 +02:00
Manuel
7d7fe6016b
🔀 Merge branch 'dev' into feature/add-basic-authentication
2023-09-23 20:32:17 +02:00
Tagaishi
b44347311f
🐛 Return download speed instead of 0 for NZBGET ( #1400 )
2023-09-21 19:45:58 +02:00
Manuel
b49d021daf
✨ Add allow anonymous switch
2023-09-21 19:45:30 +02:00
Meier Lukas
141c27cda7
✨ Add autofocus for searchbar ( #1408 )
2023-09-18 19:30:22 +02:00
Tagaishi
4a30e327a3
🐛 Calendar indicator over header bar fix ( #1401 )
2023-09-17 16:17:28 +02:00
Tagaishi
c777a774f7
✨ Hide DNS-Hole control buttons option ( #1384 )
2023-09-15 18:17:46 +02:00
Tagaishi
a3f364e67d
💄 Change media-server modal to popover ( #1395 )
2023-09-15 18:16:10 +02:00
Tagaishi
47e46a3a30
💄 Calendar close modal on click when opened ( #1396 )
2023-09-15 18:15:25 +02:00
Tagaishi
9b8263b8ec
💄 Replace hover with click and on the full row ( #1397 )
2023-09-15 18:12:42 +02:00
Tagaishi
4c67ee2902
💄 Added modal on usenet widget ( #1398 )
2023-09-15 18:11:40 +02:00
Tagaishi
3c015d297b
✨ Add common troubleshooting prompt on button
2023-09-11 02:58:05 +02:00
Tagaishi
331ce51085
✨ Removes trailing slashes from URLs on save
2023-09-11 02:57:32 +02:00
Thomas Camlong
10a3898775
Merge pull request #1386 from devtobi/feature/dockerfile-healthcheck
...
🩺 Added healthcheck to image and ARG for port
2023-09-10 18:39:36 +02:00
Meier Lukas
d05c0023cd
✨ Readd possibility to add containers as apps to boards ( #1276 )
2023-09-10 14:28:13 +02:00
Manuel
f35f6debaf
🔀 Merge dev to auth branch
2023-09-10 13:38:53 +02:00
ajnart
9dd6654a5c
Add more padding in onboarding
2023-09-10 11:35:00 +02:00
Tobias Stadler
5c499c87ab
🩺 Added healthcheck to image and ARG for port
2023-09-09 00:46:43 +02:00
Meier Lukas
735d6484e2
🔀 Merge 0.13.4 to master
2023-09-08 22:12:45 +02:00
Manuel
12230bd9e7
🌐 Merge pull request #1364 from ajnart/i10n_dev
2023-09-08 21:45:11 +02:00
Thomas Camlong
4cc9b2234c
New translations calendar.json (Hebrew)
2023-09-08 07:10:29 +02:00
Thomas Camlong
12cf0ff94b
New translations calendar.json (Chinese Simplified)
2023-09-08 05:08:35 +02:00
Thomas Camlong
25c2f8fa90
New translations calendar.json (Spanish)
2023-09-08 01:11:49 +02:00
Thomas Camlong
54a374a83d
New translations calendar.json (Turkish)
2023-09-07 22:40:24 +02:00
Thomas Camlong
f28df6aa9a
New translations calendar.json (Swedish)
2023-09-07 22:40:23 +02:00
Thomas Camlong
36a613b6fe
New translations calendar.json (German)
2023-09-07 22:40:22 +02:00
Thomas Camlong
06373bcc47
New translations calendar.json (Danish)
2023-09-07 22:40:21 +02:00
Manuel
4164b98967
🔖 Increase version to 0.13.4 ( #1378 )
2023-09-07 21:44:48 +02:00
Thomas Camlong
f408aab5d3
New translations calendar.json (LOLCAT)
2023-09-07 21:38:11 +02:00
Thomas Camlong
a553976869
New translations calendar.json (Latvian)
2023-09-07 21:38:10 +02:00
Thomas Camlong
13cbce6ba2
New translations calendar.json (Croatian)
2023-09-07 21:38:09 +02:00
Thomas Camlong
6ea84fcf38
New translations calendar.json (Portuguese, Brazilian)
2023-09-07 21:38:08 +02:00
Thomas Camlong
2c5b08e0fe
New translations calendar.json (Vietnamese)
2023-09-07 21:38:07 +02:00
Thomas Camlong
6cb6d8139f
New translations calendar.json (Chinese Simplified)
2023-09-07 21:38:06 +02:00
Thomas Camlong
831ebfd1a9
New translations calendar.json (Ukrainian)
2023-09-07 21:38:05 +02:00
Thomas Camlong
5efbdd4913
New translations calendar.json (Turkish)
2023-09-07 21:38:04 +02:00
Thomas Camlong
3c63388c6e
New translations calendar.json (Swedish)
2023-09-07 21:38:03 +02:00
Thomas Camlong
aa2d46e805
New translations calendar.json (Slovenian)
2023-09-07 21:38:02 +02:00
Thomas Camlong
50d13e97ee
New translations calendar.json (Slovak)
2023-09-07 21:38:01 +02:00
Thomas Camlong
0bd535543f
New translations calendar.json (Russian)
2023-09-07 21:38:00 +02:00
Thomas Camlong
197d11bb57
New translations calendar.json (Polish)
2023-09-07 21:37:59 +02:00
Thomas Camlong
a0a6886744
New translations calendar.json (Norwegian)
2023-09-07 21:37:58 +02:00
Thomas Camlong
4a25da9ad6
New translations calendar.json (Dutch)
2023-09-07 21:37:57 +02:00
Thomas Camlong
9c7045986e
New translations calendar.json (Korean)
2023-09-07 21:37:56 +02:00
Thomas Camlong
c3704718a1
New translations calendar.json (Japanese)
2023-09-07 21:37:55 +02:00
Thomas Camlong
a93e031f95
New translations calendar.json (Italian)
2023-09-07 21:37:55 +02:00
Thomas Camlong
5b36ac1bad
New translations calendar.json (Hungarian)
2023-09-07 21:37:53 +02:00
Thomas Camlong
b269c7ce6d
New translations calendar.json (Hebrew)
2023-09-07 21:37:52 +02:00
Thomas Camlong
bf6353482e
New translations calendar.json (Greek)
2023-09-07 21:37:51 +02:00
Thomas Camlong
86b5368e96
New translations calendar.json (German)
2023-09-07 21:37:50 +02:00
Thomas Camlong
3d4308026d
New translations calendar.json (Danish)
2023-09-07 21:37:49 +02:00
Thomas Camlong
ed043ccd43
New translations calendar.json (Spanish)
2023-09-07 21:37:48 +02:00
Thomas Camlong
dc52a8ce5e
New translations calendar.json (French)
2023-09-07 21:37:48 +02:00
Thomas Camlong
39c16c3d29
✨ Add a toggle to show unmonitored items in *Arr ( #1371 )
2023-09-07 21:36:15 +02:00
Tagaishi
3ede6219ef
🐛 rewrite url from headers ( #1369 )
2023-09-07 21:35:55 +02:00
Tagaishi
7b2c0d63f3
🐛 env.port reporting NaN bug fix ( #1375 )
2023-09-07 21:35:28 +02:00
Tagaishi
3120949a7e
⬇️ next js 13.4.19 to 13.4.12 ( #1376 )
2023-09-07 21:34:04 +02:00
Meier Lukas
391c074ef9
✅ Add tests for some tools functions ( #1377 )
...
* ✅ Add tests for some tools functions
* 🐛 Build issue with language definition
2023-09-07 21:32:29 +02:00
Meier Lukas
7b2ce22bca
♻️ Address pull request feedback
2023-09-07 19:56:14 +02:00
Tagaishi
89cfb1ae5d
🐛 add new tab to item ( #1362 )
2023-09-07 07:36:38 +02:00
Tagaishi
8cfd5c6d73
⬇️ next 13.4.19 to 13.4.12 ( #1370 )
2023-09-07 07:34:49 +02:00
Thomas Camlong
e35fbe659e
New translations cache-buttons.json (Russian)
2023-09-06 22:03:50 +02:00
Thomas Camlong
a851327554
New translations edit-mode-toggle.json (Russian)
2023-09-06 22:03:49 +02:00
Thomas Camlong
78d636f0a0
New translations common.json (Russian)
2023-09-06 22:03:48 +02:00
Thomas Camlong
405f3e4c1f
New translations bookmark.json (Russian)
2023-09-06 22:03:47 +02:00
Thomas Camlong
f36d9e7851
New translations media-requests-stats.json (Russian)
2023-09-06 22:03:46 +02:00
Thomas Camlong
52de93e412
New translations edit-mode-toggle.json (Russian)
2023-09-06 21:08:00 +02:00
Thomas Camlong
305be41c46
New translations notebook.json (Russian)
2023-09-06 21:07:59 +02:00
Thomas Camlong
ab91776aa9
New translations bookmark.json (Russian)
2023-09-06 21:07:58 +02:00
Thomas Camlong
faf2b1195b
New translations media-requests-stats.json (Russian)
2023-09-06 21:07:57 +02:00
Thomas Camlong
8558c5e3dd
New translations media-requests-list.json (Russian)
2023-09-06 21:07:57 +02:00
Thomas Camlong
a34167d274
New translations about.json (Russian)
2023-09-06 21:07:55 +02:00
Thomas Camlong
63f3a9e158
New translations add-app.json (Russian)
2023-09-06 21:07:54 +02:00
Thomas Camlong
c3689cb265
New translations toggle-edit-mode.json (Russian)
2023-09-06 21:07:53 +02:00
Thomas Camlong
d5c8669dd8
New translations search-engine.json (Russian)
2023-09-06 21:07:53 +02:00
Thomas Camlong
65a0e789e7
New translations about.json (Spanish)
2023-09-06 14:00:20 +02:00
Thomas Camlong
0fc1f1b92f
New translations notebook.json (Chinese Simplified)
2023-09-06 12:44:01 +02:00
Thomas Camlong
7ed51b6da3
New translations media-server.json (Chinese Simplified)
2023-09-06 12:43:58 +02:00
Thomas Camlong
e9f8de9be8
New translations date.json (Chinese Simplified)
2023-09-06 12:43:55 +02:00
Thomas Camlong
21a38bb438
New translations dashdot.json (Chinese Simplified)
2023-09-06 12:43:54 +02:00
Thomas Camlong
6617e54256
New translations calendar.json (Chinese Simplified)
2023-09-06 12:43:53 +02:00
Thomas Camlong
da3692265a
New translations cache-buttons.json (Spanish)
2023-09-06 12:43:52 +02:00
Thomas Camlong
408237740f
New translations selector.json (Chinese Simplified)
2023-09-06 10:54:12 +02:00
Thomas Camlong
bdde789305
New translations cache-buttons.json (Chinese Simplified)
2023-09-05 20:55:04 +02:00
Thomas Camlong
9f845c733d
New translations media-requests-list.json (Chinese Simplified)
2023-09-05 20:55:01 +02:00
Thomas Camlong
d992a7f413
New translations rss.json (Chinese Simplified)
2023-09-05 20:54:59 +02:00
Thomas Camlong
c97ca80563
New translations add-app.json (Chinese Simplified)
2023-09-05 20:54:57 +02:00
Thomas Camlong
01b5534915
New translations usenet.json (Chinese Simplified)
2023-09-05 20:54:56 +02:00
Thomas Camlong
5f348a56be
New translations cache-buttons.json (Slovak)
2023-09-05 11:03:03 +02:00
Thomas Camlong
18a514b340
New translations edit-mode-toggle.json (Slovak)
2023-09-05 11:03:02 +02:00
Thomas Camlong
2b7a3accca
New translations common.json (Slovak)
2023-09-05 11:03:01 +02:00
Thomas Camlong
3c685a69e4
New translations bookmark.json (Slovak)
2023-09-05 11:03:00 +02:00
Thomas Camlong
090fb6ad77
New translations media-requests-stats.json (Slovak)
2023-09-05 11:02:59 +02:00
Thomas Camlong
e544b8994e
New translations media-requests-list.json (Slovak)
2023-09-05 11:02:58 +02:00
Thomas Camlong
30b67e879a
New translations iframe.json (Slovak)
2023-09-05 11:02:57 +02:00
Thomas Camlong
a87d2053c4
New translations media-server.json (Slovak)
2023-09-05 11:02:56 +02:00
Thomas Camlong
c8dbc1aa3e
New translations rss.json (Slovak)
2023-09-05 11:02:55 +02:00
Thomas Camlong
d3d0484b7f
New translations torrents-status.json (Slovak)
2023-09-05 11:02:53 +02:00
Thomas Camlong
5ca76285a1
New translations about.json (Slovak)
2023-09-05 11:02:52 +02:00
Thomas Camlong
77c1bcab29
New translations add-app.json (Slovak)
2023-09-05 11:02:52 +02:00
Thomas Camlong
bb6615f7cf
New translations common.json (Slovak)
2023-09-05 11:02:51 +02:00
Thomas Camlong
bc4852f369
New translations toggle-edit-mode.json (Slovak)
2023-09-05 09:39:18 +02:00
Thomas Camlong
a6b8a980fd
New translations selector.json (Slovak)
2023-09-05 09:39:17 +02:00
Thomas Camlong
62f2c22695
New translations search-engine.json (Slovak)
2023-09-05 09:39:16 +02:00
Thomas Camlong
7c0c5cf5ef
New translations color-selector.json (Slovak)
2023-09-05 09:39:15 +02:00
Thomas Camlong
6bb8a932aa
New translations weather.json (Slovak)
2023-09-05 09:39:14 +02:00
Thomas Camlong
5b546cf4dd
New translations calendar.json (Slovak)
2023-09-05 09:39:13 +02:00
Thomas Camlong
0e8f31bddd
New translations accessibility.json (Turkish)
2023-09-05 04:55:29 +02:00
Manuel
1651361b7f
🦺 Allow empty values for DOCKER_PORT
2023-09-04 21:33:50 +02:00
Thomas Camlong
4e3f602098
Merge pull request #1349 from ajnart/dev
...
Version 0.13.3
2023-09-04 20:25:59 +02:00
Thomas Camlong
7f402d4987
New Crowdin updates ( #1359 )
...
* New translations media-requests-list.json (French)
* New translations media-requests-list.json (Spanish)
* New translations media-requests-stats.json (Spanish)
* New translations cache-buttons.json (Spanish)
* New translations media-requests-list.json (Danish)
* New translations media-requests-list.json (German)
* New translations media-requests-list.json (Greek)
* New translations media-requests-list.json (Hebrew)
* New translations media-requests-list.json (Hungarian)
* New translations media-requests-list.json (Italian)
* New translations dlspeed.json (Japanese)
* New translations media-requests-list.json (Japanese)
* New translations media-requests-list.json (Korean)
* New translations media-requests-list.json (Dutch)
* New translations media-requests-list.json (Norwegian)
* New translations media-requests-list.json (Polish)
* New translations media-requests-list.json (Russian)
* New translations media-requests-list.json (Slovak)
* New translations media-requests-list.json (Slovenian)
* New translations media-requests-list.json (Swedish)
* New translations media-requests-list.json (Turkish)
* New translations media-requests-list.json (Ukrainian)
* New translations media-requests-list.json (Chinese Simplified)
* New translations media-requests-list.json (Vietnamese)
* New translations media-requests-list.json (Portuguese, Brazilian)
* New translations media-requests-list.json (Croatian)
* New translations media-requests-list.json (Latvian)
* New translations media-requests-list.json (LOLCAT)
* New translations cache-buttons.json (Spanish)
* New translations edit-mode-toggle.json (Spanish)
* New translations cache-buttons.json (Spanish)
* New translations search-engine.json (Greek)
* New translations toggle-edit-mode.json (Greek)
* New translations add-app.json (Greek)
* New translations about.json (Greek)
* New translations media-requests-list.json (Greek)
* New translations media-requests-stats.json (Greek)
* New translations bookmark.json (Greek)
* New translations common.json (Greek)
* New translations edit-mode-toggle.json (Greek)
* New translations cache-buttons.json (Greek)
* New translations search-engine.json (Swedish)
* New translations toggle-edit-mode.json (Swedish)
* New translations add-app.json (Swedish)
* New translations about.json (Swedish)
* New translations media-requests-list.json (Swedish)
* New translations media-requests-stats.json (Swedish)
* New translations bookmark.json (Swedish)
* New translations common.json (Swedish)
* New translations edit-mode-toggle.json (Swedish)
* New translations edit-mode-toggle.json (Swedish)
* New translations cache-buttons.json (Swedish)
2023-09-04 20:25:45 +02:00
Manuel
91132cc3e8
fix: log properties instead of object ( #1361 )
2023-09-04 20:17:42 +02:00
Thomas Camlong
1becb3f889
Merge pull request #1360 from ajnart/style/revert-anchor-color
2023-09-04 19:36:33 +02:00
Manuel
9fa0acff3e
⏪ Revert anchor colors in media request widget
2023-09-04 19:28:13 +02:00
Thomas Camlong
27cdd467f5
🐛 Print user.name instead of id on auth.
2023-09-04 18:35:35 +02:00
Thomas Camlong
8d2d68c192
🌐 New Crowdin updates ( #1358 )
2023-09-03 22:25:19 +02:00
Tagaishi
624e2a3a2c
🐛 Media Session widget jellyfin sessions + translations ( #1353 )
2023-09-03 22:24:27 +02:00
Thomas Camlong
de349014d5
New Crowdin updates ( #1351 )
...
* New translations add-app.json (Spanish)
* New translations media-requests-list.json (Swedish)
* New translations media-requests-stats.json (Swedish)
* New translations add-app.json (Latvian)
* New translations add-app.json (French)
* New translations media-requests-list.json (French)
* New translations media-requests-stats.json (French)
* New translations media-requests-list.json (Spanish)
* New translations media-requests-stats.json (Spanish)
* New translations search-engine.json (Danish)
* New translations toggle-edit-mode.json (Danish)
* New translations add-app.json (Danish)
* New translations about.json (Danish)
* New translations media-requests-list.json (Danish)
* New translations media-requests-stats.json (Danish)
* New translations bookmark.json (Danish)
* New translations common.json (Danish)
* New translations search-engine.json (German)
* New translations toggle-edit-mode.json (German)
* New translations add-app.json (German)
* New translations about.json (German)
* New translations media-requests-list.json (German)
* New translations media-requests-stats.json (German)
* New translations bookmark.json (German)
* New translations common.json (German)
* New translations add-app.json (Greek)
* New translations media-requests-list.json (Greek)
* New translations media-requests-stats.json (Greek)
* New translations add-app.json (Hebrew)
* New translations media-requests-list.json (Hebrew)
* New translations media-requests-stats.json (Hebrew)
* New translations search-engine.json (Hungarian)
* New translations toggle-edit-mode.json (Hungarian)
* New translations add-app.json (Hungarian)
* New translations about.json (Hungarian)
* New translations media-requests-list.json (Hungarian)
* New translations media-requests-stats.json (Hungarian)
* New translations bookmark.json (Hungarian)
* New translations common.json (Hungarian)
* New translations search-engine.json (Italian)
* New translations toggle-edit-mode.json (Italian)
* New translations add-app.json (Italian)
* New translations about.json (Italian)
* New translations media-requests-list.json (Italian)
* New translations media-requests-stats.json (Italian)
* New translations bookmark.json (Italian)
* New translations common.json (Italian)
* New translations add-app.json (Japanese)
* New translations media-requests-list.json (Japanese)
* New translations media-requests-stats.json (Japanese)
* New translations add-app.json (Korean)
* New translations media-requests-list.json (Korean)
* New translations media-requests-stats.json (Korean)
* New translations add-app.json (Dutch)
* New translations media-requests-list.json (Dutch)
* New translations media-requests-stats.json (Dutch)
* New translations add-app.json (Norwegian)
* New translations media-requests-list.json (Norwegian)
* New translations media-requests-stats.json (Norwegian)
* New translations add-app.json (Polish)
* New translations media-requests-list.json (Polish)
* New translations media-requests-stats.json (Polish)
* New translations add-app.json (Russian)
* New translations media-requests-list.json (Russian)
* New translations media-requests-stats.json (Russian)
* New translations add-app.json (Slovak)
* New translations media-requests-list.json (Slovak)
* New translations media-requests-stats.json (Slovak)
* New translations add-app.json (Slovenian)
* New translations media-requests-list.json (Slovenian)
* New translations media-requests-stats.json (Slovenian)
* New translations add-app.json (Swedish)
* New translations search-engine.json (Turkish)
* New translations toggle-edit-mode.json (Turkish)
* New translations add-app.json (Turkish)
* New translations about.json (Turkish)
* New translations media-requests-list.json (Turkish)
* New translations media-requests-stats.json (Turkish)
* New translations bookmark.json (Turkish)
* New translations common.json (Turkish)
* New translations add-app.json (Ukrainian)
* New translations media-requests-list.json (Ukrainian)
* New translations media-requests-stats.json (Ukrainian)
* New translations add-app.json (Chinese Simplified)
* New translations media-requests-list.json (Chinese Simplified)
* New translations media-requests-stats.json (Chinese Simplified)
* New translations add-app.json (Vietnamese)
* New translations media-requests-list.json (Vietnamese)
* New translations media-requests-stats.json (Vietnamese)
* New translations add-app.json (Portuguese, Brazilian)
* New translations media-requests-list.json (Portuguese, Brazilian)
* New translations media-requests-stats.json (Portuguese, Brazilian)
* New translations add-app.json (Croatian)
* New translations media-requests-list.json (Croatian)
* New translations media-requests-stats.json (Croatian)
* New translations media-requests-list.json (Latvian)
* New translations media-requests-stats.json (Latvian)
* New translations add-app.json (LOLCAT)
* New translations media-requests-list.json (LOLCAT)
* New translations media-requests-stats.json (LOLCAT)
* New translations edit-mode-toggle.json (Danish)
* New translations cache-buttons.json (Danish)
* New translations edit-mode-toggle.json (German)
* New translations cache-buttons.json (German)
* New translations edit-mode-toggle.json (Hungarian)
* New translations cache-buttons.json (Hungarian)
* New translations edit-mode-toggle.json (Italian)
* New translations cache-buttons.json (Italian)
* New translations edit-mode-toggle.json (Turkish)
* New translations cache-buttons.json (Turkish)
* New translations add-app.json (Danish)
* New translations media-requests-list.json (Danish)
* New translations media-requests-stats.json (Danish)
* New translations add-app.json (German)
* New translations media-requests-list.json (German)
* New translations media-requests-stats.json (German)
* New translations add-app.json (Turkish)
* New translations media-requests-list.json (Turkish)
* New translations media-requests-stats.json (Turkish)
* New translations search-engine.json (Chinese Simplified)
* New translations toggle-edit-mode.json (Chinese Simplified)
* New translations add-app.json (Chinese Simplified)
* New translations about.json (Chinese Simplified)
* New translations media-requests-list.json (Chinese Simplified)
* New translations media-requests-stats.json (Chinese Simplified)
* New translations bookmark.json (Chinese Simplified)
* New translations common.json (Chinese Simplified)
* New translations edit-mode-toggle.json (Chinese Simplified)
* New translations cache-buttons.json (Chinese Simplified)
* New translations add-app.json (Hungarian)
* New translations media-requests-list.json (Hungarian)
* New translations media-requests-stats.json (Hungarian)
* New translations add-app.json (Hebrew)
* New translations media-requests-list.json (Hebrew)
* New translations media-requests-stats.json (Hebrew)
* New translations search-engine.json (Hebrew)
* New translations toggle-edit-mode.json (Hebrew)
* New translations about.json (Hebrew)
* New translations media-requests-stats.json (Hebrew)
* New translations bookmark.json (Hebrew)
* New translations common.json (Hebrew)
* New translations edit-mode-toggle.json (Hebrew)
* New translations cache-buttons.json (Hebrew)
* New translations add-app.json (Italian)
* New translations media-requests-list.json (Italian)
* New translations media-requests-stats.json (Italian)
* New translations search-engine.json (Spanish)
* New translations toggle-edit-mode.json (Spanish)
* New translations about.json (Spanish)
* New translations media-requests-stats.json (Spanish)
* New translations bookmark.json (Spanish)
* New translations common.json (Spanish)
* New translations edit-mode-toggle.json (Spanish)
* New translations cache-buttons.json (Spanish)
* New translations page-appearance.json (Turkish)
* New translations general.json (Turkish)
* New translations cache-buttons.json (Turkish)
* New translations cache-buttons.json (Turkish)
2023-09-03 18:03:11 +02:00
Manuel
0fcc8d2a82
🔖 Tag version to 0.13.3 ( #1356 )
2023-09-03 18:00:25 +02:00
Manuel
c94ffbf91f
🐛 External URL being '' in media requests ( #1355 )
2023-09-03 18:00:15 +02:00
Manuel
bc6fde5936
🐛 Fix edit mode error in notebook ( #1357 )
2023-09-03 18:00:05 +02:00
WillyJL
d5c90a742b
Fix enable/disable edit mode ( #1333 )
2023-09-03 17:54:12 +02:00
Tagaishi
fc9d6f796e
🐛 Notebook scrollbar ( #1342 )
2023-09-03 17:52:35 +02:00
Thomas Camlong
96e0394724
🐛 Fix small things in MediaModal
2023-09-03 17:28:23 +02:00
Manuel
693f29bb82
fix: next image warning
2023-09-03 17:18:03 +02:00
Manuel
35db402376
fix: copying .env and set default values for docker img
2023-09-03 17:02:50 +02:00
Manuel
1958b70dee
fix: object fit for image in about modal
2023-09-03 16:31:16 +02:00
Manuel
e7ad853678
refactor: image in about modal
2023-09-03 16:28:20 +02:00
Manuel
c14fad680d
refactor: use relative TS path
2023-09-03 16:23:40 +02:00
Manuel
a2738111b5
fix: binaryTarget for new docker base img
2023-09-03 16:17:13 +02:00
Manuel
016a1bb2e4
config: add IDEA directory to ignored dirs
2023-09-03 15:36:07 +02:00
Tagaishi
77c11e3fed
🐛 'seerr search bug fix ( #1350 )
...
* 🐛 'seerr search bug fix
* 🐛 Trailing '/' error
* ✨ Redirect overseerr search item to movie page
* 💡 Comment explaining RegExp
* ⏪ undo link to overseerr item
2023-09-02 22:30:56 +02:00
Tagaishi
5f2ddcd2c4
✨ Auth Page Dark/Light mode toggle button ( #1265 )
...
* ✨ Dark/Light toggle button
* 💄 Moved button to top right
* 💄 Moved button to top right
* ✨ Toggle Button component + integrations
* 💄 Rounding corners + Floating background onboard
2023-09-02 07:00:02 +02:00
Tagaishi
565260ee14
✅ Update vitest test for Pihole as sdk changed ( #1352 )
...
* ✅ Update vitest test for Pihole as sdk changed
* ✅ Added test + bug discovered related to it
2023-09-02 06:58:16 +02:00
Tagaishi
371587c62d
✨ Rework Media Request Stats Widget ( #1344 )
...
* ✨ Rework Media Request Stats Widget
* 🎨 More code to do it better than last commit
* ♻️ Resize improvement
* 🐛 Empty Username handling
* 🎨 widget as router input
* ✨ Open links in new tab + media request scrollArea
2023-09-01 22:15:40 +02:00
Angel
1bb1a8f628
🐛 Adguard logic and several small bugs
2023-09-01 21:59:01 +02:00
Thomas Camlong
ba7e31b972
🌐 New Crowdin updates ( #1272 )
2023-09-01 21:55:45 +02:00
Tagaishi
8211e22d86
💄 Add custom font sizing for app name ( #1341 )
...
* 💄 Add custom font sizing for app name
* 🚸 Added maximum font size
2023-09-01 21:53:51 +02:00
Thomas Camlong
79012ec681
Merge pull request #1312 from Tagaishi/translation-handling-update
2023-09-01 20:41:00 +02:00
Tagaishi
ad61b155b8
💄 Large screen gridstack max value to 32 and sidebar gridstack over 13 bug fix ( #1339 )
...
* 💄 Large screen gridstack max value to 32
* 🐛 Fix sidebar bug
2023-09-01 17:16:37 +02:00
Tagaishi
eb3bbfb025
⬆️ geo-tz to browser-geo-tz ( #1322 )
...
* ⬆️ geo-tz to tz-lookup
* 🐛 Handle multiple timezones return
* ⬆️ change tz-lookup to browser-geo-tz
2023-09-01 17:15:25 +02:00
Tagaishi
981c964ba9
🐛 Fix locale for calendar and clock ( #1330 )
2023-09-01 17:13:55 +02:00
Tagaishi
78627f7b51
🐛 Removed trim as this blocked using space char ( #1340 )
2023-09-01 17:12:34 +02:00
Tagaishi
106795e1be
💄 Included back the text under percentage ( #1343 )
2023-09-01 17:09:56 +02:00
Tagaishi
eb0282dbde
🐛 fix flex for bookmark in firefox ( #1346 )
2023-09-01 17:05:13 +02:00
Manuel
3b74f735a1
🦺 Set default value for DATABASE_URL
2023-08-31 19:47:21 +02:00
Manuel
9b3801ba6e
🔧 Install openssl layer to the default docker image
2023-08-31 19:43:41 +02:00
Manuel
f6a1da99a6
⚗️ Switch base image to node20.5-slim
2023-08-31 19:31:55 +02:00
Manuel
0673375734
⚗️ Remove parameters
2023-08-31 17:43:17 +02:00
Manuel
455230c111
⚗️ Try out random fixes
2023-08-29 22:36:12 +02:00
Manuel
8d3252f2cf
⚗️ Remove npm config command
2023-08-29 22:21:04 +02:00
Manuel
ff13582044
⚗️ Roll back to turbo build
2023-08-29 22:15:59 +02:00
Manuel
b4abec77fd
⚗️ Use yarn flags for install
2023-08-29 22:12:10 +02:00
Manuel
5cfe3e9dd1
⚗️ Roll back to yarn
2023-08-29 22:11:29 +02:00
Manuel
79e201bd81
⚗️ Make npm install in docker file silent
2023-08-29 22:09:40 +02:00
Manuel
aba42a1aa1
⚗️ Check if build is passing with npm instead of yarn
2023-08-29 22:08:26 +02:00
Manuel
516c5b41ea
🔧 Add npm log level to dockerfile
2023-08-29 21:57:29 +02:00
Manuel
f34221d3f7
💚 Add network mode to docker build and push step
2023-08-29 21:43:51 +02:00
Manuel
aee541b6dc
fix: docker build and prisma orm database push
2023-08-29 21:19:36 +02:00
Manuel
ab2e827270
🔧 Move npm install to top in docker file
2023-08-28 21:25:30 +02:00
Thomas Camlong
52ccbb3938
Merge pull request #1331 from Tagaishi/rss-no-feed-stuck-loading-fix
...
🐛 RSS empty feed stuck on loading
2023-08-27 09:43:19 +02:00
Tagaishi
9b7caef6d3
♻️ refactor for minimal changes
2023-08-27 03:14:49 +02:00
Tagaishi
06a0f30ae7
🐛 RSS empty feed stuck on loading
2023-08-27 03:07:23 +02:00
Manuel
a9c577a5a3
👷 Ignore database from docker image
2023-08-26 17:16:34 +02:00
Meier Lukas
713a8f2f97
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-08-26 17:00:46 +02:00
ajnart
24fb17ab12
✨ Adjust invite page
...
Add password strenght validation, adds background style
2023-08-26 16:07:05 +02:00
ajnart
b00a1bcdc8
💄 Style FloatingBackground
2023-08-26 16:06:21 +02:00
Meier Lukas
cdd710455f
🐛 Issue with middleware redirect in docker
2023-08-24 21:37:39 +02:00
Tagaishi
5ccc094ad1
🌐 Search engine custom button
2023-08-24 00:21:02 +02:00
Tagaishi
8d2aa51f2b
🌐 Cache settings
2023-08-24 00:06:14 +02:00
Tagaishi
4bd5d82da3
🌐 About page new version
2023-08-23 23:39:19 +02:00
ajnart
8adb05100b
📝 Explain why the password needs to be complex
2023-08-23 22:26:12 +02:00
ajnart
dfe4149ebc
🐛 Fix password-requirements progress bar
2023-08-23 22:26:12 +02:00
Manuel
4a04725aaf
🐛 Fix database for docker container
2023-08-23 22:18:31 +02:00
ajnart
c06905bfd0
🔥 Remove onboarding step
2023-08-23 22:10:16 +02:00
Manuel
5255882898
📝 Link issue with TS error
2023-08-23 21:38:17 +02:00
Manuel
1def2de8bb
🔀 Merge changes from ajnart
2023-08-23 21:37:02 +02:00
renovate[bot]
fa0d525aeb
⬆️ Update dependency framer-motion to v10.16.1
2023-08-23 19:36:43 +00:00
Manuel
8dbb6d4dd3
🔀 Merge branch 'dev' into feature/add-basic-authentication
2023-08-23 21:17:51 +02:00
ajnart
4ddad33128
⚡ ️ Disable anti-reload in dev mode
2023-08-23 18:07:56 +02:00
renovate[bot]
e08f1afded
⬆️ Update dependency @types/node to v18.17.8
2023-08-23 13:37:14 +00:00
Tagaishi
6c3421f941
🌐 Missing strings reported on discord
2023-08-23 15:07:38 +02:00
renovate[bot]
b5227a6a8c
⬆️ Update dependency @tabler/icons-react to v2.32.0
2023-08-23 09:44:21 +00:00
renovate[bot]
b567dab4b4
⬆️ Update nextjs monorepo to v13.4.19
2023-08-23 06:18:38 +00:00
renovate[bot]
02cf4711a4
⬆️ Update dependency video.js to v8.5.2
2023-08-23 04:09:40 +00:00
renovate[bot]
b1b12d1906
⬆️ Update dependency prettier to v3.0.2
2023-08-23 01:20:38 +00:00
renovate[bot]
a52e110ef4
⬆️ Update dependency @types/react to v18.2.21
2023-08-22 23:28:38 +00:00
Tagaishi
558c731c6b
🌐 between x and y string repetition change
2023-08-22 23:31:56 +02:00
Tagaishi
b6f9467fc1
🌐 better handle of multipart string for category
2023-08-22 23:31:20 +02:00
renovate[bot]
608cc78966
⬆️ Update dependency @react-native-async-storage/async-storage to v1.19.2
2023-08-22 20:53:43 +00:00
Manuel
4e21f669f6
🌐 Translate error alert
2023-08-22 21:55:26 +02:00
Manuel
0f6d545e1a
🥅 Add alert when procedure failed
2023-08-22 21:52:14 +02:00
Manuel
107c6c3995
✨ Add password meter to onboarding
2023-08-22 21:45:10 +02:00
Thomas Camlong
e82f3d0ea9
Merge pull request #1295 from ajnart/refactor/onboarding-page
...
♻️ Onboarding page
2023-08-22 13:16:06 +02:00
Thomas Camlong
4d73395eae
🐛 Update default selected option in path mappings
2023-08-22 13:15:45 +02:00
Thomas Camlong
88129e9c25
Remove analyze in Docker actions
2023-08-22 13:13:17 +02:00
Thomas Camlong
21d81cbb7e
Remove test- prefix in manually deployed versions
2023-08-21 21:52:27 +02:00
Manuel
e8fa3b5e9a
🐛 Header scaling
2023-08-21 21:37:35 +02:00
Manuel
cfde1b6ece
💄 Normalize onboarding steps design
2023-08-21 21:23:28 +02:00
Manuel
480b27fea7
✨ Add back button to create account step
2023-08-21 21:15:56 +02:00
Manuel
3623d871f8
💄 Improve design
2023-08-21 21:10:44 +02:00
Thomas Camlong
3677316ff5
Merge pull request #1271 from ajnart/fix/allow-note-only-in-editmode
2023-08-21 18:02:48 +02:00
ajnart
a98630e2c4
💡 Add comment about environ
2023-08-21 18:01:58 +02:00
ajnart
7ae0f9a7c6
🌐 Add Hungarian language support
2023-08-21 17:59:01 +02:00
Thomas Camlong
1b778943eb
Merge pull request #1257 from Tagaishi/widget-full-translation-support
2023-08-21 17:56:08 +02:00
Tagaishi
d1873ebd24
🐛 Plex tv-show formatting like jellyfin ( #1304 )
2023-08-20 20:02:50 +02:00
Tagaishi
bc4009bd8b
🐛 Added movie in icon list for currently playing ( #1303 )
2023-08-20 18:08:31 +02:00
Manuel
64764a253b
📝 Update database mapping
2023-08-19 12:16:38 +02:00
Manuel
74de892859
♻️ Onboarding page
2023-08-19 12:16:00 +02:00
Tagaishi
9f80f05ef6
🌐 Removing "Homarr" and "..." when unnecessary
2023-08-14 19:25:53 +02:00
Tagaishi
e97367a0a0
Merge branch 'widget-full-translation-support' of https://github.com/Tagaishi/homarr into widget-full-translation-support
2023-08-14 19:16:15 +02:00
ajnart
198aec0a0b
🌐 Change docker internalization
2023-08-14 14:38:10 +02:00
ajnart
6c3f819804
🐳 Fix docker not loading properly
2023-08-14 14:37:56 +02:00
ajnart
d4463c0009
🌐 Move translations to common file
2023-08-14 14:34:56 +02:00
ajnart
07f8ce3de5
🐛 Fix AM/PM for invite modal
2023-08-14 12:07:21 +02:00
ajnart
ce5552c913
✨ Add contentComponents to the main layout
...
Return button is not inside of the header.
2023-08-14 10:15:12 +02:00
Tagaishi
6ccc591bbf
🌐 Appearance Colors
2023-08-13 23:11:56 +02:00
Tagaishi
d51bd43941
🌐 Add new tile
2023-08-13 22:56:41 +02:00
Tagaishi
a973265795
🌐 App validation errors
2023-08-13 22:24:46 +02:00
Tagaishi
7c898379e8
🌐 About keybind actions
2023-08-13 22:10:59 +02:00
Tagaishi
b62b6b9ee7
🐛 Fixed locale on Calendar + moment to dayjs
2023-08-13 21:47:50 +02:00
Tagaishi
8130504430
🌐 Category menu
2023-08-13 21:46:19 +02:00
Tagaishi
d4c9a5bb26
Merge branch 'dev' of https://github.com/ajnart/homarr into widget-full-translation-support
2023-08-13 17:46:18 +02:00
Manuel
b249c0205f
🔀 Merge branch 'dev' into feature/add-basic-authentication
2023-08-13 15:12:20 +02:00
Thomas Camlong
93c4b9a9e3
v0.13.2 - Hotfixed
2023-08-13 07:52:38 +02:00
ajnart
daa5ca29f9
🎨 Re-write default config
2023-08-13 07:46:41 +02:00
ajnart
470b4155f7
🚑 Hotfix app width
2023-08-13 07:46:12 +02:00
Manuel
b2cbb1a388
fix: allow note only in edit mode
2023-08-12 23:23:04 +02:00
Manuel
d92a95af6f
🔀 Version 0.13.2
2023-08-12 23:10:35 +02:00
Manuel
7ce09af5a8
🔀 Merge pull request #1270 from ajnart/release-0-13-2
2023-08-12 22:53:57 +02:00
Manuel
6d295c056b
🥅 Add 500 catching page ( #1226 )
2023-08-12 22:52:55 +02:00
Meier Lukas
01e5bf2119
🔖 Increase version to 0.13.2
2023-08-12 22:43:47 +02:00
Meier Lukas
e4b4b72656
Merge branch 'master' into dev
2023-08-12 22:42:28 +02:00
Thomas Camlong
a41c3e64d0
🌐 New Crowdin updates ( #1247 )
...
* New translations add-app.json (Latvian)
* New translations dns-hole-summary.json (Turkish)
* New translations weather.json (Chinese Simplified)
* New translations weather.json (Spanish)
* New translations weather.json (French)
* New translations weather.json (Danish)
* New translations weather.json (German)
* New translations weather.json (Greek)
* New translations weather.json (Hebrew)
* New translations weather.json (Italian)
* New translations weather.json (Japanese)
* New translations weather.json (Korean)
* New translations weather.json (Dutch)
* New translations weather.json (Norwegian)
* New translations weather.json (Polish)
* New translations weather.json (Russian)
* New translations weather.json (Slovak)
* New translations weather.json (Slovenian)
* New translations weather.json (Swedish)
* New translations weather.json (Turkish)
* New translations weather.json (Ukrainian)
* New translations weather.json (Vietnamese)
* New translations weather.json (Portuguese, Brazilian)
* New translations weather.json (Croatian)
* New translations weather.json (Latvian)
* New translations weather.json (LOLCAT)
* New translations weather.json (Danish)
* New translations weather.json (German)
* New translations not-found.json (French)
* New translations not-found.json (Spanish)
* New translations not-found.json (Danish)
* New translations not-found.json (German)
* New translations not-found.json (Greek)
* New translations not-found.json (Hebrew)
* New translations not-found.json (Italian)
* New translations not-found.json (Japanese)
* New translations not-found.json (Korean)
* New translations not-found.json (Dutch)
* New translations not-found.json (Norwegian)
* New translations not-found.json (Polish)
* New translations not-found.json (Russian)
* New translations not-found.json (Slovak)
* New translations not-found.json (Slovenian)
* New translations not-found.json (Swedish)
* New translations not-found.json (Turkish)
* New translations not-found.json (Ukrainian)
* New translations not-found.json (Chinese Simplified)
* New translations not-found.json (Vietnamese)
* New translations not-found.json (Portuguese, Brazilian)
* New translations not-found.json (Croatian)
* New translations not-found.json (Latvian)
* New translations not-found.json (LOLCAT)
* New translations weather.json (Spanish)
* New translations not-found.json (Spanish)
* New translations not-found.json (Swedish)
* New translations weather.json (Turkish)
* New translations not-found.json (Turkish)
* New translations not-found.json (German)
* New translations not-found.json (Danish)
* New translations not-found.json (Spanish)
* New translations add-app.json (Spanish)
* New translations weather.json (Hebrew)
* New translations not-found.json (Hebrew)
* New translations add-app.json (Spanish)
* New translations toggle-edit-mode.json (Spanish)
* New translations weather.json (Spanish)
* New translations date.json (Spanish)
* New translations date.json (French)
* New translations date.json (Danish)
* New translations date.json (German)
* New translations date.json (Greek)
* New translations date.json (Hebrew)
* New translations date.json (Italian)
* New translations date.json (Japanese)
* New translations date.json (Korean)
* New translations date.json (Dutch)
* New translations date.json (Norwegian)
* New translations date.json (Polish)
* New translations date.json (Russian)
* New translations date.json (Slovak)
* New translations date.json (Slovenian)
* New translations date.json (Swedish)
* New translations date.json (Turkish)
* New translations date.json (Ukrainian)
* New translations date.json (Chinese Simplified)
* New translations date.json (Vietnamese)
* New translations date.json (Portuguese, Brazilian)
* New translations date.json (Croatian)
* New translations date.json (Latvian)
* New translations date.json (LOLCAT)
* New translations add-app.json (Italian)
* New translations bookmark.json (Italian)
* New translations media-requests-stats.json (Italian)
* New translations common.json (Italian)
* New translations weather.json (Italian)
* New translations not-found.json (Italian)
* New translations date.json (Italian)
* New translations date.json (Turkish)
* New translations date.json (Danish)
* New translations date.json (Hebrew)
* New translations date.json (Swedish)
* New translations weather.json (Chinese Simplified)
* New translations not-found.json (Chinese Simplified)
* New translations date.json (Chinese Simplified)
* New translations not-found.json (Chinese Simplified)
* New translations date.json (Spanish)
* New translations date.json (Latvian)
* New translations bookmark.json (Latvian)
* New translations common.json (Latvian)
* New translations weather.json (Latvian)
* New translations not-found.json (Latvian)
* New translations date.json (Latvian)
* New translations date.json (German)
* New translations add-app.json (French)
* New translations add-app.json (Spanish)
* New translations add-app.json (Danish)
* New translations add-app.json (German)
* New translations add-app.json (Greek)
* New translations add-app.json (Hebrew)
* New translations add-app.json (Italian)
* New translations add-app.json (Japanese)
* New translations add-app.json (Korean)
* New translations add-app.json (Dutch)
* New translations add-app.json (Norwegian)
* New translations add-app.json (Polish)
* New translations add-app.json (Russian)
* New translations add-app.json (Slovak)
* New translations add-app.json (Slovenian)
* New translations add-app.json (Swedish)
* New translations add-app.json (Turkish)
* New translations add-app.json (Ukrainian)
* New translations add-app.json (Chinese Simplified)
* New translations add-app.json (Vietnamese)
* New translations add-app.json (Portuguese, Brazilian)
* New translations add-app.json (Croatian)
* New translations add-app.json (Latvian)
* New translations add-app.json (LOLCAT)
* New translations add-app.json (Spanish)
* New translations add-app.json (German)
* New translations add-app.json (Italian)
* New translations add-app.json (Russian)
* New translations add-app.json (Swedish)
* New translations bookmark.json (Russian)
* New translations media-requests-stats.json (Russian)
* New translations common.json (Russian)
* New translations weather.json (Russian)
* New translations not-found.json (Russian)
* New translations date.json (Russian)
* New translations add-app.json (Turkish)
* New translations date.json (Spanish)
* New translations add-app.json (Spanish)
* New translations dns-hole-summary.json (Spanish)
* New translations date.json (Spanish)
* New translations add-app.json (Danish)
* New translations add-app.json (Hebrew)
* New translations dns-hole-summary.json (Turkish)
* New translations dns-hole-summary.json (Spanish)
* New translations dns-hole-summary.json (French)
* New translations dns-hole-summary.json (Danish)
* New translations dns-hole-summary.json (German)
* New translations dns-hole-summary.json (Greek)
* New translations dns-hole-summary.json (Hebrew)
* New translations dns-hole-summary.json (Italian)
* New translations dns-hole-summary.json (Japanese)
* New translations dns-hole-summary.json (Korean)
* New translations dns-hole-summary.json (Dutch)
* New translations dns-hole-summary.json (Norwegian)
* New translations dns-hole-summary.json (Polish)
* New translations dns-hole-summary.json (Russian)
* New translations dns-hole-summary.json (Slovak)
* New translations dns-hole-summary.json (Slovenian)
* New translations dns-hole-summary.json (Swedish)
* New translations dns-hole-summary.json (Ukrainian)
* New translations dns-hole-summary.json (Chinese Simplified)
* New translations dns-hole-summary.json (Vietnamese)
* New translations dns-hole-summary.json (Portuguese, Brazilian)
* New translations dns-hole-summary.json (Croatian)
* New translations dns-hole-summary.json (Latvian)
* New translations dns-hole-summary.json (LOLCAT)
* New translations dns-hole-summary.json (Spanish)
* New translations dns-hole-summary.json (Danish)
* New translations dns-hole-summary.json (German)
* New translations dns-hole-summary.json (Turkish)
* New translations dns-hole-summary.json (Hebrew)
* New translations add-app.json (Slovak)
* New translations weather.json (Slovak)
* New translations not-found.json (Slovak)
* New translations date.json (Slovak)
* New translations dns-hole-summary.json (Russian)
* New translations dns-hole-summary.json (Slovak)
* New translations notebook.json (French)
* New translations notebook.json (Spanish)
* New translations notebook.json (Danish)
* New translations notebook.json (German)
* New translations notebook.json (Greek)
* New translations notebook.json (Hebrew)
* New translations notebook.json (Italian)
* New translations notebook.json (Japanese)
* New translations notebook.json (Korean)
* New translations notebook.json (Dutch)
* New translations notebook.json (Norwegian)
* New translations notebook.json (Polish)
* New translations notebook.json (Russian)
* New translations notebook.json (Slovak)
* New translations notebook.json (Slovenian)
* New translations notebook.json (Swedish)
* New translations notebook.json (Turkish)
* New translations notebook.json (Ukrainian)
* New translations notebook.json (Chinese Simplified)
* New translations notebook.json (Vietnamese)
* New translations notebook.json (Portuguese, Brazilian)
* New translations notebook.json (Croatian)
* New translations notebook.json (Latvian)
* New translations notebook.json (LOLCAT)
2023-08-12 22:01:09 +02:00
Manuel
be3b4f2275
🐛 Fix animation overflow ( #1269 )
2023-08-12 22:00:06 +02:00
Thomas Camlong
c8f39033dd
🐛 Fix issues with URL being too long when pinging many apps ( #1264 )
2023-08-12 21:57:20 +02:00
Thomas Camlong
abb52b093a
✨ Notebook-widget ( #962 )
...
* ⬆️ Add required dependencies
* ✨ Add basic widget definition for `notebook`
* 🌐 Add basic translations for `notebook` widget
* 🐛 Fix `WidgetMenu` zIndex property
* ⚡ ️ Use dynamic import for the `notebook` widget
* 🌐 Update translations
* 🚨 Disable eslint `no-param-reassign` rule
* ✨ Add `notebook` widget
* ➕ Add `immer` as a dependency
* fix: currentConfig not loaded in useEffect callback
fixes #1249
* ♻️ Notebook widget UI (#1266 )
* ♻️ Refactor note widget
* 🐛 Fix translations
* 💄 Widget styling changes
* 🔒 Fix lockfile
* 💄 Remove primary color from edit button
* 💄 Fix css
* ✨ Add the ability to hide an option
* 🔥 Remove aria-labels
* ♻️ Address pull request feedback
* 🐛 Remove wrong description from default value
---------
Co-authored-by: gnattu <gnattu@users.noreply.github.com >
Co-authored-by: Manuel <manuel.ruwe@bluewin.ch >
Co-authored-by: Tagaishi <Tagaishi@hotmail.ch >
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2023-08-12 21:17:12 +02:00
ajnart
7614ec25c3
🐛 Fix docker action notification never going away
...
Fixes #1216
2023-08-12 21:00:18 +02:00
Thomas Camlong
b71de91d37
Update SECURITY.md
2023-08-12 15:53:30 +02:00
Thomas Camlong
d1afdbd7f5
Merge pull request #1261 from Tagaishi/improve-dns-hole-stats-layout
2023-08-12 15:46:55 +02:00
Tagaishi
261c1d94c9
🔀 Merge branch 'dev' into improve-dns-hole-stats-layout
2023-08-12 13:35:59 +02:00
Tagaishi
d14834d517
🐛 remove icon alignment on column stat layout
2023-08-12 13:16:58 +02:00
Manuel
9519dfaf0a
🐛 AdGuard Home time unit fix ( #1005 )
2023-08-12 12:10:21 +02:00
Meier Lukas
c955b04b48
🐛 Issue with media request url ( #1260 )
2023-08-12 11:51:14 +02:00
Manuel
caf74f9962
✨ Move docker page to manage pages
2023-08-11 22:13:14 +02:00
Manuel
9ae2dc3037
✨ Add new login page design
2023-08-11 21:44:33 +02:00
Meier Lukas
73cf109c72
🐛 Remove not implemented action icons
2023-08-11 21:08:42 +02:00
Tagaishi
d6736d6539
🐛 App tile flex fix ( #1255 )
...
* 🎨 flex
* 🎨 Improved flex organization on app tile
* ✏️ disallowAppNameProgagation to Propagation
* ✨ User customizable lineclamp and config migration
2023-08-11 20:47:14 +02:00
Meier Lukas
71272c982e
🎨 Improve code structure of dns hole summary
2023-08-11 20:38:13 +02:00
Manuel
74bf117fe3
✨ Add tooltip for promotion and demotion of users
2023-08-11 19:29:06 +02:00
Manuel
edb48135d6
🌐 Update outdated text of manage user
2023-08-11 19:20:21 +02:00
Manuel
d57e356425
🌐 Updated deletion text
2023-08-11 19:18:19 +02:00
Tagaishi
a14a9d4601
💄 Flex layout and text fitting
2023-08-11 00:07:57 +02:00
Meier Lukas
5bb7418de5
✨ Add possibility to define users as admin
2023-08-10 20:50:31 +02:00
Meier Lukas
73669aa61b
🐛 Missing translation for users meta title
2023-08-10 20:12:41 +02:00
Meier Lukas
6b585a9fcf
🐛 Fix wrong translation key for password in user creation
2023-08-10 20:08:47 +02:00
Meier Lukas
9254703855
♻️ Rename final step to confirmation
2023-08-10 20:06:32 +02:00
Meier Lukas
0282344793
♻️ Add direct login after registration
2023-08-10 20:04:41 +02:00
Meier Lukas
558beae12f
♻️ Improve header experimental note
2023-08-10 19:54:19 +02:00
Meier Lukas
30c8f5cfdf
♻️ Add auto-complete for login
2023-08-10 19:53:56 +02:00
Meier Lukas
76b8bbd65c
♻️ Improve usage of /b and /board
2023-08-10 18:17:49 +02:00
Meier Lukas
b21ee50908
🐛 Fix docker enabled issue
2023-08-10 06:56:45 +02:00
Tagaishi
9b2fecdfcb
🌐 Replaced hardcoded text to use translation
2023-08-09 22:16:57 +02:00
Manuel
1d09f662aa
🚸 Open external links in manage nav in new tab
2023-08-09 22:14:25 +02:00
Manuel
932150c72f
💄 Add discord and GH to experimental header
2023-08-09 22:06:56 +02:00
Meier Lukas
865da09c24
🐛 Fix environment variable docker enabled
2023-08-09 21:45:35 +02:00
Meier Lukas
db8d88affc
🐛 Fix deprecated zustand dependencies
2023-08-09 21:41:57 +02:00
Meier Lukas
d9eec612d8
♻️ Remove console log
2023-08-09 21:27:57 +02:00
Meier Lukas
d24d84c834
🐛 Add error message for invalid login
2023-08-09 21:25:29 +02:00
gnattu
d5f74eb4bf
fix: currentConfig not loaded in useEffect callback ( #1250 )
...
fixes #1249
2023-08-09 20:37:49 +02:00
Tagaishi
ffa850b081
✨ Option to show time for a city ( #1236 )
2023-08-09 20:33:17 +02:00
ajnart
f1fb7a5a78
🐛 Fix env schema
...
https://env.t3.gg/docs/recipes
2023-08-09 18:36:27 +02:00
Meier Lukas
6460e433a5
🐛 App Transparency not used by torrent tile table ( #1256 )
...
* 🐛 App Transparency not used by torrent tile table
* 🐛 Classname to unspecific
2023-08-08 22:18:35 +02:00
Manuel
9404b2c718
💄 Fix white space on torrent ( #1254 )
...
* 💄 Fix white space on torrent
* 🐛 Fix issue with table content
* 🐛 Remove temporary mock value
---------
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2023-08-08 21:38:14 +02:00
Thomas Camlong
e755bf6bd0
Merge pull request #1228 from ajnart/refactor/404-page
...
🥅 Add 404 error page
2023-08-08 10:07:36 +02:00
Thomas Camlong
2b82503b6c
Merge pull request #1184 from ishaanparlikar/1182-display-city
...
✨ display location name on a weather tile
2023-08-08 09:47:11 +02:00
ajnart
0331d20a42
🐛 Fix padding in WeatherTile
2023-08-08 09:46:10 +02:00
Manuel
a545e0fb91
⏪ Revert line clamp ( #1245 ) ( #1246 )
2023-08-07 22:12:25 +02:00
Manuel
a83ca7dcde
⏪ Revert line clamp ( #1245 )
2023-08-07 22:10:34 +02:00
Manuel
0277f808c3
🔀 Merge branch 'dev' into feature/add-basic-authentication
2023-08-07 22:06:37 +02:00
Manuel
7b6df42997
🔀 Version 0.13.1
2023-08-07 21:30:37 +02:00
Thomas Camlong
ed56b3f319
🌐 New Crowdin updates ( #1241 )
2023-08-07 21:23:49 +02:00
Meier Lukas
5502eafc04
💄 Improve sizing of app name ( #1244 )
2023-08-07 21:20:49 +02:00
Meier Lukas
0190f4550d
🐛 Logo link not working
2023-08-07 19:17:05 +02:00
Meier Lukas
fec5364e37
🐛 Ping accessibillity settings have not been used
2023-08-07 06:31:49 +02:00
Thomas Camlong
be4ac56f0b
Merge pull request #1242 from ajnart/increate-version
2023-08-07 12:27:59 +09:00
Thomas Camlong
7310f7d25f
Merge pull request #1243 from Tagaishi/calendar-day-nowrap
2023-08-07 12:12:19 +09:00
Tagaishi
04792bc749
🐛 Mobile category calendar day text wrapping
2023-08-07 01:29:37 +02:00
Manuel
db30f5b92c
🔖 Increase version to 0.13.1
2023-08-06 20:01:46 +02:00
Tagaishi
7d18a51d02
✨ App tile UI change ( #1231 )
...
* 💄 Rework the App tile UI
* 🤡 Forgot one
* Make it so the app title gets hidden properly
Now if the value is missing it won't by "hover" or "hidden" so it won't hide
* Turn the `Tooltip` into `HoverCard`
* Make save and cancel button not wrap anymore
* 💄 Used InfoCard in options + translations
* ♻️ Remove fallback value for label translations
---------
Co-authored-by: Thomas Camlong <49837342+ajnart@users.noreply.github.com >
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2023-08-06 19:36:36 +02:00
Thomas Camlong
121d6eafab
🌐 New Crowdin updates ( #1180 )
2023-08-06 17:13:08 +02:00
Meier Lukas
f8907b97ae
🐛 Add missing translations for save affix
2023-08-06 17:10:38 +02:00
Meier Lukas
6efa12b5f0
🐛 Color theme not working when opening customize page from board page
2023-08-06 17:06:00 +02:00
Manuel
f1e8beb659
🔀 Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-08-06 16:46:57 +02:00
Manuel
0004dbd826
✨ Add affix for board customization page
2023-08-06 16:46:00 +02:00
Meier Lukas
f07b964129
♻️ Use color scheme on board customize page
2023-08-06 16:38:04 +02:00
Manuel
936980d67a
💄 Display active page in manage navigation bar
2023-08-06 16:22:24 +02:00
Meier Lukas
7a499da903
🐛 Wrong import (using react instead of next for translation)
2023-08-06 16:06:44 +02:00
Meier Lukas
0bed8b2025
🐛 Missing translation on user invites page
2023-08-06 16:02:15 +02:00
Meier Lukas
3e4c9cdc3d
♻️ Deprecate calendar firstdayofweek option
2023-08-06 16:00:40 +02:00
Meier Lukas
65cd15aba5
♻️ Add direct sign in after onboarding
2023-08-06 15:49:24 +02:00
Meier Lukas
3ef12cfe12
♻️ Update api endpoint authorization
2023-08-06 15:40:19 +02:00
Meier Lukas
d281a2ee98
Merge branch 'dev' into feature/add-basic-authentication
2023-08-06 15:02:57 +02:00
Meier Lukas
9e576f1498
♻️ Address pull request feedback
2023-08-06 14:12:39 +02:00
Meier Lukas
f074794009
Merge pull request #1212 from Tagaishi/widget-option-tooltips
...
✨ InfoCard
2023-08-05 23:57:22 +02:00
Tagaishi
d994f4ec89
🤡 frogot a file
2023-08-05 23:19:52 +02:00
Tagaishi
048b27a89b
🔒 ️ Link out of translation files
2023-08-05 23:19:26 +02:00
Manuel
4b2c5f2816
🌐 Fix translation namespaces
2023-08-05 23:09:07 +02:00
Manuel
14c366bddd
🌐 Add missing translations
2023-08-05 23:06:40 +02:00
Meier Lukas
165c40506d
⚰️ Remove unused type
2023-08-05 22:17:54 +02:00
Meier Lukas
d7de49d743
♻️ Migrate position property of info-card to hove card property
2023-08-05 22:15:20 +02:00
Manuel
cdb88ff941
🔥 Remove type safety for translations
2023-08-05 21:36:15 +02:00
Manuel
bd4b7b8c13
🏷️ Apply namespace types to translations
2023-08-05 17:45:50 +02:00
Manuel
a287b87a4a
🏷️ Add translation namespace typesy
2023-08-05 17:33:41 +02:00
Meier Lukas
d1ad3ed162
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-08-05 17:18:10 +02:00
Meier Lukas
73589623d4
♻️ Add translations for board customize page
2023-08-05 17:18:05 +02:00
Manuel
42688ad2c7
✨ Add i18n namespaces and add translations for manage boards
2023-08-05 17:00:29 +02:00
Meier Lukas
6aff6dbedc
♻️ Fix head title for preferences page
2023-08-05 16:34:38 +02:00
Meier Lukas
cdb882806c
Merge pull request #1235 from huanga/dev
...
Adding 'audio' session type for Plex based on 'track' Plex API
2023-08-05 16:27:34 +02:00
Meier Lukas
f650915832
♻️ Add fallback head title for board page
2023-08-05 16:21:24 +02:00
Meier Lukas
da0314a180
🐛 Add missing translation
2023-08-05 16:03:35 +02:00
Meier Lukas
093c03091e
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-08-05 16:02:30 +02:00
Meier Lukas
889853961d
♻️ Add header translations
2023-08-05 16:02:26 +02:00
Manuel
cf057505ec
✨ Protect routes and procedures
2023-08-05 15:30:59 +02:00
Manuel
5b1b36eecc
🚸 Remember current values as default in create user stepper
2023-08-05 15:09:48 +02:00
Manuel
d081ccb9ad
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-08-05 15:03:16 +02:00
Meier Lukas
04b3fa394d
♻️ Add ssr for user preferences page, add translations for user preferences page
2023-08-05 13:19:30 +02:00
Meier Lukas
4817c0c267
🐛 Updating search engine not working
2023-08-05 12:57:29 +02:00
Manuel
306151db65
✨ Add link to manage page
2023-08-05 12:35:06 +02:00
Meier Lukas
2c3930bfb5
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-08-05 12:26:57 +02:00
Meier Lukas
f18d2fdfbd
✨ Add middleware for onboarding page
2023-08-05 12:26:50 +02:00
Manuel
f5d11cfd36
🐛 Fix imports
2023-08-05 12:26:42 +02:00
Manuel
bbcbda74a9
🐛 Fix import for header
2023-08-05 12:23:46 +02:00
Manuel
2615f8e0ae
💚 Remove run param from turbo build
2023-08-05 12:18:50 +02:00
Manuel
0455db61af
📌 Fix turbo version
2023-08-05 12:10:34 +02:00
Manuel
9f7c41919d
💚 Try to fix turbo build
2023-08-05 12:03:33 +02:00
Meier Lukas
050ed8f877
🐛 Logout redirect not working
2023-08-05 11:49:37 +02:00
Meier Lukas
5039287d18
🐛 Logout redirect wrong
2023-08-05 11:42:49 +02:00
Meier Lukas
5177851fca
🐛 Login not redirecting
2023-08-05 11:38:37 +02:00
Manuel
2f2fdfb438
➕ Add sharp and surpress npm update notifier
2023-08-05 11:38:23 +02:00
Manuel
44119422f6
💚 Add db migration and fix build errors
2023-08-05 11:33:29 +02:00
Manuel
da57166fe7
➕ Use bcryptjs instead of bcrypt
2023-08-05 11:19:52 +02:00
Manuel
6cbf5028c9
🐛 Update imports for turbo build
2023-08-05 11:14:28 +02:00
Manuel
fb0274c2e9
💚 Fix env validation for turbo build
2023-08-05 10:43:56 +02:00
Manuel
cee306ec95
💚 Fix turbo build for missing env
2023-08-05 10:39:28 +02:00
Manuel
5ee740bd67
💚 Potential fix for internal next auth url
2023-08-05 10:36:07 +02:00
Meier Lukas
4d6b120864
🐛 Sign in does no longer rely on NEXTAUTH_URL
2023-08-05 10:02:56 +02:00
Meier Lukas
5d5e69537d
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-08-05 09:57:55 +02:00
Meier Lukas
e9904ababf
🚧 Add search engine to user preferences
2023-08-05 09:57:48 +02:00
Manuel
f3082c5c7d
💚 Fix ci build
2023-08-05 00:45:58 +02:00
Manuel
c0b836f2a4
feat: disable delete for Homarr default config
2023-08-04 22:31:48 +02:00
Meier Lukas
863cff1dfc
♻️ Improve customization page
2023-08-04 21:54:33 +02:00
Meier Lukas
02227e0a44
Fix issue with link on boards page
2023-08-04 21:48:24 +02:00
Tagaishi
d851f3bb21
✅ Added infocard to location widget
2023-08-03 15:14:26 +02:00
Manuel
a6c273e26a
💄 Use correct icons for boards page
2023-08-02 18:57:05 +02:00
Andy Huang
9722d6fb4d
Adding 'audio' session type for Plex based on 'track' Plex API response type.
2023-08-02 06:11:58 -07:00
Tagaishi
34ea8c0661
🤡 forgot a question mark
2023-08-02 12:54:04 +02:00
Tagaishi
c3e1345851
💄 Made InfoCard more customizable
2023-08-02 12:23:28 +02:00
Meier Lukas
0a64ab0c84
🗑️ Remove config api endpoints
2023-08-02 06:46:26 +02:00
Meier Lukas
37c5378e4b
♻️ Remove try-password api endpoint
2023-08-02 06:45:19 +02:00
Meier Lukas
e5e1f5c406
Merge branch 'dev' into feature/add-basic-authentication
2023-08-02 06:44:26 +02:00
Tagaishi
58de4aaa6c
🎨 reworked structure of infocard + added arrow
2023-08-02 04:32:20 +02:00
Tagaishi
f0a343dfc9
⬆️ yarn.lock for tiptap. Maybe wrong
2023-08-02 04:00:37 +02:00
Tagaishi
7235b5b17a
✨ General Element + Tooltip to HoverCard
2023-08-02 03:48:10 +02:00
Meier Lukas
39b8eb355b
🐛 Fix failing query when not authorized
2023-08-01 20:21:44 +02:00
Meier Lukas
8ce0de5068
🚧 Add onboarding
2023-08-01 19:04:14 +02:00
Manuel
a3bb08768f
✨ Add make my default board button to manage boards
2023-08-01 18:14:53 +02:00
Manuel
9657d8acd5
✨ Add default dashboard to preferences
2023-08-01 18:07:24 +02:00
Manuel
6ae89140a9
✨ Add select for default board in preferences
2023-08-01 17:56:56 +02:00
Manuel
70c942e4cb
🌐 Fix translations on preferences page
2023-08-01 17:48:43 +02:00
Manuel
2035b20690
✨ Add password strength indicator and use crypto safe random PWs
2023-08-01 17:42:19 +02:00
Meier Lukas
b4c6896850
♻️ Remove unused middleware
2023-08-01 15:39:45 +02:00
Meier Lukas
994c9ede5c
♻️ Remove and move some more files
2023-08-01 15:37:58 +02:00
Meier Lukas
65d0b31a1a
♻️ Improved code structure for layout, remove most settings components
2023-08-01 15:23:31 +02:00
Meier Lukas
6b8d94b6b5
♻️ Make login and invite page inaccessible when signed in
2023-08-01 14:51:27 +02:00
Meier Lukas
a75d19fd78
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-08-01 12:59:57 +02:00
Meier Lukas
46696af756
♻️ Remove auto focus from search
2023-08-01 12:59:50 +02:00
Manuel
f391002c99
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-08-01 12:58:38 +02:00
Manuel
bb0bcabb2e
♻️ board procedure
2023-08-01 12:58:32 +02:00
Meier Lukas
db396b6b10
✨ Add copy button to invite modal
2023-08-01 12:50:54 +02:00
Manuel
ccbf208ff0
🐛 Fix input element type for create invite
2023-08-01 12:37:35 +02:00
Meier Lukas
d62acf29be
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-08-01 12:35:30 +02:00
Meier Lukas
46475f3a93
💄 Improve movie modal cards and layout
2023-08-01 12:35:26 +02:00
ajnart
38638551dc
🚨 Fix compilation
2023-08-01 19:22:15 +09:00
ajnart
1bb84e3b0f
✨ Add cache back
2023-08-01 19:20:39 +09:00
Meier Lukas
68bd2c06c8
♻️ Improve movie modal count text
2023-08-01 12:20:14 +02:00
Meier Lukas
ae1083b090
🐛 Fix issue with movie modal
2023-08-01 12:18:28 +02:00
Meier Lukas
16804972e5
♻️ Add username to logout text
2023-08-01 12:06:39 +02:00
Meier Lukas
00260f975a
♻️ Move apps on top of search
2023-08-01 12:04:37 +02:00
Meier Lukas
2c5ef6a73b
🐛 Fix registration redirect link
2023-08-01 11:53:30 +02:00
Meier Lukas
80a4369845
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-08-01 11:43:58 +02:00
Meier Lukas
f93d935175
♻️ Rename registration token to invite, add created by
2023-08-01 11:43:24 +02:00
Manuel
ac2116b44f
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-08-01 11:39:00 +02:00
Manuel
38c6a0741b
🌐 Fix translations for preferences page
2023-08-01 11:38:57 +02:00
Thomas Camlong
117e049f66
Merge pull request #1232 from ajnart/fix-env-not-working
...
Fix env not working
2023-08-01 18:38:52 +09:00
ajnart
d9c0d8d021
Fix values for `DOCKER_HOST`
2023-08-01 18:38:13 +09:00
Thomas Camlong
a8d94a0a36
Merge pull request #1229 from Tagaishi/media-request-ui-rework
...
💄 Media requests stats widget stretch elements to fit tile
2023-08-01 09:02:18 +09:00
Meier Lukas
df890b8c0a
💄 Polish layouts
2023-08-01 01:13:21 +02:00
Meier Lukas
fff6e6c077
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-07-31 23:52:03 +02:00
Meier Lukas
40056ab151
♻️ Disable docker when not configured
2023-07-31 23:51:54 +02:00
Manuel
7f5e76796d
🐛 Fix validation for create board and add modal for delete board
2023-07-31 23:46:44 +02:00
Meier Lukas
1391a3d022
📱 Improve header
2023-07-31 23:27:11 +02:00
Meier Lukas
82c2079074
🗑️ Remove index and slug pages and add redirect to /board
2023-07-31 23:12:45 +02:00
Manuel
d07cdee144
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-07-31 22:58:18 +02:00
Manuel
d2408ebe4b
✨ Implement paging in manage users, implement search
2023-07-31 22:57:22 +02:00
Meier Lukas
3047002558
🐛 Fix issue with config reset when navigating
2023-07-31 22:50:45 +02:00
Manuel
35d505e9b1
🐛 Remove $ from delete user modal
2023-07-31 22:39:13 +02:00
Manuel
961b8024ab
🐛 Fix schema validation for user creation
2023-07-31 22:36:43 +02:00
Manuel
061ae1ae6c
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-07-31 22:32:38 +02:00
Manuel
8d0ea0e2a9
💄 Improve steps in user creation page
2023-07-31 22:32:34 +02:00
Meier Lukas
386fddc050
✨ Implement new movie search modals
2023-07-31 22:30:48 +02:00
Manuel
630548e022
💄 Remove "your preferences" from manage home
2023-07-31 21:42:35 +02:00
Manuel
0b673b7c1a
🐛 Fix outdated links in manage home
2023-07-31 21:42:03 +02:00
Manuel
ca1809c476
💄 Fix colors of modals
2023-07-31 21:40:37 +02:00
Manuel
9fcbdb43e6
🐛 Fix paging on manage user invites
2023-07-31 21:20:46 +02:00
Manuel
ddfd9fb286
💄 Align actions to the right on manage invite page
2023-07-31 20:57:18 +02:00
Manuel
71757d0cce
🐛 Fix pagination on register token page
2023-07-31 20:52:17 +02:00
Manuel
129fd1336c
✨ Add copy registration token modal
2023-07-31 20:36:36 +02:00
Manuel
f24daa2b34
🔥 Remove active and inactive toggle from manage users page
2023-07-31 19:51:04 +02:00
Manuel
2aa594b686
🐛 User preferences not rendering correctly for Switches
2023-07-31 19:49:41 +02:00
Meier Lukas
130b51e109
✨ Add board customization page
2023-07-31 11:15:18 +02:00
Tagaishi
837b589270
⚰️ removed unused imports
2023-07-31 01:15:40 +02:00
Tagaishi
6c1909e627
🎨 Common card component + flex direction fix
2023-07-31 01:13:36 +02:00
Tagaishi
3b95b8d8c8
🤡 Forgot label + touch up
2023-07-31 00:32:11 +02:00
Tagaishi
2b9de2405e
💄 Elements stretch to fit whole widget
2023-07-31 00:20:23 +02:00
Tagaishi
fb7292f710
🎨 Info tooltip component + select pop list bugfix
2023-07-31 00:14:03 +02:00
Meier Lukas
e448ce4b00
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-07-31 00:02:18 +02:00
Meier Lukas
99c2bc11cb
🚧 Add board customization page
2023-07-31 00:02:10 +02:00
Manuel
f8186e68e4
✨ Add procedure for updating user settings
2023-07-30 23:29:41 +02:00
Manuel
4b1f5881e3
♻️ Move preferences in router
2023-07-30 22:57:14 +02:00
Manuel
672b726e6b
🐛 Outdated links on manage page
2023-07-30 22:44:18 +02:00
Manuel
0575cd475c
🔥 Remove caching and async persistance storage
2023-07-30 22:30:49 +02:00
Manuel
f61d0f5f8d
✨ Add manage dashboards page
2023-07-30 22:20:20 +02:00
Meier Lukas
93c10da760
🐛 Fix issue with header action button
2023-07-30 20:24:12 +02:00
Meier Lukas
5008b5e7a4
✨ Add slug board page
2023-07-30 20:17:35 +02:00
Manuel
96529ae6bc
✨ Re-add burger menu on mobile
2023-07-30 19:45:48 +02:00
Manuel
56a234baf6
🥅 Add 404 error page
2023-07-30 16:54:35 +02:00
Manuel
fc70a34e7d
✨ Add common header to manage pages
2023-07-30 16:30:48 +02:00
Manuel
d100d41ce6
✨ Add preferences to preferences page
2023-07-30 16:22:45 +02:00
Manuel
9de710bfd8
✨ Add preferences page to navbar
2023-07-30 15:33:43 +02:00
Manuel
8e5af7f05c
✨ Add title to manage pages
2023-07-30 15:15:14 +02:00
Tagaishi
07a0f55a95
Merge branch 'dev' of https://github.com/ajnart/homarr into widget-option-tooltips
2023-07-30 14:18:09 +02:00
Tagaishi
ebfe7c3a93
🎨 Renamed to ICommonWidgetOptions
2023-07-30 14:17:57 +02:00
Meier Lukas
07b7b3acec
✨ Add docker page
2023-07-30 09:48:35 +02:00
Meier Lukas
e1aaf82602
🚧 Add board, Improve header
2023-07-30 01:09:10 +02:00
Meier Lukas
b19d489a4c
♻️ Add username from session to manage page
2023-07-29 23:05:47 +02:00
Meier Lukas
f84d9ed7d4
♻️ Improve avatar menu, add avatar menu to manage pages, add default dashboard to user settings schema
2023-07-29 23:03:40 +02:00
Meier Lukas
588ad4313a
✨ Add color scheme toggle for new header
2023-07-29 22:06:21 +02:00
Manuel
5e873cad3f
♿ ️ Improve management start page
2023-07-29 21:58:36 +02:00
Manuel
d13347fd4e
♿ ️ Add mobile drawer for navigation
2023-07-29 21:44:16 +02:00
Manuel
3d2e909237
🚸 Improve mobile reponsiveness
2023-07-29 21:33:44 +02:00
Manuel
b4192137de
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-07-29 21:21:23 +02:00
Manuel
cb0b8869e2
✨ Add deletion for registration tokens
2023-07-29 21:21:21 +02:00
Meier Lukas
698dab032f
♻️ Improve avatar menu
2023-07-29 21:18:41 +02:00
Meier Lukas
2db3d1405b
✨ Implement account button for new header
2023-07-29 21:15:55 +02:00
Manuel
b4c188e797
✨ Add procedure for registration tokens management
2023-07-29 21:11:52 +02:00
Meier Lukas
cf12c8575d
✨ Add board pages
2023-07-29 20:56:20 +02:00
Meier Lukas
0c3d9f335c
✨ Implement search for new header
2023-07-29 20:56:08 +02:00
Manuel
ed23e388f9
🚸 Improve UX on create user page
2023-07-29 20:12:49 +02:00
Ishan Parlikar
6f0a259268
added icon size and gap changes when tile is small
2023-07-29 22:22:59 +05:30
Manuel
e273c830b4
✨ Add create user form
2023-07-29 17:29:57 +02:00
Manuel
e045081346
💄 Fix darkmode styling for manage home page
2023-07-29 16:19:57 +02:00
Manuel
951e4cb61a
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-07-29 16:17:37 +02:00
Manuel
4c2e81a29d
✨ Add stepper for creating new user
2023-07-29 16:17:34 +02:00
Meier Lukas
9461e9d574
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-07-29 16:16:08 +02:00
Meier Lukas
1038cc7ccf
♻️ Show edit buttons only when user is admin
2023-07-29 16:16:01 +02:00
Manuel
e4e1f2e32e
✨ Add tRPC user query
2023-07-29 16:08:58 +02:00
Manuel
5c4e1a4bb8
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-07-29 15:32:20 +02:00
Manuel
76e3bc28e5
✨ Improve management landing page
2023-07-29 15:32:17 +02:00
Meier Lukas
79d13274b5
♻️ Move authentication pages to /auth
2023-07-29 15:21:00 +02:00
Manuel
5cac368926
✨ Add correct page routing
2023-07-29 14:59:11 +02:00
Manuel
b45a351eff
🔀 Merge branch 'dev' into feature/add-basic-authentication
2023-07-29 14:50:31 +02:00
Manuel
0f3ec55f21
Merge branches 'feature/add-basic-authentication' and 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
2023-07-29 14:49:48 +02:00
Manuel
3b01a42b15
✨ Add management layout
2023-07-29 14:49:44 +02:00
Meier Lukas
c165648d5b
🎨 Improve color scheme logic
2023-07-29 14:30:19 +02:00
Meier Lukas
c312828c79
✨ Add translation to user settings
2023-07-29 11:35:34 +02:00
Meier Lukas
ed76afbce8
✨ Add user settings, improve color scheme
2023-07-29 11:19:40 +02:00
Meier Lukas
d8562e2990
✨ Add working sign-in / sign-out, add working registration with token
2023-07-29 10:05:05 +02:00
Thomas Camlong
454deaf069
Merge pull request #1208 from Tagaishi/Bookmark-cosmetic-rework
2023-07-29 12:51:29 +09:00
Tagaishi
47c7e84d25
🤡 nothing to see here
2023-07-29 01:31:10 +02:00
Tagaishi
a0052f88f4
🎨 Refactor repeating code
2023-07-29 01:23:46 +02:00
Manuel
c99c06c0bb
🗑️ Remove deprecated code ( #1225 )
2023-07-28 23:09:21 +02:00
Meier Lukas
326395730e
🐛 Fix issues with login page
2023-07-28 20:45:54 +02:00
Meier Lukas
d7f6bdf417
✨ Add basic credentials authentication
2023-07-28 18:51:44 +02:00
Meier Lukas
d507f0807f
Merge branch 'dev' into feature/add-basic-authentication
2023-07-28 18:11:17 +02:00
Meier Lukas
a45a1bdb18
Merge pull request #1221 from ajnart/fix/config-appearance-settings-not-applied-on-initial-load
...
🐛 Fix config appearance on initial load
2023-07-28 18:09:53 +02:00
Tagaishi
76aa8f4f54
🎨 one line becomes multiline
2023-07-27 23:22:31 +02:00
dependabot[bot]
20dc69c034
Bump semver from 6.3.0 to 6.3.1 ( #1222 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-27 21:32:38 +02:00
Manuel
45438cd402
📝 Add security policy ( #1200 )
2023-07-27 21:18:29 +02:00
Meier Lukas
c47f1fe4b5
♻️ Address pull request feedback
2023-07-27 20:31:11 +02:00
Meier Lukas
48b2e951cd
🐛 Fix config appearance on initial load
2023-07-27 20:25:12 +02:00
Thomas Camlong
ef0ac587a1
Merge pull request #1210 from ajnart/feat/allow-non-standard-protocols
2023-07-27 13:54:17 +09:00
Tagaishi
15781e6ea4
💄 Hide Icon option
2023-07-27 03:14:46 +02:00
Tagaishi
a79e110aa3
🐛 Multiline tooltip again
2023-07-27 02:56:12 +02:00
ajnart
d4aa3e4e07
🐛 Fix edit mode password working with lowercase
2023-07-26 13:17:00 +09:00
ajnart
52f5e9af96
🐳 Edit docker shortcuts inside package.json
2023-07-26 13:16:37 +09:00
ajnart
49f9fa0f1b
🐳 Add docker shortcuts inside package.json
2023-07-26 13:03:08 +09:00
Tagaishi
c56edfdc65
🐛 Multiline tooltip and 🎨 one line code rework
2023-07-25 22:16:59 +02:00
Tagaishi
a15469698c
💄 Tooltip background not user selected anymore
2023-07-25 21:52:36 +02:00
Tagaishi
5cc2fac8bc
✨ Tooltip for widget options
2023-07-25 21:07:43 +02:00
Tagaishi
44ed1f3e4f
💄 Added titles to widget and improved division
2023-07-25 15:49:52 +02:00
Tagaishi
4a633afdf6
💄 Radius of cards are now set to md instead of sm
2023-07-24 21:38:42 +02:00
Manuel
b557f04c10
✨ Allow non standard protocols for ext app URL
2023-07-24 21:25:41 +02:00
Tagaishi
356d7c4982
🩹 changed hideLink to hideHostname
2023-07-24 17:13:39 +02:00
Tagaishi
d136893035
💄 Recenter grid items
2023-07-23 21:11:18 +02:00
Tagaishi
cd814759dd
💄 Rework the bookmark widget
2023-07-23 18:23:10 +02:00
Meierschlumpf
3990c1a4ad
♻️ Add env variable validation
2023-07-23 14:18:10 +02:00
Thomas Camlong
18e0e2a8ff
Merge pull request #1205 from ajnart/fix/sidebar-drawer-not-working
2023-07-23 19:19:07 +09:00
Meierschlumpf
3766fe222a
🐛 Fix sidebar drawer not working
2023-07-23 11:39:13 +02:00
Meier Lukas
e528c006d7
Merge pull request #1201 from ajnart/fix/ping-reading-wrong-config
...
🐛 Fix ping not reading from correct config
2023-07-23 11:26:09 +02:00
Thomas Camlong
2d946af30d
Merge pull request #1204 from ajnart/1127-weather-selector-handle-undefined-google-maps-link
...
✨ Improvements to city selection in weather widget
2023-07-23 10:55:08 +09:00
ajnart
94a2d33d1f
✨ Improvements to city selection in weather widget
2023-07-23 10:54:38 +09:00
Thomas Camlong
d82ef117ea
Merge pull request #1203 from ajnart/1129-application-error-a-client-side-exception-has-occurred-when-removing-an-icon
...
🐛 Fix clear icon in apperance tab
2023-07-23 10:33:16 +09:00
ajnart
2c9dbccea5
🐛 Fix clear icon in apperance tab
2023-07-23 10:32:45 +09:00
Thomas Camlong
4bd0fea528
Merge pull request #1202 from ajnart/1147-croatian-translation-from-crowdincom
...
🌐 Add `hr` locale 🇭🇷
2023-07-23 10:12:43 +09:00
ajnart
b7077f8409
🌐 Add hr locale 🇭🇷
2023-07-23 10:12:22 +09:00
Meierschlumpf
1634510070
🐛 Fix ping not reading from correct config
2023-07-22 18:27:24 +02:00
ajnart
6658c05e5a
🐛 Fix bugs with the ping feature
2023-07-22 10:11:23 +09:00
Thomas Camlong
e6e7a5abd3
Merge pull request #1196 from ajnart/1165-typing-anything-in-internal-address-overwrites-the-external-address
...
🐛 Remove change of external URL when changing IP
2023-07-21 18:55:11 +09:00
ajnart
1f2d40d8e2
🐛 Remove change of external URL when changing IP
2023-07-21 18:54:51 +09:00
Thomas Camlong
a7c1baa2cb
Merge pull request #1195 from ajnart/1185-searches-of-type-m-crashes-client-side
...
🐛 Fix display of Media search with no results
2023-07-21 18:49:24 +09:00
ajnart
fe821e9ba9
🐛 Fix display of Media search with no results
2023-07-21 18:49:06 +09:00
Thomas Camlong
6bf13c99a3
Merge pull request #1194 from ajnart/1169-media-request-widget-is-overflowing-from-the-parent-container
...
🐛 Fix Overseerr media request overflow
2023-07-21 18:46:01 +09:00
ajnart
1364e68ffc
🐛 Fix Overseerr media request overflow
...
Fixes #1169
2023-07-21 18:45:41 +09:00
Thomas Camlong
ae9be8a543
Merge pull request #1192 from ajnart/1186-actionscategoryopenallinnewtab-instead-of-open-all-in-new-tab
...
🌐 Restore translations for common layout
2023-07-21 18:17:14 +09:00
ajnart
24ff188d0a
🌐 Restore translations for common layout
2023-07-21 18:15:40 +09:00
ajnart
739b95888b
💄 Prettier repository
2023-07-21 18:08:40 +09:00
Thomas Camlong
b40cafc65a
Merge pull request #1135 from ajnart/renovate/prettier-3.x
...
⬆️ Update dependency prettier to v3
2023-07-21 17:59:42 +09:00
Thomas Camlong
94763fb267
Merge pull request #1136 from ajnart/renovate/happy-dom-10.x
...
⬆️ Update dependency happy-dom to v10
2023-07-21 17:59:35 +09:00
Thomas Camlong
00de143d47
Merge pull request #1150 from ajnart/renovate/major-typescript-eslint-monorepo
...
⬆️ Update typescript-eslint monorepo to v6 (major)
2023-07-21 17:59:29 +09:00
Thomas Camlong
525249c61b
Merge pull request #1153 from ajnart/renovate/eslint-plugin-unused-imports-3.x
...
⬆️ Update dependency eslint-plugin-unused-imports to v3
2023-07-21 17:59:20 +09:00
Thomas Camlong
8e91f1dafe
Merge pull request #1179 from ajnart/fix/dns-hole-reversed-controls
...
🐛 Fix reversed dns-hole controls
2023-07-21 17:58:51 +09:00
Thomas Camlong
05c3a081a2
Merge pull request #1189 from Tagaishi/calendar-day-highlight-hotfix
...
🐛 hotfix calendar highlight bug
2023-07-21 17:57:47 +09:00
Thomas Camlong
0469cb36c2
Merge pull request #1178 from ajnart/fix/ping-issue
...
🐛 Fix ping issue
2023-07-21 17:55:03 +09:00
Thomas Camlong
572e6c439d
Merge pull request #1190 from ajnart/1187-page-title-on-a-new-install-doesnt-reflect-the-correct-version-number
...
✅ Remove version name in default config
2023-07-21 17:50:47 +09:00
Thomas Camlong
d7c1c2d389
✅ Remove version name in default config
...
Fixes #1187
2023-07-21 17:48:43 +09:00
Ishan Parlikar
ec34339e16
added dimmed color for location name
2023-07-20 23:01:32 +05:30
ajnart
c7f7aa3eba
Release v0.13.0 again
2023-07-20 09:07:27 +09:00
Tagaishi
d430b5f328
🐛 hotfix calendar highlight mistake
2023-07-20 00:28:50 +02:00
renovate[bot]
be39dd5d89
⬆️ Update dependency @testing-library/jest-dom to v5.17.0
2023-07-18 20:08:55 +00:00
Ishan Parlikar
d35667fab2
✨ display location name on a weather tile
2023-07-18 23:53:11 +05:30
renovate[bot]
40e212f776
⬆️ Update mantine monorepo to v6.0.17
2023-07-18 11:01:41 +00:00
Meier Lukas
49b7ef484f
🐛 Fix reversed dns-hole controls
2023-07-18 07:38:27 +02:00
Meier Lukas
d5c5c4e9b6
♻️ Address pull request feedback
2023-07-18 07:23:17 +02:00
Meier Lukas
c1b8af911f
🐛 Fix ping issue
2023-07-17 21:35:34 +02:00
Meier Lukas
e831ea0acc
Merge pull request #1177 from ajnart/upstream/dev
...
🔀 Sync dev with master
2023-07-17 20:49:46 +02:00
renovate[bot]
d2ee80f8de
⬆️ Update dependency @tabler/icons-react to v2.26.0
2023-07-17 18:48:23 +00:00
Meier Lukas
312176f0c8
Merge branch 'master' into dev
2023-07-17 20:44:27 +02:00
Meier Lukas
0e5cc323a4
Merge pull request #1175 from ajnart/bumb-version-0.13.0
...
🚑 ️ Bump version to 0.13.0
2023-07-17 17:05:24 +02:00
renovate[bot]
210670c24f
⬆️ Update dependency framer-motion to v10.12.22
2023-07-17 15:03:32 +00:00
Meier Lukas
7d6d848e73
🚑 ️ Bump version to 0.13.0
2023-07-17 17:03:20 +02:00
renovate[bot]
2fa16f252d
⬆️ Update dependency eslint-plugin-unused-imports to v3
2023-07-11 21:55:15 +00:00
renovate[bot]
2a908347a5
⬆️ Update typescript-eslint monorepo to v6
2023-07-10 22:53:43 +00:00
renovate[bot]
eb646b3b7d
⬆️ Update dependency happy-dom to v10
2023-07-05 21:46:36 +00:00
renovate[bot]
1aabf30326
⬆️ Update dependency prettier to v3
2023-07-05 13:33:25 +00:00