Bas Wieringa
fb50d5f77c
Change to show last heartbeat
9 months ago
broodroosterdev
f381d64fce
Use v-else instead of negative v-if
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
9 months ago
Bas Wieringa
e539e5aa73
Final linting fix
10 months ago
Bas Wieringa
a34ca83844
Remove spaces to fix lint error
10 months ago
Bas Wieringa
488504c3fd
Fix input of the statusOfLastHeartbeat function
10 months ago
Bas Wieringa
26e234c132
Remove import that is no longer used
10 months ago
Bas Wieringa
201ac9245b
Add toggle to hide the uptime percentage on a statuspage
10 months ago
Frank Elsinga
0e3b3a9ab8
Made sure that more of the async usages are awaited ( #4574 )
10 months ago
Frank Elsinga
e2239bc7b7
Merge branch 'master' into hevans/add-heii-on-call-notification-provider
11 months ago
Frank Elsinga
ee99ee9460
changed which translation we are using
11 months ago
Vista2003
800847d0df
Correcting label to fit what it says on the page
11 months ago
Vista2003
3fd0c822d6
Removed trailing space
11 months ago
Vista2003
e74d6a7471
Fixing strings as reported on issue #4526
11 months ago
Humberto Evans
9a52a8761c
Apply suggestions from code review
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
11 months ago
Humberto Evans
5a9c3ad353
move try/catch into main control flow and more from code review comments
11 months ago
Humberto Evans
4cdc8f344b
Apply suggestions from code review
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
11 months ago
Humberto Evans
673f9a7744
get the linter to be happy with my vue file
11 months ago
Humberto Evans
09d249ca36
add form to NotificationDialog
11 months ago
Humberto Evans
246316f55b
Undo my overzelous linter
11 months ago
Humberto Evans
10659d07b2
add link to documentation explaining how to get id and token
11 months ago
Humberto Evans
80bdc455da
lint
11 months ago
Humberto Evans
93ac212aef
Add Heii On-Call
11 months ago
Nelson Chan
2bccae415f
Feat: Show monitor ID in Details ( #4331 )
12 months ago
Nelson Chan
d830fa4a0e
Feat: `Countup` display fixed value ( #4266 )
1 year ago
Nelson Chan
c9fe6b5d01
Feat: Refresh login token for the client initiating password change ( #4214 )
1 year ago
Frank Elsinga
e2fdfd2937
Migrate all `v-html` translations to componentised translations ( #4135 )
...
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
1 year ago
Louis Lam
869ee8ec50
Merge branch '1.23.X' into 1.23.X-merge-to-2.X.X
...
# Conflicts:
# .github/workflows/auto-test.yml
# extra/reset-password.js
# package-lock.json
# package.json
# server/routers/status-page-router.js
# server/server.js
# server/socket-handlers/general-socket-handler.js
# server/uptime-kuma-server.js
# src/components/ActionInput.vue
# src/util.js
# src/util.ts
1 year ago
Louis Lam
530c8e5328
Drop cacheable-lookup ( #4178 )
...
* WIP
* WIP
1 year ago
Louis Lam
482049c72b
Merge pull request from GHSA-88j4-pcx8-q4q3
...
* WIP, still need to handle npm run reset-password
* Implement it for "npm run reset-password"
Bug fixes and change along with this commit
- Move `ssl`, `hostname`, `port` to ./server/config.js, so `reset-password` is able to read it
- Fix: FBSD is missing, no idea who dropped it.
- Fix: Frontend code should not require any backend code (./server/config.js), moved "badgeConstants" to the common util (./src/util.ts) and drop vite-common.js
* Minor
1 year ago
Ritik Singh
abc8f2b131
Fix: Correct Maintenance Start/End Time Input to Use Explicitly Specified Timezone ( #4186 )
1 year ago
Frank Elsinga
777ef6bc7b
chore: added a helptext for `ntfy`'s `priority` field ( #4175 )
...
* added a helptext for `ntfy`'s `priority` field
* linting fixes
* removed an unnecessary `Math.max` call
1 year ago
Nelson Chan
81b84a3c53
Fix: Filtering works with group monitors (again) ( #3685 )
...
* Fix: Group monitors use nested filtering
* Chore: Fix lint
1 year ago
Frank Elsinga
031947319a
Add an `aria-label` to the monitor search box ( #4163 )
...
* added the `Search monitored sites` label
* rebase
1 year ago
Frank Elsinga
9c56c9b346
Fixed the buttons of `ActionsSelect` and `ActionsInput` having a default `type="submit"` ( #4162 )
...
* fixed the buttons having a default type="submit"
* fixed linting issue
1 year ago
DevMirza
db7a92a74c
🐛 fix(remote-browser): Remove unused test() function ( #4155 )
...
* fix
* fix lint
* Update Notifications.vue
* Update ActionInput.vue
1 year ago
Louis Lam
c5d9c54a04
Merge branch 'master' into 1.23.X-merge-to-2.X.X-2
...
# Conflicts:
# package.json
1 year ago
Louis Lam
81c9900e23
Merge branch '1.23.X' into 1.23.X-merge-to-2.X.X-2
...
# Conflicts:
# docker/debian-base.dockerfile
1 year ago
Adam Hancock
62780001f7
Feature: remote browser support ( #3904 )
...
* [empty commit] pull request for remote browser support
* Remote browser: Added UI screens and DB tables.
* Remote browser working
* Fixing tests
* Fix tests
* Fix tests
* fix tests
* Test browser
* revert init_db.js
* Changed drop down to ActionSelect
* Fix translations
* added remote browsers toggle
* revert changes package-lock
* Fix bad english
* Set default remote browser
* Remote browsers Requested changes
* fixed description.
1 year ago
Frank Elsinga
9c9a086788
accessible `ActionSelect`/ `ActionInput` ( #4132 )
...
* made sure that the ActionSelect'or has correct accessibiltiy tags
* fixed linting error
* improved the ActionInputs accessibility
1 year ago
Adam Hancock
ac452bbcb9
Zoom in on real browser screenshot ( #3925 )
...
* Screenshot in modal
* Update src/components/ScreenshotDialog.vue
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* Update src/pages/Details.vue
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* Added title
* Update ScreenshotDialog.vue
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* Add translations
---------
Co-authored-by: Frank Elsinga <frank@elsinga.de>
1 year ago
Rakibul Yeasin
e2782810cf
fix: Clickable link monitors aren't underlined when editing status page ( #3820 )
1 year ago
Louis Lam
8e3ff25f7b
Followup #3864 , rebase for 1.23.x ( #4016 )
...
* Fix: Use ActionSelect Docker Host & validate input
* Fix: Handle docker host deleted while editing
* UI: Use add for ActionSelect & prevent delete instead
---------
Co-authored-by: Nelson Chan <chakflying@hotmail.com>
1 year ago
Nelson Chan
b534fde265
Fix: Use ActionSelect for Docker Host & validate input ( #3864 )
...
* Fix: Use ActionSelect Docker Host & validate input
* Fix: Handle docker host deleted while editing
* UI: Use add for ActionSelect & prevent delete instead
1 year ago
atmaniak
9b599ccd1d
Add Grafana Oncall notification provider ( #2783 )
...
* Add Grafana Oncall notification provider
* Fix linter errors
* Remove useless variables
* Remove test message
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* spelling consistency
* Update server/notification-providers/grafana-oncall.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* Update server/notification-providers/grafana-oncall.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* eslint requirements
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
* Add Grafana Oncall translation
* Update src/components/notifications/GrafanaOncall.vue
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* Check empty url
---------
Co-authored-by: Emmanuel Cohen <emmanuel.cohen@bso.co>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
1 year ago
Frank Elsinga
1515f4e121
chore:Webhook custom documentation ( #3636 )
...
* improved the documentation
* fixed the `customBodyPlaceholder` not being translated
* fixed required not being set where necessary
* changed the docs that `monitorJSON` is also avalibale for cert-expiry
1 year ago
Frank Elsinga
3fcb7bf181
Feature: SMTP-templating of `customBody` and `customHeader` via liquidjs ( #3414 )
...
* replaced the regex replacement engine with `Liquid`
* added custom bodys
* fixed a typo
* formatting fixes
* switched all template-variables to be camelCase
1 year ago
Louis Lam
579d7232c9
Translate login error
1 year ago
Louis Lam
966dfa6f88
Drop backup ( #3892 )
...
* Drop backup
* Fix warning
1 year ago
Louis Lam
8e441dd8f7
Follow up #3263 ( #3847 )
1 year ago
Nelson Chan
156614b303
Fix: Missing callbacks for batch pause/resume ( #3813 )
1 year ago