LouisLam
ad1bb93730
[status page] fix logo url
3 years ago
LouisLam
fe0fc63843
[status page] send uptime
3 years ago
Nelson Chan
5b2e1f6086
Fix: Allow number ending TLD
3 years ago
LouisLam
8c7ee94769
add modified apicache library with disabling client cache
3 years ago
LouisLam
0834770509
[status page] also apply the title to <title>
3 years ago
LouisLam
15c00d9158
upload logo and expose ./data/upload to url
3 years ago
Nelson Chan
d2b34f9285
Chore: make eslint happy
3 years ago
Nelson Chan
a96a515087
Fix: Fix hostname with dash
3 years ago
Nelson Chan
2eab919ae0
Fix: Fix typo
3 years ago
Nelson Chan
c09b67b94d
Fix: Fix TCP Ping hostname Regex
3 years ago
LouisLam
a8e170f6a8
Merge branch 'master' into public-dashboard
...
# Conflicts:
# server/server.js
3 years ago
LouisLam
6aaf984f29
fix retryInterval = 0 if it is an old monitor. ( #380 https://github.com/louislam/uptime-kuma/pull/380#issuecomment-922618356 )
3 years ago
LouisLam
0b572df3d0
[status page] store config
3 years ago
LouisLam
7ee98d989c
[status page] implement rest api for heartbeat
3 years ago
Adam Stachowicz
7dc1e84e44
Avg. Ping and Avg. Response translation keys
3 years ago
LouisLam
fd95d41d9f
[status page] many update and save group list
3 years ago
LouisLam
6681f49a58
Merge branch 'master' into public-dashboard
...
# Conflicts:
# .dockerignore
3 years ago
Louis Lam
803029a9e4
Merge pull request #429 from Ponkhy/main
...
Added regex to hostname input
3 years ago
DX37
9ef45a9c7e
fresh translations to ru-RU.js and Settings.vue
3 years ago
Ponkhy
3a0bc80016
Added regex to hostname input
3 years ago
Louis
a6fdd272a6
[status page] minor
3 years ago
LouisLam
2955abb5d9
[status page] create incident
3 years ago
LouisLam
392f8275b3
Merge branch 'master' into public-dashboard
...
# Conflicts:
# server/database.js
3 years ago
LouisLam
611d214a32
[status page] checkpoint
3 years ago
Louis Lam
72783fd94c
Merge pull request #380 from No0Vad/retry-heartbeat-interval
...
Added support for a retry interval to monitors
3 years ago
LouisLam
80322cbfe7
Merge branch 'import-export'
...
# Conflicts:
# src/languages/it-IT.js
# src/languages/nl-NL.js
3 years ago
LouisLam
512ff09cca
set entry page
3 years ago
LouisLam
e8f4fabcd0
[status page] crop and resize logo
3 years ago
Ponkhy
f679c1cbaf
Export button align left
3 years ago
LouisLam
2ab06f87b8
Merge branch 'master' into public-dashboard
3 years ago
LouisLam
db05b506f3
[status page] checkpoint
3 years ago
samet.kum
7274913686
Turkish Language added
3 years ago
No0Vad
1300448bed
Adjustments to the retry interval
...
The monitor logic for when to use "retryInterval" is updated. Also removed some texts when they are no longer needed.
3 years ago
LouisLam
afe91078c4
[status page] checkpoint
3 years ago
LouisLam
fc9b4617ca
link interval and retryInterval
3 years ago
LouisLam
9902c181bc
Merge branch 'master' into public-dashboard
...
# Conflicts:
# src/components/MonitorList.vue
# src/icon.js
3 years ago
Louis Lam
069c811af8
Merge pull request #278 from chakflying/tags
...
Monitor: Tags with metadata
3 years ago
LouisLam
f9311e4e7f
[status page]
3 years ago
LouisLam
d7a230ac15
Merge branch 'master' into public-dashboard
...
# Conflicts:
# server/server.js
# src/main.js
3 years ago
LouisLam
9da2a01a74
[status page] checkpoint
3 years ago
LouisLam
76f1f34a0a
fix #397 , incorrect encode function for export file
3 years ago
LouisLam
35aca46b68
[status page] checkpoint
3 years ago
Nelson Chan
9b5abf9bb1
Fix: reset editMonitor after save
3 years ago
Nelson Chan
6e3a904aaa
WIP: Add tags functionality
...
WIP: add color column, show tags
WIP: Improve TagsManager styling & workflow
WIP: Improve styling & validation, use translation
WIP: Complete TagsManager functionality
WIP: Add tags display in monitorList & Details
Fix: update tags list after edit
Fix: slightly improve tags styling
Fix: Improve mobile UI
Fix: Fix tags not showing on create monitor
Fix: bring existingTags inside tagsManager
Fix: remove unused tags prop
Fix: Fix formatting, bump db version
3 years ago
No0Vad
91ee39ec60
Merge branch 'master' into retry-heartbeat-interval
3 years ago
Ponkhy
4711aeb355
Merge branch 'master' into import-export
3 years ago
Adam Stachowicz
7199bb5ead
Remove unused i18n key
3 years ago
Ponkhy
bb87972543
Hide 2FA section if disabled auth
3 years ago
Adam Stachowicz
ea723c7595
Separate import and export. Fix ESLint
3 years ago
LouisLam
e205adfd7b
[status page] developing
3 years ago
LouisLam
f47f7758f9
Merge branch 'master' into public-dashboard
...
# Conflicts:
# server/database.js
# server/server.js
# server/util-server.js
3 years ago
LouisLam
7df9698e5d
eslint: comma-dangle for language files
3 years ago
Ponkhy
d313966d80
Merge branch 'master' into import-export
3 years ago
Louis Lam
2d7767c905
Merge pull request #392 from bertyhell/bugfix/button-margin-settings
...
fix(settings): add some button bottom margin for narrow screens
3 years ago
Louis Lam
e55193270d
Merge pull request #377 from Lrss/master
...
Fix: Inconsistent white-space for the "Avg."-Ping/Response title.
3 years ago
Louis Lam
9d39071a91
Merge pull request #363 from Ponkhy/2fa
...
Added simple TOTP Two Factor Authentication
3 years ago
Bert Verhelst
660b969178
fix(settings): switch custom styles to bootstrap class for bottom margin
3 years ago
Bert Verhelst
c26622aa39
fix(settings): add some button bottom margin for narrow screens
3 years ago
Ponkhy
7fee4a7ea7
Added import options
3 years ago
No0Vad
f8f9f59464
Added support for a retry interval to monitors
...
If a check fails and retries are used you can now specify a specific value for that. So you can check faster if the site goes back up again.
3 years ago
LouisLam
934685637a
[Status Page] WIP: Checkpoint
3 years ago
Ponkhy
8cd5bad44c
Merge branch 'master' into 2fa
3 years ago
Lars Sørensen
66769e1c79
Fixed inconsistent white-space for the "Avg."-Ping/Response title.
3 years ago
LouisLam
3e25f0e9d9
[Status Page] WIP: Checkpoint
3 years ago
Nelson Chan
9e10f7d35f
Fix: Fix events table width on mobile
3 years ago
Adam Stachowicz
c387fb264e
Format JSON file before download
3 years ago
LouisLam
4b0a8087a2
do not connect to socket io for status page
3 years ago
Ponkhy
c62732fa9c
Minor translation fixes
3 years ago
Ponkhy
403202d4d4
Added simple TOTP Two Factor Authentication
3 years ago
LouisLam
573c7faddd
switch on the notification, if it is added in EditMonitor.vue
3 years ago
Ioma Taani
0f4bc5850b
Merge branch 'louislam:master' into italian-translation-update
3 years ago
Louis Lam
331ae5ec20
Merge pull request #306 from Ponkhy/import-export
...
Added import and export function
3 years ago
Ioma Taani
b54bbc302d
migliorata la traduzione
3 years ago
LouisLam
5a0fcebd6e
update link style
3 years ago
Louis Lam
325ce72a71
Merge pull request #352 from iomataani/italian-language
...
Italian language
3 years ago
Adam Stachowicz
f6a168282e
Route to monitor on `DashboardHome`
3 years ago
Ponkhy
acf6f1883b
Fixed missing spaces in backup file
3 years ago
Paride Barison
f44f951e40
Tradotte le ultime cose come richiesto
3 years ago
Louis Lam
d761d54d0e
Merge pull request #340 from Ponkhy/default-notification
...
Added the option for default notifications
3 years ago
LouisLam
e37621853e
Merge branch 'estonian'
...
# Conflicts:
# src/pages/Settings.vue
3 years ago
LouisLam
f2cec60481
minor
3 years ago
LouisLam
2212cf9c08
fix confirmDisableAuth no msg if not tranlated
3 years ago
Ponkhy
69a7c4dab4
Improved importBackup handling
3 years ago
jtagcat
2c3880a326
Added Estonian.
...
- "Avg.": using ≈, as it's commonly enough known.
There is no known shorthand for 'average' that I know of.
- Leaved some strings empty, as repeating the same words is useless, just noise.
3 years ago
LouisLam
1a5ffd4755
add description for export/import
3 years ago
LouisLam
62712f5cc4
Merge branch 'master' into import-export
3 years ago
LouisLam
0aeaf87f5b
Merge branch 'master' into default-notification
...
# Conflicts:
# server/notification.js
# src/components/NotificationDialog.vue
3 years ago
Louis Lam
850563442a
Merge pull request #349 from Ponkhy/redirect-after-setup
...
Auto login after setup
3 years ago
Ponkhy
242e494cb5
Merge branch 'master' into import-export
3 years ago
Ponkhy
4faa409027
Merge branch 'master' into default-notification
3 years ago
LouisLam
da131a5156
Merge branch 'master' into clear-monitor-data
...
# Conflicts:
# src/languages/da-DK.js
# src/languages/en.js
# src/languages/es-ES.js
# src/languages/fr-FR.js
# src/languages/ja.js
# src/languages/ko-KR.js
# src/languages/nl-NL.js
# src/languages/ru-RU.js
# src/languages/sr-latn.js
# src/languages/sr.js
# src/languages/sv-SE.js
# src/languages/zh-CN.js
# src/languages/zh-HK.js
3 years ago
Ponkhy
d01fa9bcfc
Auto login after setup
3 years ago
Ponkhy
bb8385d690
Merge branch 'default-notification' of https://github.com/Ponkhy/uptime-kuma into default-notification
3 years ago
Ponkhy
b95404b6e0
Fixed suggestions
3 years ago
Ponkhy
fd8c95d64e
Merge branch 'master' into default-notification
3 years ago
Ponkhy
58240aceef
Added the option for default notifications
3 years ago
Ponkhy
1b8b33c4c3
Added set language to the Setup.vue
3 years ago
Misly
9952463350
Add Polish Locale
3 years ago
LouisLam
299506ce45
reset the heartbeat list instead of reload the page after cleared events or heartbeats
3 years ago
LouisLam
ca8d4ab61b
Merge branch 'master' into clear-monitor-data
3 years ago
Ponkhy
8f9a973ede
Merge branch 'master' into import-export
3 years ago
dhfhfk
6d8aa20fc6
Add missing string for Korean
...
confirmDisableAuth, new string
3 years ago
LouisLam
ebf362754c
Merge branch 'master' into clear-monitor-data
3 years ago
LouisLam
80eca886ce
Merge branch 'add-serbian-latin'
...
# Conflicts:
# src/main.js
# src/pages/Settings.vue
3 years ago
Louis Lam
274a9050c0
Merge pull request #321 from dusansimic/add-serbian-cyrillic
...
Add Serbian Cyrillic locale
3 years ago
Louis Lam
1f4ad938b1
Merge pull request #323 from xinac721/master
...
Update Chinese Translation(更新简体中文语言翻译)
3 years ago
新逸Cary
312aedf391
Update Chinese Translation(更新简体中文语言翻译)
3 years ago
Dušan Simić
19a4d570ec
Fix word capitalization
3 years ago
Dušan Simić
79fda8f442
Add Serbian Latin locale
3 years ago
Dušan Simić
53a14cf4f5
Add Serbian Cyrilic locale
3 years ago
Victor M. Vicente Cuevas
d2bf2a551d
Add spanish language and update Readme
3 years ago
Ponkhy
7d70c4d8cd
Code optimizations
3 years ago
Ponkhy
2dd392e609
Added uptime kuma version to backup file
3 years ago
Adam Stachowicz
7a109689d9
Make `Resp. Time (ms)` and `N/A` i18n
3 years ago
LouisLam
eeb00a5511
fix data type
3 years ago
LouisLam
8e1e4b9204
override file-selector-button hover color
3 years ago
Ponkhy
b604910bbb
Merge branch 'master' into clear-monitor-data
3 years ago
Ponkhy
2f6c5963c5
Added import and export function
3 years ago
Louis Lam
f24002838c
Merge branch 'master' into master
3 years ago
Ponkhy
7b92166d18
Added clear all db statistics function
3 years ago
Ponkhy
1341d220ed
Merge branch 'louislam:master' into clear-monitor-data
3 years ago
henrygd
2776f942ab
fix monitor list jumping to top on route change
3 years ago
Ponkhy
14b9afb400
Added translation to Setup.vue
3 years ago
LouisLam
3ad736692f
improve monitor list
3 years ago
Ponkhy
1952e34110
Added the possibility to clear monitor data
3 years ago
LouisLam
e644a1e36f
Merge branch 'master' into scroll-into-view
3 years ago
Ponkhy
dd877cfc70
Added translation to pause monitor confirmation
3 years ago
Ponkhy
93edb8817d
More uniform look
3 years ago
Ponkhy
303adbf9b1
Show latest dns result in Details.vue
3 years ago
LouisLam
59e9315647
show dns type and hostname in Details.vue
3 years ago
LouisLam
91e82bd12c
set default value for dns resolve type and code refactor
3 years ago
LouisLam
d4dd650bfe
translate for zh-hk
3 years ago
henrygd
2901a38628
add position: sticky to monitor details
3 years ago
Ponkhy
6464207f4b
Added German language for DNS Monitor
3 years ago
Louis Lam
7652b4849a
Merge pull request #238 from Ponkhy/dns-monitor
...
Added DNS Monitor Type
3 years ago
Ponkhy
2b8c5e2e65
Added German Language
3 years ago
LouisLam
8318c2e8ff
add a simple dns server for testing, and disable ipRegex for dev only (need to input port)
3 years ago
LouisLam
46ac753c46
Merge branch 'master' into dns-monitor
3 years ago
LouisLam
302d2665d2
run stylelint for the project
3 years ago
LouisLam
d8d428907e
Merge branch 'master' into clean-mobile-table
3 years ago
LouisLam
28a51d806b
translate to Traditional Chinese (Hong Kong)
3 years ago
LouisLam
dd4c00eed3
add vue i18n
3 years ago
Louis Lam
054186370e
add source of ipRegex
3 years ago
LouisLam
36ace3e56c
naming convention and wrap all styles inside .table-shadow-box to avoid unexpected style in the future
3 years ago
LouisLam
3f12afce28
Merge branch 'master' into clean-mobile-table
3 years ago
Ponkhy
b2041cb36b
Fixed ESLint Errors
3 years ago
LouisLam
a02edf1b4f
fix detail page empty if the monitor list is not yet ready
3 years ago
Ponkhy
ce79f8bfc7
CSS optimizations
3 years ago
Ponkhy
c79be19ec3
Added DNS Monitor Type
3 years ago
Ponkhy
ca38cc91e9
Use bootstrap integraded class instead of new ones
3 years ago