Alexander Holliday
32258d66b5
Merge branch 'develop' into fix/settings-cleanup
2025-05-10 16:17:06 -07:00
Alexander Holliday
84c2ad421e
Merge pull request #2242 from bluewave-labs/fix/formatting
...
format locale
2025-05-10 16:16:23 -07:00
Alex Holliday
a54cc56625
format locale
2025-05-10 16:15:58 -07:00
Alexander Holliday
38f52af0f0
Merge pull request #2232 from bluewave-labs/feat/email-settings
...
feat: email settings
2025-05-10 16:13:35 -07:00
Gorkem Cetin (BWL)
1298e0cade
Update pull_request_template.md
2025-05-10 16:49:05 -04:00
Gorkem Cetin (BWL)
3eb2fe1ed3
Update pull_request_template.md
2025-05-10 15:23:08 -04:00
Alexander Holliday
6188d0c6a0
Merge pull request #2236 from bluewave-labs/hotfix/tab-font-size
...
hotfix: remove font offset
2025-05-09 20:31:40 -07:00
Alex Holliday
6b7bd77c0f
remove font offset
2025-05-09 20:30:49 -07:00
Alexander Holliday
4b8ca7dcce
Merge pull request #2235 from bluewave-labs/hotfix/stauts-boxes
...
hotfix:remove toUpperCase
2025-05-09 20:23:36 -07:00
Alex Holliday
efab70b4d8
remove toUpperCase
2025-05-09 20:22:46 -07:00
Alexander Holliday
8ef7e1e4ce
Merge pull request #2230 from bluewave-labs/fix/untranslated-menu-uptime
...
Fix/untranslated sidebar and uptime page
2025-05-09 19:06:45 -07:00
Alexander Holliday
9411f85401
Merge pull request #2225 from Trained-Monkey/fix/button-font-size
...
fix - font size to 13px
2025-05-09 16:16:02 -07:00
Alex Holliday
fc655e7711
refactor to use new settings return type
2025-05-09 14:54:28 -07:00
Alex Holliday
2f93b70d7f
add client validation
2025-05-09 14:54:17 -07:00
Alex Holliday
70441874af
add strings
2025-05-09 14:54:02 -07:00
Alex Holliday
342e67593b
correct error handling
2025-05-09 14:53:53 -07:00
Alex Holliday
36d78a9aa4
update return type for settigns
2025-05-09 14:53:36 -07:00
mohadeseh safari
3ccfc462c1
Transalated all strings in TeamPanel
2025-05-09 17:53:21 -04:00
Alex Holliday
fcd6af259e
add optional email user
2025-05-09 14:53:20 -07:00
Alex Holliday
0f80524127
unset email password
2025-05-09 14:53:03 -07:00
Alex Holliday
0a723572a2
move transporter creation
2025-05-09 14:52:44 -07:00
Alex Holliday
d0ec67236d
allow systememail user
2025-05-09 14:52:24 -07:00
Alex Holliday
f7d780a8be
add email settings component
2025-05-09 14:52:09 -07:00
Alex Holliday
10d575a7ce
add hooks
2025-05-09 13:29:05 -07:00
Alex Holliday
6d79b1d823
refactor settings page
2025-05-09 13:28:44 -07:00
Alex Holliday
cba744f777
update validation
2025-05-09 13:28:04 -07:00
Alex Holliday
a6ab7b652f
update prop types
2025-05-09 13:27:30 -07:00
Alex Holliday
217268b42f
unset API key if
2025-05-09 13:26:39 -07:00
Alex Holliday
e4c5457518
update model
2025-05-09 13:26:17 -07:00
Alex Holliday
cdb7e6fb9a
create settings if it doesn't exist
2025-05-09 13:25:50 -07:00
Alex Holliday
efcd7d1162
update validation
2025-05-09 13:24:47 -07:00
mohadeseh safari
449a75eb2c
- Added translations for Status filter options (Up/Down) using monitorStatus keys
...
- Added translations for State filter options (Active/Paused) using monitorState keys
2025-05-09 15:34:55 -04:00
mohadeseh safari
25f2828a15
fix "superadmin" translate
2025-05-09 15:17:20 -04:00
mohadeseh safari
13c4390f96
fix: translate UI elements in menu and uptime page
...
- Added translations for sidebar menu items in all languages
- Fixed "Create new" button to use translation instead of hardcoded text
- Added missing translations for "Bulk Import" in Russian and Turkish
- Translated status box labels (UP, DOWN, PAUSED) in the uptime monitors page
- Made greeting component fully translatable with proper context
- Fixed lint warnings in components
2025-05-09 14:58:13 -04:00
mohadeseh safari
3a574b2f4e
translate menu items
2025-05-09 14:40:07 -04:00
Alexander Holliday
1c02c15c04
Merge pull request #2227 from bluewave-labs/fix/default-server-port
...
fix: default server port
2025-05-09 09:38:12 -07:00
Alex Holliday
5d0877d91d
use port 52345 for server by default
2025-05-09 09:33:35 -07:00
Michael Chen
6304212645
fix: removed css reference, theme fontSize changed
2025-05-10 02:31:16 +10:00
Michael Chen
2ee381f0b7
fix: changed from space indentation to tabs
2025-05-09 22:12:50 +10:00
Michael Chen
27ea9b2aed
fix: button font size is now 13px
2025-05-09 22:07:20 +10:00
Alex Holliday
57d87114de
add a temp api key field to separate control state form visual state
2025-05-08 13:44:59 -07:00
Alex Holliday
7a855ef47a
return db settings only to client, sanitize keys
2025-05-08 13:24:24 -07:00
Alexander Holliday
07dca41220
Merge pull request #2223 from Br0wnHammer/feat/fe/uptime-ignore-tls-error-config
...
Feat: Ignore TLS/SSL Error Option in Config
2025-05-08 13:14:45 -07:00
Alex Holliday
91c2f7f0d5
Remove DB settings from settings service
2025-05-08 13:11:51 -07:00
Br0wnHammer
4d9e47d93a
Feat: Ignore TLS/SSL Error Option in Config
2025-05-09 01:35:27 +05:30
Alexander Holliday
c466edb751
Merge pull request #2220 from Br0wnHammer/feat/fe/uptime-ignore-tsl-error
...
Feat: Ignore TLS/SSL Error Option
2025-05-08 12:01:03 -07:00
Alexander Holliday
a8f46d913d
Merge branch 'develop' into feat/fe/uptime-ignore-tsl-error
2025-05-08 12:00:50 -07:00
Alexander Holliday
6ff287d3d7
Merge pull request #2218 from bluewave-labs/fe/modify-pagespeed-warning
...
Modify PageSpeed warning box
2025-05-08 11:52:21 -07:00
Alexander Holliday
04143c13e3
Merge pull request #2217 from bluewave-labs/feat/add-pagespeedapikey-settings
...
Feature - Add/Reset PageSpeed API key in Settings
2025-05-08 11:51:42 -07:00
Alexander Holliday
f66b105f47
Merge pull request #2221 from Br0wnHammer/fix/fe/ui-fix-infra-page
...
Fix: UI Fixes on Infra Page
2025-05-08 11:29:20 -07:00