sur.la.route
4b2a465c94
Fix order of type and placeholder
...
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
2022-06-15 20:14:06 -05:00
Marc Hagen
f7afe121e3
[change] Move i18n to locale files
2022-06-15 19:41:21 +02:00
Christopher Pickering
945288f0c0
Added postgres monitor
2022-06-15 12:12:47 -05:00
OidaTiftla
ac27e6e2af
Rename feature to: Resend Notification if Down X times consequently
...
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
2022-06-15 17:50:35 +02:00
OidaTiftla
869a040011
Merge branch 'master' into introduce-resend-interval
2022-06-15 16:19:47 +02:00
Christopher Pickering
42848bcd2e
updated translations
2022-06-15 09:00:47 -05:00
Louis Lam
a3b94aa532
Merge pull request #1550 from Computroniks/jsdoc-for-src
...
JSDoc for src/*/*
2022-06-15 19:29:51 +08:00
Moritz R
ac449ec1c2
Merge branch 'master' into master
2022-06-15 11:33:00 +02:00
Louis Lam
da91317760
Merge pull request #1772 from chakflying/fix/mobile-monitor-list
...
Fix: Fix monitor list layout on mobile
2022-06-15 15:50:04 +08:00
Louis Lam
7d63b700e1
Merge pull request #1767 from christopherpickering/patch-2
...
[beta] workstation field should be text, not password
2022-06-15 15:31:24 +08:00
Louis Lam
0223f86a2a
Merge remote-tracking branch 'origin/master'
2022-06-15 15:18:29 +08:00
Louis Lam
c170b1edd0
Better optgroup text color
2022-06-15 15:18:14 +08:00
Nelson Chan
62acd2edb1
Fix: misc. layout fix on mobile
2022-06-14 22:43:44 +08:00
Christopher Pickering
483cbfb636
added default value for sql server connection string
2022-06-14 09:00:23 -05:00
sur.la.route
6995a29980
workstation field should be text, not password
2022-06-14 07:45:04 -05:00
Nelson Chan
f723930d11
Fix: Unify design with Security page
2022-06-14 15:04:46 +08:00
Nelson Chan
e425e408a2
Fix: Fix missing default settings
2022-06-14 15:04:14 +08:00
Louis Lam
af7c905b44
Merge pull request #1759 from MrEddX/bulgarian
...
Bulgarian
2022-06-14 10:57:14 +08:00
Louis Lam
d16be6fb7d
Fix and use null as authMethod None instead of empty string
2022-06-14 10:49:30 +08:00
Louis Lam
6682839ec8
Merge remote-tracking branch 'origin/master' into ntml-auth
...
# Conflicts:
# package-lock.json
# package.json
# server/database.js
# server/model/monitor.js
# server/server.js
# server/util-server.js
2022-06-14 10:36:29 +08:00
Louis Lam
817f6db4fd
Remove SQL Server code (which in another pr already)
2022-06-14 10:32:38 +08:00
MrEddX
7a27d3752a
Merge branch 'louislam:master' into bulgarian
2022-06-13 22:36:00 +03:00
MrEddX
f0e8f34aeb
Update bg-BG.js
...
Added new fields
2022-06-13 22:32:55 +03:00
Louis Lam
6e43ef1dd3
Merge remote-tracking branch 'origin/master' into feat/cert-exp-settings
...
# Conflicts:
# server/model/monitor.js
# src/languages/en.js
2022-06-13 20:56:14 +08:00
Louis Lam
f4f2b8ddb8
Try to fix #1658
2022-06-13 19:24:05 +08:00
Louis Lam
d4485fe62f
Make the monitor type list a bit clear
2022-06-13 18:14:47 +08:00
Super Manito
774fe58ddc
Update
2022-06-13 01:30:27 +08:00
Super Manito
5f347b10ba
Update
2022-06-13 01:15:38 +08:00
Super Manito
f442507cab
Update
2022-06-13 00:16:34 +08:00
Super Manito
a23ab9d1de
Update
2022-06-12 23:18:32 +08:00
Super Manito
817c941489
Add Bark Notification Parameters
2022-06-12 22:30:42 +08:00
Daeho Ro
5f6347d277
pull request for adding alertnow notification
2022-06-12 04:02:44 +09:00
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
Louis Lam
04e22f17a9
Merge remote-tracking branch 'origin/master' into christopherpickering_master
...
# Conflicts:
# package-lock.json
# src/languages/en.js
2022-06-11 20:59:58 +08:00
Louis Lam
6ee7b3696a
Merge pull request #1633 from domingospanta/bugfix/1451_blank_page_on_unkown_resource
...
Bugfix/1451 blank page on unkown resource
2022-06-06 21:54:49 +08:00
Louis Lam
cc258dce14
Merge pull request #1674 from philippdormann/feature/ntfy-support
...
feat: ntfy push support
2022-06-06 21:52:41 +08:00
Louis Lam
a707b51053
Page Loading Speed Optimization ( #1711 )
...
* Update Vite.js to 2.9.9 and add Rollup Plugin Visualizer
* Prebuild gzip and brotli for assets
Original: ~1.2MB
Optimized: ~370KB
2022-06-05 23:43:25 +08:00
Matthew Nickson
a927f5cd15
Fixed typos + improved clarity and detail of some JSDoc
...
Apply suggestions from code review
Co-authored-by: Nelson Chan <chakflying@hotmail.com>
2022-06-02 16:40:56 +01:00
Matthew Nickson
0e28707307
Minor formatting for JSDoc comments
...
Added a number of minor formatting changes to JSDoc comments in /src
2022-06-02 15:15:21 +01:00
Matthew Nickson
c94dcf1533
Added JSDoc for src/*
...
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2022-06-02 14:32:38 +01:00
Matthew Nickson
b0476cfb5b
Added JSDoc for src/pages/*
...
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2022-06-02 13:46:44 +01:00
Matthew Nickson
2170229031
Improve JSDoc for some components
...
Apply suggestions from code review
Co-authored-by: Nelson Chan <chakflying@hotmail.com>
2022-06-02 10:42:37 +01:00
Matthew Nickson
213aca4fc3
Added JSDoc for src/mixins/*
...
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2022-06-02 10:38:17 +01:00
Matthew Nickson
2b42c3c828
Added JSDoc for src/components/*
...
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2022-06-02 00:32:05 +01:00
Matthew Nickson
d939d03690
Added JSDoc for src/components/settings/*
...
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2022-06-01 23:44:10 +01:00
Louis Lam
c6c1bb5b5c
Merge pull request #1710 from AnnAngela/master
...
Update zh-CN translation
2022-06-01 16:05:23 +08:00
Louis Lam
091158cfe7
[Status Page] Preload data
2022-06-01 13:05:12 +08:00
AnnAngela-work
abb6ce2366
Update zhCN translation
2022-06-01 11:28:10 +08:00
Nelson Chan
179e3569b5
Chore: Add code comments
2022-05-31 16:24:39 +08:00
Nelson Chan
43527f2f40
Chore: Update remaining languages
2022-05-30 18:05:28 +08:00
Nelson Chan
26ff6f45a0
Feat: Use i18n pluralization
2022-05-30 17:53:32 +08:00
Louis Lam
c095767f4a
[Status Page] SSR
2022-05-30 15:45:44 +08:00
Louis Lam
46a593534b
Merge pull request #1695 from furkanipek/update-tr-lang
...
Update tr-TR.js
2022-05-29 12:13:52 +08:00
Louis Lam
7a4b54f4ee
Merge pull request #1702 from dhfhfk/master
...
Update Ko-KR.js
2022-05-29 12:12:07 +08:00
Louis Lam
30858ab038
Fix rollback issue of 9fc5a33
and one issue of #1694
2022-05-28 23:08:14 +08:00
dhfhfk
e25d406fa5
Eslint
2022-05-28 17:12:40 +09:00
dhfhfk
10e16782b1
Update ko-KR.js
2022-05-28 17:10:40 +09:00
Furkan İpek
107a44885c
Update tr-TR.js
2022-05-27 15:05:09 +03:00
Furkan İpek
ef9f66fad9
Update tr-TR.js
2022-05-27 15:02:40 +03:00
Moritz R
e9e78c26e5
Merge branch 'master' into master
2022-05-27 13:59:58 +02:00
Furkan İpek
46dae99695
Update tr-TR.js
2022-05-27 12:51:41 +03:00
Furkan İpek
edd9bf3887
Update tr-TR.js
2022-05-27 12:39:07 +03:00
Nelson Chan
cfa5b551a5
Feat: Make the expiry days sorted
2022-05-26 12:17:24 +08:00
Nelson Chan
46ee149b70
Chore: Slightly improve design
2022-05-26 12:12:29 +08:00
Louis Lam
0a8c922abf
Fix default value of pagerduty-integration-url
2022-05-25 23:34:47 +08:00
Louis Lam
058e5442af
Merge pull request #1310 from MarcHagen/feature/pagerduty
...
Add support for PagerDuty notifications
2022-05-25 23:26:33 +08:00
burakurer
5566b038c8
Update tr-TR.js
2022-05-25 17:35:05 +03:00
Marc Hagen
5830f1e0b5
[feat] Adding PagerDuty notification
2022-05-25 14:10:31 +02:00
Louis Lam
35b8e89457
Merge pull request #1473 from Computroniks/#1059-specify-dns-resolver-port
...
Added #1059 : Allow to specify Resolver Port for DNS Monitor
2022-05-25 14:59:14 +08:00
Philipp Dormann
54184350a4
fix: missing semicolons
2022-05-23 21:13:57 +02:00
Philipp Dormann
14dbe7c334
clean up + default ntfs.sh server url
2022-05-23 21:11:01 +02:00
Philipp Dormann
122e6a842b
clean up ntfy topic input
2022-05-23 21:08:56 +02:00
Philipp Dormann
77ef22bdb4
set proper ntfy priorities
2022-05-23 21:08:11 +02:00
Philipp Dormann
59f983d506
fix: unused import "HiddenInput"
2022-05-23 20:57:10 +02:00
Philipp Dormann
71f031c14e
add ntfy support
...
ref https://github.com/louislam/uptime-kuma/issues/1622
2022-05-23 10:55:03 +02:00
Louis Lam
6ae2a48584
Merge pull request #1662 from kiznick/master
...
Translate to Thai
2022-05-21 14:14:42 +08:00
Yoswaris Lawpaiboon
9d87f8d390
Update th-TH.js
2022-05-20 19:16:37 +07:00
Domingos F. Panta Jr
73b965c867
Merge branch 'master' into bugfix/1451_blank_page_on_unkown_resource
2022-05-19 19:35:58 +01:00
MrEddX
751e5ac477
Bulgarian Translation
...
Updated Translation
2022-05-19 20:32:01 +03:00
Yoswaris Lawpaiboon
93e5023ead
Translate to Thai !
2022-05-19 19:44:59 +07:00
c0derMo
32cfd411f8
Fixed style & code errors
2022-05-19 12:35:55 +00:00
Moritz R
a9f3142cee
Merge branch 'master' into master
2022-05-19 14:24:02 +02:00
Nelson Chan
b7ba6330db
Feat: Add cert exp. settings
2022-05-19 16:49:34 +08:00
MrEddX
4c3aa20eb0
Update bg-BG.js
...
Added new fields
2022-05-18 22:18:58 +03:00
Sascha Kruse
019d638767
Merge remote-tracking branch 'ghupstream/master' into radius-check
2022-05-18 15:54:10 +02:00
Louis Lam
9fc5a3329f
Revert #1208 , due to the break animation
2022-05-18 20:16:50 +08:00
Alexis Lefebvre
175556f9fc
s/cros/CORS
2022-05-16 20:30:16 +02:00
Louis Lam
7a50f0e3f3
Merge pull request #1589 from AnnAngela/1.15.1_zh-CN
...
Improve translation work
2022-05-17 00:03:25 +08:00
AnnAngela
4178b003a2
fix value
2022-05-14 15:27:55 +08:00
Louis Lam
92a43e1f30
Make the sibling beats a bit smaller
2022-05-14 14:11:43 +08:00
Louis Lam
0cf395dfc3
Fix merge issue
2022-05-14 14:06:35 +08:00
Louis Lam
749ca6f4a8
Merge remote-tracking branch 'origin/master' into feature-improve-status-styling
...
# Conflicts:
# src/components/HeartbeatBar.vue
# src/components/PublicGroupList.vue
2022-05-14 14:05:28 +08:00
Christopher Pickering
ef73af391f
added option for ntlm authorization
2022-05-13 12:58:23 -05:00
Christopher Pickering
b7dc8e3ef8
started ui update
2022-05-13 07:22:52 -05:00
Christopher Pickering
87f933df4f
added sqlserver monitor
2022-05-12 12:48:03 -05:00
Domingos Panta
7cc89979f0
Moving change from axios interceptor to specific request.
2022-05-12 15:52:21 +01:00
Sascha Kruse
398ecb7666
add radius check
2022-05-12 15:21:13 +02:00
Domingos Panta
668e97c5a9
fix: lint errors.
2022-05-12 13:39:10 +01:00
Domingos Panta
fdd781b081
Added a link to the home page on the lists of actions.
...
s new link was necessary to prevent a loop when the user tries to access a unknown resource, like status/123, and was redirected to /page-not-found. In this case going back to the last page would be /status/123 which does not exists.
2022-05-11 17:58:52 +01:00
Domingos Panta
373bd9b962
Added response interceptor to axios response.
...
This interceptor checks for response code 404 and redicts the user if that is the case.
2022-05-11 17:56:31 +01:00
Louis Lam
8077744c60
Merge pull request #1604 from c-w/fix-apprise-zulip
...
Fix apprise integration for Zulip Streams
2022-05-11 00:47:50 +08:00
Louis Lam
5bf58cc6c4
Merge pull request #1595 from Saibamen/fix_eslint
...
Fix ESLint warnings and errors
2022-05-09 13:55:08 +08:00
Clemens Wolff
b680371746
Make apprise notification title configurable in UI
2022-05-07 11:00:57 -04:00
MrEddX
aa8ea6d398
Update bg-BG.js ( #1617 )
...
Translation Fixes
2022-05-07 13:01:06 +08:00
Louis Lam
8b0813ceff
Fix #1596 hopefully
2022-05-06 14:52:09 +08:00
OidaTiftla
8e99cbf426
Merge branch 'master' into introduce-resend-interval
2022-05-04 22:58:40 +02:00
Adam Stachowicz
069d3765f0
Revert change for StatusPage
2022-05-02 01:13:17 +02:00
Louis Lam
39aa0a7f07
Merge branch 'fix/chart-error'
2022-05-01 17:57:17 +08:00
Louis Lam
a12dffd1bc
Fallback to eqeq for PingChart.vue
2022-05-01 17:56:42 +08:00
Louis Lam
410805052e
Log this.chartPeriodHrs
2022-05-01 17:46:43 +08:00
Louis Lam
02a8147f22
Remove undefined variable forceShowContent
2022-05-01 17:31:58 +08:00
Nelson Chan
272956025c
Fix: Fix chart error on switch back to recent
2022-05-01 05:18:08 +08:00
Louis Lam
db50ba91cc
Fix #1593
2022-04-30 21:44:03 +08:00
Adam Stachowicz
c114c053d6
Fix ESLint warnings and errors
2022-04-30 03:51:14 +02:00
AnnAngela
5a069b278d
Update src/components/notifications/PromoSMS.vue
...
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
2022-04-29 21:42:54 +08:00
AnnAngela
65ea2e6aeb
Update src/components/notifications/PromoSMS.vue
...
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
2022-04-29 21:42:48 +08:00
AnnAngela-work
e82fc1df61
Match up en lang file
2022-04-29 20:31:36 +08:00
AnnAngela-work
7dd5f5ea0d
Improve translation
2022-04-29 20:26:56 +08:00
AnnAngela-work
45da7c5431
Improve translation work
2022-04-29 20:17:15 +08:00
Louis Lam
6333231f1b
Merge pull request #1108 from trogper/push-status-param
...
Add status parameter to push monitor
2022-04-29 00:12:44 +08:00
Louis Lam
0ba5d031d0
Merge branch 'master' into push-status-param
...
# Conflicts:
# server/routers/api-router.js
2022-04-28 23:34:51 +08:00
Louis Lam
66e4c89897
Merge pull request #1560 from MrEddX/bulgarian
...
Update bg-BG.js
2022-04-28 23:23:09 +08:00
Louis Lam
d210548ae8
Merge pull request #1581 from NixNotCastey/update-pl
...
Update polish translation
2022-04-28 23:22:31 +08:00
Łukasz Szczepański
09fdef9bdc
Update polish translation
2022-04-28 11:14:02 +02:00
Dmitry Yaskovich
7078b06272
Fix typo in Russian localization
2022-04-27 21:22:42 +03:00
Matthew Nickson
3c01e8732c
Merge branch 'master' into #1059-specify-dns-resolver-port
2022-04-27 18:26:11 +01:00
Phuong Nguyen Minh
a3baa3c149
Update language vi.js ( #1572 )
...
Update vi-VN.js
2022-04-27 15:07:42 +08:00
Louis Lam
2adb142ae2
Merge pull request #1571 from MarkusDick/update-german-translations
...
lang: update german translations
2022-04-27 15:04:04 +08:00
MrEddX
372bf57e9f
Update bg-BG.js
...
Translation fixes
2022-04-27 09:19:13 +03:00
MrEddX
03e6f0a6c8
Update bg-BG.js
...
Translation fixes.
2022-04-26 21:39:14 +03:00
Markus Dick
dcec53a755
lang: update german translations
2022-04-26 20:27:00 +02:00
Adam Stachowicz
1e595eaa76
Update linters
2022-04-26 01:26:57 +02:00
MrEddX
4c8da89c36
Update bg-BG.js
...
Translation fixes
2022-04-25 07:26:40 +03:00
Dick Tang
db3ef3805b
correct wordings for Certificate Expiry Notification ( #1554 )
2022-04-25 08:25:06 +08:00
Matthew Nickson
d1a3cd047a
Merge branch 'master' into #1059-specify-dns-resolver-port
2022-04-24 01:06:45 +01:00
OidaTiftla
c7ec9a07e2
Add translation for text label
2022-04-21 17:59:38 +02:00
OidaTiftla
052fde5a24
Fix casing of text label
...
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
2022-04-21 17:56:38 +02:00
OidaTiftla
b7e2489d22
Merge branch 'master' into introduce-resend-interval
2022-04-21 11:58:04 +02:00
MrEddX
4d4d04adbd
Update bg-BG.js
...
Some translation fixes
2022-04-20 22:01:57 +03:00
MrEddX
f8c9472ea2
Update bg-BG.js
...
- Updated and fixed
2022-04-20 21:54:57 +03:00
Louis Lam
4e28ad4ac2
Merge pull request #1524 from chakflying/fix/disable-auth-icon
...
Fix: Handle disabled auth in user dropdown
2022-04-20 23:50:33 +08:00
Louis Lam
07c0801ad5
Make logout button reactive, improve dropdown menu css
2022-04-20 22:39:07 +08:00
SiderealArt
8cefc96c78
Update Traditional Chinese (Taiwan) translation
2022-04-20 18:11:26 +08:00
Nelson Chan
a391576285
Chore: Add translation
2022-04-20 15:09:31 +08:00
Nelson Chan
e0966e55c8
Fix: Handle disabled auth in user dropdown
2022-04-20 15:01:13 +08:00
Koen Habets
59d9891105
Update nl-NL.js
2022-04-19 21:17:33 +02:00
Louis Lam
bdc23a3f57
Merge pull request #1519 from AnnAngela/1.15.0_zh-cn
...
Update en&zh-CN lang file with 1 new i18n entry
2022-04-19 23:48:07 +08:00
Louis Lam
cd7c2beca6
Update CSS for dropdown menu
2022-04-19 19:46:21 +08:00
Louis Lam
8ee99760ec
Minor lint
2022-04-19 19:41:52 +08:00
Louis Lam
cb55e23718
Add $root.username
2022-04-19 19:40:28 +08:00