Louis Lam
4e95e9ea51
Add process for beta release
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
04d93c2747
Merge branch 'master' into willianrod_feat/add-favicon-badges
...
# Conflicts:
# package-lock.json
# src/mixins/socket.js
3 years ago
Mark Vicente
95a2c967c6
check-password-strength new version 2.0.5 that support additional symbols/special characters referenced from owasp list.
3 years ago
Uğur Erkan
9e27acb511
Add socks proxy agent
3 years ago
Uğur Erkan
2cc7a990ff
Add http and https agents
3 years ago
Louis Lam
b31af8a15c
update to 1.12.1
3 years ago
Louis Lam
d5d63474d8
update to 1.12.0
3 years ago
Louis Lam
3a5b413af4
Update axios to 0.26.0 due to vulnerability
3 years ago
Jens Neuber
454c1687cf
Merge branch 'master' of https://github.com/louislam/uptime-kuma into uptime-badges
3 years ago
Louis Lam
e7e30bf497
update to 1.11.4
3 years ago
Louis Lam
742ad083e5
Fix security vulnerabilities
3 years ago
Louis Lam
41f1686147
Fix security vulnerabilities
3 years ago
Jens Neuber
28be32fc68
Merge branch 'master' of https://github.com/louislam/uptime-kuma into uptime-badges
3 years ago
Louis
a0d51a15cf
Fix security vulnerabilities
3 years ago
Louis Lam
bfee63452d
Merge branch 'master' into mqtt
3 years ago
Louis Lam
fd1fce0143
Update stylelint from 13.13.x to 14.2.x
3 years ago
Louis Lam
076d6bdbb6
Merge branch 'master' into mqtt
...
# Conflicts:
# package-lock.json
# server/database.js
3 years ago
Louis Lam
ec5037f30d
update to 1.11.3
3 years ago
Louis Lam
8f3ec33591
update to 1.11.2
3 years ago
Jens Neuber
35360e2069
add badges
3 years ago
Louis Lam
4005856ba6
run build dist when building docker image
3 years ago
Louis Lam
5ee5ea909d
Add Github Action: close-incorrect-issue.yml
3 years ago
Louis Lam
8bb8b0a53c
update to 1.11.1
3 years ago
Louis Lam
f9cd0eb084
fix upload-artifacts
3 years ago
Louis Lam
7899707582
update to 1.11.0
3 years ago
Louis
b62f1475ee
🐍
3 years ago
Balázs Csaba
5a8162747c
Upgrade qrcode to 1.5.0
3 years ago
Balázs Csaba
220108ebc6
Upgrade bree to 7.1
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
Louis Lam
8f3ef734bc
disable e2e test, as it is getting unstable recently on GitHub action
3 years ago
Balázs Csaba
c36190bba6
Node engine version
3 years ago
Louis Lam
9f0c66d775
fix node-sqlite3 security issues
3 years ago
Louis Lam
94ffeeeab6
update dependencies
3 years ago
Louis Lam
c811c1ccde
Merge pull request #753 from chakflying/settings-redesign
...
UI: Redesign/organize settings page
3 years ago
Louis Lam
5d3bf68123
add remove-2fa command
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
Louis Lam
bf64095cea
update to 1.10.2
3 years ago
Louis Lam
733d0af75f
update to 1.10.1
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
Louis Lam
1ba2034701
freeze bootstrap to 5.1.3 to prevent breaking changes
3 years ago
Louis Lam
124c98ce76
update to 1.10.0
3 years ago
Louis Lam
741ed548da
Merge branch 'master' into use_hideCount_option
3 years ago
Louis
ba93129b18
Merge branch '1.9.X'
...
# Conflicts:
# server/server.js
3 years ago
Willian Rodrigues Barbosa
036218f711
Add badges to favicon
3 years ago
Louis
cf548df15f
update to 1.9.2
3 years ago
Adam Stachowicz
f2a27a2cf1
Use `hideCount` option for pagination
3 years ago
Louis
3e5ae00d25
update dependencies
3 years ago
Andreas Brett
8fb8cbdaf3
use auth0/jwt-decode
3 years ago
Louis Lam
ff5f2e8dfb
add limiter
3 years ago
Louis Lam
56094a43d7
add passwordStrength
3 years ago
Louis Lam
c6fc385289
update to 1.9.1
3 years ago
Louis Lam
5f36d2acda
fix upload artifacts
3 years ago
Louis Lam
cc36ff5210
update to 1.9.0
3 years ago
Louis Lam
c363d3374e
fix "build-docker-nightly-alpine" wrong path
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
Louis Lam
e2dbacb383
Fix encoding problem of ping result for non-English Windows
3 years ago
Adam Stachowicz
281671b938
Fix build
...
Add `cross-env` deleted in 11c3c636e0
3 years ago
Louis Lam
407581ee07
move jest config files to config dir
3 years ago
Louis Lam
11c3c636e0
move dockerfile, docker-compose.yml to docker folder
3 years ago
Louis Lam
911d4ea37b
move vite.config.js to config folder
3 years ago
Louis
2286f78f57
update to 1.8.0
3 years ago
Louis
d9eab90a69
Merge branch 'no-need-build'
...
# Conflicts:
# .dockerignore
# .gitignore
3 years ago
Nelson Chan
656a4d6270
WIP: Enable background jobs
...
WIP: Remove better-sqlite3
3 years ago
LouisLam
01812cc446
[test] add test for i18n currentLocale
3 years ago
LouisLam
11abc1f1e0
[test] add test for i18n currentLocale
3 years ago
LouisLam
c0846124c2
update vite to 1.6.4, since it fixed the issue
3 years ago
LouisLam
20af179a82
[test] try to auto test Windows and MacOS
3 years ago
Louis Lam
8c63536eb8
Merge pull request #451 from zsxeee/notification_form_i18n
...
Notification form i18n
3 years ago
LouisLam
a8badb027d
update modded node-sqlite3 to 6.0.0
3 years ago
zsxeee
7f1edb49bc
Fix i18n
...
Upgrade vue-i18n to 9.1.9.
Fix wrong tag name.
3 years ago
zsxeee
7002a778f0
Rollback vue-i18n version to 9.1.7
3 years ago
LouisLam
4ded0c073a
[test] fix timeout issue
3 years ago
LouisLam
49720c709c
improve the test with a single command only "npm test"
3 years ago
LouisLam
e71f5bf314
update dependencies
3 years ago
LouisLam
79e0c9e1f1
setup unit test for setup
3 years ago
LouisLam
d25603e629
update jest test
3 years ago
LouisLam
37d1e50ff1
fix data path for test
3 years ago
LouisLam
a2a4c70cf5
setup jest-puppeteer
3 years ago
LouisLam
2625cbe0d2
add script for downloading the dist files from github
3 years ago
LouisLam
7b4c70860c
split the base images in order to prevent recompile the base part
3 years ago
LouisLam
6513c3e75f
allow update minor version only, to prevent the breaking change in the future like vite 2.6
3 years ago
Louis Lam
9d079eeec0
Merge pull request #487 from cmandesign/feature/fa-lang-rtl
...
Feature/fa lang rtl
3 years ago
LouisLam
8d8d5987e7
update to 1.7.3
3 years ago
LouisLam
1fa90bffaa
freeze vite version to 2.5.* (2.6.* is broken when build the project)
3 years ago
LouisLam
67f221d3c7
update to 1.7.2
3 years ago
Soroosh
f2c7308c96
Fixed Change Language Direction In Setting Page
3 years ago
LouisLam
3677aa639f
update to 1.7.1
3 years ago
Soroosh
04b7a4a423
Merge Conflict Resolved
...
Farsi Lang Updated
Some hardcoded words has been replaced with translations
3 years ago
Soroosh
56d8f585fd
Add postcss-rtlcss and postcss-scss
3 years ago
LouisLam
ce9a97a107
update to 1.7.0
3 years ago
LouisLam
0afa3a2c21
Merge branch '1.6.X'
...
# Conflicts:
# server/database.js
# server/server.js
3 years ago
LouisLam
51512b6f5f
update dependencies
3 years ago
LouisLam
70fbe9a2d9
fix alpine nightly build
3 years ago
Adam Stachowicz
5fa9b33c79
Install `cross-env` as dev dependency for now
3 years ago
Adam Stachowicz
f6a984b671
start-server-dev. Fixes #460
3 years ago
LouisLam
a71814c80b
add util.ts comments
3 years ago
LouisLam
469e8f6fd6
Merge branch 'master' into public-dashboard
...
# Conflicts:
# package-lock.json
3 years ago
LouisLam
780cb0a145
install-legacy-peer-deps to install-legacy
3 years ago
LouisLam
1c8b3ce451
no need to build sqlite and add nightly for alpine
3 years ago
LouisLam
4591adc05e
second attempt: prebuilt node-sqlite3 and update SQLite to 3.36
3 years ago
LouisLam
76a39f1388
update to 1.6.3
3 years ago
LouisLam
6681f49a58
Merge branch 'master' into public-dashboard
...
# Conflicts:
# .dockerignore
3 years ago
Louis
6ec219908b
test nodejs 16
3 years ago
LouisLam
9b8f01cfc6
since eslint can auto fix semicolon, standardize all end with semicolon
3 years ago
LouisLam
579e07ded4
Merge branch 'master' into public-dashboard
3 years ago
LouisLam
8230cfe13f
use "next" tag to keep vue3 up-to-update
3 years ago
Adam Stachowicz
79920b5f2c
Fix languages after 80322cbfe7
...
Fix ESLint deprecated warning. Update `README.md` for languages. Update `update-language-files` script
3 years ago
LouisLam
e8f4fabcd0
[status page] crop and resize logo
3 years ago
LouisLam
35fe9690e8
update to 1.6.2
3 years ago
LouisLam
d7a230ac15
Merge branch 'master' into public-dashboard
...
# Conflicts:
# server/server.js
# src/main.js
3 years ago
LouisLam
9da2a01a74
[status page] checkpoint
3 years ago
LouisLam
ab6b97d77a
update dependencies, fix axios security problem
3 years ago
LouisLam
e205adfd7b
[status page] developing
3 years ago
Bert Verhelst
ddcd3c2a19
Merge remote-tracking branch 'origin/master' into feature/timezones-package
3 years ago
LouisLam
02247c4174
Merge remote-tracking branch 'origin/master'
3 years ago
Bert Verhelst
a7674755ba
Move timezones to npm package and convert util-frontend.js to typescript
3 years ago
LouisLam
400fc13cf2
add npm install script for npm7
3 years ago
Ponkhy
8cd5bad44c
Merge branch 'master' into 2fa
3 years ago
LouisLam
d953ba7c60
update to 1.6.1
3 years ago
LouisLam
31b4a5c33e
build-docker, debian first
3 years ago
LouisLam
a49df29a87
update to 1.6.0
3 years ago
Ponkhy
403202d4d4
Added simple TOTP Two Factor Authentication
3 years ago
LouisLam
f5c6d422d5
switch debian to be the main docker base
3 years ago
LouisLam
ee60d74910
fix dockerfile path
3 years ago
LouisLam
6a603203cc
update to 1.5.3
3 years ago
LouisLam
4b8e7fcffc
update "build-docker" to build both platforms
3 years ago
LouisLam
0d87a6dfea
update vue to 3.2.8
3 years ago
Louis Lam
4f28bfbde3
Merge pull request #309 from Saibamen/updateDependencies
...
Update dependencies
3 years ago
LouisLam
b1647a310e
add demo db
3 years ago
Adam Stachowicz
e7929f461d
Update dependencies
3 years ago
LouisLam
ad38e61c26
add language file preparation script
3 years ago
LouisLam
a5e62141d5
update to 1.5.2
3 years ago
LouisLam
f1238ab762
update to 1.5.1
3 years ago
LouisLam
cd1a3a2fb9
revert back to node-sqlite3, as better-sqlite3 causes a lot of installation problems
3 years ago
LouisLam
3e7bb355fd
update to 1.5.0
3 years ago
LouisLam
fa549cb80e
fix npm7 broken dependencies
3 years ago
LouisLam
ec731d174d
Merge branch 'MichelBaie_master'
3 years ago
LouisLam
0d65918a6a
change bcrypt to bcryptjs, use my own prebuilt better-sqlite3, supports more prebuilt
3 years ago
LouisLam
03b4086372
add CAA test and remove some files added by mistake
3 years ago
LouisLam
508586fcfd
add codesandbox config for demo
3 years ago
LouisLam
8318c2e8ff
add a simple dns server for testing, and disable ipRegex for dev only (need to input port)
3 years ago
LouisLam
302d2665d2
run stylelint for the project
3 years ago
LouisLam
393c4fb1a7
update stylelint
3 years ago
LouisLam
dd4c00eed3
add vue i18n
3 years ago
Nelson Chan
066b67dfce
Proj: Add lint commands
3 years ago
LouisLam
2f50fc4c00
plan to switch to better-sqlite3, drop node-sqlite3
3 years ago
LouisLam
2bff1ebe0f
update to 1.3.2
3 years ago
LouisLam
49ba5fb1b2
update to 1.3.1
3 years ago
LouisLam
d27789a8ae
Revert "update to 1.3.1"
...
This reverts commit b53582a812
.
3 years ago
LouisLam
b53582a812
update to 1.3.1
3 years ago
LouisLam
4571a9b8c1
check update
3 years ago
LouisLam
b1168d4cdb
update to 1.3.0
3 years ago
LouisLam
61944d642e
wip: implementing install script
3 years ago
LouisLam
d218661f3d
wip: implementing install script
3 years ago
LouisLam
5d0b6190c3
update to 1.2.0
3 years ago
LouisLam
0b45694f2f
update all dependencies
3 years ago
Nelson Chan
48c6d8f19f
Feat: Display recent ping chart
3 years ago
LouisLam
24b87fcd5a
update vue to 3.2.1
3 years ago
LouisLam
365ea0a189
add batsh
3 years ago
LouisLam
efc9a254f4
update to 1.1.0
3 years ago
LouisLam
d0aad3400c
add reset password in cli
3 years ago
LouisLam
adcd251076
Merge branch 'master' into redirects&status
3 years ago
LouisLam
d3e24df225
fix high severity vulnerabilities by using my fork sqlite3 package
3 years ago
LouisLam
8350bff629
update dependencies
3 years ago
Nelson Chan
8f7885e58a
Feat: Implement MaxRedirects & StatusCodes
3 years ago
LouisLam
d315e8306b
update to 1.0.10
3 years ago
LouisLam
8fce62632d
a better script for version update
3 years ago
LouisLam
807db8a2d8
update to 1.0.9
3 years ago
LouisLam
48a4ced9a5
update to 1.0.8
3 years ago
Nelson Chan
cdaa0a54a4
Fix: use new version of babel-eslint-parser
3 years ago
Nelson Chan
b91e9ddb7a
Fix: Add babel-eslint
3 years ago
LouisLam
081abcb6a1
add util.ts for sharing common functions between frontend and backend
3 years ago
LouisLam
4b86c84c36
fix icon for "Resume"
3 years ago
LouisLam
063697c20a
set the port by env.PORT, specific node version in package.json
3 years ago
LouisLam
435e4faef3
test heroku deployment
3 years ago
LouisLam
1425d0e91a
test heroku deployment
3 years ago
Adam Stachowicz
8331e795e7
Merge branch 'master' into eslint_stylelint
3 years ago
Adam Stachowicz
3c6af6d3f4
Add ESLint and StyleLint
3 years ago
LouisLam
209fa83cff
Add Basic Auth for /metrics
3 years ago
LouisLam
934b797623
Merge branch 'master' into feature/add_prometheus_metrics
...
# Conflicts:
# server/model/monitor.js
3 years ago
LouisLam
cafd2c7388
add vue-fontawesone
3 years ago
LouisLam
4d7c2d329b
Update to 1.0.7
3 years ago
Matthew Macdonald-Wallace
7acb265559
Remove bcryptjs and node-gyp, they should not be here...
3 years ago
Matthew Macdonald-Wallace
582fb2fe29
Export general metrics via the /metrics endpoint
3 years ago
Matthew Macdonald-Wallace
9a1bf6006a
Add initial package import and config
3 years ago
LouisLam
afd4cf2425
Merge branch 'master' into simple_pagination
3 years ago
LouisLam
657acf748b
update to 1.0.6
3 years ago
Adam Stachowicz
9928ea8c30
Merge branch 'master' into simple_pagination
3 years ago
LouisLam
25c370c9ff
Merge branch 'update_packages'
...
# Conflicts:
# package-lock.json
# package.json
3 years ago
LouisLam
9227ff6ea3
add nightly build for amd64 only
3 years ago
Adam Stachowicz
16f363ac38
Merge branch 'master' into simple_pagination
3 years ago
Louis Lam
23611e540c
Merge pull request #70 from Saibamen/fix_npm_warnings
...
Fix NPM warnings
3 years ago
LouisLam
66037e236c
add apprise support
3 years ago
Adam Stachowicz
a173700cd4
Add pagination
3 years ago
Adam Stachowicz
9c248776e7
Update dependencies
3 years ago
Adam Stachowicz
309caa4279
Fix indentation
3 years ago
Adam Stachowicz
28b14ceb70
Fix NPM warnings
3 years ago
LouisLam
78f5d2cd8b
update to 1.0.5
3 years ago