uptime-kuma/db
Matthew Nickson fbfa5a33ed
Added Clickable hostname on status page. #1221
This should fully implement #1221 by modifying the API and adding two
new properties to the result. The `sendUrl` property denotes if the URL
is sent and `url` is included when required.
Client side checks have been implemented in order to only show a link
when the URL is vaugely correct. I.e not "" or "https://". This prevents
the link from being included if the monitor type is not HTTP without
having to publicly expose the monitor type.
The exposure of the URL is configuarable for each monitor on each
status page by clicking on the link icon.

Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2022-06-11 17:23:12 +01:00
..
kuma.db add retries for pinging function 2021-07-19 18:23:06 +02:00
patch-2fa-invalidate-used-token.sql invalidate used token 2021-10-19 00:42:33 +02:00
patch-2fa.sql Adjusted for new db patch management 2021-09-11 16:37:33 +02:00
patch-add-clickable-status-page-link.sql Added Clickable hostname on status page. #1221 2022-06-11 17:23:12 +01:00
patch-add-retry-interval-monitor.sql Added support for a retry interval to monitors 2021-09-11 18:54:55 +02:00
patch-added-mqtt-monitor.sql Change mqtt_topic from VARCHAR to TEXT 2022-04-17 19:56:47 +08:00
patch-group-table.sql [status page] fix wrong foreign key 2021-09-22 18:50:20 +08:00
patch-http-monitor-method-body-and-headers.sql feat(http-requests): add support for methods, body and headers for http 2021-10-02 16:48:27 +02:00
patch-improve-performance.sql add a better approach for patching db, change setting.value from varchar to TEXT, restore Database.close() to 1.2.0 2021-09-10 17:23:45 +08:00
patch-incident-table.sql [status page] many update and save group list 2021-09-19 19:04:51 +08:00
patch-monitor-basic-auth.sql Minor refactor - change variable names and add commas to object definitions 2021-11-04 10:14:17 +01:00
patch-monitor-expiry-notification.sql Add an option to enable/disable the domain name expiry notification #1364 2022-04-05 21:27:50 +08:00
patch-monitor-push_token.sql add Push-based monitoring (#279) 2021-10-01 00:09:43 +08:00
patch-notification_sent_history.sql send certificate notifications in 21, 14, 7 days 2021-10-27 15:33:15 +08:00
patch-proxy.sql Add http and https proxy feature 2022-03-06 19:34:49 +03:00
patch-setting-value-type.sql add a better approach for patching db, change setting.value from varchar to TEXT, restore Database.close() to 1.2.0 2021-09-10 17:23:45 +08:00
patch-status-page-footer-css.sql Refine UI/UX for custom css / footer text. Add switch for show/hide powered by 2022-04-17 14:53:13 +08:00
patch-status-page.sql [Status Page] wip, combine api, add status_page_id into group and incident tables 2022-03-16 15:38:10 +08:00
patch1.sql Update patch1.sql 2021-07-22 10:45:22 +08:00
patch2.sql Feat: Add database storage for TLS info 2021-07-22 16:04:32 +08:00
patch3.sql add patch3.sql and fix duplicate id in EditMonitor.vue 2021-07-22 17:44:59 +08:00
patch4.sql add back maxretries field 2021-07-30 00:13:48 +08:00
patch5.sql Chore: Add new line at EOF 2021-08-03 17:46:09 +08:00
patch6.sql Feat: Implement MaxRedirects & StatusCodes 2021-08-05 19:04:38 +08:00
patch7.sql Update patch7.sql 2021-08-29 18:58:05 +08:00
patch8.sql move the new sql to patch8.sql 2021-08-29 11:16:06 +08:00
patch9.sql Fixed suggestions 2021-09-06 09:45:52 +02:00
patch10.sql WIP: Add tags functionality 2021-09-13 14:12:11 +08:00