Pēteris Caune
58a118c494
Make Ping.body size limit configurable. Fixes #301
5 years ago
Pēteris Caune
012ad88bb3
createsuperuser management command requires an unique email address ( #318 )
5 years ago
Pēteris Caune
830681d8f8
Specify encoding when reading CHANGELOG.md. Fixes #314
5 years ago
Pēteris Caune
2a8e7ee766
Django 3.0
5 years ago
Pēteris Caune
838aee6bdd
Show Healthchecks version in Django admin header cc: #306
5 years ago
Pēteris Caune
8d81ea8f9d
Add "Shell Commands" integration. Fixes #302
5 years ago
Chris Caron
b5a03369b6
Apprise Notifications are now a controlled via settings
5 years ago
Chris Caron
c2b1d00422
Apprise Integration
5 years ago
Pēteris Caune
4867fab291
Not using I18N so turning it off.
5 years ago
Pēteris Caune
40f4adf78b
Add WhatsApp integration (uses Twilio same as the SMS integration)
6 years ago
Pēteris Caune
cdfc9840a7
Source formatted with Black
6 years ago
Pēteris Caune
7c13adbf18
Add the EMAIL_USE_VERIFICATION configuration setting. Fixes #232
6 years ago
Pēteris Caune
945a66ab0a
Management command for sending inactive account notifications
6 years ago
Timothée Oliger
a0a766b500
Improve environment variables support
6 years ago
Pēteris Caune
e294ae0e9b
Setup instructions for the Matrix integration.
6 years ago
Pēteris Caune
f539e99652
Matrix integration WIP. cc: #175
6 years ago
Pēteris Caune
3230cea1e3
Use DB_HOST, DB_PORT env variables for MySQL configuration. Fixes #220
6 years ago
Tim Freund
415ec58b95
Allow SMTP configuration via environment variables
This change allows SMTP configuration via email, but users can
still choose to configure the settings directly in local_settings.py
6 years ago
Pēteris Caune
b9a24a21e7
Remove the Zendesk integration (unfinished, could not get it to work acceptably)
6 years ago
Pēteris Caune
c4543bce58
Load settings from environment variables. Fixes #187
6 years ago
Pēteris Caune
e4d0103544
Trello integration WIP
6 years ago
Tobias Macey
0beb56e82a
Added deterministic handling of sqlite database location
When running the migration command from outside of the application directory the sqlite database is created in the current working directory at the time of the command being executed. This commit updates the file path to be relative to the location of the settings file.
7 years ago
Pēteris Caune
c4b316003d
Replace healthchecks.io branding with generic branding.
7 years ago
Pēteris Caune
a869906fde
Zendesk integration (experimental and hidden from Integrations page for now)
7 years ago
Pēteris Caune
1b7d4f6f3e
Adding "Overall status" badge.
7 years ago
Pēteris Caune
96e00df0ab
Use PagerDuty Connect.
7 years ago
Pēteris Caune
25fb11bb3e
Alerts to SMS, work in progress.
7 years ago
Pēteris Caune
5cb372d18f
Configurable bot name and updated README. Fixes #115
8 years ago
Pēteris Caune
2481aa5a23
Telegram integration.
8 years ago
Pēteris Caune
f99c222ebf
More deterministic compressed CSS files.
8 years ago
Pēteris Caune
965accaedb
REGISTRATION_OPEN setting. superuser accounts by default have team access enabled. Fixes #97 and #113
8 years ago
Pēteris Caune
b63f19f415
Simplify: remove djmail and django-ses-backend dependencies.
8 years ago
Pēteris Caune
e5126925ec
Discord integration
8 years ago
Pēteris Caune
9a00fd9944
Mention SITE_NAME in README, better docs for the `unique` API field.
8 years ago
James Moore
b1bb1540b8
adds a SITE_NAME setting that's used to label the site
8 years ago
Pēteris Caune
965e32884b
Django 1.10
8 years ago
Pēteris Caune
da24bcd6aa
Pushbullet integration
8 years ago
Pēteris Caune
760b5b4fdb
Support for "Add to Slack" button
8 years ago
Pēteris Caune
fdf9c607e5
Team Access, test cleanup
9 years ago
Mounir
3c0eeddbb7
Using backend name django.db.backends.postgresql
Using new backend name which come with Django 1.9 django.db.backends.postgresql instead of django.db.backends.postgresql_psycopg2
9 years ago
Pēteris Caune
1dacc8b797
Users can add passwords to their accounts. Fixes #6
9 years ago
Pēteris Caune
dd188064fa
Store the one time login token in profile so user.password can be used for regular passwords.
9 years ago
Pēteris Caune
4e12193d8c
Custom test runner for quicker tests.
9 years ago
Pēteris Caune
0eab82c9a3
Add hc.payments to INSTALLED_APPS and braintree to requirements.txt so hc.payments tests can be run too.
9 years ago
Thomas Jost
280bd6a2a2
Handle Pushover emergency notifications
9 years ago
Thomas Jost
85c1f65887
Add Pushover integration
9 years ago
Pēteris Caune
81116431dd
braintree requirement is optional
9 years ago
Pēteris Caune
7039188482
Payments with Braintree, WIP
9 years ago
Guillaume Moigneu
d475f6f45e
Django 3.4 local_settings
Set a relative path for the local_settings.py to work in Python 3.4
9 years ago
Pēteris Caune
f0089e2cd2
Send emails using djmail, can verify email addresses in /channels/
9 years ago