Nelson Chan
0b30bfff87
Fix: Improve Chart axis, use 24Hr format
3 years ago
Louis Lam
80eadcb236
Merge pull request #214 from ChrisTheBaron/pushbullet
...
Add Pushbullet notification service
3 years ago
LouisLam
7e5a8c896b
Merge remote-tracking branch 'chakflying/ping-graph'
3 years ago
Chris Taylor
efe75bde75
Add Pushbullet notification service
3 years ago
Alexandre Gagner
ed93aae1c2
add octopush notification service
3 years ago
Nelson Chan
6ed1d8cb2f
Feat: Use selective import, improve tooltip UI
3 years ago
Nelson Chan
71bec74081
Feat: Add down-ed bars, improve UI
3 years ago
Nelson Chan
48c6d8f19f
Feat: Display recent ping chart
3 years ago
LouisLam
116d803592
minor
3 years ago
Philipp Dormann
123fca43a1
FEAT: darkmode ( #155 )
...
* darkmode fixes
* fix: darkmode: empty beats in active/ hovered state
* fix: color for empty beats
* fix: navbar background color
* Update src/assets/vars.scss
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
* Update src/assets/app.scss
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
* wip, split dark theme style by .dark and store light theme to normal
* add back missing css
* working switch theme button and tuning dark theme
* finish dark theme
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
Co-authored-by: LouisLam <louislam@users.noreply.github.com>
3 years ago
LouisLam
d5b40dfebf
better code reuse and "Username" to "Bot Display Name"
3 years ago
Niyas
4469b3a19b
Added discord username field
3 years ago
Niyas
91fce75a93
Removed UptimeKuma url field
3 years ago
Niyas
908176c910
Discord enhancements
3 years ago
Philipp Dormann
e34a8e2e4a
FEAT: PUSHY Notifier ( #154 )
...
FEAT: PUSHY Notifier (#154 )
3 years ago
LouisLam
4d71e03039
improve #39
3 years ago
Nelson Chan
5b9d3357aa
Fix: Increase width of status pill
3 years ago
LouisLam
642a711bcd
Confirm Dialog: allow changing the button text
3 years ago
LouisLam
b7fbc2c0e6
add LinaSea option in select box
3 years ago
LouisLam
2ebd79d037
run eslint for lunasea change
3 years ago
Niyas
67a4e949a2
LunaSea Support
3 years ago
LouisLam
081abcb6a1
add util.ts for sharing common functions between frontend and backend
3 years ago
LouisLam
133c7230bc
fix resize problem
3 years ago
Adam Stachowicz
be1fc0c2b6
Missing this part 2
3 years ago
Adam Stachowicz
4c8fdd07d9
Manual fixes
3 years ago
Adam Stachowicz
9648d700d7
Autofix on save
3 years ago
LouisLam
bf3e9dccd2
improve the ui of cert info
3 years ago
Louis Lam
0dbecca10f
Merge pull request #102 from NiNiyas/pushover-enhancements
...
Pushover enhancements
3 years ago
Niyas
77fbfc23be
Pushover enhancements
3 years ago
LouisLam
86e18ac11d
Merge branch 'master' into Spiritreader_master
...
# Conflicts:
# src/pages/EditMonitor.vue
3 years ago
LouisLam
916b9da0dc
Merge branch 'master' into something
...
# Conflicts:
# server/notification.js
# src/components/NotificationDialog.vue
3 years ago
LouisLam
02b4dfc100
prevent the telegram getUpdates URL go out of box
3 years ago
Sam
a8b102ad4a
add retries for pinging function
...
backend:
- new field for monitor: maxretries
- new pending status while service is retrying: 2
- pending status event is not marked important
- pending pings however register as downtime in the calculation
frontend:
- added pending status while service is retrying
- added color for new pending status
- added field to configure amount of retries
database:
- IMPORTANT: THIS REQUIRES MIGRATION!!!!
- added field: maxretries with default value 0
3 years ago
Louis Lam
d6b9403f60
Merge pull request #76 from Saibamen/fix_remember_me
...
Fix multiple labels for `Remember me`
3 years ago
Adam Stachowicz
f9274557f3
Fix center
3 years ago
Adam Stachowicz
44b66cbd2e
Fix `Remember me` label
3 years ago
LouisLam
66037e236c
add apprise support
3 years ago
Adam Stachowicz
268c8e50f5
Merge branch 'master' into something
3 years ago
Louis Lam
6f3ea21864
Merge pull request #61 from NiNiyas/slack-enhancements
...
Slack Enhancements and aligns footer to center
3 years ago
Adam Stachowicz
d94894b7e0
Fix `require-v-for-key`, remove unused declarations and double spaces
3 years ago
Niyas
7808aef58f
Pushover support
3 years ago
Niyas
20cad50593
Pushover support
3 years ago
Niyas
65b320d06b
Slack Enhancements
3 years ago
LouisLam
dfa9b3a0ca
fix require() actually not working after build in the frontend
3 years ago
LouisLam
b3bff8d735
add graceful shutdown
3 years ago
Louis Lam
f2af5bc064
Merge pull request #46 from NiNiyas/slack-webhook
...
Added Slack webhook notification
3 years ago
Philipp Dormann
25a93b05dc
easier merging 🤞
3 years ago
Philipp Dormann
53e203d2f9
add gotify priority
...
ref https://github.com/louislam/uptime-kuma/pull/43
closes https://github.com/louislam/uptime-kuma/issues/50
3 years ago
Niyas
63c6e29e62
Added Slack Webhook support
3 years ago
Philipp Dormann
126f00e739
✨ added Gotify Support
3 years ago
Louis Lam
fef41b44a8
Revert "basic darkmode"
3 years ago
Louis Lam
6af65b688d
Merge pull request #32 from philippdormann/feature/darkmode
...
basic darkmode
3 years ago
LouisLam
3e4a98b6bc
Merge branch 'dev'
...
# Conflicts:
# server/notification.js
3 years ago
Louis Lam
622681470d
Merge pull request #22 from TheGuyDanish/master
...
Discord notification rework
3 years ago
Philipp Dormann
d9e2c230bf
Merge branch 'master' of philippdormann/uptime-kuma into philippdormann/uptime-kuma->feature/darkmode
...
darkmode based on css variables. ref https://github.com/louislam/uptime-kuma/issues/21
3 years ago
jacr13
e053ee6573
fix bad pasting
3 years ago
jacr13
3e305b79b2
remove debub console log
3 years ago
jacr13
c6237277c0
add support for signal notifications
3 years ago
Philipp Dormann
900219deb1
Merge remote-tracking branch 'theguydanish/master'
...
# Conflicts:
# package-lock.json
# package.json
3 years ago
Philipp Dormann
dae92d0ae4
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# package.json
3 years ago
LouisLam
1259ff5368
smtp username/password is not required
3 years ago
TheGuyDanish
613c42b6d8
Discord revamp! Changed from bot to webhook, removed discord.js dep
3 years ago
Philipp Dormann
673d3c124c
🚧 WIP on darkmode 🌑
3 years ago
LouisLam
44bcd78f9a
implement discord
3 years ago
LouisLam
072e86542a
implement smtp
3 years ago
LouisLam
0ad04d1468
implement webhook
3 years ago
LouisLam
d24a15410e
send notification for important heartbeat
3 years ago
LouisLam
3bdf174e90
add telegram notification
3 years ago
LouisLam
d4a651e211
implement remember me
3 years ago
LouisLam
55bd6b6d7a
implement timezone
3 years ago
LouisLam
a6b5986dd6
add ping and fix uptime
3 years ago
LouisLam
9c653c3d05
implement tcping
3 years ago
LouisLam
84c21b71c0
implement uptime
3 years ago
LouisLam
82afddcfd6
add duration to heartbeat, add timezone array
3 years ago
LouisLam
46f07fc17e
many update again
3 years ago
Louis
9fa84a0a2b
many update
3 years ago
LouisLam
d02401b1c2
many update
3 years ago
LouisLam
6974f0f3ad
finish heartbeat bar
3 years ago
LouisLam
497d63ef7d
implementing heartbeat bar
3 years ago
LouisLam
0a4fb45a8c
init
3 years ago