Commit Graph

337 Commits

Author SHA1 Message Date
AntraX
66ba9d94f4 feat: Add language pt-BR (Portuguese Brazilian) (#1743)
* Add language pt-BR (Portuguese Brazilian)

* add to readme and order array

---------

Co-authored-by: Maxi Quoß <maxi@quoss.org>
2026-06-01 21:51:24 +02:00
Maxi Quoß
74633e7f24 fix: use token based superuser setup
https://github.com/seriousm4x/UpSnap/security/advisories/GHSA-w4jr-728f-5jhq
2026-05-26 20:55:20 +02:00
Maxi Quoß
43f3f65d65 fix: validate ip and mac addresses to prevent RCE
https://github.com/seriousm4x/UpSnap/security/advisories/GHSA-6mc7-6948-w5h4
2026-05-26 19:08:52 +02:00
Anish Patel
7b8bcfa296 fix: switch cron-parser to named import (CronExpressionParser) (#1737)
The default export from cron-parser is deprecated/removed in newer
versions. Replace `cronParser` with `CronExpressionParser` in both
the cron helper and settings page.
2026-05-14 22:58:47 +02:00
Maxi Quoß
19daaf803f fix: eager fetch on device card 2026-05-10 13:27:26 +02:00
Maxi Quoß
1a60020a1a fix: binding_property_non_reactive 2026-05-10 13:22:55 +02:00
Nikitas Makris
91fe0740ea Add i18n el-GR (#1734)
* Add Greek language support to settings

* Create gr-GR.json

* Add Greek translations for user interface

* Translate settings and welcome messages to Greek

* Update locale.ts

* Add Greek language support to account page

* fix el-GR language code

---------

Co-authored-by: Maxi Quoß <maxi@quoss.org>
2026-05-10 13:10:48 +02:00
Mohamed Abbas
cc605acc83 Added shutdown group (#1732) 2026-04-27 14:15:41 +02:00
Lê Huy Hoàng
b297f3a887 Format pending countdown as MM:SS (#1727)
* Format pending countdown as MM:SS

* directly use value, variable is not reused

* keep animation and 2 digits

---------

Co-authored-by: Jarvis <jarvis@local>
Co-authored-by: Maxi Quoß <maxi@quoss.org>
2026-04-08 22:44:05 +02:00
invario
8d461e0cc7 add note for DEVICE_IP and DEVICE_MAC availability in cmds (#1716)
* add note for DEVICE_IP and DEVICE_MAC availability in cmds
Updated translations
Renamed device_tabs.0 and 1 to device_tabs_0 and 1 due to
causing problems in the inlang interpreting the . as a nested key

Signed-off-by: invario <67800603+invario@users.noreply.github.com>

* remove some backticks

---------

Signed-off-by: invario <67800603+invario@users.noreply.github.com>
Co-authored-by: Maxi Quoß <maxi@quoss.org>
2026-03-22 22:07:59 +01:00
Maxi Quoß
105ae4f6bc fix: static page reload fails, use search param device id, close #1711 2026-03-21 01:21:35 +01:00
Maxi Quoß
85b49defa9 scan: flex-col inputs 2026-03-20 12:53:01 +01:00
Maxi Quoß
c2bf398a69 small fixes 2026-03-19 14:30:54 +01:00
Maxi Quoß
3caa62b609 fix: frontend error when devices share same mac address, close #1702 2026-03-17 09:15:56 +01:00
Maxi Quoß
423b2cec72 fix: eslint warnings 2026-02-13 00:39:30 +01:00
Ali | علي
85280034ce add Arabic (ar-SA) translation, RTL & fix SSR navigator error. (#1623)
* feat: add Arabic translation (ar-SA)

* Add Arabic localization and RTL support

* cleanup ar-SA

---------

Co-authored-by: Maxi Quoß <maxi@quoss.org>
2026-02-13 00:32:16 +01:00
Joshua Higgins
5440ab3b25 fix: allow users with create permissions to scan for devices (#1611)
* fix: allow users with create permissions to scan for devices

* fix: show scan tab in frontend
2026-02-13 00:00:54 +01:00
Maxi Quoß
d71fd94abd fix: some tailwind class name warnings 2026-01-16 13:25:48 +01:00
Maxi Quoß
4ec5c7d1d5 fix: wrong gopher url on login page, close #1589 2026-01-16 13:22:54 +01:00
Maxi Quoß
326cc1507c increase command input width 2025-12-25 10:06:24 +01:00
Maxi Quoß
8a0c2ea29a npm-dep: update 2025-11-21 11:16:50 +01:00
Pavel Pikta
747859d05b feat: add crossorigin attribute to manifest link (#1503)
Signed-off-by: Pavel Pikta <pavel_pikta@epam.com>
2025-11-21 11:14:02 +01:00
Roman Ondráček
99a13af022 feat: add Czech (cs-CZ) language (#1427)
Signed-off-by: Roman Ondráček <mail@romanondracek.cz>
2025-10-19 22:24:39 +02:00
NickSkier
f873772351 feat: Added Russian i18n Support (#1396)
* feat: add russian language (ru-RU)

* feat: update README to include russian

* fix: switch statement for ru-RU

* add "Wake Group" translation

---------

Co-authored-by: Maxi Quoß <maxi@quoss.org>
2025-10-05 10:19:57 +02:00
Maxi Quoß
cbec23b1f8 fix: cannot reset settings icon 2025-09-15 23:20:47 +02:00
Maxi Quoß
5e4664356d fix: icon sometimes gets removed 2025-09-15 22:49:22 +02:00
Maxi Quoß
ef75531a6f fix: generate manifest in go backend 2025-09-15 22:45:33 +02:00
Maxi Quoß
bd6038720b fix: generate manifest in go backend 2025-09-15 22:21:00 +02:00
Maxi Quoß
41cc546b81 update deps 2025-09-15 21:35:47 +02:00
Maxi Quoß
25a67af29d spelling 2025-09-15 21:32:57 +02:00
Maxi Quoß
3f3ef10fbc feat: custom manifest data from backend, close #1351 2025-09-15 21:31:58 +02:00
Maxi Quoß
f9f73da80a fix: pwa website rotation #1350 2025-09-15 20:23:11 +02:00
Maxi Quoß
56b25b708e fix: gopher on welcome page for sub paths 2025-09-12 11:51:25 +02:00
Maxi Quoß
7c640ac32e feat: support for sub path hosting 2025-09-04 23:12:50 +02:00
Maxi Quoß
75969b037e fix: improve device group logic
fix: timeout not updating
feat: use resolve() for internal paths
2025-09-04 20:36:05 +02:00
Maxi Quoß
ab5fa0e961 feat: add hindi language (hi-IN) 2025-08-31 10:36:55 +02:00
Maxi Quoß
f6a208f4d6 feat: use new svelte 5 syntax 2025-08-31 10:05:25 +02:00
Maxi Quoß
7ab8170f8c remove log 2025-08-26 16:56:11 +02:00
Maxi Quoß
0fcd04884f fix: device cards not updating 2025-08-26 16:55:09 +02:00
Huynh Khac Thao
954c9648e7 feat: Add i18n vi-VN (#1324)
* Create vi.json

* Rename vi.json to vi-VN.json

* Update settings.json for vi-VN

* Update locale.ts for vi-VN

* Update +page.svelte for vi-VN
2025-08-26 10:28:07 +02:00
Maxi Quoß
8afe2f1449 fix: change device.link to string 2025-08-26 10:24:42 +02:00
Maxi Quoß
2aef9806ec fix: search not working, close #1325 2025-08-26 10:22:19 +02:00
Georgi Ivanov
7ef8ba64b7 feat: Add Bulgarian language (#1319)
* Add Bulgarian language

* changed a terminology word and fixed a typo

* add to readme

---------

Co-authored-by: Maxi Quoß <maxi@quoss.org>
2025-08-22 09:35:25 +02:00
Dmitro
37b219bd90 feat: Add i18n Ukrainian (#1307)
* add lang

* Update uk-UA.json

* fix: locale uk-UA

* add uk-UA to readme

---------

Co-authored-by: Maxi Quoß <maxi@quoss.org>
2025-08-19 23:49:12 +02:00
KJPark23
f93c580bf7 feat: New language Norwegian Bokmål (#1256)
* New language Norwegian Bokmål

* clean up pr

---------

Co-authored-by: Maxi Quoß <maxi@quoss.org>
2025-07-14 17:03:48 +02:00
Maxi Quoß
8a4969f2e1 fix: center custom website title 2025-07-08 22:22:36 +02:00
Maxi Quoß
ce0efdd58b fix: settings cannot be saved, close #1242 2025-07-08 01:35:24 +02:00
Maxi Quoß
2e8ecd4947 update deps and fix eslint errors 2025-07-02 18:02:28 +02:00
Maxi Quoß
ff0d526797 fix: trim ping_cmd on save 2025-06-02 22:46:18 +02:00
Maxi Quoß
c05ea6266f feat: add "wake group" button 2025-05-21 23:34:45 +02:00