725 Commits

Author SHA1 Message Date
Thomas Basler
1c28be5f71 webapp: Add response error handling to getTimezoneList() 2026-03-30 13:48:44 +02:00
Thomas Basler
8f9a182e73 webapp: NTP admin did not receive proper headers 2026-03-27 19:50:41 +01:00
Thomas Basler
7fda3f9802 webapp: Change build config to match current vue pre-definitions 2026-03-27 18:56:07 +01:00
Thomas Basler
66258719c3 webapp: Update dependencies 2026-03-27 17:13:41 +01:00
Thomas Basler
7592a5acd9 Fix: Websockets did not work on latest iOS versions
On iOS and iPadOS there seem to be some very strange timing related issues. This new connect/reconnect handling should fix this.
2026-03-27 16:59:42 +01:00
Thomas Basler
8919ad68d7 Allow log level configuration for async websockets and async tcp stack 2026-02-15 11:36:54 +01:00
Thomas Basler
a65e82f015 webapp: Update dependencies 2026-02-14 17:19:00 +01:00
Thomas Basler
d5d327cd14 Rework NTP handling
* Use mathieucarbou/MycilaNTP which make the same as the currenet code with further improvements
* Remove zones.json file as it is already included in the NTP library now
* Remove the "Timezone" property from config as we will only save the time zone name in future (instead of spec +  name)
* When changing the time zone, the device local time will be updated immidiatly in the web ui
2026-02-14 16:18:56 +01:00
Thomas Basler
d1dd0157ff webapp: Update dependencies 2026-02-01 14:50:21 +01:00
Thomas Basler
090d19fe28 webapp: Update dependencies 2025-12-15 17:28:22 +01:00
Thomas Basler
dd8ca4d394 webapp: Prevent compile errors on newer tsc 2025-12-15 17:24:10 +01:00
Thomas Basler
4b2ab0d20a webapp: Update dependencies 2025-09-16 19:32:01 +02:00
Thomas Basler
27e2ab225d Updated discord link to delegate user directly into the right channel 2025-09-16 19:23:46 +02:00
Thomas Basler
1f1aa7ee68 webapp: Remove unused variable 2025-09-04 17:55:17 +02:00
Thomas Basler
7479e1e41d webapp: Minify json configs before upload
Leads to quicker parsing and downloading (in case of language files)
2025-09-04 17:51:23 +02:00
Thomas Basler
45e1f56486 webapp: Fix exception on file upload select 2025-09-04 17:44:41 +02:00
Thomas Basler
f1b1bd4111 webapp: Configure additional compression 2025-08-28 20:09:57 +02:00
Thomas Basler
1c489ed2af webapp: Simplify authentication code 2025-08-28 20:07:49 +02:00
Thomas Basler
dd7d868100 webapp: Comment bootstrap workaround 2025-08-26 20:39:18 +02:00
Thomas Basler
8d88c77f70 webapp: Update dependencies 2025-08-26 20:35:29 +02:00
Thomas Basler
c12663a359 webapp: Make compiler happy 2025-08-26 20:34:49 +02:00
Thomas Basler
8608af2995 webapp: Fix lint error 2025-08-26 19:48:18 +02:00
Thomas Basler
5dae400d91 webapp: Doublecheck for undefined behavior 2025-08-26 19:44:48 +02:00
Thomas Basler
4d79a593c4 webapp: Use correct method scope 2025-08-26 19:38:28 +02:00
Thomas Basler
7cfb9f1365 webapp: Doublecheck upload files bounds 2025-08-26 19:36:57 +02:00
Thomas Basler
31ab95638e webapp: Make compiler happy 2025-08-26 19:34:02 +02:00
Thomas Basler
5a76abe721 webapp: Make compiler happy 2025-08-26 19:31:19 +02:00
Thomas Basler
c005c33bd7 webapp: Simplify line class detection in console view 2025-08-26 17:27:03 +02:00
Thomas Basler
3307f4a893 webapp: Simplify eventlog display 2025-08-26 17:24:20 +02:00
Thomas Basler
e4c95ab1e0 webapp: Updated to latest sass version
Including several silenceDeprecations settings as shown in https://github.com/twbs/examples/blob/main/vite/vite.config.js
2025-08-25 21:49:35 +02:00
Bernhard Kirchen
e065c200ef update discord link to point to expected channel 2025-08-19 18:55:41 +02:00
Thomas Basler
905acecb43 webapp: Update dependencies 2025-08-07 20:54:30 +02:00
Thomas Basler
8cab3335f3 BREAKING CHANGE: WebAPI endpoint /api/limit/config requires different parameters
Due to the fact that different inverters require different type identifiers in the backend the `limit_type` parameter was changed to numbers from 0 to 3.
* AbsolutNonPersistent = 0
* RelativNonPersistent = 1
* AbsolutPersistent = 2
* RelativPersistent = 3
2025-08-07 20:44:45 +02:00
Thomas Basler
077e11dfe0 webapp: Update node dependency 2025-07-08 21:57:11 +02:00
Thomas Basler
5f8d554667 Merge branch 'pr2713' into dev 2025-07-08 20:29:28 +02:00
Thomas Basler
6322a361bc webapp: Update dependencies
This also increases the used node version from 22 to 24
2025-07-07 23:24:34 +02:00
Thomas Basler
34af70bfa3 webapp: Update dependencies 2025-06-09 15:30:00 +02:00
Bernhard Kirchen
c5d90d0c53 webapp: apply solarized-dark colors to web console 2025-06-09 15:22:58 +02:00
Bernhard Kirchen
a1c67900c3 webapp: translate logging modules in admin view 2025-06-09 15:21:20 +02:00
Bernhard Kirchen
1300098e78 remove downstream-specific task translations
these tasks are not part of OpenDTU, but OpenDTU-OnBattery.
2025-06-08 11:04:23 +02:00
Thomas Basler
27d28090d5 Fix: Dont allow HA base topic without trailing slash 2025-05-20 19:44:59 +02:00
Thomas Basler
863b210c0c webapp: Update dependencies 2025-05-10 13:19:46 +02:00
Thomas Basler
1a7381d0b9 webapp: Auto hide alert if response was success 2025-05-04 16:26:54 +02:00
Thomas Basler
714b1cf261 webapp: Use object notation for all alerts 2025-05-04 16:26:54 +02:00
Thomas Basler
20ec93a710 webapp: Make all styles scoped 2025-05-04 16:26:54 +02:00
Thomas Basler
5cea5439c9 webapp: Update dependencies 2025-05-04 16:26:54 +02:00
0lini
c307cc8a7f webapp: German locale: be informal 2025-05-04 16:26:54 +02:00
0lini
4c3470a666 webapp: fix broken reference in locales 2025-05-04 16:26:54 +02:00
0lini
46c304568f webapp: German locale: improvements and typo fixes 2025-05-04 16:26:54 +02:00
Thomas Basler
4099347a43 webapp: Add additional filter possibilities to console view 2025-05-04 16:26:27 +02:00