Pēteris Caune
22ef024885
Use secrets.token_urlsafe
5 years ago
Pēteris Caune
8bbf85a397
Remove Profile.current_project field. Fixes #336
5 years ago
Pēteris Caune
0c9c453ea0
Profile.current_project not used any more, remove last remaining references. cc: #336
5 years ago
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 .
5 years ago
Pēteris Caune
15b9611c5a
Show a warning in project's top navigation if the project has no configured integrations. Fixes #327
5 years ago
Pēteris Caune
4ee2646539
Show a red "!" in project's top navigation if any integration is not working
5 years ago
Pēteris Caune
f7496fb8cf
Add List-Unsubscribe-Post email header
5 years ago
Pēteris Caune
f9c61dad23
Fix List-Unsubscribe email header value: add angle brackets
5 years ago
Pēteris Caune
f74860bc0c
Add Profile.last_active_date field for more accurate inactive user detection
5 years ago
Pēteris Caune
c13ec18a27
5 SMS & WhatsApp sends/mo for free plans
5 years ago
Pēteris Caune
66a6de70c0
Send email notification when monthly SMS sending limit is reached. Fixes #292
5 years ago
Pēteris Caune
b74e56a273
Experimental: show the number of outages and total downtime in monthly reports. ( #104 )
5 years ago
Pēteris Caune
cdfc9840a7
Source formatted with Black
6 years ago
Pēteris Caune
945a66ab0a
Management command for sending inactive account notifications
6 years ago
Pēteris Caune
c89a0b4e40
Index the api_key fields.
6 years ago
Pēteris Caune
b0f4bd3fce
Show "grace" status in the "List of Projects" page. Fix the query for badges in top nav.
6 years ago
Pēteris Caune
62310a5181
Show overall project status in the top navigation menu and in the "Select Project" page. cc: #183
6 years ago
Pēteris Caune
02609ac05e
This query can return duplicates, add distinct()
6 years ago
Pēteris Caune
8dd91b247b
When user has no projects, don't auto-create a project.
6 years ago
Pēteris Caune
ac2a120ee8
"Create New Project" button in "My Projects" page.
6 years ago
Pēteris Caune
4e6fa38ec6
Users can create and remove Projects -- WIP
6 years ago
Pēteris Caune
eaf49f2367
Don't switch projects when viewing the "Account Settings" page
6 years ago
Pēteris Caune
b013a92c43
Move project-specific settings to a new "Project Settings" page
6 years ago
Pēteris Caune
a144bc762d
Fix the team member list in Account Settings > Team Access
6 years ago
Pēteris Caune
d52d292889
Remove Member.team_id (use Member.project_id instead)
6 years ago
Pēteris Caune
70e467fb71
Use a subquery in Profile.checks_from_all_projects, saves one query
6 years ago
Pēteris Caune
3c1964b493
Prepare for the removal of Member.team_id
6 years ago
Pēteris Caune
664aad916a
Remove Profile.team_name (use Project.name instead) and Profile.current_team (use Profile.current_project instead)
6 years ago
Pēteris Caune
77e3212956
Prepare for the removal of Profile.current_team_id
6 years ago
Pēteris Caune
c08f02ab7f
Drop Profile.api_key and Profile.api_key_readonly (both are stored with Project now)
6 years ago
Pēteris Caune
e2d2665edf
Prepare for the removal of Check.user_id
6 years ago
Pēteris Caune
fba8806e97
Prepare for the removal of Member.team_id
6 years ago
Pēteris Caune
f357cd3305
Prepare for removing Check.user_id, Channel.user_id, Profile.current_team_id
6 years ago
Pēteris Caune
82b644ae0a
Project.num_checks_available() method.
6 years ago
Pēteris Caune
34e54cca42
project_id must be not null.
6 years ago
Pēteris Caune
b5df5b3c6e
Project.badge_key must be not null and unique.
6 years ago
Pēteris Caune
d102f10a2d
Add Project.badge_key so we can preserve the current badge URLs
6 years ago
Pēteris Caune
1c69cf7f89
Project model. cc: #183
6 years ago
Pēteris Caune
bf1395801f
Fix after-login redirects for users landing in the "Add Slack" page
6 years ago
Pēteris Caune
5ef67e8bbf
Remove Profile.bill_to field.
6 years ago
Pēteris Caune
432e592e44
Add read-only API key support
6 years ago
Pēteris Caune
58cfaaa527
Don't send monthly reports to inactive accounts (no pings in 6 months)
6 years ago
Pēteris Caune
9f02371d6a
Report unsubscribe link works with POST. Include "X-Bounce-Url" header in report emails.
6 years ago
Pēteris Caune
b9a81ad382
Add "List-Unsubscribe" header to alert and report emails
6 years ago
Mounir
48d12ac62c
Setting api key will save it as a byte
urlsafe_b64encode return a byte, which will result in an api key saved with something like b'apikey'
I did not tested it but urlsafe_b64decode looks like doing the job also.
7 years ago
Pēteris Caune
ef6e1870d9
Preliminary Django 2 support
7 years ago
Pēteris Caune
b191b968f3
sendreports, sendalerts: and avoid db access while rendering templates--template renderer swallows any exceptions
sendreports: use select_related() to avoid doing N queries
7 years ago
Pēteris Caune
0b68393bb0
Profile.token generated from os.urandom
7 years ago
Pēteris Caune
1fd5d0b3ce
More secure unsubscribe links for monthly reports.
7 years ago
Pēteris Caune
2a7ee66d1e
Profile.set_next_nag_date does not touch already set dates.
7 years ago