Nelson Chan
7b8ed01f27
Fix: getGameList returns nothing on first run
2 years ago
Louis Lam
cecb0b6425
Merge pull request #2610 from bayramberkay/feature/add-xml-support-to-http-monitors
...
Add xml support to HTTP monitors
2 years ago
Louis Lam
8e3dd4202f
Merge pull request #2595 from tminei/telegram_test
...
Added a more telegram notifications options
2 years ago
Louis Lam
af82ea742c
Merge manually
2 years ago
Louis Lam
2fa233ae7f
Fix prometheus null issues
2 years ago
Louis Lam
e9475ed3c0
Merge remote-tracking branch 'origin/master' into telegram_test
...
# Conflicts:
# server/notification-providers/telegram.js
# src/languages/en.js
2 years ago
Louis Lam
b923ba72ca
Merge pull request #2334 from nlutsenko/nlutsenko.telegram_silentnotification
...
Add ability to send Telegram notifications silently, behind a setting.
2 years ago
Louis Lam
06278dc51f
Fix telegram silent issue
2 years ago
Louis Lam
10228874fa
Merge manually
2 years ago
Louis Lam
c5034c8f38
Merge remote-tracking branch 'origin/master' into nlutsenko.telegram_silentnotification
...
# Conflicts:
# server/notification-providers/telegram.js
# src/components/notifications/Telegram.vue
# src/languages/en.js
2 years ago
Louis Lam
7e3734af53
Better handling
2 years ago
Louis Lam
5789112f55
Merge remote-tracking branch 'origin/master' into feat-add-message-thread-id-telegram-nonfiction
2 years ago
Louis Lam
4dfc1a0221
Merge pull request #2664 from spali/keep_prometheus_instance
...
remember prometheus instance and expose it
2 years ago
Louis Lam
6235ce6b29
Merge pull request #2823 from chakflying/fix/footer-null
...
Fix: Add null check for injected HTML
2 years ago
Louis Lam
81a829bda7
Merge pull request #2812 from louislam/remove-translate-keys
...
Remove untranslatable keys and notification list optimization
2 years ago
Louis Lam
fa7f75a930
Organize notification list
2 years ago
Nelson Chan
7c8cff7708
Fix: Add null check for injected HTML
2 years ago
Austin Miller
5e1489a6ed
PagerTree Notification - Send msg when heartbeatJSON null
2 years ago
Louis Lam
df5da0054e
Remove more keys
2 years ago
Louis Lam
7da48b27a5
Fix `getUniqueDefaultName`
2 years ago
Louis Lam
de7df46aa8
Sort the notification list by name and remove translation keys of brand names or product names
2 years ago
Louis Lam
9ccaa4d120
Merge pull request #2786 from luckman212/luckman212-tagsort-1
...
sorted tags on dashboard
2 years ago
Louis Lam
42033c692f
Merge pull request #2748 from chakflying/feat/improve-err-code
...
Feat: Use error message to detect and set status code
2 years ago
Louis Lam
aad1a7e0fa
Merge pull request #2806 from andreasbrett/markdown_description
...
add markdown support for description
2 years ago
Louis Lam
2c62d197a0
[exe] Update dependencies
2 years ago
Louis Lam
dad21065cf
Update release procedures
2 years ago
Louis Lam
02ddb58686
Fix cwd issues
2 years ago
Louis Lam
c061455475
Merge pull request #2191 from louislam/exe
...
Windows Executable File - uptime-kuma.exe
2 years ago
Louis Lam
0e38391454
Fix dpi issue using app.manifest
2 years ago
Louis Lam
22902139d2
Implement update
2 years ago
Louis Lam
4642f9be0a
Fix download-dist.js do not exit sometimes
2 years ago
Andreas Brett
372c6b9078
add markdown support for description
2 years ago
Louis Lam
cf32b8bc64
Read latest version from website and add `Run when system starts`
2 years ago
Louis Lam
6a98ffe2f6
Merge remote-tracking branch 'origin/master' into exe
...
# Conflicts:
# .dockerignore
# .gitignore
2 years ago
Faruk Genç
72106ba4c4
Merge remote-tracking branch 'remote/master' into feature/add-xml-support-to-http-monitors
2 years ago
Faruk Genç
3ab0faee91
Add update query for old monitors and save new data correctly
2 years ago
Faruk Genç
9e3a77f419
Customize body placeholder for body encoding
2 years ago
Louis Lam
d1c43f432a
Merge pull request #2747 from OidaTiftla/rename-consequently-to-consecutively
...
Rename "consequently" to "consecutively" as suggested by @skylarv
2 years ago
Louis Lam
ba3c7210ab
Merge remote-tracking branch 'origin/master' into rename-consequently-to-consecutively
...
# Conflicts:
# src/lang/cs-CZ.json
# src/lang/de-DE.json
# src/lang/en.json
# src/lang/es-ES.json
# src/lang/fr-FR.json
# src/lang/id-ID.json
# src/lang/pl.json
# src/lang/pt-BR.json
# src/lang/tr-TR.json
# src/lang/zh-HK.json
2 years ago
cyril59310
3b74f5f359
empty
2 years ago
Faruk Genç
c9b4a7f53e
Change column type
2 years ago
DevMirza
bd2c1d9c34
Add Urdu to right to left language array <3
2 years ago
DevMirza
4df8db3f54
Add new Language: Urdu
2 years ago
Matthew Nickson
b8720b46c3
Switched to using Authorization header
...
Prometheus doesn't support using custom headers for exporters, however
it does support using the Authorisation header with basic auth. As
such, we switched from using X-API-Key to Authorization with the basic
scheme and an empty username field.
Also added a rate limit for API endpoints of 60 requests in a minute
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
Matthew Nickson
1d4af39820
Fixed JSDoc for one method
...
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
Luke Hamburg
dd1d71530f
sorted tags on dashboard
...
see https://github.com/louislam/uptime-kuma/issues/2785
2 years ago
Matthew Nickson
01c71a0242
Fixed logic errors, removed dev leftovers
...
Fixed a logic error where a comma was used instead of an or, also
removed leftover console.logs from testing.
Date picker is now dissabled when don't expire is checked.
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
Matthew Nickson
d553c4c4f7
Added missing translation keys
...
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
Matthew Nickson
e7feca1cd6
Added API key authentication handler
...
API key authentication is now possible by making use of the X-API-Key
header. API authentication will only be enabled when a user adds their
first API key, up until this point, they can still use their username
and password to authenticate with API endpoints. After the user adds
their first API key, they may only use API keys in future to
authenticate with the API.
In this commit, the prometheus /metrics endpoint has been changed over
to the new authentication system.
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
Matthew Nickson
cd796898d0
Added expiry check for frontend
...
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago