Louis Lam
cc6d17d2e0
Merge pull request #1964 from minhhoangvn/feat/add-gRPC-protocol
...
Feat/add gRPC protocol
2 years ago
Louis Lam
fd15e7c2dc
Merge remote-tracking branch 'origin/master' into ntfy-icon
...
# Conflicts:
# server/notification-providers/ntfy.js
# src/components/notifications/Ntfy.vue
# src/languages/en.js
2 years ago
Louis Lam
5c4cf68937
Merge pull request #2260 from m-kiszka/smseagle
...
Added support for SMSEagle device API notifications
2 years ago
Louis Lam
54efde8185
Update socket.io and remove an useless event listener
2 years ago
5idereal
1cb6940590
update zh-tw translation
2 years ago
Louis Lam
0f8ad288f3
Merge pull request #2255 from b-reich/update-german-translation
...
Add german translations
2 years ago
Adam Stachowicz
434174d350
I18n PL update ( #2264 )
...
* [PL] Only formatting by ESLint for now
* Translate new i18n keys to polish + small grammar/typo fixes
* ESLint again after npm install...
2 years ago
minhhn3
b459408b10
fix: resolve conflict
2 years ago
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
Matthew Nickson
4339ca7eb5
Merge branch 'master' into feature/#1891-set-ping-packet-size
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
Justin Tisdale
f6919aef1d
remove TODO
2 years ago
Patrick
4157c7d546
Add support for Squadcast incoming webhook
2 years ago
Justin Tisdale
0814d643c1
Merge branch 'master' into feature/expand-http-payload-support
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
Matthew Nickson
742b1337be
Merge branch 'master' into feature/#1891-set-ping-packet-size
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
Justin Tisdale
fa1fc0fb05
Merge branch 'master' into feature/expand-http-payload-support
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
Justin Tisdale
6ec6410808
Merge branch 'master' into feature/expand-http-payload-support
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
Matthew Nickson
c3d655afb4
Merge branch 'master' into feature/#1891-set-ping-packet-size
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
Justin Tisdale
31cc328839
fix lint
2 years ago
Justin Tisdale
0d58526f25
Merge branch 'master' into feature/expand-http-payload-support
2 years ago
Justin Tisdale
2b9bf095a6
Add non-json support for http body
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
Justin Tisdale
3a18801722
Add Body Encoding field
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
Mário Garrido
56c6c0c6f1
Merge branch 'louislam:master' into add-language-pt-pt
2 years ago
__filename
b16cb6a337
fix(locale): Edit non-space place
...
Co-authored-by: Kyungyoon Kim <ruddbs5302@gmail.com>
2 years ago
__filename
694b4cadb3
fix(locale): Edit typo
...
Co-authored-by: Kyungyoon Kim <ruddbs5302@gmail.com>
2 years ago
__filename
75f6ff8b58
fix(locale): Edit multiple space
...
Co-authored-by: Kyungyoon Kim <ruddbs5302@gmail.com>
2 years ago
c0derMo
1062e629c5
Fix linting issues
2 years ago
__filename
13f7db655b
chore(locale): change some typo ko-KR
2 years ago
Moritz R
60e7824ff0
Merge branch 'master' into master
2 years ago
c0derMo
fb3b407577
Added a settings page & localization
2 years ago
Louis Lam
88afd662db
Merge remote-tracking branch 'origin/master' into postgres
...
# Conflicts:
# package-lock.json
# package.json
2 years ago
c0derMo
e356d5f623
Fixing linting & adding documentation
2 years ago
c0derMo
0d098b0958
Docker Hosts are now a table & have their own dialog
2 years ago
Mario Garrido
2ccf1fe41b
fix: small changes in semantics
2 years ago
Mario Garrido
77340cf0d2
feat: adicionar pt-PT
2 years ago
Mario Garrido
c412c66aeb
Add pt-PT language file
2 years ago
Rolf Bachmann
c4a2ce4e78
Add authentication support for ntfy
2 years ago
tamasmagyar
31c388a6e3
added cypress framework and tests for setup page
2 years ago
Jan Hartje
95dba6dcaf
feat(notification): add Authorization Header option to frontend
2 years ago
Denis Stepanov
525607f49e
Update ukrainian language
2 years ago
SiderealArt
d44d984a46
update zh-TW
2 years ago
Matthew Nickson
a54e58b4d6
Added Ping packet size #1891
...
This should fully implement #1891 by adding an extra field to the edit
monitor page and an extra column to the database. The user can now
set the size of the packet to send, it defaults to 56. A maximum limit
of 65500 was chosen to ensure that the total size of the packet does
not exceed the IPv4 maximum packet size and to comply with the limit
imposed by Windows.
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
Louis Lam
d362372b05
Merge pull request #1749 from daeho-ro/feature/alertnow
...
Feat: New Notification Type for AlertNow
2 years ago
Chongyi Zheng
6ce012c9a1
Add trust proxy checkbox in Settings page
2 years ago
Matthew Nickson
1b120f8a6f
Made link icon only show for http and keyword
...
The option to enable links to the monitors is now only available for
http and keyword monitor types. The link will also no longer be shown
on the edit page to prevent issues with the url not being present if
the monitor was not already enabled for sendUrl
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
Louis Lam
6f57c4195a
Slightly improve css
2 years ago
Louis Lam
baa592bce3
Merge remote-tracking branch 'origin/master' into feature/#1221-clickable-hostaname-on-status-page
2 years ago
Thomas Christlieb
42e30de209
change page title to " - Login" when on Login Form
2 years ago
Louis Lam
6418f99f1a
Merge pull request #1852 from thehijacker/patch-1
...
Update sl-SI.js
2 years ago
Louis Lam
f65bef686c
Merge pull request #1857 from MarcHagen/lang/nl
...
[i18n] Update NL (Dutch)
2 years ago
Marc Hagen
2f26864892
[i18n] Update NL (Dutch)
2 years ago
thehijacker
303738b7c2
Update sl-SI.js
2 years ago
Louis Lam
e36b65c2df
Add frontend version
2 years ago
rmt/src
5dd197374d
fix: only add en translation
2 years ago
rmt/src
f84ae82983
feat: added Home Assistant notification integration
2 years ago
Unai Tolosa
b5cbc6f5f6
fix: lint
2 years ago
Unai Tolosa
5dd3d32d77
add: basque translations
2 years ago
Unai Tolosa
ff8bba6863
add: basque translation file
2 years ago
Louis Lam
c36d9a4b8b
Fix port data type #1802
2 years ago
Louis Lam
a7063b8aca
Fix logo height in the status page list
2 years ago
Louis Lam
ea400ac35f
Merge pull request #1795 from MrEddX/bulgarian
...
Update bg-BG.js
2 years ago
MrEddX
89717495dc
Update bg-BG.js
...
Added and translated new fields
2 years ago
Adam Stachowicz
7b710af12c
Update README for i18n
...
Related: https://github.com/louislam/uptime-kuma/pull/1777
2 years ago
Louis Lam
5b278ca500
Add a description that certification expiry have to be assigned to a monitor
2 years ago
Matthew Nickson
f1d24782f8
Merge branch 'master' into feature/#1221-clickable-hostaname-on-status-page
2 years ago
Louis Lam
b97019eea8
Fix cloudflared cannot be stopped in No Auth mode due to password checking
2 years ago
Louis Lam
d65abe5b8c
Merge pull request #1777 from MarcHagen/change/move_translations_to_i18n
...
[change] Move i18n from Security to locale files
2 years ago
Robert
c4e2d67d17
fix: hide mobile header when not logged in
2 years ago
Louis Lam
7533041696
Merge pull request #1784 from AnnAngela/master
...
Update i18n for en & zh-CN
2 years ago
MrEddX
b4a4171178
Update bg-BG.js
...
Translation fixes.
2 years ago
AnnAngela-work
012be23509
Update i18n
2 years ago
sur.la.route
4b2a465c94
Fix order of type and placeholder
...
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
Marc Hagen
f7afe121e3
[change] Move i18n to locale files
2 years ago
Christopher Pickering
945288f0c0
Added postgres monitor
2 years ago
OidaTiftla
ac27e6e2af
Rename feature to: Resend Notification if Down X times consequently
...
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
2 years ago
OidaTiftla
869a040011
Merge branch 'master' into introduce-resend-interval
2 years ago
Christopher Pickering
42848bcd2e
updated translations
2 years ago
Louis Lam
a3b94aa532
Merge pull request #1550 from Computroniks/jsdoc-for-src
...
JSDoc for src/*/*
2 years ago
Moritz R
ac449ec1c2
Merge branch 'master' into master
2 years ago
Louis Lam
da91317760
Merge pull request #1772 from chakflying/fix/mobile-monitor-list
...
Fix: Fix monitor list layout on mobile
2 years ago
Louis Lam
7d63b700e1
Merge pull request #1767 from christopherpickering/patch-2
...
[beta] workstation field should be text, not password
2 years ago
Louis Lam
0223f86a2a
Merge remote-tracking branch 'origin/master'
2 years ago
Louis Lam
c170b1edd0
Better optgroup text color
2 years ago
Nelson Chan
62acd2edb1
Fix: misc. layout fix on mobile
2 years ago
Christopher Pickering
483cbfb636
added default value for sql server connection string
2 years ago
sur.la.route
6995a29980
workstation field should be text, not password
2 years ago
Nelson Chan
f723930d11
Fix: Unify design with Security page
2 years ago
Nelson Chan
e425e408a2
Fix: Fix missing default settings
2 years ago
Louis Lam
af7c905b44
Merge pull request #1759 from MrEddX/bulgarian
...
Bulgarian
2 years ago
Louis Lam
d16be6fb7d
Fix and use null as authMethod None instead of empty string
2 years ago
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
2 years ago
Louis Lam
817f6db4fd
Remove SQL Server code (which in another pr already)
2 years ago
MrEddX
7a27d3752a
Merge branch 'louislam:master' into bulgarian
2 years ago
MrEddX
f0e8f34aeb
Update bg-BG.js
...
Added new fields
2 years ago
Louis Lam
6e43ef1dd3
Merge remote-tracking branch 'origin/master' into feat/cert-exp-settings
...
# Conflicts:
# server/model/monitor.js
# src/languages/en.js
2 years ago
Louis Lam
f4f2b8ddb8
Try to fix #1658
2 years ago
Louis Lam
d4485fe62f
Make the monitor type list a bit clear
2 years ago
Super Manito
774fe58ddc
Update
2 years ago
Super Manito
5f347b10ba
Update
2 years ago
Super Manito
f442507cab
Update
2 years ago
Super Manito
a23ab9d1de
Update
2 years ago
Super Manito
817c941489
Add Bark Notification Parameters
2 years ago
Daeho Ro
5f6347d277
pull request for adding alertnow notification
2 years ago
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>
2 years ago
Louis Lam
04e22f17a9
Merge remote-tracking branch 'origin/master' into christopherpickering_master
...
# Conflicts:
# package-lock.json
# src/languages/en.js
2 years ago
Louis Lam
6ee7b3696a
Merge pull request #1633 from domingospanta/bugfix/1451_blank_page_on_unkown_resource
...
Bugfix/1451 blank page on unkown resource
2 years ago
Louis Lam
cc258dce14
Merge pull request #1674 from philippdormann/feature/ntfy-support
...
feat: ntfy push support
2 years ago
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
2 years ago
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>
2 years ago
Matthew Nickson
0e28707307
Minor formatting for JSDoc comments
...
Added a number of minor formatting changes to JSDoc comments in /src
2 years ago
Matthew Nickson
c94dcf1533
Added JSDoc for src/*
...
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
Matthew Nickson
b0476cfb5b
Added JSDoc for src/pages/*
...
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
Matthew Nickson
2170229031
Improve JSDoc for some components
...
Apply suggestions from code review
Co-authored-by: Nelson Chan <chakflying@hotmail.com>
2 years ago
Matthew Nickson
213aca4fc3
Added JSDoc for src/mixins/*
...
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
Matthew Nickson
2b42c3c828
Added JSDoc for src/components/*
...
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
Matthew Nickson
d939d03690
Added JSDoc for src/components/settings/*
...
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
Louis Lam
c6c1bb5b5c
Merge pull request #1710 from AnnAngela/master
...
Update zh-CN translation
2 years ago
Louis Lam
091158cfe7
[Status Page] Preload data
2 years ago
AnnAngela-work
abb6ce2366
Update zhCN translation
2 years ago
Nelson Chan
179e3569b5
Chore: Add code comments
2 years ago
Nelson Chan
43527f2f40
Chore: Update remaining languages
3 years ago
Nelson Chan
26ff6f45a0
Feat: Use i18n pluralization
3 years ago
Louis Lam
c095767f4a
[Status Page] SSR
3 years ago
Louis Lam
46a593534b
Merge pull request #1695 from furkanipek/update-tr-lang
...
Update tr-TR.js
3 years ago
Louis Lam
7a4b54f4ee
Merge pull request #1702 from dhfhfk/master
...
Update Ko-KR.js
3 years ago
Louis Lam
30858ab038
Fix rollback issue of 9fc5a33
and one issue of #1694
3 years ago
dhfhfk
e25d406fa5
Eslint
3 years ago
dhfhfk
10e16782b1
Update ko-KR.js
3 years ago
Furkan İpek
107a44885c
Update tr-TR.js
3 years ago
Furkan İpek
ef9f66fad9
Update tr-TR.js
3 years ago
Moritz R
e9e78c26e5
Merge branch 'master' into master
3 years ago
Furkan İpek
46dae99695
Update tr-TR.js
3 years ago
Furkan İpek
edd9bf3887
Update tr-TR.js
3 years ago
Nelson Chan
cfa5b551a5
Feat: Make the expiry days sorted
3 years ago
Nelson Chan
46ee149b70
Chore: Slightly improve design
3 years ago
Louis Lam
0a8c922abf
Fix default value of pagerduty-integration-url
3 years ago
Louis Lam
058e5442af
Merge pull request #1310 from MarcHagen/feature/pagerduty
...
Add support for PagerDuty notifications
3 years ago
burakurer
5566b038c8
Update tr-TR.js
3 years ago
Marc Hagen
5830f1e0b5
[feat] Adding PagerDuty notification
3 years ago
Louis Lam
35b8e89457
Merge pull request #1473 from Computroniks/#1059-specify-dns-resolver-port
...
Added #1059 : Allow to specify Resolver Port for DNS Monitor
3 years ago
Philipp Dormann
54184350a4
fix: missing semicolons
3 years ago
Philipp Dormann
14dbe7c334
clean up + default ntfs.sh server url
3 years ago
Philipp Dormann
122e6a842b
clean up ntfy topic input
3 years ago
Philipp Dormann
77ef22bdb4
set proper ntfy priorities
3 years ago
Philipp Dormann
59f983d506
fix: unused import "HiddenInput"
3 years ago
Philipp Dormann
71f031c14e
add ntfy support
...
ref https://github.com/louislam/uptime-kuma/issues/1622
3 years ago
Louis Lam
6ae2a48584
Merge pull request #1662 from kiznick/master
...
Translate to Thai
3 years ago
Yoswaris Lawpaiboon
9d87f8d390
Update th-TH.js
3 years ago
Domingos F. Panta Jr
73b965c867
Merge branch 'master' into bugfix/1451_blank_page_on_unkown_resource
3 years ago
MrEddX
751e5ac477
Bulgarian Translation
...
Updated Translation
3 years ago
Yoswaris Lawpaiboon
93e5023ead
Translate to Thai !
3 years ago
c0derMo
32cfd411f8
Fixed style & code errors
3 years ago
Moritz R
a9f3142cee
Merge branch 'master' into master
3 years ago
Nelson Chan
b7ba6330db
Feat: Add cert exp. settings
3 years ago
MrEddX
4c3aa20eb0
Update bg-BG.js
...
Added new fields
3 years ago
Sascha Kruse
019d638767
Merge remote-tracking branch 'ghupstream/master' into radius-check
3 years ago
Louis Lam
9fc5a3329f
Revert #1208 , due to the break animation
3 years ago
Louis Lam
7a46b44d25
Merge remote-tracking branch 'origin/master' into karelkryda_master
...
# Conflicts:
# src/components/HeartbeatBar.vue
3 years ago
Alexis Lefebvre
175556f9fc
s/cros/CORS
3 years ago
Louis Lam
7a50f0e3f3
Merge pull request #1589 from AnnAngela/1.15.1_zh-CN
...
Improve translation work
3 years ago
AnnAngela
4178b003a2
fix `value`
3 years ago
Louis Lam
92a43e1f30
Make the sibling beats a bit smaller
3 years ago
Louis Lam
0cf395dfc3
Fix merge issue
3 years ago
Louis Lam
749ca6f4a8
Merge remote-tracking branch 'origin/master' into feature-improve-status-styling
...
# Conflicts:
# src/components/HeartbeatBar.vue
# src/components/PublicGroupList.vue
3 years ago
Christopher Pickering
ef73af391f
added option for ntlm authorization
3 years ago
Christopher Pickering
b7dc8e3ef8
started ui update
3 years ago
Christopher Pickering
87f933df4f
added sqlserver monitor
3 years ago
Domingos Panta
7cc89979f0
Moving change from axios interceptor to specific request.
3 years ago
Sascha Kruse
398ecb7666
add radius check
3 years ago
Domingos Panta
668e97c5a9
fix: lint errors.
3 years ago
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.
3 years ago
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.
3 years ago
Louis Lam
8077744c60
Merge pull request #1604 from c-w/fix-apprise-zulip
...
Fix apprise integration for Zulip Streams
3 years ago
Karel Krýda
42f931f6cf
Merge branch 'master' into master
3 years ago
Louis Lam
5bf58cc6c4
Merge pull request #1595 from Saibamen/fix_eslint
...
Fix ESLint warnings and errors
3 years ago
Karel Krýda
2fe5c090aa
small fixes
3 years ago
Karel Krýda
ed218e73bb
UI improvements
3 years ago
Clemens Wolff
b680371746
Make apprise notification title configurable in UI
3 years ago
MrEddX
aa8ea6d398
Update bg-BG.js ( #1617 )
...
Translation Fixes
3 years ago
Karel Krýda
9a35386841
Merge branch 'master' into master
3 years ago
Louis Lam
8b0813ceff
Fix #1596 hopefully
3 years ago
OidaTiftla
8e99cbf426
Merge branch 'master' into introduce-resend-interval
3 years ago
Adam Stachowicz
069d3765f0
Revert change for StatusPage
3 years ago
Karel Krýda
2b14bdae62
Merge branch 'master' into master
3 years ago
Louis Lam
39aa0a7f07
Merge branch 'fix/chart-error'
3 years ago
Louis Lam
a12dffd1bc
Fallback to eqeq for PingChart.vue
3 years ago
Louis Lam
410805052e
Log this.chartPeriodHrs
3 years ago
Louis Lam
02a8147f22
Remove undefined variable forceShowContent
3 years ago
Nelson Chan
272956025c
Fix: Fix chart error on switch back to recent
3 years ago
Karel Krýda
31b90d12a4
Added the ability to choose on which status pages maintenance information should be displayed
3 years ago
Louis Lam
db50ba91cc
Fix #1593
3 years ago
Karel Krýda
57368c8c6c
More modern look of maintenance information on status page (same design as for the new incident system)
3 years ago
Karel Krýda
11ef22edec
Fixed remaining lint errors
3 years ago
Karel Krýda
f78d01d770
Resolve lint errors
3 years ago
Karel Krýda
7532acc95d
Resolve conflicts
3 years ago
Karel Krýda
ed84e56a85
Merge remote-tracking branch 'origin_kuma/master'
...
# Conflicts:
# package-lock.json
# server/database.js
# server/model/monitor.js
# server/routers/api-router.js
# server/server.js
# src/components/MonitorList.vue
# src/components/PingChart.vue
# src/icon.js
# src/pages/DashboardHome.vue
# src/pages/StatusPage.vue
# src/router.js
# src/util.js
3 years ago
Adam Stachowicz
c114c053d6
Fix ESLint warnings and errors
3 years ago
AnnAngela
5a069b278d
Update src/components/notifications/PromoSMS.vue
...
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
3 years ago
AnnAngela
65ea2e6aeb
Update src/components/notifications/PromoSMS.vue
...
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
3 years ago
AnnAngela-work
e82fc1df61
Match up en lang file
3 years ago
AnnAngela-work
7dd5f5ea0d
Improve translation
3 years ago
AnnAngela-work
45da7c5431
Improve translation work
3 years ago
Louis Lam
6333231f1b
Merge pull request #1108 from trogper/push-status-param
...
Add status parameter to push monitor
3 years ago
Louis Lam
0ba5d031d0
Merge branch 'master' into push-status-param
...
# Conflicts:
# server/routers/api-router.js
3 years ago
Louis Lam
66e4c89897
Merge pull request #1560 from MrEddX/bulgarian
...
Update bg-BG.js
3 years ago
Louis Lam
d210548ae8
Merge pull request #1581 from NixNotCastey/update-pl
...
Update polish translation
3 years ago
Łukasz Szczepański
09fdef9bdc
Update polish translation
3 years ago
Dmitry Yaskovich
7078b06272
Fix typo in Russian localization
3 years ago
Matthew Nickson
3c01e8732c
Merge branch 'master' into #1059-specify-dns-resolver-port
3 years ago
Phuong Nguyen Minh
a3baa3c149
Update language vi.js ( #1572 )
...
Update vi-VN.js
3 years ago
Louis Lam
2adb142ae2
Merge pull request #1571 from MarkusDick/update-german-translations
...
lang: update german translations
3 years ago
MrEddX
372bf57e9f
Update bg-BG.js
...
Translation fixes
3 years ago
MrEddX
03e6f0a6c8
Update bg-BG.js
...
Translation fixes.
3 years ago
Markus Dick
dcec53a755
lang: update german translations
3 years ago
Adam Stachowicz
1e595eaa76
Update linters
3 years ago
MrEddX
4c8da89c36
Update bg-BG.js
...
Translation fixes
3 years ago
Dick Tang
db3ef3805b
correct wordings for Certificate Expiry Notification ( #1554 )
3 years ago
Matthew Nickson
d1a3cd047a
Merge branch 'master' into #1059-specify-dns-resolver-port
3 years ago
OidaTiftla
c7ec9a07e2
Add translation for text label
3 years ago
OidaTiftla
052fde5a24
Fix casing of text label
...
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
3 years ago
OidaTiftla
b7e2489d22
Merge branch 'master' into introduce-resend-interval
3 years ago
MrEddX
4d4d04adbd
Update bg-BG.js
...
Some translation fixes
3 years ago
MrEddX
f8c9472ea2
Update bg-BG.js
...
- Updated and fixed
3 years ago
Louis Lam
4e28ad4ac2
Merge pull request #1524 from chakflying/fix/disable-auth-icon
...
Fix: Handle disabled auth in user dropdown
3 years ago
Louis Lam
07c0801ad5
Make logout button reactive, improve dropdown menu css
3 years ago
SiderealArt
8cefc96c78
Update Traditional Chinese (Taiwan) translation
3 years ago
Nelson Chan
a391576285
Chore: Add translation
3 years ago
Nelson Chan
e0966e55c8
Fix: Handle disabled auth in user dropdown
3 years ago
Koen Habets
59d9891105
Update nl-NL.js
3 years ago
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
3 years ago
Louis Lam
cd7c2beca6
Update CSS for dropdown menu
3 years ago
Louis Lam
8ee99760ec
Minor lint
3 years ago
Louis Lam
cb55e23718
Add $root.username
3 years ago
AnnAngela-work
18925293fb
Update en&zh-CN lang file with 1 new i18n entry
3 years ago
Louis Lam
17d4003e5c
Add dropdown menu
3 years ago
Louis Lam
cefb5bb60a
Merge branch 'master' into #1209-Logout-button-in-navbar
3 years ago
Nelson Chan
cd38dd3f68
Feat: Allow MQTT successMessage to be optional
3 years ago
Louis Lam
5fa62a888c
Merge branch 'master' into mqtt2
...
# Conflicts:
# server/database.js
# server/util-server.js
3 years ago
Louis Lam
d71c086447
Standardize array bracket spacing
3 years ago
Louis Lam
cd3dfd3146
Merge pull request #1083 from patrickhafner/customstatuspage
...
Custom status page
3 years ago
Louis Lam
572f2b9838
eslint
3 years ago
Louis Lam
8eb83394f7
Refine UI/UX for custom css / footer text. Add switch for show/hide powered by
3 years ago
Louis Lam
1bc01d1077
Merge branch 'master' into customstatuspage
...
# Conflicts:
# src/languages/de-DE.js
3 years ago
Louis Lam
4e6ddc8880
Merge pull request #1497 from MrEddX/bulgarian
...
Bulgarian
3 years ago
Louis Lam
07c474db0b
Merge remote-tracking branch 'origin/master'
3 years ago
Louis Lam
8d8c38b1a8
Allow unused vars in args and fix more eslint issues
3 years ago
Louis Lam
136fdf3768
MQTT password field to password type
3 years ago
Louis Lam
566133e350
Domain Name Expiry Notification for https monitor only
3 years ago
Louis Lam
30e113755e
Add HIDE_LOG and catch error if cannot subscribe topic
3 years ago
Louis Lam
b1c7915bc1
Merge branch 'master' into mqtt2
...
# Conflicts:
# package-lock.json
# package.json
# server/database.js
# server/model/monitor.js
# server/server.js
# src/pages/EditMonitor.vue
3 years ago
Louis Lam
b7aebceaab
Update bg-BG.js
3 years ago
MrEddX
0302fdbc96
Update bg-BG.js
...
Status pages - fix
3 years ago
MrEddX
84a50f058f
Update bg-BG.js
3 years ago
Nelson Chan
6f99d7577b
Fix: Limit saved period & clear when set to recent
3 years ago
Nelson Chan
1417b6eacf
Feat: Save and restore chart period
3 years ago
Louis Lam
fb0064082e
Change Pushdeer to PushDeer
3 years ago
ngc7331
93c51504f9
fixes: formatting and security issues
...
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
3 years ago
ngc7331
fb059f5e91
Add support for Pushdeer notifications
3 years ago
PhyxionNL
2e3414135f
Update src/components/PingChart.vue
...
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
3 years ago
PhyxionNL
e44699216e
Fix readability of chart hover
3 years ago
DX37
fd8cba1dad
nudge nodemailer strings; translate new ones
3 years ago
sovushik
03dd02fd38
Update ru-RU.js
...
Add RU for 1.14 version
3 years ago
ColdThunder11
4656ab3d57
Add OneBot notification service
3 years ago
MrEddX
60b44c2cdd
Update bg-BG.js
...
Fixed translation.
3 years ago
Matthew Nickson
8c8eeaf627
Merge branch 'master' into #1059-specify-dns-resolver-port
3 years ago
Matthew Nickson
b893d50e45
Implement specify Port for DNS Monitor #1059
...
This commit should fully implement #1059 . When the user selects the DNS
monitor option, a new input box has been added below the resolver
address allowing the user to implement the port to access the resolver
on. This uses the same `monitor.port` as the TCP monitor but a monitor
has been added to prefill the port value to the default of `53` if the
value in this field has not already been set. This is then cleared if
the user selects a different monitor type and has not changed the port
value. A translation has also been added explaining what this field
does in order to reduce any confusion. JSDoc documentation has also been
added to the `dnsResolve` function in `util-server.js`.
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
3 years ago
Louis Lam
3436e26ed4
Fix styleline, fix css format issues globally
3 years ago
Louis Lam
649f3106e1
Enforce semicolon, fix format globally
3 years ago
Louis Lam
6f72ca481f
Merge pull request #1479 from AnnAngela/1.14.0_translation
...
New translation for zh-CN
3 years ago
Louis Lam
670ea415b2
Merge pull request #1488 from c0derMo/update-german-translation
...
updating german translation
3 years ago
Louis Lam
17dcf6d3a2
Merge pull request #910 from andreasbrett/logging
...
introduce consistent logging
3 years ago
Louis Lam
e9ce1433cd
Change log_info to log.info by making it into an object
3 years ago
c0derMo
f5d006add8
updating german translation
3 years ago
Moritz R
361e44ad6a
Merge branch 'louislam:master' into master
3 years ago
AnnAngela-work
5aa747a301
New translation
3 years ago
Louis Lam
81de2eedfb
Fix template can contain one tag only, disable vue/require-component-is eslint rule
3 years ago
Louis Lam
4a6d7207ef
Merge branch 'master' into customstatuspage
...
# Conflicts:
# src/languages/de-DE.js
# src/languages/en.js
# src/pages/StatusPage.vue
3 years ago
Louis Lam
772d009f43
Merge branch 'master' into fluencydoc_master
...
# Conflicts:
# extra/update-version.js
# server/client.js
# server/server.js
3 years ago
Louis Lam
9ec29c1bc4
Add back debug() for safe, but it is marked as deprecated
3 years ago
Louis Lam
279e2eb3f6
Merge branch 'master' into logging
...
# Conflicts:
# server/database.js
# server/jobs.js
# server/model/monitor.js
# server/routers/api-router.js
# server/server.js
# server/socket-handlers/status-page-socket-handler.js
# server/util-server.js
3 years ago
Louis Lam
a0d1ae2cce
Better alignment of monitor list item
3 years ago
Louis Lam
f030487f7d
Fix theme color that do not apply to status page with a custom domain
3 years ago
Louis Lam
c9fa183712
Manage domain names
3 years ago
Louis Lam
0b9b5102ec
Minor
3 years ago
Louis Lam
c399984b7f
Improve status page sidebar
3 years ago
Louis Lam
0afa0be5c2
Merge branch 'master' into status-page-domain
...
# Conflicts:
# server/database.js
3 years ago
Louis Lam
a2d9474e85
Copy some keys from zh-TW to zh-HK
3 years ago
Louis Lam
8479e772cd
Merge pull request #1463 from JohnnyChiang/update-zh-TW-translation
...
Update zh-TW translation
3 years ago
Louis Lam
2e50ef0e8f
Merge pull request #1450 from AnnAngela/1.14.0-zh_cn
...
1.14.0 translation improvement
3 years ago
JohnnyChiang
25b5edea7f
Update zh-TW translation
3 years ago
Louis Lam
fcb577097b
[Proxy] Change to radio button
3 years ago
Louis Lam
e89356b283
Show proxy option for http monitor only
3 years ago
Louis Lam
c4e74c9943
Render <StatusPage> if domain matched
3 years ago
Louis Lam
355aec46dc
Merge branch 'master' into status-page-domain
3 years ago
Louis Lam
70311f7a5a
Add an option to enable/disable the domain name expiry notification #1364
3 years ago
Louis Lam
4b99160b1f
Fix "Check Update" is not checked by default
3 years ago
AnnAngela-work
8e78e62eee
Make translation better
3 years ago
AnnAngela
706d6cee07
Update some components to use i18n function, update en & zh-CN translation
3 years ago
Moritz R
af44b0beab
Merge branch 'master' into master
3 years ago
AnnAngela-work
43eed45bae
first part of zh-CN.js translation
3 years ago
AnnAngela-work
19b7e2ba5e
Using grep to search `$t("foo")`-like pattern to fill up the missing part of en i18n file
3 years ago
Louis Lam
3218a0eee8
Merge remote-tracking branch 'origin/master'
3 years ago
Louis Lam
87ee3c20bd
Update proxy password field
3 years ago
Louis Lam
04e3394d02
Merge branch 'master' into feature/request-with-http-proxy
...
# Conflicts:
# package-lock.json
# package.json
# server/database.js
# src/languages/en.js
# src/mixins/socket.js
3 years ago
Balázs Csaba
53cea7f8d3
fix: update hu lang
3 years ago
Louis Lam
aef7719426
Merge pull request #1435 from LoaderB0T/favico
...
feat: Favicon is updated based on satus page logo
3 years ago
Louis Lam
514b9fb68a
Add remark
3 years ago
Louis Lam
da32a1aa19
Add uk-UA to the languageList
3 years ago
Louis Lam
7a69f9f56f
Merge pull request #1438 from Deni7/master
...
Add ukrainian translation
3 years ago
Louis Lam
c50c20faa4
Minor fix for uk-UA
3 years ago
Louis Lam
cb6eeaef34
Bring connection error bar to the top
3 years ago
Denis Stepanov
ee3d7d8b42
Add ukrainian translation
3 years ago
Denis Stepanov
a277cfe9e8
Add ukrainian translation
3 years ago
Denis Stepanov
95b0df0270
Add ukrainian translation
3 years ago
Louis Lam
71be030733
Add package-lock.json and minor words
3 years ago
Janik Schumacher
73b338bba6
feat: Favicon is updated based on satus page logo
3 years ago
Louis Lam
82ea896bbc
Improve the workflow of cloudflared
3 years ago
Louis Lam
f1f4b3b377
Add reverse proxy setting page for controlling cloudflared
3 years ago
Louis Lam
b8dea3a823
Merge remote-tracking branch 'origin/master'
3 years ago
Louis Lam
0da6e6b1fb
Some improvements
3 years ago
DX37
61d0a0abce
update russian translation
3 years ago
OidaTiftla
91366ff565
Merge branch 'master' into introduce-resend-interval
3 years ago
Matthew Nickson
88604845e6
Merge branch 'master' into #1209-Logout-button-in-navbar
3 years ago
sovushik
e11ea7b061
Update ru-RU.js
...
Add new string for 1.13.1
3 years ago
Louis Lam
12237dec6e
Merge remote-tracking branch 'origin/master'
3 years ago
Louis Lam
f6272155af
Show page not found for invalid routes
3 years ago
Louis Lam
1ecd2e45d0
[Status Page] Plan to support domain names for status pages
3 years ago
Ivan Bratović
5922771909
Update croatian (hr-HR) translation file
...
Signed-off-by: Ivan Bratović <ivanbratovic4@gmail.com>
3 years ago
Louis Lam
28d72fcd08
Fix #1409 , slug cannot be empty
3 years ago
Louis Lam
40991fbc28
Show reverse proxy guide along with websocket error
3 years ago
Louis Lam
bf20f9d290
Merge remote-tracking branch 'origin/master'
3 years ago
Louis Lam
5fa14161c4
Minor css
3 years ago
Louis Lam
5a2a59250d
Merge pull request #1405 from sovushik/patch-9
...
Update ru-RU.js
3 years ago
sovushik
210eebe144
Update ru-RU.js
...
Add some fix for 1.13
3 years ago
sovushik
4b04a9c214
Update ru-RU.js
...
Add new string for version 1.13
3 years ago
MrEddX
f65d0654a6
Update bg-BG.js
...
Added new field.
3 years ago
Louis Lam
4545eec3fe
Better sticky monitor list
3 years ago
burakurer
73d904952d
Update tr-TR.js
...
spelling correction "Sağlık Dırımları" => "Sağlık Durumları"
3 years ago
Louis Lam
c22cc4d794
Merge pull request #1385 from jtagcat/patch-1
...
Update et-EE.js
3 years ago
Kyungyoon Kim
2f5beefa37
Update ko-KR.js
3 years ago
jtagcat
dae5ff690a
Update et-EE.js
3 years ago
Louis Lam
fb9a206542
[Status Page] Fix - show no status page
3 years ago
jtagcat
dc3da45dd6
Update et-EE.js
3 years ago
Louis Lam
aef0a66205
[Status Page] Simplify show tags logic
3 years ago
Louis Lam
37be7df9b0
[Status Page] Delete status page
3 years ago
Louis Lam
8d981c8f0b
[Status Page] Fix migration and unpin incident
3 years ago
Louis Lam
220e46bc83
[Status Page] Fix theme bug
3 years ago
Louis Lam
59cdacc052
[Status Page] Enable Edit Mode only if the token is presented
3 years ago
Louis Lam
00738edbe7
[Status Page] Add ?edit
3 years ago
Louis Lam
27bfae67af
[Status Page] Add a new status page
3 years ago
Louis Lam
719a136d1e
[Status Page] Improved entry page
3 years ago
Louis Lam
502c7f87e7
[Status Page] Listing: Better loading effect
3 years ago
Louis Lam
78a732409b
[Status Page] Fix translations
3 years ago
Louis Lam
c0c6419980
[Status Page] align icon and title using flexbox
3 years ago
Louis Lam
e87cdf4d09
[Status Page] wip, upload logo and status page listing
3 years ago
Louis Lam
1033ca5cf4
[Status Page] wip, combine api, add status_page_id into group and incident tables
3 years ago
Louis Lam
18ec42b060
[Status Page] wip
3 years ago
Louis Lam
7c7dbf68c1
[Status Page] wip, sidebar for editor
3 years ago
Louis Lam
d765b1c57a
Merge branch 'master' into restructure-status-page
...
# Conflicts:
# src/pages/StatusPage.vue
3 years ago
Louis Lam
5f778b9763
Merge pull request #835 from willianrod/feat/add-favicon-badges
...
Add badges to favicon
3 years ago
Louis Lam
c68f7944e3
[Favicon] minor
3 years ago
Louis Lam
a9efdabcec
[Favicon] Prevent error when no heartbeat
3 years ago
Louis Lam
b9dfcd1291
[Favicon] Code refactoring
3 years ago
Louis Lam
04d93c2747
Merge branch 'master' into willianrod_feat/add-favicon-badges
...
# Conflicts:
# package-lock.json
# src/mixins/socket.js
3 years ago
Louis Lam
c65d771fad
Merge pull request #1358 from BCsabaEngine/master
...
fix: .hu lang
3 years ago
Louis Lam
50d6e888c2
[new status page] wip
3 years ago
Louis Lam
ae14ad5a84
Add a word "Status Pages"
3 years ago
MrEddX
edd9202de9
Update bg-BG.js
...
Translation fix.
3 years ago
MrEddX
a97d2a5498
Update bg-BG.js
...
Added new fields.
3 years ago
Louis Lam
1fa4a16663
Check beta release
3 years ago
Louis Lam
6a57c443fd
Set telegram as the default notification type
3 years ago
Uğur Erkan
8078d0618d
Add socks proxy support to proxy feature
...
- Socks proxy support implemented.
- Monitor proxy agent create flow refactored
and moved under proxy class.
Thanks for suggestion @thomasleveil
3 years ago
Uğur Erkan
78d76512ba
Add http and https proxy feature
...
Added new proxy feature based on http and https proxy agents.
Proxy feature works like notifications, there is many proxy
could be related one proxy entry.
Supported features
- Proxies can activate and disable in bulk
- Proxies auto enabled by default for new monitors
- Proxies could be applied in bulk to current monitors
- Both authenticated and anonymous proxies supported
- Export and import support for proxies
3 years ago
Balázs Csaba
157f0de61a
fix: .hu lang
3 years ago
Louis Lam
88c3d952d3
Improve settings page's UI/UX on mobile
3 years ago
Louis Lam
e3a0eaf6af
Sort notification types in case-insensitive
3 years ago
Louis Lam
8bbf55777e
Merge pull request #1205 from arjunkomath/master
...
Add notification provider - Push
3 years ago
Louis Lam
c0e0698c21
Merge pull request #1225 from Computroniks/fix-checkbox-css
...
Fixed dark mode checkbox
3 years ago
Louis Lam
c52c8a4206
Merge branch 'master' into alerta
...
# Conflicts:
# server/notification.js
# src/components/notifications/index.js
# src/languages/en.js
3 years ago
Louis Lam
9789d8cde8
Merge branch 'master' into alerta
3 years ago
Louis Lam
ccb3d85a48
Merge pull request #1157 from zackelia/master
...
Implement gorush notifications
3 years ago
Louis Lam
333505b039
Merge remote-tracking branch 'origin/master'
3 years ago
Louis Lam
602da565eb
Sort notification types
3 years ago
deluxghost
b3a690f3b1
Update zh-CN.js
3 years ago
Louis Lam
7bc8c447cd
Merge branch 'MikMuellerDev_master'
...
# Conflicts:
# src/languages/de-DE.js
3 years ago
DX
0dba06e48b
Update zh-CN translations
3 years ago
Louis Lam
0671e4ea2b
Merge remote-tracking branch 'AnnAngela/master'
...
# Conflicts:
# src/languages/zh-CN.js
3 years ago
Louis Lam
cd8eaef903
Merge pull request #1187 from pfandie/translations-de
...
Updates some DE translations
3 years ago
Louis Lam
51f5c009e3
Merge remote-tracking branch 'PrikolMen/patch-1'
...
# Conflicts:
# src/languages/ru-RU.js
3 years ago
Louis Lam
3bf62c9ceb
Merge branch 'patch-7-ru'
...
# Conflicts:
# src/languages/ru-RU.js
3 years ago
Louis Lam
7b11539cff
Merge branch 'patch-62'
...
# Conflicts:
# src/languages/ru-RU.js
3 years ago
PrikolMen:-b
b4a3d68356
More correct Russian translation
...
I tried to fix most of the shortcomings of the Russian translation...
3 years ago
Louis Lam
60f67ccb35
Revert commit: a6fd626f
3 years ago
Louis Lam
a6fd626fb8
Locked Russian language, ask Putin to stop the war and unlock it
3 years ago
Balázs Csaba
f3112c0b85
fix: hu lang
3 years ago
Louis Lam
af07850ddf
Merge pull request #1287 from sovushik/patch-5
...
Update ru-RU.js
3 years ago
Louis Lam
7638b73645
Fix #1300
3 years ago
Mik Mueller
a997f8e4f9
Update de-DE.js
3 years ago
Mik Mueller
09dbb143ea
Merge branch 'louislam:master' into master
3 years ago
Hans Mayer
f19e983818
Merge remote-tracking branch 'origin/master' into translations-de
3 years ago
Louis Lam
986ddd92ff
Merge pull request #1198 from Buchtic/master
...
CSY translation
3 years ago
AnnAngela
c75c6c5640
Update zh-CN.js
...
Update DingDing and AliyunSms setting dialogs for better translations and document links
3 years ago
AnnAngela
5aed36b470
Update zh-CN
...
----
关于 smtpDkimKeySelector:
Google Workspace 的帮助里用词为
[前缀选择器](https://annangela.page.link/smtpDkimKeySelector )
3 years ago
sovushik
76b9fb967f
Update ru-RU.js
...
Add new string
3 years ago
sovushik
b58120d258
Update ru-RU.js
...
Correct some words on Russian
3 years ago
sovushik
79f99ce215
Update ru-RU.js
...
Add new string
3 years ago
Louis Lam
efaa55ad1f
Merge pull request #1269 from holao09/master
...
Update Vietnamese language
3 years ago
Louis Lam
32a898bee5
Merge pull request #1270 from rovast/master
...
Update zh-CN translation for setting module.
3 years ago
Việt Nguyễn
daac9ddffc
Update Vietnamese language
...
Cập nhật một số thông tin tiếng Việt
3 years ago
James White
6bd2ee8c69
Fix minor typos on disable auth warning
3 years ago
rovast
45dca072b2
Update zh-CN translation for setting module.
3 years ago
Mik Mueller
7d8b72c6c0
Merge branch 'louislam:master' into master
3 years ago
Hans Mayer
40cc885eb8
resolve conflict after update state
3 years ago
Mik Mueller
f1007ad42f
Update de-DE.js
3 years ago
Mik Mueller
dd28ecaa2d
Update de-DE.js
3 years ago
Mik Mueller
ffa585376d
Merge branch 'louislam:master' into master
3 years ago
dave9123
c1c1e2ba5b
Fixed the grammar issue
...
Here's my pull request
3 years ago
Louis Lam
2f7e24191a
Merge pull request #1237 from dave9123/patch-1
...
[id-ID] Fixed some grammar error
3 years ago
vfaergestad
0fce1b4b9b
Update nb-NO.js ( #1232 )
...
Improved and finished the translation.
3 years ago
Mik Mueller
11c2e86bfe
Update src/languages/de-DE.js
...
Co-authored-by: Alf <62615304+Alf-Melmac@users.noreply.github.com>
3 years ago
Mik Mueller
1bbf17f3da
Update src/languages/de-DE.js
...
Co-authored-by: Alf <62615304+Alf-Melmac@users.noreply.github.com>
3 years ago
Mik Mueller
39f8b30b36
Update src/languages/de-DE.js
...
Co-authored-by: Alf <62615304+Alf-Melmac@users.noreply.github.com>
3 years ago
Mik Mueller
ffb2c2996b
Update src/languages/de-DE.js
...
Co-authored-by: Alf <62615304+Alf-Melmac@users.noreply.github.com>
3 years ago
dave9123
65896ed035
Fixed some grammar error
...
I fixed at some part of the text.
3 years ago
Mik Mueller
b13b20bd95
improve certain German words and phrases, improve grammer in README.md
3 years ago
Phuong Nguyen Minh
a9df7b4a14
Update vi.js ( #1226 )
...
* update vi.js
3 years ago
Alvin Pergens
cefe43800f
add alerta service
3 years ago
Computroniks
97a5b400db
Added log out button to nav bar
...
Implements Logout button in navbar #1209
Signed-off-by: Computroniks <mnickson@sidingsmedia.com>
3 years ago
Computroniks
ca89f84b9a
Added sign-out-alt icon
...
Signed-off-by: Computroniks <mnickson@sidingsmedia.com>
3 years ago
Computroniks
eaf370637e
Fixed dark mode checkbox
...
The border colour of the checkbox has been changed to make it more
visible to the user when the dark mode is in use.
Signed-off-by: Computroniks <mnickson@sidingsmedia.com>
3 years ago
Karel Krýda
e7b2832967
The start and end dates of the maintenance are now stored in UTC, which allows it to be converted between time zones
3 years ago
OidaTiftla
d446a57d42
Add german translation
3 years ago
OidaTiftla
855b12f435
Add text for resend disabled
3 years ago
OidaTiftla
30ce53f57c
Fix min value of resend interval
3 years ago
OidaTiftla
8c4ab9d652
Simplify
3 years ago
Karel Krýda
5fda1f0f59
minor fixes (missing commas, spaces, translations)
3 years ago
OidaTiftla
11e9eee09d
Change seconds to minutes
3 years ago
OidaTiftla
1ac904d6d6
Introduce resend interval if down
3 years ago
Karel Krýda
0d3414c6d6
A complete maintenance planning system has been created
3 years ago
Raphael Bernhart
dd3992063e
Apply suggestions from code review
...
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
3 years ago
c0derMo
29df70949d
Add ability to connect to daemon via http / tcp for windows compatibility
3 years ago
Raphael Bernhart
0313acd4c5
🐛 Fix bug where a condition was wrong-false
3 years ago
Raphael Bernhart
cd19b9fc49
💫 Improve hearbeat animation
3 years ago
Raphael Bernhart
c57b2c4d28
💄 Fix spacing to get pixel perfectness
3 years ago
Raphael Bernhart
3dda5938f2
💄 Add condition to div tag for styling reasons
3 years ago
Arjun Komath
74c584f544
Add Push by Techulus
3 years ago
Louis Lam
c3c4db52ec
Merge pull request #1184 from Khord/patch-1
...
Rename 2FA/TOTP field ID for password manager filling compatibility
3 years ago
Louis Lam
ff0e85737f
Merge pull request #1182 from sovushik/patch-4
...
Update ru-RU.js
3 years ago
Buchtič
4713820da7
first csy translation
3 years ago
Buchtič
a99e87c02c
cs-CZ
3 years ago
Buchtič
3f8ca82434
cs-CZ translation
3 years ago
Buchtič
60f1eb7b45
new cs-CZ.js
3 years ago
Louis
6961af005e
eslint
3 years ago
Roy Feng
847a19afc1
Update zh-CN.js
3 years ago
Louis Lam
7532e7fd3e
Merge pull request #1192 from drodmantras/master
...
Update sl-SI.js
3 years ago
Erik
63a3704836
Update sl-SI.js
3 years ago
Hans Mayer
3e87eb596f
change wording, according to PR suggestions
3 years ago
Hans Mayer
c679613f7e
Updates some DE translations, fix typo in resolverserverDescription, removes some duplicates in languages
3 years ago
c0derMo
4818bb67d6
Added trailing comma, fixed spelling & translation
3 years ago
Dylan Khor
812e80030b
revert Token because of language file
3 years ago
Dylan Khor
b89efa49aa
retain Token verbiage in display name
...
since "Token" is used in several places in the 2FA setup screen
3 years ago
Dylan Khor
6490ef3787
rename 2fa input element id and display name
3 years ago
c0derMo
c5cc42272f
Fixing the editing of docker container & adding english translation
3 years ago
sovushik
329c8cbc2d
Update ru-RU.js
...
Add new string
3 years ago
c0derMo
b0259b5592
Added docker container monitor
3 years ago
Louis Lam
2bf9764cec
Merge pull request #1175 from sovushik/patch-3
...
Update ru-RU.js
3 years ago
Louis Lam
6272514820
[MQTT] Use existing fields instead of creating new ones (Server)
3 years ago
Louis Lam
1c8407a433
[MQTT] Use existing fields instead of creating new ones (UI)
3 years ago
Louis Lam
32ec4beda0
Merge branch 'master' into mqtt
3 years ago
Louis Lam
076d6bdbb6
Merge branch 'master' into mqtt
...
# Conflicts:
# package-lock.json
# server/database.js
3 years ago
sovushik
52e0d74a1e
Update ru-RU.js
...
Add new string
3 years ago
Adam Stachowicz
23532aaafe
Update pl.js
...
Addendum to ab61acab63
3 years ago
Łukasz Szczepański
06aab3dee8
Added missing text and fix typos
3 years ago
Louis Lam
9f063cf477
Merge branch 'master' into patch-2
3 years ago
Louis Lam
b83c896d0c
Merge pull request #1150 from sovushik/patch-1
...
Update ru-RU.js
3 years ago
Louis Lam
5e2c39eb4b
Merge pull request #1144 from alex3025/master
...
Fixed italian (it-IT) translations
3 years ago
Louis Lam
2a1f011f05
Merge pull request #1153 from drodmantras/master
...
Update sl-SI.js
3 years ago
Zack Elia
ea43422ccf
Implement gorush notifications
3 years ago
Erik
cdcdf377ec
Update sl-SI.js
...
Small langue updates
3 years ago
sovushik
30a345d8b6
Update ru-RU.js
...
Updated language files and added new lines
3 years ago
sovushik
83d60fea29
Update ru-RU.js
...
1. Updated the language lines (in the correct declension)
2. Added new lines for the "Create Incident" functionality
3 years ago
Matteo D
2304c53c8d
Fixed some translations
...
And made them more user-friendly.
3 years ago
Philipp Bischoff
bcc3cec7d6
extract translation for notification type
3 years ago
MrEddX
69dfc0c0d2
Update bg-BG.js
...
Fixed some typos.
3 years ago
Leslie Leung
590859a95b
Merge branch 'master' into add-wecom-notification
3 years ago
Louis Lam
f9c0ff1841
Merge pull request #1109 from iomataani/master
...
Updated translation
3 years ago
Minvinea
4b07ec23fe
Update
3 years ago
Ioma Taani
0e50b71290
Merge branch 'louislam:master' into master
3 years ago
MrEddX
d7cb4fa331
Update bg-BG.js
...
- Updated Bulgarian language file
3 years ago
Louis Lam
e18d4b6ad0
Merge pull request #1045 from bilipp/google-chat-notifications
...
Add support for Google Chat Notifications
3 years ago
Louis Lam
f6fc3737fc
Change name from "Google Chat" to Google Chat (Google Workspace only)
3 years ago
LeslieLeung
40b70277c7
feat(*): support WeCom notification
3 years ago
Jakub Blažej
3d002b3ce9
add status boolean parameter to push monitor
3 years ago
Patrick Hafner
3d6c52fbea
Merge branch 'master' into customstatuspage
3 years ago
Patrick Hafner
9ee591417d
Footer HTML support, updated german translation
3 years ago
Ioma Taani
a2bc74c4fd
updated
3 years ago
Patrick Hafner
3a12e209da
Edit: editMode check before toggle
3 years ago
Patrick Hafner
2c2a824f97
Add: en & de-DE language
3 years ago
Patrick Hafner
931ca6a3ef
Add: customize status page (css and poweredby)
3 years ago
Nelson Chan
624cd862a5
Feat: Expose SMTP DKIM settings
3 years ago
Tarun Singh
d3c90df8a8
fixed edit monitor fields empty issues
3 years ago
Louis Lam
0ca68f791f
Merge pull request #1060 from drodmantras/master
...
Added sl-SI language
3 years ago
MrEddX
0de7fb69f6
Update bg-BG.js
...
Added new fields.
Translated new fields.
3 years ago
Ivan Bratović
475a466c7e
Add attribute to basicauth-pass to prevent browsers from autocompleting ( #1063 )
3 years ago
Juan Cruz Vincenti
fbf2df9e7a
Add conditional rendering to description
...
* Modify Details component
* Modify MonitorList component
3 years ago
Juan Cruz Vincenti
934d633d4d
Add description to monitor
...
* Add description to monitor model
* Add description field to database
* Add english and spanish translation for description
* Closes : #482
3 years ago
Erik
b10cecb362
Added sl-SI language
...
Added sl-SI language
3 years ago
Louis Lam
6d6cb2ad49
Merge pull request #1047 from dhfhfk/master
...
Update Ko-KR.js
3 years ago
Ponkhy
aa92727a61
Updated de-De
3 years ago
dhfhfk
56dfa05642
Update Ko-KR.js
3 years ago
Philipp Bischoff
8ad6bd31d4
Revert "order notification types by name"
...
This reverts commit 8398466860
.
3 years ago
Philipp Bischoff
8398466860
order notification types by name
3 years ago
Philipp Bischoff
8050cb8e99
implement google chat notification type
3 years ago
Louis Lam
a09b97f778
Merge pull request #1032 from titiscan/patch-1
...
Update fr-FR.js
3 years ago
Louis Lam
e0a08e6b5d
Merge pull request #1038 from iomataani/master
...
Updated italian translation
3 years ago
Louis Lam
6f5cbbdf69
Merge pull request #1018 from Lrss/master
...
Update Danish translation
3 years ago
Louis Lam
34ee342d3e
eslint
3 years ago
Andreas Brett
38f8a8ac2f
Merge branch 'louislam:master' into logging
3 years ago
Ioma Taani
f793aa5264
better translations
3 years ago
Ioma Taani
728485d686
updated translations
3 years ago
titiscan
cb3429d3c7
Update fr-FR.js
...
typo fix
3 years ago
Louis Lam
0d69b4426e
Merge pull request #1017 from SiderealArt/patch-1
...
update zh-TW translation
3 years ago
Louis Lam
a4841eb8aa
Fix #1016 , .at() is not support in Safari
3 years ago
Lars Sørensen
2ef2a42e87
Fixed string enclosure as suggested by update-language-files
3 years ago
Lars Sørensen
9473cd6919
Update da-DK.js translation
3 years ago
SiderealArt
74f18a2b3f
update zh-TW translation
3 years ago
Andreas Brett
e684712a77
Merge branch 'louislam:master' into logging
3 years ago
iooner
a041a7964a
Fix typos
3 years ago
Tarun Singh
5afc6a41e3
removed https requirement for url
3 years ago
Ioma Taani
f802154456
updated
3 years ago
Ioma Taani
9fb461976d
Merge branch 'louislam:master' into master
3 years ago
Louis Lam
f331f1a63e
Merge pull request #873 from Saibamen/fix_871
...
Fix Telegram Bot Token displayed in notification setup view
3 years ago
Louis
d645e29455
mask telegram api url with asterisk
3 years ago
Louis Lam
b4507f9706
Merge pull request #992 from jlbrt/stackfield-notifications
...
Add support for Stackfield notifications
3 years ago
Ioma Taani
19d2db6c8c
better translation
3 years ago
Andreas Brett
dcc7856b5d
Merge branch 'louislam:master' into logging
3 years ago
Balázs Csaba
984a3704e0
HU lang
3 years ago
Louis Lam
5434e2da4f
Merge pull request #993 from Saibamen/patch-1
...
Fix typos in markdown files
3 years ago
Ioma Taani
b3d348dcea
Translation Update ( #994 )
...
* Better translation
* better translation
* aggiornato
3 years ago
Csaba Balázs
0aca0455ab
HU language typo and missing items ( #996 )
...
* HU language
* run eslint on hu.js
* Last HU typo
* package.json valid required node engine syntax
Package.json required node engine version can contain multiple rules separated with ||. With this mode package-lock.json will be valid and error codes does not diplay.
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
3 years ago
Adam Stachowicz
76cbef85d5
Update README.md
3 years ago
Jonas Liebert
67849a9e84
add support for stackfield notifications
3 years ago
Balázs Csaba
4b3fae53d4
HU language typo
3 years ago
Louis Lam
a796f80018
Merge pull request #902 from ivanbratovic/improve-translatables
...
Fix untranslatable parts of the UI
3 years ago
Andreas Brett
c9b0a81cdc
Update MonitorHistory.vue
3 years ago
Andreas Brett
2f97f44086
Update MonitorHistory.vue
3 years ago
Andreas Brett
a13bdaac84
Merge branch 'master' into logging
3 years ago
Louis Lam
40cb22e671
Merge pull request #963 from kffl/feat/serwersms-provider
...
Add SerwerSMS.pl notification provider
3 years ago
Ivan Bratović
d95258e7db
Merge remote-tracking branch 'upstream/master' into improve-translatables
3 years ago
Ivan Bratović
baae4b5a5e
Remove unused translation keys from hr-HR
3 years ago
Ivan Bratović
c1b118a0f6
Use existing Example translation for HTTP headers and body placeholders
3 years ago
Ivan Bratović
9c5466890e
Revert "Replace body and header placeholder functions with translations"
...
This reverts commit 2c85491ee0
.
3 years ago
Louis Lam
6cd130de38
minor
3 years ago
Louis Lam
5070927478
Merge pull request #980 from MrEddX/bulgarian
...
Update bg-BG.js
3 years ago
Louis Lam
077f3837d9
update language guide
3 years ago
Louis Lam
aea128a85b
make settings' menu reactive
3 years ago
Louis Lam
c50b2b636a
[lazy load lang] load the language file on create
3 years ago
MrEddX
a284703d9e
Update bg-BG.js
...
- Fixed existing field
- Added new field
- Translated new field
3 years ago
kffl
64ec766423
translate(serwersms): fix pl translation capitalization
...
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
3 years ago
kffl
186c11540f
style(serwersms): add missing trailing commas
...
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
3 years ago
Louis Lam
50593f3edf
[wip] lazy load language file
3 years ago
Paweł Kuffel
c1267e9b3b
feat: add SerwerSMS notification provider
3 years ago
Ivan Bratović
2ca7a5b962
Merge branch 'master' into improve-translatables
3 years ago
Louis Lam
a1f9a82537
Merge pull request #884 from thomasleveil/ux/add-group-at-the-top
...
🚸 Status page - add group action adds the new group at the top
3 years ago
Fluency
e3745da986
Merge branch 'master' into master
3 years ago
Ioma Taani
3a32fd6f42
aggiornata la traduzione
3 years ago
Ioma Taani
97cb060cf5
another typo
3 years ago
Ioma Taani
5afb29f8f9
typo
3 years ago
Ioma Taani
f9b8dbf4db
Merge branch 'louislam:master' into master
3 years ago
Louis Lam
92a5f18bf5
Merge pull request #864 from ivanbratovic/http-basicauth
...
Implement explicit HTTP "basic" authentication support
3 years ago
Louis
4155f84eec
improve basic auth style
3 years ago
Ioma Taani
bd3d34400d
Merge branch 'master' of https://github.com/iomataani/uptime-kuma
3 years ago
Andreas Brett
ed96757b24
Merge branch 'louislam:master' into logging
3 years ago
Fluency
a2de9e4e36
Fixed export-function signature being scrambled.
3 years ago
Nelson Chan
df813fbdee
Fix: Add save in monitor history
3 years ago
Nelson Chan
07742799ed
Test: Fix tests
...
Test: Add clear stats test
Test: Attempt to fix tests
Test: Add test for disable auth
Update README
3 years ago
Nelson Chan
f65cc655c0
Fix: Fix nav highlight in settings sub-page
3 years ago
Nelson Chan
1a218aaa17
Fix: Fix page transition & improve active handling
...
Fix: Fix current route parsing
3 years ago
Nelson Chan
369cad90c1
WIP: Convert to use vue-router & improve layout
...
WIP: Fix security page & improve layout
WIP: Fix displaying current page
UI: Improve spacing
Chore: Improve styling
3 years ago
Nelson Chan
f9bb48de13
WIP: Convert Settings to components
3 years ago
Tarun Singh
3f5133d1ba
Added authentication logic
3 years ago
Louis Lam
74d2b38cb6
Merge pull request #925 from iomataani/italian-language-update
...
Translation update
3 years ago
MultiGamer8853
be3a791e6e
Update ja.js
...
日本語を最適化
3 years ago
Ioma Taani
9747048890
correzioni e miglioramenti
3 years ago
Andreas Brett
6f2dcc6dd7
using provided tsc config
3 years ago
Andreas Brett
57bed4d672
Merge branch 'louislam:master' into logging
3 years ago
Andreas Brett
df36a4bb3c
console.info for level "info"
3 years ago
Andreas Brett
e5913c5abc
separate log functions
3 years ago
Phuong Nguyen Minh
d5d957b748
update vi.js ( #853 )
...
* update vi.js
* Update vi.js
* Update vi.js
3 years ago
Ioma Taani
5cdb5edeb3
corretto
3 years ago
Ioma Taani
73c18b6ff0
correzione
3 years ago
Ivan
567ea346fe
Add missing translations for placeholders in EditMonitor page
3 years ago
Ivan
453f6fbadf
Add more missing translations
3 years ago
Ivan
dd79042128
Add translation for "Info" in Settings
3 years ago
Ivan
583e6bf978
Update croatian language for testing new translation
3 years ago
Ivan
b1fca7c1a7
Add translation of toast success message
3 years ago
Ivan
19dd11d624
Add translation for incident error message
3 years ago
Ivan
42ce34b6c7
Add more Status page tranlations
3 years ago
Ivan
b7a9d1474f
Fix translation of selected incident style
3 years ago
Ivan
31fa67452e
Delint English language file
3 years ago
Ivan
9ef3727c91
Backed out of commit `be1933614`
...
Running update-language-files will just confuse translators
3 years ago
Ivan Bratović
ed39485af9
Merge with upstream `master`
...
Signed-off-by: Ivan Bratović <ivanbratovic4@gmail.com>
3 years ago
Ioma Taani
daef238a70
Updated Italian Language ( #911 )
...
Co-authored-by: Paride Barison <paride.barison@lantechlongwave.it>
3 years ago
Andreas Brett
d21f7971b5
missed settings
3 years ago
Andreas Brett
bdcdf47e52
introduce consistent logging
3 years ago
Ivan
4cc433166e
Add missing translation for SMTP security option
3 years ago
Ivan
28f530394e
Add missing translation lookup for ClickSendSMS
3 years ago
Ivan
b0615d347b
Add incident creation translations
3 years ago
Ivan
be19336149
Run `update-language-files` for all languages
3 years ago
Ivan
94508cae2f
Add some missing translations
3 years ago
Ivan
265cca9ed1
Replace "Default" notification badge with translation
3 years ago
Ivan
267654c987
Replace hard-coded names for groups in Status page with translations
3 years ago
Ivan
2c85491ee0
Replace body and header placeholder functions with translations
3 years ago
Adam Stachowicz
ba46fb6b1c
Clickable URL
3 years ago
Calum Bird
f55350bebc
Generated documentation :)
3 years ago
Tarun Singh
3721d11259
changed table column names for more specifity
3 years ago
Louis Lam
5df34cd137
Merge pull request #885 from ZegertBoele/patch-1
...
Update to dutch translations
3 years ago
Louis Lam
95bae8289d
Fix setting page when disabled auth
3 years ago
Zegert Boele
dff1056bb1
Update nl-NL.js
...
@deefdragon noticed a flaw, fixed in here
3 years ago
Zegert Boele
62222c0336
Update src/languages/nl-NL.js
...
@koen20 added this correction.
Co-authored-by: Koen Habets <6172623+koen20@users.noreply.github.com>
3 years ago
Ivan Bratović
734762b773
Merge with `master`
...
Signed-off-by: Ivan Bratović <ivanbratovic4@gmail.com>
3 years ago
Ivan Bratović
34d8984e3a
Merge branch 'master' into http-basicauth
3 years ago
Louis Lam
ad82ab0305
Merge pull request #883 from andreasbrett/patch-7
...
24h tooltip on status page
3 years ago
Louis Lam
f952d283c6
Merge pull request #815 from Fallstop/tags-on-status
...
Display Monitor Tags on Status Page
3 years ago
Louis Lam
e164fabf81
Merge pull request #849 from Minvinea/master
...
Adding missing translations
3 years ago
Louis Lam
bc69a331ee
eslint
3 years ago
Jasper Miller-Waugh
e4506963d9
Merge branch 'louislam:master' into tags-on-status
3 years ago
Zegert Boele
222540898b
Some translations were not translated
...
Some translations were not translated yet. I have added them and can be contacted if you want more English-Dutch translations.
3 years ago
Thomas LEVEIL
baf3612ece
🚸 Status page - add group action adds the new group at the top of the page
3 years ago
Andreas Brett
8f44b9f618
24h tooltip on status page
3 years ago
Tarun Singh
149015556b
server url changes
3 years ago
Tarun Singh
2bcbeba384
update review suggestions
...
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
3 years ago
Ivan Bratović
0481a241f3
Add translated placeholders for editing basic auth
3 years ago
Ivan Bratović
179ca232bc
Minor refactor - change variable names and add commas to object definitions
3 years ago
Ivan Bratović
0dcb7aed21
Delinting
3 years ago
Ivan Bratović
23736549f9
Implement HTTP basic auth feature
3 years ago
Tarun Singh
6828e8ef6d
Merge branch 'master' of https://github.com/tarun7singh/uptime-kuma
3 years ago
Tarun Singh
670754b697
added MQTT monitor type
3 years ago
Adam Stachowicz
314fa18bdc
Fix #871
3 years ago
MrEddX
ee2c54cfd1
Update bg-BG.js
...
- Added New Fields
- Fixed Existing Fields
3 years ago
Louis Lam
dee131c25d
fix table hover color not working after updated bootstrap to 5.1.3
3 years ago
Jasper Miller-Waugh
e5d6410caf
Apply formatting suggestions from code review
...
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
3 years ago
Ivan Bratović
1fb9b25d13
Improve hr-HR translations
3 years ago
Ivan Bratović
9a135deac2
Add new translation for 'Uptime'
3 years ago
Your Name
8e6173c05e
Fix and add new hr-HR translations
3 years ago
Jasper Miller-Waugh
191b81ee07
Fix grammer in comment
...
Co-authored-by: Nelson Chan <chakflying@hotmail.com>
3 years ago
Jasper Miller-Waugh
12ef9f39c5
Merged buttons, cleaned up SS tag retrieval and made tagsVisible a bool.
...
Also to note: due to the transition of tagsVisible this breaks compatibility with the previous commits, delete the tagsVisible setting in the database to fix.
3 years ago
Jasper Miller-Waugh
4004926e64
Small formatting changes from code-review
...
Co-authored-by: deef <deef551@gmail.com>
3 years ago
Adam Stachowicz
4d3d6d6e25
Missing this...
3 years ago
Adam Stachowicz
d06e5ef6fa
More small letters
3 years ago
Adam Stachowicz
b12b848d97
One more typo...
3 years ago
Adam Stachowicz
bb96a577ca
Fix typos + translate `wayToGetTeamsURL`
3 years ago
Adam Stachowicz
8840ca618b
Update `pl.js`
3 years ago
Minvinea
8ec858fd14
Add missing translation
...
Line 282 to 306
3 years ago
Louis Lam
741ed548da
Merge branch 'master' into use_hideCount_option
3 years ago
Louis Lam
bc615c2dd8
Merge pull request #832 from ivanbratovic/croatian-language
...
Clarity and grammar fixes to hr-HR languange file
3 years ago
Louis Lam
1dbf1c3dea
fix logout
3 years ago
Jasper Miller-Waugh
b32bfb3ff1
Added toggle for tag visibility
3 years ago
Jasper Miller-Waugh
24664cde2c
Smarter CSS to fix Mobile alignment
3 years ago
Jasper Miller-Waugh
348c5ec995
Match lint settings
3 years ago
Jasper Miller-Waugh
9143b73f84
Styling for tags
3 years ago
Jasper Miller-Waugh
5e6d945095
Most hacked in POC
3 years ago
Willian Rodrigues Barbosa
036218f711
Add badges to favicon
3 years ago
Adam Stachowicz
69aa60d1fb
Add missing i18n key + translate 2 keys for polish
3 years ago
Ivan Bratović
eaecd6e571
Clarity and grammar fixes to hr_HR languange file
3 years ago
Adam Stachowicz
f2a27a2cf1
Use `hideCount` option for pagination
3 years ago
Louis Lam
5311bef3eb
Merge pull request #809 from Saibamen/pagination_no_text
...
Don't display "count" text for pagination
3 years ago
Louis Lam
c400595f67
Merge pull request #825 from SiderealArt/patch-1
...
Add Traditional Chinese (Taiwan) translation
3 years ago
SiderealArt
67a22399bc
Update i18n.js
3 years ago
SiderealArt
947fc6001e
Update Settings.vue
3 years ago
SiderealArt
c87e67ad1b
Add Traditional Chinese (Taiwan) translation
3 years ago
Ivan Bratović
6f92774a8f
ESLint pass on hr-HR.js file
3 years ago
Ivan Bratović
6e76ab7426
Import hr-HR language in i18n.js
3 years ago
Ivan Bratović
b2fbd7e263
Add confirmDisableAuth tranlation for hr-HR
3 years ago
Ivan Bratović
199e6ec82b
Add initial version of Croatian language
3 years ago
Adam Stachowicz
18a99c2016
Revert deleting `records` and `"One record"` keys
3 years ago
Louis Lam
de5cce9d90
Steam API Key to HiddenInput
3 years ago
Louis Lam
71884cf42a
Merge pull request #772 from andreasbrett/patch-6
...
show logged in user on settings page
3 years ago
MrEddX
cb3da50e7e
Update bg-BG.js
...
Small fixes
3 years ago
Adam Stachowicz
2e7ad1b7b2
Don't display "count" text for pagination
3 years ago
Louis Lam
a9e319517a
add auto vacuum and shrink database button
3 years ago
Andreas Brett
8fb8cbdaf3
use auth0/jwt-decode
3 years ago
Andreas Brett
3f3d8b4eb3
fixes
3 years ago
Louis Lam
77addfebc8
Merge branch 'tarun7singh_master'
...
# Conflicts:
# src/languages/vi.js
3 years ago
Louis Lam
16846c7c6d
Merge pull request #790 from Saibamen/pl_update+fixes
...
PL update + fixes
3 years ago
Louis Lam
d1c4d13903
Merge pull request #782 from Co2333/dev-lakr233-bark_notification
...
Support for Bark (APN) notifications
3 years ago
Louis Lam
78424b4f2d
add simple loading chart effect
3 years ago
Louis Lam
f8055ed03d
minor css
3 years ago
Louis Lam
fe4724fc53
Merge branch 'master' into feat/chart-period
3 years ago
Lakr Aream
43791ee97e
Merge branch 'master' into dev-lakr233-bark_notification
3 years ago
Tarun Singh
6362ef6a9c
removed other langauge translation data
3 years ago
Adam Stachowicz
9d3a4e9d1e
Remove dot from `needPushEvery`
3 years ago
Tarun Singh
ba1e025353
added click send to number
3 years ago
Andreas Brett
4fc2603818
Merge branch 'patch-6' of https://github.com/andreasbrett/uptime-kuma into patch-6
3 years ago
Andreas Brett
7bc38d4231
remove unused vars
3 years ago
Andreas Brett
daad63d70b
Merge branch 'master' into patch-6
3 years ago
Andreas Brett
9ddd2c7365
use jwt
3 years ago
Adam Stachowicz
fa5ba12e14
Missing this
3 years ago
Adam Stachowicz
85053f865e
Fix typo
3 years ago
Adam Stachowicz
1239f6d1a2
PL update + fixes
3 years ago
Tarun Singh
fed611d1b9
Merge branch 'master' of https://github.com/louislam/uptime-kuma
3 years ago
Tarun Singh
bc68088350
Click send sms integration for notifications
3 years ago
Louis Lam
90200958cd
Merge pull request #780 from kry008/patch-4
...
Update pl.js
3 years ago
Ponkhy
d82f305f6e
Updated german language file
3 years ago
Nelson Chan
665bae0806
UI: Simplify dropdown design
3 years ago
Nelson Chan
e4be28a9e7
Fix: Validate beat time before appending
3 years ago
Nelson Chan
445674aacb
Chore: Improve code formatting & comments
3 years ago
Nelson Chan
2f7b60f5e5
Feat: Use separate storage for custom chart period
...
Fix: Fix import error
3 years ago
Nelson Chan
b83c59e308
WIP: Add options for chart period
...
Fix: Fix callback, add toast on error
Fix: Improve styling
Fix: Restore default chart behavior
Fix: Replace 1h with 3h
draft only
3 years ago
Lakr Aream
ce852dfa02
Support for Bark (APN) notifications
...
Update bark.js
3 years ago
Louis Lam
c9549c0de2
change body and header placeholders, less misleading.
3 years ago
kry008
b5eb17ed93
Update pl.js
3 years ago
Andreas Brett
4becb97a5d
Update en.js
3 years ago
Andreas Brett
85e2b36424
Update en.js
3 years ago
Andreas Brett
abdf1ae90a
Update en.js
3 years ago
Andreas Brett
606c967985
Merge branch 'master' into patch-6
3 years ago
Andreas Brett
9ad8e5f56a
show logged in user
3 years ago
Louis Lam
8a481a1be0
Merge pull request #769 from andreasbrett/patch-5
...
show beat.msg only if available
3 years ago
Andreas Brett
657987a013
fix: show beat.msg only if available
3 years ago
Louis Lam
d74577608b
Merge pull request #766 from DX37/translation-ru
...
Update notifications area in ru-RU.js
3 years ago
Phuong Nguyen Minh
060dde9827
Merge branch 'louislam:master' into master
3 years ago
DX37
1d1601cf24
Update notifications area in ru-RU.js
3 years ago
DX37
29e4e41215
Update ru-RU.js
3 years ago
MrEddX
6463d4b209
Fix: Integration Link Text
...
Maybe left there from the Slack template.
3 years ago
MrEddX
d0b0c64b81
Update bg-BG.js
...
- Fixed existing fields
- Added new fields
- Translated new fields
3 years ago
Daniel Patrón Gómez
5a05d135b8
Add steam translation in spanish
3 years ago
Louis Lam
e03ee593e2
Merge pull request #716 from NeuralMiner/textchanges
...
Text update
3 years ago
Andreas Brett
7def9dcec7
Merge branch 'louislam:master' into patch-1
3 years ago
NeuralMiner
a35569481d
Updates
3 years ago
NeuralMiner
572a5300aa
Recommended updates.
3 years ago
NeuralMiner
e1f1d4a959
Merge branch 'louislam:master' into textchanges
3 years ago
Louis Lam
182597944d
fix #721
3 years ago
Lukas
f74b2662c5
Fixed values for sms type
3 years ago
Louis Lam
300a95d779
recompile util.js with tsconfig.json
3 years ago
Louis Lam
16b44001e7
Merge remote-tracking branch 'andreasbrett/patch-1' into andreasbrett_patch-1
...
# Conflicts:
# src/util.js
3 years ago
Louis Lam
f2f8f33b86
Merge branch 'master' into andreasbrett_patch-1
...
# Conflicts:
# src/util.js
3 years ago
Louis Lam
20d59e5a13
fix and move the steam api key to settings page
3 years ago
Louis Lam
ae31eb6ba9
Merge branch 'master' into Revyn112_master
...
# Conflicts:
# server/model/monitor.js
# src/languages/en.js
# src/pages/EditMonitor.vue
3 years ago
Andreas Brett
df4682d19b
Merge branch 'master' into patch-1
3 years ago
Andreas Brett
11a1f35cc5
independent csprng solution
3 years ago
Louis Lam
6944b35ea7
Merge pull request #667 from zsxeee/i18n
...
Missing i18n and zh-CN translation
3 years ago
Daniel Patrón Gómez
0a73b84ae6
Add records translations and fix pause translation
3 years ago
Daniel Patrón Gómez
15f36f96c3
Add spanish translation for monitor history
3 years ago
Louis Lam
edcaf93446
Merge pull request #721 from dpatrongomez/master
...
Add Status Translation
3 years ago
Daniel Patrón Gómez
53a008ae2b
Add Status Translation
3 years ago
Bert Verhelst
61627545a5
fix(edit-monitor): no need to escape placeholder {} if not translated
3 years ago
Louis Lam
cb43ecb46e
Merge branch 'master' into background-jobs
...
# Conflicts:
# package-lock.json
# package.json
# src/languages/en.js
3 years ago
NeuralMiner
8cb26d2b31
Text update
3 years ago
januridp
d94fbede32
Fix(Language): Bahasa Indonesia (Indonesian)
3 years ago
januridp
76e619c066
Fix(Language): Bahasa Indonesia (Indonesian)
3 years ago
januridp
4e4f94ab98
Fix(Language): Bahasa Indonesia (Indonesian)
3 years ago
januridp
ed3a558397
Fix(Language): Bahasa Indonesia (Indonesian)
3 years ago
Louis Lam
f4b8da0a5c
Merge branch 'feature/add-support-for-method-body-and-headers'
3 years ago
Louis Lam
4178983df3
Merge remote-tracking branch 'origin/master'
3 years ago
Louis Lam
7ac0ab2e34
[http options] beautify the json format when clicked the save button
3 years ago
Louis Lam
cd211a6be7
[http options] fine tune
3 years ago
Louis Lam
4e71ab7406
Merge branch 'master' into feature/add-support-for-method-body-and-headers
3 years ago
Phuong Nguyen Minh
bda481c61e
Update vi.js
3 years ago
iooner
8242a1586d
Update fr-FR.js
3 years ago
Louis Lam
c593a962c2
Merge pull request #627 from NixNotCastey/smtp-subject
...
Add support for custom subject in emails
3 years ago
Louis Lam
37105d720b
Merge pull request #706 from firattemel/master
...
Update tr-TR.js
3 years ago
Louis Lam
3b74b727f2
[Push Type] fix missing important flag and missing up notification
3 years ago
firattemel
2f0119bc3f
Update tr-TR.js
3 years ago
Louis Lam
60acb91fc8
Merge pull request #687 from xjoker/master
...
Add new notification `Aliyun Sms` and `DingDing`
3 years ago
Louis Lam
f51156f18e
run eslint for #687
3 years ago
Louis Lam
8338881927
[SMTP] change {{HOSTNAME}} to {{HOSTNAME_OR_URL}}, support for http montior type, some UI improvements
3 years ago
Louis Lam
674b387c95
Merge branch 'master' into smtp-subject
3 years ago
xJoker
8ab4788f80
Update src/components/notifications/index.js
...
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
3 years ago
xJoker
4e4ab0577e
Update src/components/notifications/index.js
...
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
3 years ago
Lukas
89b34b5748
Use double curly brackets and sanity check for customSubject
3 years ago
Andreas Brett
86dcc9bc8f
import webcrypto lib
3 years ago
Louis Lam
79c81395bc
Merge branch 'master' into andreasbrett_patch-1
3 years ago
hrtkpf
84507268ad
fix translations (de-DE and en)
3 years ago
wuwenjing
843992c410
Add DingDing notification
3 years ago
zsxeee
33f773fcd0
Move param out of the translation file
3 years ago
zsxeee
26841a64f0
Update zh-CN.js
3 years ago
Phuong Nguyen Minh
89c0f8b734
Update i18n.js
3 years ago
wuwenjing
57a76e6129
remove `alicloud/pop-core` keep simple
3 years ago
Phuong Nguyen Minh
dc805cff97
Add files via upload
3 years ago
wuwenjing
a2f2253221
Add aliyun sms notification
3 years ago
KangAlleW
2939bd4138
fix locale
3 years ago
KangAlleW
dcf15c3eb7
edit i18n.js
3 years ago
KangAlleW
7c9ed98408
rename id.js to id-ID.js
3 years ago
KangAlleW
4b9f0a3fe6
add indonesian language and edit settings.vue
3 years ago
KangAlleW
5b67fec084
add indonesian language
3 years ago
Nelson Chan
03b07730d3
Fix: Increase default kept period
3 years ago
dhfhfk
05b691d4c9
Fix typo
3 years ago
Kyungyoon Kim
c1112a32df
Update ko-KR.js
3 years ago
Kyungyoon Kim
efc78acfeb
Update ko-KR.js
3 years ago
zsxeee
9e01959d15
Update zh-CN.js
3 years ago
zsxeee
3fe91c52cb
Fix i18n
...
Missing webhook json description
Ajust Telegram context-based sentence, (also changed translated language files)
Missing primary base url label
Wrong PromoSMS i18n
Missing Octopush legacy hint
Missing Matrix i18n
Missing push url i18n
3 years ago
Louis Lam
b7528b9a4e
Merge pull request #657 from thomasleveil/patch-2
...
[i18n] minor fixes to french translations
3 years ago
Thomas LÉVEIL
9c058054b9
[i18n] minor update to french translations
3 years ago
Louis Lam
c6683e2a9b
Merge pull request #648 from atlochowski/patch-1
...
Update pl.js
3 years ago
Atlochowski
69ffee55dd
Update pl.js
3 years ago
Atlochowski
ebf0671fef
Update pl.js
3 years ago
wuwenjing
6d9b71c054
Add Feishu notification
3 years ago
Atlochowski
a433de74e6
Update pl.js
...
small fix
3 years ago
Andreas Brett
dc1de50a02
fix for max-inclusive
3 years ago
Andreas Brett
0e6d7694ce
Update util.js
3 years ago
Andreas Brett
503d1f0a91
translation fixes
3 years ago
Andreas Brett
11bcd1e2ed
const
3 years ago
Andreas Brett
06310423f4
typo
3 years ago