Louis Lam
f80168e0de
Translated using Weblate (Uzbek)
...
Currently translated at 0.2% (2 of 859 strings)
Added translation using Weblate (Uzbek)
Translated using Weblate (German)
Currently translated at 100.0% (841 of 841 strings)
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/de/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/uz/
Translation: Uptime Kuma/Uptime Kuma
11 months ago
Marco
332bc43bbc
Translated using Weblate (German (Switzerland))
...
Currently translated at 100.0% (858 of 858 strings)
Translated using Weblate (German)
Currently translated at 100.0% (841 of 841 strings)
Translated using Weblate (German (Switzerland))
Currently translated at 100.0% (841 of 841 strings)
Co-authored-by: Marco <marco@nanoweb.ch>
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/de/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/de_CH/
Translation: Uptime Kuma/Uptime Kuma
11 months ago
simonghpub
d28627e855
Translated using Weblate (Danish)
...
Currently translated at 75.3% (634 of 841 strings)
Co-authored-by: simonghpub <simonpmt@gmail.com>
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/da/
Translation: Uptime Kuma/Uptime Kuma
11 months ago
MrEddX
26c3b79d5c
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (877 of 877 strings)
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (877 of 877 strings)
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (862 of 862 strings)
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (861 of 861 strings)
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (859 of 859 strings)
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (858 of 858 strings)
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (841 of 841 strings)
Co-authored-by: MrEddX <mreddx@chatrix.one>
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/bg/
Translation: Uptime Kuma/Uptime Kuma
11 months ago
Louis Lam
207847505a
1.23.10 to master ( #4226 )
11 months ago
Louis Lam
1a47563eb8
Merge branch '1.23.X' into version-merge
...
# Conflicts:
# package-lock.json
# package.json
# server/server.js
# server/uptime-kuma-server.js
11 months ago
Nelson Chan
4185ec20b0
Fix: Origin undefined on error handling ( #4224 )
11 months ago
Louis Lam
4245ea86e7
Update to 1.23.10
11 months ago
Louis Lam
f861a48dfc
Smoothing the update for origin check ( #4216 )
11 months ago
Louis Lam
fa1214ae5e
Rebse #4213 ( #4215 )
...
Co-authored-by: Nelson Chan <chakflying@hotmail.com>
11 months ago
Nelson Chan
99adac3eb9
Fix: typo for `disconnectAllSocketClients` ( #4213 )
11 months ago
Nelson Chan
89beb5f264
Fix: Handle trailing slash for status page routing ( #4185 )
...
* Fix: Handle trailing slash
* Chore: Add desc for default slug
* Chore: Use margin instead of space
* Minor
11 months ago
Louis Lam
65e57e5621
Merge pull request #4208 from louislam/1.23.X-merge-to-2.X.X
...
1.23.9 changes merge to master
11 months ago
Louis Lam
719ef856e8
Merge manually
11 months ago
Louis Lam
869ee8ec50
Merge branch '1.23.X' into 1.23.X-merge-to-2.X.X
...
# Conflicts:
# .github/workflows/auto-test.yml
# extra/reset-password.js
# package-lock.json
# package.json
# server/routers/status-page-router.js
# server/server.js
# server/socket-handlers/general-socket-handler.js
# server/uptime-kuma-server.js
# src/components/ActionInput.vue
# src/util.js
# src/util.ts
11 months ago
Louis Lam
530c8e5328
Drop cacheable-lookup ( #4178 )
...
* WIP
* WIP
11 months ago
Louis Lam
621419e434
Update to 1.23.9
11 months ago
Louis Lam
482049c72b
Merge pull request from GHSA-88j4-pcx8-q4q3
...
* WIP, still need to handle npm run reset-password
* Implement it for "npm run reset-password"
Bug fixes and change along with this commit
- Move `ssl`, `hostname`, `port` to ./server/config.js, so `reset-password` is able to read it
- Fix: FBSD is missing, no idea who dropped it.
- Fix: Frontend code should not require any backend code (./server/config.js), moved "badgeConstants" to the common util (./src/util.ts) and drop vite-common.js
* Minor
11 months ago
Louis Lam
2815cc73cf
Merge pull request from GHSA-mj22-23ff-2hrr
...
* WIP
* WIP
* Handle parsing error
* Fix matching origin issue
11 months ago
Cyril59310
97ed0a96d8
Missing translation key ( #4200 )
11 months ago
Louis Lam
e1147c06aa
Update denpendecies
11 months ago
Ritik Singh
abc8f2b131
Fix: Correct Maintenance Start/End Time Input to Use Explicitly Specified Timezone ( #4186 )
11 months ago
Nelson Chan
46b300808d
Chore: Fix console colors & add JSDoc ( #4170 )
11 months ago
Frank Elsinga
777ef6bc7b
chore: added a helptext for `ntfy`'s `priority` field ( #4175 )
...
* added a helptext for `ntfy`'s `priority` field
* linting fixes
* removed an unnecessary `Math.max` call
11 months ago
Louis Lam
b244e8fcbb
Re-export the icon on vectr.com, so it can be editable again. The current icon.svg was reduced size by a contributor previously, but the border is detached after that, which cannot edit by any svg editor anymore.
11 months ago
Louis Lam
ad4629cb03
Fix UPTIME_KUMA_DB_NAME issue ( #4169 )
12 months ago
Duvergier Claude
478403ef63
Adding a way to reset the admin password via CLI without any user interaction ( #3912 )
...
* feat(cli): Allow unattended password reset via CLI
This commit adds a way to reset the admin password via CLI without any
user interaction (unattended operation).
It adds an optional `new_password` CLI argument that, when present is
used instead of prompting the user for password and password
confirmation.
It also makes sure the user is informed the password could leak into
it's shell history (it's up to him to do some cleaning if
needed/wanted).
* Change to dash style
* Add dry-run
* Fix number password issue
---------
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
12 months ago
Nelson Chan
81b84a3c53
Fix: Filtering works with group monitors (again) ( #3685 )
...
* Fix: Group monitors use nested filtering
* Chore: Fix lint
12 months ago
Frank Elsinga
031947319a
Add an `aria-label` to the monitor search box ( #4163 )
...
* added the `Search monitored sites` label
* rebase
12 months ago
Adam Stachowicz
74a908a069
Max ESLint warnings 0 ( #4158 )
...
* Fix ESLint warnings. Update workflows. 0 ESLint warnings for auto-test
* json-yaml-validate: Fix `unable to find version `v2``
12 months ago
Louis Lam
20a68a16f5
Update CONTRIBUTING.md
12 months ago
Louis Lam
8aa497fb89
Update actions/stale from v7 to v8 and disable it for pull request
12 months ago
Frank Elsinga
9c56c9b346
Fixed the buttons of `ActionsSelect` and `ActionsInput` having a default `type="submit"` ( #4162 )
...
* fixed the buttons having a default type="submit"
* fixed linting issue
12 months ago
DevMirza
db7a92a74c
🐛 fix(remote-browser): Remove unused test() function ( #4155 )
...
* fix
* fix lint
* Update Notifications.vue
* Update ActionInput.vue
12 months ago
Nelson Chan
46432618e1
Feat: Add json-query to MQTT monitor type ( #3857 )
...
* Feat: Add json-query MQTT monitor type
* Fix: Allow result to be null
* Fix: Remove unused parameter
* Chore: Update JSDoc
* Fix: Add default if checkType is not set
---------
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
12 months ago
Nelson Chan
35479c7690
Fix: Disable timezone conversion for mariadb ( #3756 )
12 months ago
Louis Lam
7772a546db
Merge 1.23.8 ( #4142 )
...
1.23.x merge to master
12 months ago
Louis Lam
c3260bbf51
Merge lock file
12 months ago
Louis Lam
c5d9c54a04
Merge branch 'master' into 1.23.X-merge-to-2.X.X-2
...
# Conflicts:
# package.json
12 months ago
Louis Lam
0110c4d57a
Merge branch '1.23.X' into 1.23.X-merge-to-2.X.X-2
...
# Conflicts:
# package-lock.json
# package.json
12 months ago
Louis Lam
37666bf35f
Update to 1.23.8
12 months ago
Louis Lam
90badfabee
Update dependencies
12 months ago
Louis Lam
81c9900e23
Merge branch '1.23.X' into 1.23.X-merge-to-2.X.X-2
...
# Conflicts:
# docker/debian-base.dockerfile
12 months ago
Adam Hancock
62780001f7
Feature: remote browser support ( #3904 )
...
* [empty commit] pull request for remote browser support
* Remote browser: Added UI screens and DB tables.
* Remote browser working
* Fixing tests
* Fix tests
* Fix tests
* fix tests
* Test browser
* revert init_db.js
* Changed drop down to ActionSelect
* Fix translations
* added remote browsers toggle
* revert changes package-lock
* Fix bad english
* Set default remote browser
* Remote browsers Requested changes
* fixed description.
12 months ago
Frank Elsinga
e3396251a8
accessible domain selector ( #4133 )
...
* made the status domain selector more accessible
* linting fix
* implemented the suggested changes
---------
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
12 months ago
Frank Elsinga
9c9a086788
accessible `ActionSelect`/ `ActionInput` ( #4132 )
...
* made sure that the ActionSelect'or has correct accessibiltiy tags
* fixed linting error
* improved the ActionInputs accessibility
12 months ago
Louis Lam
9fb95fe95e
Add support for /snap/bin/chromium ( #4141 )
12 months ago
Louis Lam
1e75d81bcf
Update apprise from 1.4.5 to 1.6.0 ( #4140 )
12 months ago
Louis Lam
cb3a104dc0
Default Retries from 1 to 0 ( #4139 )
...
* Default "Retries" from 1 to 0
12 months ago
Louis Lam
57a18958d6
Update gamedig from ~4.1.0 to ^4.2.0 ( #4136 )
12 months ago