0
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-11-22 11:47:30 +01:00
uptime-kuma/server
Frank Elsinga a9a1cf1353
Chore: General notification reformatting (#3182)
- I unified where in file the name of `NotificationProvider.name` is placed
- I made sure that all the providers adhere to the signature of `NotificationProvider.send()`
- I made sure that all the providers use `okMsg` if returning success messages directly from the function.
  Here a discussion should be had:
  Should this be refactored into a constant of `NotificationProvider`? I could imagine that `NotificationProvider.SENDING_SUCCESSFULL`  could be a suitable alternative.
- I made sure all providers have the URL they `POST`/`GET` to be extraced into a variable.
  => refactored this way due to Nelsons suggestion
2024-03-14 14:21:15 +01:00
..
jobs
model make monitor start() and stop() async (#2830) 2024-03-09 23:36:00 +01:00
modules
monitor-types Chore: General notification reformatting (#3182) 2024-03-14 14:21:15 +01:00
notification-providers Chore: General notification reformatting (#3182) 2024-03-14 14:21:15 +01:00
routers Fix: Incorrect handling of status page not found (#4537) 2024-02-28 18:57:58 +08:00
socket-handlers Merge branch '1.23.X' into 1.23.X-merge-to-2.X.X 2023-12-11 02:13:47 +08:00
utils
2fa.js
auth.js
check-version.js
client.js Feature: remote browser support (#3904) 2023-12-01 15:29:10 +08:00
config.js Merge manually 2023-12-11 02:36:08 +08:00
database.js Fix: Disable timezone conversion for mariadb (#3756) 2023-12-03 01:34:26 +08:00
docker.js Fix: Add timeout to testDockerHost (#4097) 2023-11-26 18:47:56 +08:00
embedded-mariadb.js
google-analytics.js Merge branch '1.23.X' into 1.23.X-merge-to-2.X.X-2 2023-11-25 03:25:03 +08:00
image-data-uri.js
jobs.js
notification.js Undo my overzelous linter 2024-02-12 17:24:42 -08:00
password-hash.js
prometheus.js
proxy.js Handle cookies on redirection (#3589) 2023-11-29 17:25:33 +08:00
rate-limiter.js
remote-browser.js 🐛 fix(remote-browser): Remove unused test() function (#4155) 2023-12-03 20:27:09 +08:00
server.js Merge branch 'master' into monitor_async_start_stop 2024-01-30 17:53:21 +01:00
settings.js
setup-database.js Fix UPTIME_KUMA_DB_NAME issue (#4169) 2023-12-05 05:16:55 +08:00
uptime-calculator.js Feat: Add stat_hourly & min. max. ping (#4267) 2024-01-05 20:42:24 +08:00
uptime-kuma-server.js Merge branch '1.23.X' into version-merge 2023-12-13 01:54:08 +08:00
util-server.js Fix incorrect ping log (#4322) 2024-01-05 20:43:03 +08:00