msansen1
3abc086e81
fix french locale
4 years ago
msansen1
6c7ab87631
fix remove a space
4 years ago
msansen1
555829998c
revert gitignore file
4 years ago
msansen1
93ff332810
Adding french and gitignore file
4 years ago
Pēteris Caune
1419da460e
Add id attributes to headings in the "Server Configuration" page
4 years ago
Pēteris Caune
35e6d41793
Add README
4 years ago
Pēteris Caune
a763fa1de3
Fix DEFAULT_FROM_EMAIL
4 years ago
Pēteris Caune
98439623c5
Add experimental Dockerfile and docker-compose.yml
4 years ago
Pēteris Caune
601d8fac94
Remove the warning about a missing local_settings.py
4 years ago
Pēteris Caune
376d80afd4
Add more content from README
4 years ago
Pēteris Caune
7e6afba8bd
Fix CI: set SECRET_KEY
4 years ago
Pēteris Caune
b7c769fc0e
Add a section in Docs about running self-hosted instances
Fixes : #467
4 years ago
Pēteris Caune
fbefcbc0ed
Update apprise tests to skip if apprise is not installed
4 years ago
Pēteris Caune
94abe0fbb5
Update intro and dev setup steps in README
4 years ago
Shea Polansky
5540fc2c6d
Update README.txt to include more dev setup steps
4 years ago
Pēteris Caune
d45dc2f6a3
Change Zulip onboarding, ask for the zuliprc file
Fixes : #202
4 years ago
Pēteris Caune
9a0888aacd
Update sendalerts to log per-notification send times
To send notifications, sendalerts calls Flip.send_alerts().
I updated Flip.send_alerts() to be a generator, and to yield
a (channel, error, send_time_in_seconds) triple per sent
notification.
4 years ago
Pēteris Caune
3b6afae140
Specify timeout in the DBus calls
4 years ago
Pēteris Caune
1e46cd6e93
Tweak coveralls configuration
coveralls.io is throwing 422 and breaking CI,
this may or may not help.
Related: https://github.com/TheKevJames/coveralls-python/issues/252
4 years ago
Pēteris Caune
d7c7ae6531
Fix tests
4 years ago
Pēteris Caune
ce7e32ac03
Fix tests
4 years ago
Pēteris Caune
74ed15e0aa
Update the signal integration to use DBus
The initial implementation was just calling signal-cli directly
using `subprocess.run`.
Going with DBus makes it easier to shield signal-cli from the
rest of the system. It also makes sure the signal-cli daemon is
running in the background and receiving messages. This is important
when a recipient does the "Reset secure connection" from the app. We
must receive their new keys, otherwise our future messages will
appear as "bad encrypted message" for them.
4 years ago
Pēteris Caune
a80b831eea
Add rate-limiting for Signal messages
4 years ago
Pēteris Caune
d4aac691ce
Increase the timeout for sending Signal messages
4 years ago
Pēteris Caune
ee37d305ef
Tighten Telegram rate limit to 6 messages / minute
With the previous 10 minutes / minute limit we were still hitting
Telegram API rate limit (the 429, "Too Many Requests" response)
from time to time.
Therefore, tighten the limit a bit on our side.
4 years ago
Pēteris Caune
f607ee67d5
Allow searching in the error field in Notifications admin
4 years ago
Pēteris Caune
0aeef7d06e
Fix unwanted HTML escaping in SMS and WhatsApp notifications
4 years ago
Pēteris Caune
55a22e5043
Split AddSmsForm into PhoneNumberForm and PhoneUpDownForm
The PhoneNumberForm is used in "Add SMS" and "Add Phone Call" pages.
The PhoneUpDownForm is a subclass of PhoneNumberForm and
adds "up" and "down" boolean fields. It is used in "Add Signal"
and "Add WhatsApp" pages.
4 years ago
Pēteris Caune
847a610af9
Sort hc-add-* routes
4 years ago
Pēteris Caune
cd99af14ba
Add Signal integration
Fixes : #428
4 years ago
Pēteris Caune
959df1ffaa
Upgrade Django to 3.1.5
4 years ago
Pēteris Caune
17a404f04b
Fix email template to always show the current year in the footer
4 years ago
Pēteris Caune
599f35e4f0
Improve the crontab snippet in the "Check Details" page
Fixes : #465
4 years ago
Pēteris Caune
bf3df906f7
Tweak email CSS for nicer display in dark mode
4 years ago
Pēteris Caune
54081208c5
Add doctype declaration in the alert email template
Need it to escape quirks mode in email clients.
4 years ago
Pēteris Caune
efc44fd47c
Update report template to use same font size for all check names
Fixes : #347
4 years ago
Pēteris Caune
ca3d1d3a3b
Add the "Last Ping Type" field in the email notification template
4 years ago
Pēteris Caune
26a7918b5b
Bump pytz version 2020.1 -> 2020.5
4 years ago
Pēteris Caune
02b5ec3657
Rename "Signalling Failures" -> "Signaling Failures"
4 years ago
Pēteris Caune
70519fcd89
Fix spelling, grammar, style mistakes
4 years ago
Pēteris Caune
8fa0d04830
Exclude Bootstrap's popovers
Not using them anywhere on the site currently, so commented them out
in bootstrap.less and regenerated bootstrap.css.
4 years ago
Tim Gates
1f641962d2
docs: fix simple typo, libary -> library ( #464 )
Fix simple typo in docs, libary -> library
There is a small typo in templates/docs/python.md.
Should read `library` rather than `libary`.
4 years ago
Pēteris Caune
ce0f84a112
Fix styling
4 years ago
Pēteris Caune
8fe8e0f605
Update alert email template: more information, less styling
Fixes : #348
4 years ago
Pēteris Caune
c3b6d40012
Fix selectize initialization in the Details page
Fixes : #462
4 years ago
Pēteris Caune
823b3dbc7b
Fix tests
4 years ago
Pēteris Caune
77a5f11cf9
Update OpsGenie instructions
Fixes : #450
4 years ago
Pēteris Caune
0f1abd3498
Add tighter parameter checks in hc.front.views.serve_doc
4 years ago
Pēteris Caune
b8f1bdaf96
Update changelog for release
4 years ago
Pēteris Caune
dfd159ab18
Add a "Lost password?" link with instructions in the Sign In page
4 years ago