Pēteris Caune
839c309cf7
Refactor for testability, add more test cases
2020-11-16 12:52:26 +02:00
Pēteris Caune
cdd2e98bd0
Remove USE_I18N and USE_L10N from settings
...
They have the default values and so are redundant.
2020-11-06 18:51:30 +02:00
Pēteris Caune
4f53325730
THe LINE Notify integration uses OAuth2 flow.
2020-09-01 11:37:54 +03:00
Pēteris Caune
b2a1c0d343
Set USE_L10N to False until we've fixed issues caused by decimal comma formatting in templates. Fixes #416
2020-08-26 16:15:29 +03:00
carson.wang
74668551a7
Add tests & Doesn't get LineNotify token using setting
2020-08-20 10:42:04 +03:00
carson.wang
65b65188d1
Test LineNotify integration with healthcheck
2020-08-20 10:42:00 +03:00
Pēteris Caune
fd14e0e03b
Experimental L10N support in base and welcome templates. cc: #404
2020-07-21 22:57:40 +03:00
Pēteris Caune
519a666057
{% site_name %} -> {{ site_name }} so we can use blocktrans tags for L10N
2020-07-21 17:59:39 +03:00
Pēteris Caune
edbfd4b437
Added /api/v1/metrics/ endpoint, useful for monitoring the service itself
2020-04-26 17:45:50 +03:00
Pēteris Caune
58a118c494
Make Ping.body size limit configurable. Fixes #301
2020-01-17 12:44:39 +02:00
Pēteris Caune
012ad88bb3
createsuperuser management command requires an unique email address ( #318 )
2020-01-07 11:46:50 +02:00
Pēteris Caune
830681d8f8
Specify encoding when reading CHANGELOG.md. Fixes #314
2019-12-19 09:59:10 +02:00
Pēteris Caune
2a8e7ee766
Django 3.0
2019-12-11 13:05:25 +02:00
Pēteris Caune
838aee6bdd
Show Healthchecks version in Django admin header cc: #306
2019-12-03 17:41:58 +02:00
Pēteris Caune
8d81ea8f9d
Add "Shell Commands" integration. Fixes #302
2019-11-20 16:00:53 +02:00
Chris Caron
b5a03369b6
Apprise Notifications are now a controlled via settings
2019-08-08 20:28:54 -04:00
Chris Caron
c2b1d00422
Apprise Integration
2019-08-07 19:36:06 -04:00
Pēteris Caune
4867fab291
Not using I18N so turning it off.
2019-06-21 13:12:05 +03:00
Pēteris Caune
40f4adf78b
Add WhatsApp integration (uses Twilio same as the SMS integration)
2019-05-31 13:01:01 +03:00
Pēteris Caune
cdfc9840a7
Source formatted with Black
2019-05-15 14:27:50 +03:00
Pēteris Caune
7c13adbf18
Add the EMAIL_USE_VERIFICATION configuration setting. Fixes #232
2019-04-01 11:16:47 +03:00
Pēteris Caune
945a66ab0a
Management command for sending inactive account notifications
2019-03-13 00:38:34 +02:00
Timothée Oliger
a0a766b500
Improve environment variables support
2019-03-12 21:57:27 +01:00
Pēteris Caune
e294ae0e9b
Setup instructions for the Matrix integration.
2019-03-09 12:22:31 +02:00
Pēteris Caune
f539e99652
Matrix integration WIP. cc: #175
2019-02-22 18:23:36 +02:00
Pēteris Caune
3230cea1e3
Use DB_HOST, DB_PORT env variables for MySQL configuration. Fixes #220
2019-02-14 10:28:46 +02:00
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
2019-02-01 14:40:24 -05:00
Pēteris Caune
b9a24a21e7
Remove the Zendesk integration (unfinished, could not get it to work acceptably)
2018-11-30 22:07:37 +02:00
Pēteris Caune
c4543bce58
Load settings from environment variables. Fixes #187
2018-10-22 17:25:58 +03:00
Pēteris Caune
e4d0103544
Trello integration WIP
2018-10-18 12:20:33 +03:00
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.
2018-01-19 14:59:24 -05:00
Pēteris Caune
c4b316003d
Replace healthchecks.io branding with generic branding.
2018-01-13 19:21:43 +02:00
Pēteris Caune
a869906fde
Zendesk integration (experimental and hidden from Integrations page for now)
2017-12-29 22:53:09 +02:00
Pēteris Caune
1b7d4f6f3e
Adding "Overall status" badge.
2017-11-10 21:52:27 +02:00
Pēteris Caune
96e00df0ab
Use PagerDuty Connect.
2017-08-29 22:23:24 +03:00
Pēteris Caune
25fb11bb3e
Alerts to SMS, work in progress.
2017-07-13 23:47:54 +03:00
Pēteris Caune
5cb372d18f
Configurable bot name and updated README. Fixes #115
2017-05-20 11:53:16 +03:00
Pēteris Caune
2481aa5a23
Telegram integration.
2017-05-11 12:57:28 +03:00
Pēteris Caune
f99c222ebf
More deterministic compressed CSS files.
2017-04-28 10:05:57 +03:00
Pēteris Caune
965accaedb
REGISTRATION_OPEN setting. superuser accounts by default have team access enabled. Fixes #97 and #113
2017-02-24 15:58:11 +02:00
Pēteris Caune
b63f19f415
Simplify: remove djmail and django-ses-backend dependencies.
2017-01-29 11:44:22 +02:00
Pēteris Caune
e5126925ec
Discord integration
2016-12-30 14:26:54 +02:00
Pēteris Caune
9a00fd9944
Mention SITE_NAME in README, better docs for the unique
API field.
2016-09-23 21:13:38 +03:00
James Moore
b1bb1540b8
adds a SITE_NAME setting that's used to label the site
2016-09-22 13:40:35 -07:00
Pēteris Caune
965e32884b
Django 1.10
2016-08-29 17:54:53 +03:00
Pēteris Caune
da24bcd6aa
Pushbullet integration
2016-07-30 18:06:10 +03:00
Pēteris Caune
760b5b4fdb
Support for "Add to Slack" button
2016-07-08 00:05:05 +03:00
Pēteris Caune
fdf9c607e5
Team Access, test cleanup
2016-05-09 15:35:13 +03:00
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
2016-02-18 15:21:55 +01:00
Pēteris Caune
1dacc8b797
Users can add passwords to their accounts. Fixes #6
2016-01-05 00:25:08 +02:00