Matthew Nickson
a680331dd7
Fixes issue with ::1 port 5300 requests
...
Now the address is wrapped in `[]` in order to prevent ::1 port 5300
being interpreted as ::1:5300. Wrapping the IPv4 address in `[]` does
seem to have any effect on correct domain name resolution. In order to
prevent issues if a user inputs an address with brackets, they are
removed from the string if present before being re-added when it is
passed to `setServers`. I have also removed the JSDoc comment as this
will be added in a seperate PR
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
3 years ago
Matthew Nickson
8c8eeaf627
Merge branch 'master' into #1059-specify-dns-resolver-port
3 years ago
Matthew Nickson
b893d50e45
Implement specify Port for DNS Monitor #1059
...
This commit should fully implement #1059 . When the user selects the DNS
monitor option, a new input box has been added below the resolver
address allowing the user to implement the port to access the resolver
on. This uses the same `monitor.port` as the TCP monitor but a monitor
has been added to prefill the port value to the default of `53` if the
value in this field has not already been set. This is then cleared if
the user selects a different monitor type and has not changed the port
value. A translation has also been added explaining what this field
does in order to reduce any confusion. JSDoc documentation has also been
added to the `dnsResolve` function in `util-server.js`.
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
3 years ago
Louis Lam
2b0c184a88
Update package-lock
3 years ago
Louis Lam
2642e70fc8
Fix auto test failed due to autocrlf
3 years ago
Louis Lam
8d0446dc38
Add lint as part of test
3 years ago
Louis Lam
3436e26ed4
Fix styleline, fix css format issues globally
3 years ago
Louis Lam
649f3106e1
Enforce semicolon, fix format globally
3 years ago
Louis Lam
6f72ca481f
Merge pull request #1479 from AnnAngela/1.14.0_translation
...
New translation for zh-CN
3 years ago
Louis Lam
670ea415b2
Merge pull request #1488 from c0derMo/update-german-translation
...
updating german translation
3 years ago
Louis Lam
17dcf6d3a2
Merge pull request #910 from andreasbrett/logging
...
introduce consistent logging
3 years ago
Louis Lam
e9ce1433cd
Change log_info to log.info by making it into an object
3 years ago
c0derMo
f5d006add8
updating german translation
3 years ago
Louis Lam
4df147786d
Merge pull request #1483 from Alexandre-Gliganic/master
...
Add automatic restart for docker-compose.yml
3 years ago
Alexandre Gliganic
27861f0d14
Add automatic restart docker-compose.yml
3 years ago
AnnAngela-work
5aa747a301
New translation
3 years ago
Louis Lam
4053b9db1f
Merge remote-tracking branch 'origin/master'
3 years ago
Louis Lam
772d009f43
Merge branch 'master' into fluencydoc_master
...
# Conflicts:
# extra/update-version.js
# server/client.js
# server/server.js
3 years ago
Louis Lam
5ca606fe99
Merge pull request #1141 from marcules/issue/1138
...
Issue/1138
3 years ago
Louis Lam
6179f6c982
Merge branch 'master' into issue/1138
...
# Conflicts:
# server/server.js
3 years ago
Louis Lam
94770cf865
Resolve log message null reference
3 years ago
Louis Lam
9ec29c1bc4
Add back debug() for safe, but it is marked as deprecated
3 years ago
Louis Lam
279e2eb3f6
Merge branch 'master' into logging
...
# Conflicts:
# server/database.js
# server/jobs.js
# server/model/monitor.js
# server/routers/api-router.js
# server/server.js
# server/socket-handlers/status-page-socket-handler.js
# server/util-server.js
3 years ago
Louis Lam
1ba92d803e
Update to 1.14.0
3 years ago
Louis Lam
45ca3085b2
Update CONTRIBUTING.md
3 years ago
Matthew Nickson
e38742a2d0
[empty commit] pull request for #1059
3 years ago
Louis Lam
a0d1ae2cce
Better alignment of monitor list item
3 years ago
Louis Lam
f030487f7d
Fix theme color that do not apply to status page with a custom domain
3 years ago
Louis Lam
316e65d35a
Update to 1.14.0-beta.2
3 years ago
Louis Lam
df5ba02f3f
Merge pull request #1415 from louislam/status-page-domain
...
[Status Page] Map domain names to status pages
3 years ago
Louis Lam
c9fa183712
Manage domain names
3 years ago
Louis Lam
0b9b5102ec
Minor
3 years ago
Louis Lam
c399984b7f
Improve status page sidebar
3 years ago
Louis Lam
0afa0be5c2
Merge branch 'master' into status-page-domain
...
# Conflicts:
# server/database.js
3 years ago
Louis Lam
6a30dbd71a
Fix Mattermost when channel is empty #1468
3 years ago
Louis Lam
a2d9474e85
Copy some keys from zh-TW to zh-HK
3 years ago
Louis Lam
8479e772cd
Merge pull request #1463 from JohnnyChiang/update-zh-TW-translation
...
Update zh-TW translation
3 years ago
Louis Lam
2e50ef0e8f
Merge pull request #1450 from AnnAngela/1.14.0-zh_cn
...
1.14.0 translation improvement
3 years ago
Louis Lam
4fb2c69dd1
Merge pull request #1461 from louislam/proxy-improvement
...
Proxy Improvements
3 years ago
Louis Lam
c08910a65c
Update README.md
3 years ago
Louis Lam
943c904256
Update docker-compose.yml
3 years ago
JohnnyChiang
25b5edea7f
Update zh-TW translation
3 years ago
Louis Lam
7bbaeffd3e
Fix reset-password (issue caused by 5027fcd320
)
3 years ago
Louis Lam
008dc27f52
Reload proxy settings for monitors in the monitorList
3 years ago
Louis Lam
5027fcd320
Export server using an object class
3 years ago
Louis Lam
d5e68f8453
Export monitor list
3 years ago
Louis Lam
fcb577097b
[Proxy] Change to radio button
3 years ago
Louis Lam
082c2dd32d
Remove restartMonitors() and move proxy socket events to a socket handler file
3 years ago
Louis Lam
e89356b283
Show proxy option for http monitor only
3 years ago
Louis Lam
6014b9534f
Merge remote-tracking branch 'origin/master'
3 years ago