Louis Lam
bef6a7911f
Add GitHub Copilot Chat to devcontainer
1 year ago
Frank Elsinga
0fe8d04f78
made the way telegram handles axios errors like all the other notification providers ( #3623 )
1 year ago
Nelson Chan
7c49f7e5a6
Feat: Full server-side pagination for important events ( #3515 )
...
* Feat: Serverside pagination for importantBeats
* Chore: Remove unused state
* Apply suggestions from code review
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* Fix: Add watch for monitor
* Fix: Fix compatibility with dynamic page length
* Chore: Fix lint
* Merge conflict
---------
Co-authored-by: Frank Elsinga <frank@elsinga.de>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
1 year ago
Chongyi Zheng
499429858c
Use API v2 for Bark notification ( #2759 )
...
* Use API v2 for Bark notification
* API v2 endpoint should end with path `/push`
* Support both v1 and v2
* Flip the bool
* Allow selecting api version
* Apply review suggestion
Co-authored-by: Nelson Chan <3271800+chakflying@users.noreply.github.com>
* Add translated string to `en.json`
* Apply review suggestion
Co-authored-by: Nelson Chan <3271800+chakflying@users.noreply.github.com>
---------
Co-authored-by: Nelson Chan <3271800+chakflying@users.noreply.github.com>
1 year ago
Louis Lam
de7bc487ed
Sync the column order
1 year ago
Floris-Jan
2266f31100
changed notification.config from varchar to text. ( #3763 )
1 year ago
Louis Lam
2ef759a362
Allow missing patch files for downgrade or testing pr.
1 year ago
Nelson Chan
33cc96f918
Fix: subtract time taken to run heartbeat ( #3072 )
1 year ago
Louis Lam
8c24b02fce
Fix rebase-pr.js
1 year ago
Louis Lam
34b9fe2ffe
A small tool for rebasing pr ( #3781 )
1 year ago
Louis Lam
4156c78c09
Update CONTRIBUTING.md
1 year ago
Louis Lam
38bcab67f9
Rollback eslint as a breaking change, just pin the version of eslint-plugin-jsdoc to avoid error
1 year ago
Louis Lam
22f5bb1684
Update eslint
1 year ago
Louis Lam
7a7783a266
Fix conflict
1 year ago
Louis Lam
59119b9e71
Merge branch '1.23.X'
...
# Conflicts:
# package-lock.json
1 year ago
Louis Lam
b3b8e9f3a0
Update to 1.23.2
1 year ago
Louis Lam
e5345848a2
Update dependencies
1 year ago
Nelson Chan
0d846be10e
Fix: misc. styling fixes ( #3757 )
1 year ago
FC (Fay) Stegerman
d8a8f6c08b
EditMonitor: add missing config UI for json-query ( #3751 )
1 year ago
Louis Lam
f98a1ce077
Ignore some build files
1 year ago
Louis Lam
86fa57449e
Fix #3596
1 year ago
Louis Lam
ff51704cdf
Fix #3712
1 year ago
Henrik Gerdes
33804d8823
fix: respect the user defined oauth2 auth method ( #3727 )
1 year ago
Nelson Chan
1e12ca4786
Fix: Disable save button on submit ( #3729 )
1 year ago
Louis Lam
9ef1e69ae0
Push Examples ( #3735 )
1 year ago
Louis Lam
9c24cd3973
Update README.md
1 year ago
Louis Lam
1654d13db9
Update CONTRIBUTING.md
1 year ago
DevMirza
82bad6deaa
🐛 fix: AutoTest workflow ( #3725 )
1 year ago
Louis Lam
83d91dbb1b
Set mariadb timezone to UTC using +00:00 ( #3723 )
1 year ago
Louis Lam
13a799d778
[eslint] space-infix-ops = error
1 year ago
Nelson Chan
0af4ee6c34
Fix: Missing await for isActive ( #3717 )
1 year ago
Frank Elsinga
7711679e1a
made shure that all databse patches have the db-patch warning ( #3624 )
1 year ago
Louis Lam
faf8b5e7ce
Fix prevent-file-change ( #3722 )
1 year ago
Louis Lam
fd680feb97
Prevent to modify lang files ( #3720 )
1 year ago
Frank Elsinga
d6af9162c1
Chore: Extracted the dns monitor to its own monitor-type ( #3413 )
...
* extracted the dns monitor to its own monitor-type
* linting fixes
* another formatting fix
* Fix: Improve dnsMessage handling (#3614 )
* fixed docs
* fixed formatting changes
1 year ago
Anders Kvist
f0c54be43f
Adding x-www-form-urlencoded ( #3499 )
...
* Adding x-www-form-urlencoded
* Adding example of x-www-form-urlencoding to body.
* A bit cleaner.
* Update server/model/monitor.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* Update src/pages/EditMonitor.vue
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* Update src/pages/EditMonitor.vue
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
* Add simple test
---------
Co-authored-by: Anders Kvist <ak@cego.dk>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
1 year ago
Louis Lam
9f7f7a182e
Minor
1 year ago
ZaneL1u
1f29fabe64
fix: fix the judgment condition of Tailscale ( #3701 )
1 year ago
Frank Elsinga
d6302198f3
chore(jsdoc):Linting fixes ( #3703 )
...
* fixed the lockfile having a different version
* jsdoc
1 year ago
Louis Lam
d243cd84bf
docker-compose change back to 1
1 year ago
Nelson Chan
f3e1a9c61a
Fix: Incorrect database check in sqlHourOffset ( #3706 )
1 year ago
Louis Lam
a8bc0f8d6a
Fix auto test ( #3702 )
1 year ago
Nelson Chan
bfc7b498be
Feat: Toast notification timeout settings ( #3441 )
...
* Add toast timeout to the settings
Changing gui, adding timeout with a fix value
memo
rc
rollback readme
cleanup code
cleanup code
Review fixes
review fix 2
* Feat: Add clearAll button below toastContainer
* Feat: Load & Apply defaults, improve wording
Chore: Remove unused
* Feat: Change setting to affect monitor notif. only
* Apply suggestions from code review
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
* Chore: Fix JSDoc
---------
Co-authored-by: Berczi Sandor <sandor.berczi@urss.hu>
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
1 year ago
mueller-ma
62f4434711
Fix typo ( #3694 )
1 year ago
Louis Lam
33f7448048
Don't run worst case test on GitHub Actions ( #3688 )
...
* Don't run worst case test on GitHub Actions
* Deprecate jest
1 year ago
Louis Lam
9c61247162
Fix #3679
1 year ago
Louis Lam
ed04008569
Remove incorrect warning
1 year ago
Louis Lam
f3517bc08d
Fix avg ping
1 year ago
Brandon De Rose
283d52a861
UI/UX: Added no tags found message to tags filter ( #3676 )
1 year ago
Louis Lam
6e887b056c
Fix docker build issue in 2.0
1 year ago