Yossi Hillali
cc7d53e84e
fix: login page in light mode is always black ( #1821 )
2025-01-01 12:24:53 +02:00
Manuel
f5076454cd
feat(integration): add search engine creation ( #1816 )
...
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-12-31 11:40:37 +01:00
Meier Lukas
ec257e5f60
chore(env): remove unused vercel-url env variable ( #1779 )
...
* chore(env): remove unused vercel-url env variable
* chore: remove vercel-json file
2024-12-26 08:58:27 +01:00
Meier Lukas
8df398c3c7
feat(apps): remove url variables ( #1771 )
2024-12-24 14:16:24 +01:00
Meier Lukas
425359be02
fix(board): item background and border overridden by mantine card styles ( #1769 )
2024-12-24 14:16:11 +01:00
Meier Lukas
8893b72fe3
fix(board): tiles order not respected on firefox ( #1770 )
2024-12-24 14:15:58 +01:00
Manuel
d78c6ed529
fix: copy media link ( #1750 )
...
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-12-22 20:20:33 +01:00
Meier Lukas
d2584b63c5
fix: always require db-user and password for mysql ( #1730 )
2024-12-19 17:48:10 +01:00
Meier Lukas
1e8a5359b7
fix: allow additional file-type for oldmarr import ( #1723 )
2024-12-19 16:10:33 +01:00
Meier Lukas
550bca6dee
fix: mysql operations not working ( #1728 )
2024-12-19 16:10:22 +01:00
Manuel
5fbbf037ce
fix: permission required for home page ( #1711 )
2024-12-18 13:28:20 +01:00
Meier Lukas
d803087345
fix: about version reads nextjs package-json ( #1706 )
2024-12-18 11:29:49 +01:00
Meier Lukas
8e4d67c3eb
feat: add not found pages for boards ( #1671 )
2024-12-16 17:25:44 +01:00
Meier Lukas
922101dcbd
fix: issues found in security audit ( #1668 )
2024-12-15 21:16:42 +01:00
Meier Lukas
6de74d9525
feat: add onboarding with oldmarr import ( #1606 )
2024-12-15 15:40:26 +01:00
Meier Lukas
82ec77d2da
fix: icon picker keyboard interactions ( #1666 )
2024-12-15 15:31:45 +01:00
Meier Lukas
f857105994
fix: trpc error at least one integration ( #1660 )
2024-12-15 13:00:53 +01:00
Meier Lukas
60311918ce
feat: add error page for docker tools page ( #1655 )
2024-12-15 12:34:42 +01:00
Manuel
dd9d8b5261
feat: add update indicator ( #1626 )
2024-12-14 18:58:46 +01:00
Meier Lukas
cf9656d91e
fix: styles for light mode ( #1645 )
2024-12-14 15:19:18 +01:00
homarr-renovate[bot]
6f874e87ab
fix(deps): update react monorepo to v19 (major) ( #1615 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-12-10 18:49:31 +01:00
homarr-renovate[bot]
3bee3fe3f6
fix(deps): update dependency typescript-eslint to ^8.18.0 ( #1634 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-12-09 20:39:09 +01:00
Meier Lukas
c840ff85bc
feat: add context specific search and actions ( #1570 )
2024-12-06 19:07:27 +01:00
Meier Lukas
2d7efc3ffa
fix: open-api doc generation failing, post patch and delete not exported ( #1565 )
2024-11-28 20:21:29 +01:00
Meier Lukas
52d2a88b61
fix: moving categories up and down is not working ( #1542 )
2024-11-27 21:00:10 +01:00
Meier Lukas
7e349bb04b
refactor: improve design of no integrations found ( #1543 )
...
* refactor: improve design of no integrations found
* fix: deepsource issue
2024-11-25 17:31:14 +01:00
Meier Lukas
74e1b6b544
fix: transfer group not invalidating path ( #1539 )
2024-11-24 13:45:00 +01:00
Meier Lukas
1c4d4f4e9d
fix: rename default to home board ( #1538 )
2024-11-24 13:44:43 +01:00
Meier Lukas
ecf299e03b
fix: icon picker suspense issue ( #1533 )
...
* fix: icon picker suspense issue
* fix: remove unused variable
2024-11-24 13:44:15 +01:00
Meier Lukas
225356cc4f
fix: add beforeunload logic for board in edit mode ( #1531 )
2024-11-24 13:43:50 +01:00
Meier Lukas
32e6b8ee45
fix: external users can be added to groups manually ( #1540 )
2024-11-24 13:43:25 +01:00
Manuel
d76b4d0ec1
feat: #1243 add api routes ( #1286 )
2024-11-23 22:05:44 +01:00
Meier Lukas
9fb14df210
feat: replace home page with home board ( #1530 )
2024-11-23 17:19:46 +01:00
Meier Lukas
1fc48f9db0
feat: add permission section to create user page ( #1524 )
...
* feat: add permission section to create user page
* fix: deepsource issues
2024-11-23 17:18:29 +01:00
Meier Lukas
32ee9f3dcc
refactor: add request handlers for centralized cached requests ( #1504 )
...
* feat: add object base64 hash method
* chore: add script to add package
* feat: add request-handler package
* wip: add request handlers for all jobs and widget api procedures
* wip: remove errors shown in logs, add missing decryption for secrets in cached-request-job-handler
* wip: highly improve request handler, add request handlers for calendar, media-server, indexer-manager and more, add support for multiple inputs from job handler creator
* refactor: move media-server requests to request-handler, add invalidation logic for dns-hole and media requests
* refactor: remove unused integration item middleware
* feat: add invalidation to switch entity action of smart-home
* fix: lint issues
* chore: use integration-kind-by-category instead of union for request-handlers
* fix: build not working for tasks and websocket
* refactor: add more logs
* refactor: readd timestamp logic for diconnect status
* fix: lint and typecheck issue
* chore: address pull request feedback
2024-11-23 17:16:44 +01:00
Meier Lukas
73cb0b99ac
fix: items can not be placed in newly created dynamic section without saving ( #1513 )
...
* fix: items can not be placed in newly created dynamic section without saving
* docs: add comments above hooks with notice about specific order
2024-11-20 22:35:27 +01:00
Meier Lukas
72eda1f225
fix: api keys authentication does not work #1511 ( #1512 )
...
* fix: api keys authentication does not work #1511
* chore: add ip and user-agent to logs of unauthenticated api-keys
2024-11-20 21:55:04 +01:00
Manuel
441cbbe717
feat: #1408 improve icon picker design ( #1412 )
...
* feat: #1408 improve icon picker design
* fix: formatting
* fix: ui
* feat: pr feedback
2024-11-19 21:59:33 +01:00
Meier Lukas
18b579eb5f
fix: user is undefined when using use-suspense-query ( #1498 )
2024-11-19 17:16:50 +01:00
Meier Lukas
0ee343b99e
feat: add more group permissions ( #1453 )
...
* feat: add more group permissions
* feat: restrict access with app permissions
* feat: restrict access with search-engine permissions
* feat: restrict access with media permissions
* refactor: remove permissions for users, groups and invites
* test: adjust app router tests with app permissions
* fix: integration page accessible without session
* fix: search for users, groups and integrations shown to unauthenticated users
* chore: address pull request feedback
2024-11-17 21:31:25 +01:00
Meier Lukas
f3ebd6ccdf
fix: everyone group page throws error ( #1450 )
2024-11-17 09:49:23 +01:00
Meier Lukas
0aa72d118c
fix: websockets on https do not work ( #1444 )
2024-11-08 21:30:05 +01:00
Manuel
aa503992af
feat: #1047 add overseerr search ( #1411 )
...
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-11-08 09:43:25 +01:00
Meier Lukas
b7fc1ae4bb
fix: middleware fetch failed for docker container ( #1424 )
...
* fix: middleware fetch failed for docker container
* fix: lint warning
2024-11-04 20:33:41 +01:00
Meier Lukas
cf5bcab732
fix: credentials login not working cause of cookie secure flag not possible for http ( #1421 )
...
* fix: credentials login not working cause of cookie secure flag not possible for http
* chore: add missing comment
* fix: lint issue
2024-11-04 19:20:19 +01:00
Manuel
34506b6339
feat: #1254 display group owner ( #1406 )
...
* feat: #1254 display group owner
* fix: format
* fix: format issue
---------
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-11-03 00:33:49 +01:00
Meier Lukas
0ff7c8903b
feat: add support for all languages from old homarr ( #1394 )
...
* feat: add support for all languages from old homarr
* fix: add mantine-react-table translations, remove arabic language
* refactor: change translations to json for better crowdin support
* fix: issues with loading dayjs and mantine-react-table translations
* chore: add additional translations with variables
* fix: format and deepsource issues
* fix: test failing because of missing coverage exclusions
* fix: format issues
* fix: format issue
2024-11-03 00:11:27 +01:00
Meier Lukas
326b769c23
feat: add server settings for default board, default color scheme and default locale ( #1373 )
...
* feat: add server settings for default board, default color scheme and default locale
* chore: address pull request feedback
* test: adjust unit tests to match requirements
* fix: deepsource issue
* chore: add deepsource as dependency to translation library
* refactor: restructure language-combobox, adjust default locale for next-intl
* chore: change cookie keys prefix from homarr- to homarr.
2024-11-02 21:15:46 +01:00
homarr-renovate[bot]
17401d1d72
fix(deps): update dependency typescript-eslint to ^8.12.2 ( #1381 )
...
* fix(deps): update dependency typescript-eslint to ^8.12.2
* fix: lint issues
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-10-31 16:00:47 +01:00
homarr-renovate[bot]
a4ae38b5e4
fix(deps): update dependency next-intl to v3.23.5 ( #1376 )
...
* fix(deps): update dependency next-intl to v3.23.5
* fix: typecheck issue
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-10-26 23:15:52 +02:00