Commit Graph

237 Commits (b230ab0a068742221a0eaaa433bb052d82ee657b)

Author SHA1 Message Date
Kenneth Foster 8897385690 Fixed linting
3 years ago
Kenneth Foster 6132a45c7c fixed when auth is needed but not provided
3 years ago
Kenneth Foster f68452c47a Added changes to stop auth attempts after an error
3 years ago
Nelson Chan 58ec53fb1d Fix: Try to close mysql connection properly
3 years ago
Louis Lam 0b8dddba24 Merge remote-tracking branch 'origin/master' into skaempfe#2593
3 years ago
Nelson Chan f1a396b0f7 Fix: Align radius timeout to default
3 years ago
Louis Lam f4ee5271af Improve error handling of mysqlQuery and return row count as result
3 years ago
Louis Lam 7330db3563 Improve error handling of mysqlQuery and return row count as result
3 years ago
Louis Lam a599f5149b
Merge pull request #2907 from chakflying/fix/disconnect-redis
3 years ago
Nelson Chan 230de63460 Fix: Disconnect redis after ping
3 years ago
Louis Lam 7ec09d0118 Fix ipv6 issue for ping
3 years ago
Louis Lam 92c9b8bb63 Fix ipv6 issue for ping
3 years ago
Louis Lam 010c7d681f Fix ipv6 issue for ping
3 years ago
Louis Lam 42033c692f
Merge pull request #2748 from chakflying/feat/improve-err-code
3 years ago
Louis Lam d1175ff471 Fix #2777
3 years ago
Louis Lam e4183ee2b7
Database Setup Page (#2738)
3 years ago
Nelson Chan 3439074835 Feat: Use message to improve errror status code
3 years ago
Nelson Chan e1f956879d
Fix: Use .destroy() instead of .end()
3 years ago
Louis Lam 5050ebc249 Merge remote-tracking branch 'origin/master' into feature/#1891-set-ping-packet-size
3 years ago
Louis Lam c47b6c5995 Merge remote-tracking branch 'origin/1.19.X'
3 years ago
Louis Lam 27585d0812 Fix #2618
3 years ago
Louis Lam 31f45dcfc9
Merge pull request #2540 from twiggotronix/add-mqtt-schemes
3 years ago
Louis Lam 1326761a8a Update mongodb and simplify the logic of mongodbPing
3 years ago
Louis Lam e48a987b9c Merge remote-tracking branch 'origin/master' into mongodb-ping
3 years ago
Louis Lam 712a3c29d4 Fix Postgres monitor do not handle some error cases correctly
3 years ago
Louis Lam 6437ef198f
Merge pull request #2541 from long2ice/master
3 years ago
long2ice 3b5893ea60 fix: add preserve line in redisPingAsync
3 years ago
long2ice 21cd4d64c3 fix: redisPingAsync
3 years ago
Sebastian Kaempfe f6d0f28b3a [#2593] during certificate evaluation also set the cert type for improved notifications
3 years ago
Louis Lam d9f12a6376 Fallback to `/bin/ping` if `ping` is not found
3 years ago
Matthew Nickson 5d6770c0db
Removed excess space around function
3 years ago
Matthew Nickson 7a13b959a3
Updated to match changes in #2223
3 years ago
long2ice 40ebc2df79 feat: support redis monitor
3 years ago
twiggotronix 8ec240fe19
Merge branch 'louislam:master' into add-mqtt-schemes
3 years ago
Louis Lam 0b959514f8 Fix timeout
3 years ago
Louis Lam 7d92351568 Match previous settings
3 years ago
Louis Lam 494c53971c Convert to UTF8 on Windows only
3 years ago
David Twigger fc1914bccd Fix lint
3 years ago
David Twigger c196c34840 Add mqtt, mqtts, ws and wss protocols to the mqtt monitor
3 years ago
Matthew Nickson 90a2668272
Restructured condition + ensure data is UTF-8
3 years ago
Matthew Nickson 69e1880cd3
Added not active condition to prevent false error
3 years ago
Matthew Nickson 73835f3328
Changed from ping-lite to ping module
3 years ago
Louis Lam 39ac9b887e Fix #2504
3 years ago
minhhoang d111db0321 fix: add accurate error message when user input invalid service name or method name
3 years ago
minhhoang 4147a4c404 fix: #2480
3 years ago
Louis Lam 466b403a96 Handle unexpected error of checkCertificate
3 years ago
Matthew Nickson 2052fa175f
Merge branch 'master' into feature/#1817-add-mysql-monitor
3 years ago
Matthew Nickson 15b63c82c3
Merge remote-tracking branch 'upstream/master' into feature/#1817-add-mysql-monitor
3 years ago
Matthew Nickson b053bc61ce
Fixed MySQL monitor to close connection
3 years ago
rmarops 0e30843a75 fixed lint check missing semicolon
3 years ago
rmarops 2103edb604 moved client close out of finally block and fixed linting errors
3 years ago
rmarops b059a36e66 added MongoDB ping monitor
3 years ago
minhhn3 b459408b10 fix: resolve conflict
4 years ago
Matthew Nickson 4339ca7eb5
Merge branch 'master' into feature/#1891-set-ping-packet-size
4 years ago
Louis Lam 268cbdbf8d Merge remote-tracking branch 'origin/master' into maintenance
4 years ago
Matthew Nickson f459ea845c
Added #2182 Add support for custom radius ports (#2197)
4 years ago
Louis Lam 2faf866e9e Implement generateTimeslot() for recurring interval type
4 years ago
Louis Lam c1ccaa7a9f WIP
4 years ago
Louis Lam b007681e67 Merge remote-tracking branch 'origin/master' into karelkryda_master
4 years ago
Louis Lam b993859926
Drop Jest e2e testing (#2174)
4 years ago
Matthew Nickson f9be918246
Add support for MySQL/MariaDB databases #1817
4 years ago
Louis Lam b1465c0282 - Maintenance standardize datetime format to YYYY-MM-DD hh:mm:ss
4 years ago
Louis Lam 3f63cb246b [WIP] Handle timezone offset for timeRange
4 years ago
Matthew Nickson 742b1337be
Merge branch 'master' into feature/#1891-set-ping-packet-size
4 years ago
Louis Lam 197d44981f Merge remote-tracking branch 'origin/master' into test/add-cypress-tests
4 years ago
Matthew Nickson c3d655afb4
Merge branch 'master' into feature/#1891-set-ping-packet-size
4 years ago
minhhn3 6bb79597e8 fix: resolve merge conflict
4 years ago
Louis Lam 3b3763351b Merge remote-tracking branch 'origin/master' into radius-check
4 years ago
Minh Hoàng dcecd10c88
Feat/add gRPC protocol (#1)
4 years ago
Louis Lam 2389b604fe Use Settings.get
4 years ago
Louis Lam 88afd662db Merge remote-tracking branch 'origin/master' into postgres
4 years ago
tamasmagyar a382f811f4 added comment to startE2eTests function
4 years ago
tamasmagyar 986c03aecd test cypress run
4 years ago
Louis Lam 65d71e5db0 Fix mssqlQuery keep adding error listener, which causes memory leak.
4 years ago
Louis Lam 25d711e683 Fix jsdoc data type
4 years ago
Matthew Nickson b5f04573f2
Added formatting to ping options
4 years ago
Matthew Nickson a54e58b4d6
Added Ping packet size #1891
4 years ago
Louis Lam 515095ecfb Move all settings code from `util-server.js` into `settings.js`
4 years ago
sur.la.route 47e82ed83a
Removed blank line
4 years ago
sur.la.route e1f766756f
Removed blank line
4 years ago
Christopher Pickering edcdedcaae
Added check for blank password.
4 years ago
Christopher Pickering 945288f0c0
Added postgres monitor
4 years ago
Louis Lam 6682839ec8 Merge remote-tracking branch 'origin/master' into ntml-auth
4 years ago
Louis Lam 04e22f17a9 Merge remote-tracking branch 'origin/master' into christopherpickering_master
4 years ago
Louis Lam 091158cfe7 [Status Page] Preload data
4 years ago
Louis Lam 35b8e89457
Merge pull request #1473 from Computroniks/#1059-specify-dns-resolver-port
4 years ago
Christopher Pickering ef73af391f
added option for ntlm authorization
4 years ago
Christopher Pickering 44f6fca945
added finally to close connection pool
4 years ago
Christopher Pickering c346ea7864
updated name on export
4 years ago
Christopher Pickering f0ad32a252
merged
4 years ago
Christopher Pickering 5720017fb4
updated name on import
4 years ago
sur.la.route 5bba19f866
updated format
4 years ago
Christopher Pickering 87f933df4f
added sqlserver monitor
4 years ago
Sascha Kruse 398ecb7666 add radius check
4 years ago
Louis Lam 4e3258579d Merge branch 'master' into uptime-badges
4 years ago
Louis Lam 429ad384d0 Fix hardcoded path for error.log and move errorLog() to UptimeKumaServer.errorLog()
4 years ago
Louis Lam d962ab7a1c Merge branch 'master' into uptime-badges
4 years ago
Louis Lam 42ea3fb412
Update server/util-server.js
4 years ago
Louis Lam 9f8b3151d8
Update server/util-server.js
4 years ago
Matthew Nickson 3c01e8732c
Merge branch 'master' into #1059-specify-dns-resolver-port
4 years ago