Louis Lam
28d72fcd08
Fix #1409 , slug cannot be empty
3 years ago
Louis Lam
8d981c8f0b
[Status Page] Fix migration and unpin incident
3 years ago
Louis Lam
1033ca5cf4
[Status Page] wip, combine api, add status_page_id into group and incident tables
3 years ago
Louis Lam
18ec42b060
[Status Page] wip
3 years ago
Louis Lam
7c7dbf68c1
[Status Page] wip, sidebar for editor
3 years ago
Louis Lam
72ce28a541
Migrate status page table
3 years ago
Uğur Erkan
78d76512ba
Add http and https proxy feature
...
Added new proxy feature based on http and https proxy agents.
Proxy feature works like notifications, there is many proxy
could be related one proxy entry.
Supported features
- Proxies can activate and disable in bulk
- Proxies auto enabled by default for new monitors
- Proxies could be applied in bulk to current monitors
- Both authenticated and anonymous proxies supported
- Export and import support for proxies
3 years ago
OidaTiftla
f390a8caf1
Fix missing DB patch and use DATETIME as column format
3 years ago
OidaTiftla
f931e709e6
Add database patch
3 years ago
Karel Krýda
0d3414c6d6
A complete maintenance planning system has been created
3 years ago
c0derMo
4818bb67d6
Added trailing comma, fixed spelling & translation
3 years ago
c0derMo
b0259b5592
Added docker container monitor
3 years ago
Louis Lam
076d6bdbb6
Merge branch 'master' into mqtt
...
# Conflicts:
# package-lock.json
# server/database.js
3 years ago
Louis Lam
72a59ce7a4
add status page table
3 years ago
Andreas Brett
a13bdaac84
Merge branch 'master' into logging
3 years ago
Louis Lam
92a5f18bf5
Merge pull request #864 from ivanbratovic/http-basicauth
...
Implement explicit HTTP "basic" authentication support
3 years ago
Nelson Chan
07742799ed
Test: Fix tests
...
Test: Add clear stats test
Test: Attempt to fix tests
Test: Add test for disable auth
Update README
3 years ago
Andreas Brett
e5913c5abc
separate log functions
3 years ago
Andreas Brett
bdcdf47e52
introduce consistent logging
3 years ago
Ivan Bratović
179ca232bc
Minor refactor - change variable names and add commas to object definitions
3 years ago
Ivan Bratović
665c263c03
Add db migrations for new basic auth fields
3 years ago
Tarun Singh
670754b697
added MQTT monitor type
3 years ago
Louis Lam
44c1b336dc
send certificate notifications in 21, 14, 7 days
3 years ago
Louis Lam
a9e319517a
add auto vacuum and shrink database button
3 years ago
Louis Lam
d578300104
Merge pull request #743 from andreasbrett/patch-4
...
Harden 2FA/TOTP implementation according to rfc6238 (part 2)
3 years ago
Andreas Brett
acc2995d86
invalidate used token
3 years ago
NeuralMiner
572a5300aa
Recommended updates.
3 years ago
NeuralMiner
e1f1d4a959
Merge branch 'louislam:master' into textchanges
3 years ago
Louis Lam
20d59e5a13
fix and move the steam api key to settings page
3 years ago
Louis Lam
ae31eb6ba9
Merge branch 'master' into Revyn112_master
...
# Conflicts:
# server/model/monitor.js
# src/languages/en.js
# src/pages/EditMonitor.vue
3 years ago
NeuralMiner
8cb26d2b31
Text update
3 years ago
Bert Verhelst
3f0b85e5a8
feat(http-requests): add support for methods, body and headers for http
3 years ago
LouisLam
1ed4ac9494
add Push-based monitoring ( #279 )
3 years ago
Denis Freund
b67b4d5afd
add steam gameserver for monitoring
3 years ago
Nelson Chan
32c9dfbb31
Fix: clear important beats after deleteMonitor
3 years ago
LouisLam
15c00d9158
upload logo and expose ./data/upload to url
3 years ago
LouisLam
469e8f6fd6
Merge branch 'master' into public-dashboard
...
# Conflicts:
# package-lock.json
3 years ago
LouisLam
4591adc05e
second attempt: prebuilt node-sqlite3 and update SQLite to 3.36
3 years ago
LouisLam
a8e170f6a8
Merge branch 'master' into public-dashboard
...
# Conflicts:
# server/server.js
3 years ago
LouisLam
b0e9c5bcb4
fix reset-password ( #448 )
3 years ago
LouisLam
fd95d41d9f
[status page] many update and save group list
3 years ago
LouisLam
2955abb5d9
[status page] create incident
3 years ago
LouisLam
392f8275b3
Merge branch 'master' into public-dashboard
...
# Conflicts:
# server/database.js
3 years ago
Louis Lam
72783fd94c
Merge pull request #380 from No0Vad/retry-heartbeat-interval
...
Added support for a retry interval to monitors
3 years ago
LouisLam
9902c181bc
Merge branch 'master' into public-dashboard
...
# Conflicts:
# src/components/MonitorList.vue
# src/icon.js
3 years ago
Nelson Chan
6e3a904aaa
WIP: Add tags functionality
...
WIP: add color column, show tags
WIP: Improve TagsManager styling & workflow
WIP: Improve styling & validation, use translation
WIP: Complete TagsManager functionality
WIP: Add tags display in monitorList & Details
Fix: update tags list after edit
Fix: slightly improve tags styling
Fix: Improve mobile UI
Fix: Fix tags not showing on create monitor
Fix: bring existingTags inside tagsManager
Fix: remove unused tags prop
Fix: Fix formatting, bump db version
3 years ago
No0Vad
2617e1f4d8
Update database.js
3 years ago
No0Vad
91ee39ec60
Merge branch 'master' into retry-heartbeat-interval
3 years ago
LouisLam
e205adfd7b
[status page] developing
3 years ago
LouisLam
f47f7758f9
Merge branch 'master' into public-dashboard
...
# Conflicts:
# server/database.js
# server/server.js
# server/util-server.js
3 years ago
No0Vad
389d247463
Update server/database.js
...
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
3 years ago
No0Vad
f8f9f59464
Added support for a retry interval to monitors
...
If a check fails and retries are used you can now specify a specific value for that. So you can check faster if the site goes back up again.
3 years ago
LouisLam
934685637a
[Status Page] WIP: Checkpoint
3 years ago
Ponkhy
295ccba44b
Adjusted for new db patch management
3 years ago
LouisLam
08de0090dc
add a better approach for patching db, change setting.value from varchar to TEXT, restore Database.close() to 1.2.0
3 years ago
LouisLam
9f9c1007d7
increase sqlite cache size from 2MB to 12MB
3 years ago
Ponkhy
58240aceef
Added the option for default notifications
3 years ago
LouisLam
582e14098d
create data dir before copy
3 years ago
LouisLam
6e3e2fc85c
fix db path
3 years ago
LouisLam
b604807cfe
create data dir if not exists
3 years ago
LouisLam
c74986647e
allow changing data dir
3 years ago
LouisLam
e4b76717be
revert back to node-sqlite3
3 years ago
LouisLam
cd1a3a2fb9
revert back to node-sqlite3, as better-sqlite3 causes a lot of installation problems
3 years ago
LouisLam
ada6606217
move the new sql to patch8.sql
3 years ago
LouisLam
46ac753c46
Merge branch 'master' into dns-monitor
3 years ago
LouisLam
f96d792fa1
fix patch database using better-sqlite3
3 years ago
LouisLam
14652c9b5f
Remove unused variables
3 years ago
LouisLam
2f50fc4c00
plan to switch to better-sqlite3, drop node-sqlite3
3 years ago
Ponkhy
c79be19ec3
Added DNS Monitor Type
3 years ago
LouisLam
b892a92fc8
retry if acquire error
3 years ago
LouisLam
ec0dbf3cbe
probably still memory leak over time, not sure what happen, change back to singal pool.
3 years ago
LouisLam
05680472a7
fix high memory usage
3 years ago
LouisLam
7ffdb2eb80
also backup sqlite shm, val file
3 years ago
LouisLam
440c178403
change sqlite to WAL mode
3 years ago
LouisLam
61e758d872
disable pool for sqlite, re-use a connection to improve the performance.
3 years ago
LouisLam
eed6d3e847
add more query log for dev env
3 years ago
LouisLam
fc76c2836b
increase the query timeout
3 years ago
LouisLam
d0aad3400c
add reset password in cli
3 years ago
Louis Lam
44391117ab
Merge pull request #173 from chakflying/redirects&status
...
Feat: Implement Max.Redirects & Accepted Status Codes
3 years ago
Nelson Chan
4ff68238c4
Chore: Improve logging during db development
3 years ago
LouisLam
adcd251076
Merge branch 'master' into redirects&status
3 years ago
LouisLam
a98ba41c8e
minor
3 years ago
LouisLam
a40816b948
fix high severity vulnerabilities by using my fork sqlite3 package
3 years ago
Nelson Chan
8f7885e58a
Feat: Implement MaxRedirects & StatusCodes
3 years ago
Nelson Chan
0c3c59df4e
Fix: [DB] Add default for created_date in monitor
3 years ago
LouisLam
e032072900
eslint: allow while (true)
3 years ago
Nelson Chan
47b19ea2f2
ESLint: fix file
3 years ago
LouisLam
081abcb6a1
add util.ts for sharing common functions between frontend and backend
3 years ago
LouisLam
53a90347ca
update database schema, add upside_down and ignore_tls
3 years ago
LouisLam
3666ebb931
change no-unused-vars from error to warn
3 years ago
LouisLam
06c4523ce3
update the latest db version to 3
3 years ago
Nelson Chan
96c60dd94a
Feat: Add database storage for TLS info
3 years ago
LouisLam
e02eb72863
add db migration
3 years ago