Benjamin Reich
f04fe4d230
add new german translations
2 years ago
Louis Lam
e579610426
Merge pull request #2265 from Saibamen/patch-1
...
Add info about `npm install` to translators
2 years ago
Adam Stachowicz
134b3b8ac1
Fix 'dayjs' is never used warning
2 years ago
Adam Stachowicz
e7e7751e7b
Correct order
2 years ago
Adam Stachowicz
5cd58e6fa3
Add info about `npm install` to translators
...
Without this, you can have wrong indentation from ESLint
2 years ago
Marcin Kiszka
08763b700a
Added support for SMSEagle device API notifications
2 years ago
Denis Mishankov
7313aa6563
fix spaces
2 years ago
Denis Mishankov
c7871427c3
compute title value
2 years ago
Dave
c0e67b6de9
Update id-ID.js
2 years ago
Louis Lam
a17084f75d
Merge pull request #2229 from falentio/fix-id-lang
...
fix typos in id lang
2 years ago
falentio
5761bc9b90
fix typos in id lang
2 years ago
MrEddX
92ea019fd4
Update bg-BG.js
...
- Added new fields
- Translated new fields
2 years ago
Cyril59310
a774b37369
Update FR language + fixed daytime error ( #2226 )
...
* Update FR language
* fix a daytime error + add for translation
* Update language file FR + fixed daytime error
2 years ago
Louis Lam
64f84eb118
Update Details.vue's button styles
2 years ago
Louis Lam
6f4424de28
Remove unused language keys
2 years ago
Louis Lam
d8a676abb6
Implement recurring day of month and day of week
2 years ago
Louis Lam
268cbdbf8d
Merge remote-tracking branch 'origin/master' into maintenance
...
# Conflicts:
# server/server.js
# src/components/settings/General.vue
2 years ago
Louis Lam
c662d259b0
Firefox Better Support #2206
2 years ago
Matthew Nickson
f459ea845c
Added #2182 Add support for custom radius ports ( #2197 )
...
This commit adds support for the port to be specified when using the
radius monitor type. A check has been implemented to ensure that a null
value is not passed to the radius check function as could occur with
monitors that were created before this change was introduced. The
default port of 1812 is displayed when the user selects the radius
monitor in much the same way as the DNS port is handled. The port was
not included in the hostname in the form hostname:port in order to avoid
issues with IPv6 addresses and monitors that had been created before
this change was implemented.
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
MagicFun1241
cb5f90aa89
Update Russian locale ( #2218 )
...
* Update ru-RU.js
* Remove duplicates
* Remove duplicates x2
* Revert to previous version for one translation
* Removed conflicting lines
* Remove conflicting 'Reverse Proxy' key
2 years ago
Louis Lam
edacff123b
Add UTC in the serverTimezone dropdown
2 years ago
Louis Lam
2faf866e9e
Implement generateTimeslot() for recurring interval type
2 years ago
Louis Lam
8cc3e4b7c1
Revert
2 years ago
Louis Lam
dfb75c8afb
Update status page's maintenance message
2 years ago
Louis Lam
e07aa982c3
WIP
2 years ago
Christian Meis
1e8a16504b
Make icon optional for ntfy notificaation provider. Add Icon header to ntfy request only, if icon is actually defined.
2 years ago
Alexander Borzov
180d881ac1
Update ru-RU.js ( #2217 )
2 years ago
Louis Lam
2271ac4a5a
Add info.serverTimezoneOffset and improve some styles
2 years ago
Louis Lam
d5c02fc627
Update Maintenance list order by status
2 years ago
Louis Lam
c84de4d259
WIP: Add maintenance status
2 years ago
Louis Lam
c1ccaa7a9f
WIP
2 years ago
Louis Lam
539683f8e9
Merge remote-tracking branch 'origin/master' into maintenance
2 years ago
Louis Lam
bd42450e55
Update vue-i18n from 9.1.9 to 9.2.2, force to use production version of vue-i18n in order to improve the performance
2 years ago
Louis Lam
a577fba848
Change DateTime Range using serverTimezone
2 years ago
Louis Lam
a36f24d827
Add configurable server timezone
2 years ago
Louis Lam
b007681e67
Merge remote-tracking branch 'origin/master' into karelkryda_master
...
# Conflicts:
# server/model/monitor.js
# server/model/status_page.js
# src/languages/en.js
2 years ago
Louis Lam
0d2e02f569
Merge pull request #2190 from VasilisThePikachu/master
...
Adding Greek Language
2 years ago
Kevin Falentio
230e5110b1
Fix typo in id-ID language file ( #2202 )
2 years ago
Matthew Nickson
f67d7cdf3f
Make update-language-files command more useful ( #2198 )
...
* [empty commit] pull request for Fix language update script
* Avoid mass changes with update-language-files
This commit updates the update-language-files script to prevent mass
changes as seen on a number of recent PRs where the contributer has
ran the script and comitted the results.
The script has been updated to now require the --language argument to
specify which language file to update. This ensures that only that file
is updated instead of all files. If the provided language code does not
already exist, a new file with that code is created. This should make
it easier to add new languages as you only need to pass the language
code to the script.
The base lang code is now also passed as an optional argument to negate
the need for a seperate script entry in package.json.
The script has been restructures into a couple of functions to make it
easier to understand.
ESlint now only checks the changed file instead of
them all in order to improve performance.
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
* Updated translation docs for new command
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
* [update-language-files] Add cross-env-shell
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
2 years ago
wellart
df2f536845
[id-ID.js] Fix some type and word ( #2149 )
...
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
Vasilis The Pikachu
59e7aa74a3
Remove some double dots & fix backuprecommended
2 years ago
AnnAngela
43c1ec640c
feat: 🌐 Update zh-cn and en translation ( #2167 )
...
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
2 years ago
Louis Lam
4f6dec41c6
Fix ntfy username should not be required
2 years ago
Vasilis The Pikachu
e29527e22f
Update Greek
2 years ago
Vasilis The Pikachu
91f9e10c94
Merge branch 'louislam:master' into master
2 years ago
Vasilis The Pikachu
7d3cc002ea
Added greek language
2 years ago
janhartje
b879428a03
feat(notification): add additional Header to webhook
2 years ago
janhartje
3c5de1c889
Merge branch 'master' of https://github.com/louislam/uptime-kuma into feat/add-auth-header-to-webhook-notification-#1919
2 years ago
CL0Pinette
528a615fb2
Add free.fr SMS notification provider ( #2159 )
2 years ago
Cyril59310
64ba2dce24
Update FR language ( #2173 )
2 years ago
Louis Lam
afbc283423
Move Cypress directory and convert it to JavaScript ( #2170 )
2 years ago
Louis Lam
c538983b87
Merge pull request #2169 from louislam/fix-docker-monitor
...
Fix Docker container monitor not working in 1.18.1
2 years ago
Louis Lam
0686757160
[Docker Monitor] Change `tcp://` to `http://`
2 years ago
Louis Lam
25ea99a436
Merge pull request #2161 from 5idereal/patch-1
...
Update zh-tw translation
2 years ago
5idereal
c2c3f981bc
update zh-tw translation
2 years ago
Louis Lam
3e85893bdd
Merge remote-tracking branch 'origin/master' into squadcast-notification-support
...
# Conflicts:
# src/languages/en.js
2 years ago
Louis Lam
7672057319
[ntfy] Do not autofill
2 years ago
Louis Lam
0f99d49a27
Merge remote-tracking branch 'origin/master' into ntfy-auth-support
2 years ago
Louis Lam
894aeaea0a
Merge pull request #2158 from SametKUM/master
...
fix some translations
2 years ago
5idereal
d39a4770e0
sync
2 years ago
SametKUM
f6ac09b751
fix some translations
2 years ago
An | Anton Röhm
8595824b5d
Improve German translation
2 years ago
MrEddX
ed7bc0e6d1
Update bg-BG.js
...
Added New Fields
2 years ago
Matthew Nickson
f9be918246
Add support for MySQL/MariaDB databases #1817
...
This commit adds support for monitoring MySQL and MariaDB database
servers. The mysql2 package was choosen over mysql as it provides a
promise wrapper and is reportedly faster than the original mysql package
whilst still maintaining the same API.
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
Matthew Nickson
314ae38f91
Changed name of SQL Server to avoid confusion
...
It appears that SQL Server causes some confusion among users as they
believe that it means any SQL database, not the Microsoft product SQL
Server. To avoid this issue, the display value has been changed to
Microsoft SQL Server. No backend changes have been made and it is still
stored as sqlserver in the database. This is only a frontent change.
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
FarisDaffa
929d238106
Update id-ID.js
2 years ago
Christian Meis
c03d911657
Update src/languages/en.js
...
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
Christian Meis
6f86236b63
Add support for icon to ntfy notification provider (requires minimum ntfy server version 1.28.0 and Android app 1.14.0, no iOS support as of today)
2 years ago
Louis Lam
204339fbed
Make two functions to convert ISO 8601 <=> YYYY-MM-DD hh:mm:ss
2 years ago
Louis Lam
b1465c0282
- Maintenance standardize datetime format to YYYY-MM-DD hh:mm:ss
...
- Import dayjs extensions one time only
- Maintenance activeCondition centralize
2 years ago
Louis Lam
4002b9f577
[WIP] Checking maintenance time using maintenance_timeslot table
2 years ago
Patrick
4157c7d546
Add support for Squadcast incoming webhook
2 years ago
Louis Lam
3f63cb246b
[WIP] Handle timezone offset for timeRange
2 years ago
Louis Lam
c3eef28443
Merge pull request #2122 from mjysci/test
...
feat: Add ServerChan Notification support
2 years ago
Louis Lam
f11dfc8f43
[WIP] Add/Edit Maintenance with new UI and recurring
2 years ago
Louis Lam
9d99c39f30
Update Maintenance UI for recurring
2 years ago
MA Junyi
b03624b7e3
feat: Add ServerChan Notification support
2 years ago
Buchtič
c6cf600722
Update cs-CZ.js
...
localization improvements
2 years ago
Louis Lam
617ba49e6c
Fix race condition of `selectedStatusPagesOptions`
2 years ago
Louis Lam
7853c2cc38
Update Maintenance UI
2 years ago
Louis Lam
f61c1c47aa
Update Maintenance UI
2 years ago
Louis Lam
9fe07742ea
Linting
2 years ago
Louis Lam
a29eae3213
Update Maintenance UI
2 years ago
Louis Lam
80698a58b8
Tidy up
2 years ago
Louis Lam
bb883e6fa0
Move maintenance under `/maintenance`
2 years ago
Louis Lam
90761cf831
Merge remote-tracking branch 'origin/master' into karelkryda_master
...
# Conflicts:
# server/database.js
# server/model/monitor.js
# server/routers/api-router.js
# server/server.js
# src/components/HeartbeatBar.vue
# src/components/MonitorList.vue
# src/icon.js
# src/layouts/Layout.vue
# src/mixins/datetime.js
# src/mixins/socket.js
# src/router.js
# src/util.js
2 years ago
Louis Lam
d23085cddc
Fix #2100 , the monitor name cannot display if too long
2 years ago
Louis Lam
f96bad1629
Merge pull request #2089 from jakubenglicky/smsmanager
...
feat: Add support notification via SMSManager
2 years ago
burakurer
bec3b0d2dc
Update tr-TR.js
2 years ago
jakubenglicky
1c3da995e3
Add support notification via SMSManager
2 years ago
Gilas Amalanda
b673cfbe94
chore: update typo for Tag with this name already exist at language id-ID
2 years ago
Gilas Amalanda
0ae8010156
chore: update typo for promosmsTypeFull at language id-ID
2 years ago
Gilas Amalanda
527e479f2d
chore: update existing and add new text for language id-ID
2 years ago
Louis Lam
08fdbeaa75
Merge pull request #1866 from ThomasChr/logintitle
...
change page title to " - Login" when on Login Form
2 years ago
Louis Lam
0dd858d516
Warn about the backup feature
2 years ago
Louis Lam
839183aa85
Merge pull request #2071 from d3vyce/master
...
Add phishing security to link in status page
2 years ago
d3vyce
7577477ae8
Add rel="noopener noreferrer" to html link
2 years ago
Mambo
3ea57600ba
chore: fix typo
...
Modifying Korean Spelling
2 years ago
Louis Lam
197d44981f
Merge remote-tracking branch 'origin/master' into test/add-cypress-tests
...
# Conflicts:
# package.json
2 years ago
Louis Lam
42969d11ee
Merge pull request #2044 from burakurer/patch-4
...
Update tr-TR.js
2 years ago
Louis Lam
1e5376d80b
Merge pull request #2011 from mhkarimi1383/goalert-notification
...
Adding GoAlert Notification
2 years ago
Michael Telgkamp
995276badc
fix typo and formatting in en language string
2 years ago
Michael Telgkamp
9e62a6ec7d
add some new translated strings
2 years ago
burakurer
75deab2cc5
Update tr-TR.js
2 years ago
Louis Lam
50f7b39672
Merge pull request #2040 from cyril59310/master
...
Update Fr language
2 years ago
cyril59310
6a802bf68c
fix by eslint
2 years ago
Ivan Bratović
d1aa9cfbcc
Change small details in hr-HR translation
2 years ago
Ivan Bratović
808efb267f
Update Croatian (hr-HR) translation file
2 years ago
cyril59310
252d6ea9c9
Remove unused translations
2 years ago
cyril59310
7d12cd0d42
Update Fr language
2 years ago
Louis Lam
c0fe2d54f9
Merge pull request #2034 from Max-le/fr_translate
...
French translation contribution
2 years ago
Buchtič
ee14ab6751
Update cs-CZ.js
2 years ago
max
87e45b21fa
[empty commit] pull request for French translation contribution
2 years ago
Filippo Romani
c2472bf750
Italian language fixes
...
A few grammar fixes made from an italian.
Some phrases were not really correct.
2 years ago
Muhammed Hussein karimi
064fe50e38
Update src/components/notifications/index.js
...
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
2 years ago
Yoswaris Lawpaiboon
31150642cd
forgot to save lol
2 years ago
Yoswaris Lawpaiboon
3c5c49c16d
Update th-TH.js
2 years ago
Muhammed Hussein Karimi
055948d1b9
[Linter] typo fixes
2 years ago
Muhammed Hussein Karimi
4ac80cfc02
goAlertInfo language fix
2 years ago
Muhammed Hussein Karimi
af89c4d8ae
GoAlert Notification added done
...
needs test
2 years ago
Louis Lam
5c25354682
Merge pull request #1998 from MrEddX/bulgarian
...
Bulgarian
2 years ago
MrEddX
fac2f1cbc6
Update bg-BG.js
...
Translated new fields for the upcoming 1.18.0 release.
2 years ago
MrEddX
8bc3651a7d
Merge branch 'louislam:master' into bulgarian
2 years ago
AnnAngela
684d0a7eb8
feat: Update zh-CN languages file
...
Due to no Radius server and Home Assistant device or server in my hands, the translation may be incorrect.\nRef:\n- Radius secret → Radius 共享机密: https://docs.microsoft.com/zh-cn/azure/active-directory/authentication/howto-mfaserver-dir-radius#:~:text=%E5%8F%AF%E9%80%89%EF%BC%89%E5%92%8C-,%E5%85%B1%E4%BA%AB%E6%9C%BA%E5%AF%86,-%E3%80%82\n- Called Station Id → NAS 网络访问服务器号码: https://docs.microsoft.com/zh-cn/windows-server/networking/technologies/nps/nps-plan-proxy#:~:text=Called%2DStation%2DID%E3%80%82-,NAS%20%E7%BD%91%E7%BB%9C%E8%AE%BF%E9%97%AE%E6%9C%8D%E5%8A%A1%E5%99%A8%20(%E7%94%B5%E8%AF%9D%E5%8F%B7%E7%A0%81),-%E3%80%82%20%E6%AD%A4%E5%B1%9E%E6%80%A7%E7%9A%84\n- Calling Station Id → 呼叫方号码: https://docs.microsoft.com/zh-cn/windows-server/networking/technologies/nps/nps-plan-proxy#:~:text=Calling%2DStation%2DID%E3%80%82-,%E5%91%BC%E5%8F%AB%E6%96%B9%E4%BD%BF%E7%94%A8%E7%9A%84%E7%94%B5%E8%AF%9D%E5%8F%B7%E7%A0%81,-%E3%80%82%20%E6%AD%A4%E5%B1%9E%E6%80%A7%E7%9A%84
2 years ago
AnnAngela
b3712ee1cc
fix: Update en language file to match up newest development
2 years ago
minhhn3
6bb79597e8
fix: resolve merge conflict
2 years ago
Louis Lam
de6e1e7ddd
Merge remote-tracking branch 'origin/master' into introduce-resend-interval
...
# Conflicts:
# server/database.js
2 years ago
Louis Lam
3b3763351b
Merge remote-tracking branch 'origin/master' into radius-check
...
# Conflicts:
# server/database.js
# server/model/monitor.js
# server/server.js
# server/util-server.js
# src/pages/EditMonitor.vue
2 years ago
Louis Lam
9a488d6968
Merge pull request #1752 from SuperManito/master
...
Add Bark Notification Parameters
2 years ago
Louis Lam
a49faf09b9
Merge pull request #1836 from rmtsrc/add-home-assistant-notification
...
feat: added Home Assistant notification integration
2 years ago
Louis Lam
d0d1e0de28
Merge remote-tracking branch 'origin/master' into introduce-resend-interval
...
# Conflicts:
# src/pages/EditMonitor.vue
2 years ago
minhhn3
2232236a7a
[empty commit] pull request for add gRPC protocol
2 years ago
Minh Hoàng
dcecd10c88
Feat/add gRPC protocol ( #1 )
...
* feat: added monitor with gRPC
Co-authored-by: minhhn3 <minhhn3@vng.com.vn>
2 years ago
Louis Lam
70aa8fe453
Merge pull request #1183 from c0derMo/master
...
Adding option to monitor other docker containers
2 years ago
MrEddX
19d8761305
Update bg-BG.js
...
Just a typo
2 years ago
Louis Lam
bea8679788
Merge branch 'master' into issue-1861
2 years ago
rmt/src
f091e92c70
Merge branch 'master' of github.com:rmtsrc/uptime-kuma into add-home-assistant-notification
2 years ago
Louis Lam
a0843745f9
Remove unused language key
2 years ago
Louis Lam
16d6885a88
Fix radio button and add description
2 years ago
Louis Lam
4d975a5bd5
Merge pull request #1955 from dtorner/patch-1
...
Updated ES translation
2 years ago
MrEddX
96ec46765b
Update en.js
...
Just a typo.
2 years ago
MrEddX
96971f6776
Update bg-BG.js
...
- Translation Update
- Fixed Some Accidentally Deleted Fields
2 years ago
MrEddX
ffb1a948fe
Update bg-BG.js
...
Translation Update
2 years ago
dtorner
4e4156285a
Updated ES tramaslation
...
Just some changes here and there, mainly caps and some words.
TY to the developers for this good piece of code :-)
2 years ago
Louis Lam
1223b56205
Add example
2 years ago
Louis Lam
8ced61697a
Fix save docker host issue
2 years ago
Louis Lam
b76ca59dfe
Merge pull request #1786 from treboryx/master
...
fix: hide mobile header when not logged in
2 years ago
Louis Lam
554b0d2bc3
Merge pull request #1931 from mariogarridopt/add-language-pt-pt
...
Add pt-PT language file
2 years ago
0x01code
4575f31094
Add support for line notify providers ( #1781 )
...
* add line notify support
* add way to get line notify
* Fix duplicate key 'HTTP Basic Auth'
* Revert language files changes
* Revert language files changes
* Fix general message
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
2 years ago
Mario Garrido
d8253405b4
fix: add language to the language list
2 years ago