Pēteris Caune
|
d05691f86f
|
SMS and phone calls now have separate "limit reached" email templates.
|
2020-08-03 18:00:48 +03:00 |
|
Pēteris Caune
|
8c13457037
|
Use separate counters for SMS and phone calls.
|
2020-08-03 17:52:09 +03:00 |
|
Pēteris Caune
|
a18eb134f5
|
Refactor: change Check.get_status(with_started=...) default value from True to False (with_started=False is or will be useful in more places)
|
2020-06-25 15:23:59 +03:00 |
|
Pēteris Caune
|
7994259003
|
When an invited user logs in, redirect them to the new project
|
2020-04-24 14:46:43 +03:00 |
|
Pēteris Caune
|
57da17b8e2
|
Send an "Ownership Transfer Request" email notification.
|
2020-04-13 15:04:59 +03:00 |
|
Pēteris Caune
|
f42b2b144a
|
New feature: Project Settings > Transfer Ownership (WIP, missing tests)
|
2020-04-12 14:46:12 +03:00 |
|
Pēteris Caune
|
22ef024885
|
Use secrets.token_urlsafe
|
2020-03-02 10:04:41 +02:00 |
|
Pēteris Caune
|
8bbf85a397
|
Remove Profile.current_project field. Fixes #336
|
2020-03-02 09:57:39 +02:00 |
|
Pēteris Caune
|
0c9c453ea0
|
Profile.current_project not used any more, remove last remaining references. cc: #336
|
2020-02-27 12:34:21 +02:00 |
|
Pēteris Caune
|
0ff4bd01e0
|
Improved UI to invite users from account's other projects. Fixes #258.
The team size limit is applied to the number of distinct users across all projects. Fixes #332.
|
2020-02-14 13:05:21 +02:00 |
|
Pēteris Caune
|
15b9611c5a
|
Show a warning in project's top navigation if the project has no configured integrations. Fixes #327
|
2020-02-13 10:29:01 +02:00 |
|
Pēteris Caune
|
4ee2646539
|
Show a red "!" in project's top navigation if any integration is not working
|
2020-01-03 13:15:24 +02:00 |
|
Pēteris Caune
|
f7496fb8cf
|
Add List-Unsubscribe-Post email header
|
2019-12-10 09:44:51 +02:00 |
|
Pēteris Caune
|
f9c61dad23
|
Fix List-Unsubscribe email header value: add angle brackets
|
2019-12-09 14:04:14 +02:00 |
|
Pēteris Caune
|
f74860bc0c
|
Add Profile.last_active_date field for more accurate inactive user detection
|
2019-11-19 16:29:38 +02:00 |
|
Pēteris Caune
|
c13ec18a27
|
5 SMS & WhatsApp sends/mo for free plans
|
2019-10-30 18:31:10 +02:00 |
|
Pēteris Caune
|
66a6de70c0
|
Send email notification when monthly SMS sending limit is reached. Fixes #292
|
2019-10-18 17:15:02 +03:00 |
|
Pēteris Caune
|
b74e56a273
|
Experimental: show the number of outages and total downtime in monthly reports. (#104)
|
2019-07-19 17:32:39 +03:00 |
|
Pēteris Caune
|
cdfc9840a7
|
Source formatted with Black
|
2019-05-15 14:27:50 +03:00 |
|
Pēteris Caune
|
945a66ab0a
|
Management command for sending inactive account notifications
|
2019-03-13 00:38:34 +02:00 |
|
Pēteris Caune
|
c89a0b4e40
|
Index the api_key fields.
|
2019-02-04 22:44:35 +02:00 |
|
Pēteris Caune
|
b0f4bd3fce
|
Show "grace" status in the "List of Projects" page. Fix the query for badges in top nav.
|
2019-02-02 00:08:00 +02:00 |
|
Pēteris Caune
|
62310a5181
|
Show overall project status in the top navigation menu and in the "Select Project" page. cc: #183
|
2019-02-01 23:25:12 +02:00 |
|
Pēteris Caune
|
02609ac05e
|
This query can return duplicates, add distinct()
|
2019-01-29 19:56:43 +02:00 |
|
Pēteris Caune
|
8dd91b247b
|
When user has no projects, don't auto-create a project.
|
2019-01-29 13:19:15 +02:00 |
|
Pēteris Caune
|
ac2a120ee8
|
"Create New Project" button in "My Projects" page.
|
2019-01-29 11:41:02 +02:00 |
|
Pēteris Caune
|
4e6fa38ec6
|
Users can create and remove Projects -- WIP
|
2019-01-28 20:09:23 +02:00 |
|
Pēteris Caune
|
eaf49f2367
|
Don't switch projects when viewing the "Account Settings" page
|
2019-01-22 16:23:51 +02:00 |
|
Pēteris Caune
|
b013a92c43
|
Move project-specific settings to a new "Project Settings" page
|
2019-01-22 15:44:54 +02:00 |
|
Pēteris Caune
|
a144bc762d
|
Fix the team member list in Account Settings > Team Access
|
2019-01-22 10:53:44 +02:00 |
|
Pēteris Caune
|
d52d292889
|
Remove Member.team_id (use Member.project_id instead)
|
2019-01-22 10:36:41 +02:00 |
|
Pēteris Caune
|
70e467fb71
|
Use a subquery in Profile.checks_from_all_projects, saves one query
|
2019-01-21 22:00:45 +02:00 |
|
Pēteris Caune
|
3c1964b493
|
Prepare for the removal of Member.team_id
|
2019-01-21 21:35:32 +02:00 |
|
Pēteris Caune
|
664aad916a
|
Remove Profile.team_name (use Project.name instead) and Profile.current_team (use Profile.current_project instead)
|
2019-01-19 17:56:16 +02:00 |
|
Pēteris Caune
|
77e3212956
|
Prepare for the removal of Profile.current_team_id
|
2019-01-19 17:24:54 +02:00 |
|
Pēteris Caune
|
c08f02ab7f
|
Drop Profile.api_key and Profile.api_key_readonly (both are stored with Project now)
|
2019-01-17 16:26:45 +02:00 |
|
Pēteris Caune
|
e2d2665edf
|
Prepare for the removal of Check.user_id
|
2019-01-15 21:36:01 +02:00 |
|
Pēteris Caune
|
fba8806e97
|
Prepare for the removal of Member.team_id
|
2019-01-14 22:33:28 +02:00 |
|
Pēteris Caune
|
f357cd3305
|
Prepare for removing Check.user_id, Channel.user_id, Profile.current_team_id
|
2019-01-14 21:13:57 +02:00 |
|
Pēteris Caune
|
82b644ae0a
|
Project.num_checks_available() method.
|
2019-01-14 12:55:54 +02:00 |
|
Pēteris Caune
|
34e54cca42
|
project_id must be not null.
|
2019-01-14 11:00:14 +02:00 |
|
Pēteris Caune
|
b5df5b3c6e
|
Project.badge_key must be not null and unique.
|
2019-01-12 22:08:43 +02:00 |
|
Pēteris Caune
|
d102f10a2d
|
Add Project.badge_key so we can preserve the current badge URLs
|
2019-01-12 21:56:56 +02:00 |
|
Pēteris Caune
|
1c69cf7f89
|
Project model. cc: #183
|
2019-01-12 16:40:21 +02:00 |
|
Pēteris Caune
|
bf1395801f
|
Fix after-login redirects for users landing in the "Add Slack" page
|
2018-11-26 17:32:23 +02:00 |
|
Pēteris Caune
|
5ef67e8bbf
|
Remove Profile.bill_to field.
|
2018-11-06 10:19:59 +02:00 |
|
Pēteris Caune
|
432e592e44
|
Add read-only API key support
|
2018-10-29 21:44:34 +02:00 |
|
Pēteris Caune
|
58cfaaa527
|
Don't send monthly reports to inactive accounts (no pings in 6 months)
|
2018-10-24 11:30:16 +03:00 |
|
Pēteris Caune
|
9f02371d6a
|
Report unsubscribe link works with POST. Include "X-Bounce-Url" header in report emails.
|
2018-10-24 10:06:51 +03:00 |
|
Pēteris Caune
|
b9a81ad382
|
Add "List-Unsubscribe" header to alert and report emails
|
2018-10-23 11:26:13 +03:00 |
|