0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-03-17 05:32:44 +00:00
Commit graph

52 commits

Author SHA1 Message Date
Pēteris Caune
1b7d4f6f3e Adding "Overall status" badge. 2017-11-10 21:52:27 +02:00
Pēteris Caune
1fd5d0b3ce More secure unsubscribe links for monthly reports. 2017-10-18 15:53:08 +03:00
Pēteris Caune
e1d5fa8638 Nicer "your settings have been updated" message. 2017-10-14 22:04:11 +03:00
Pēteris Caune
f611a23f0b Email reports list checks from all teams the user has access to. 2017-10-14 21:36:39 +03:00
Pēteris Caune
d520706c27 Adding an option to send daily or hourly reminders if any check is down. Fixes 2017-10-14 16:03:56 +03:00
Pēteris Caune
0723476a0c All plans now have team access, but different team size limits. 2017-09-02 15:45:20 +03:00
Pēteris Caune
9a9ec547d3 Cleanup in hc.accounts.views 2017-08-30 22:42:45 +03:00
Pēteris Caune
de7160a0e6 login, set-password, and change-email tokens use different salts. 2017-08-25 12:46:21 +03:00
Pēteris Caune
2393dad09e Users can update their email addresses. Fixes 2017-08-23 15:47:20 +03:00
Pēteris Caune
dec006890c Badges can now return either SVG or JSON 2017-06-29 15:48:59 +03:00
Pēteris Caune
207b0f9048 Adding on_delete keywords, more to come. 2017-05-28 13:38:38 +03:00
Pēteris Caune
e685154cc2 "Close Account" section in Settings page. Fixes 2017-03-16 19:39:30 +02:00
Pēteris Caune
4906a5247c Split "Account Settings" page into subpages. 2017-03-16 16:06:22 +02:00
Pēteris Caune
965accaedb REGISTRATION_OPEN setting. superuser accounts by default have team access enabled. Fixes and 2017-02-24 15:58:11 +02:00
Pēteris Caune
a4bcbb28aa /admin/login/ uses the same login view as the main site. 2017-01-28 13:16:42 +02:00
Pēteris Caune
a412f05651 /switch_team/ requires login and a valid target username 2016-12-21 18:05:55 +02:00
Pēteris Caune
d9171adb1d _associate_demo_check was crashing for returning users after cleaning up old checks. 2016-12-21 17:11:03 +02:00
Pēteris Caune
965e32884b Django 1.10 2016-08-29 17:54:53 +03:00
Pēteris Caune
c8bcb23fd6 Material icons. 2016-08-29 16:45:47 +03:00
Pēteris Caune
2ea01a5ff8 A work around for email servers that open our one-time login links. 2016-07-28 21:41:28 +03:00
Pēteris Caune
760b5b4fdb Support for "Add to Slack" button 2016-07-08 00:05:05 +03:00
Pēteris Caune
c15a4871c2 Badges 2016-07-03 18:59:07 +03:00
Pēteris Caune
813c316888 Access rights checks for team access stuff in profile page. 2016-05-14 12:51:10 +03:00
Pēteris Caune
b725b5c4a5 Team Access refinements. 2016-05-14 12:36:40 +03:00
Pēteris Caune
435b8c220d Fix bug in /accounts/switch_team/, updated messaging. 2016-05-09 18:00:34 +03:00
Pēteris Caune
feb2294a7e Tests for team access. 2016-05-09 17:29:41 +03:00
Pēteris Caune
fdf9c607e5 Team Access, test cleanup 2016-05-09 15:35:13 +03:00
Pēteris Caune
1bc0f82d25 Team access WIP 2016-05-09 11:54:18 +03:00
Pēteris Caune
5d2edfa4a0 First stab at API, POST /api/v1/checks 2016-02-16 23:41:40 +02:00
Pēteris Caune
5d2cc0b0fc Set and revoke API key in Settings page. 2016-02-16 15:08:13 +02:00
Pēteris Caune
1dacc8b797 Users can add passwords to their accounts. Fixes 2016-01-05 00:25:08 +02:00
Pēteris Caune
dd188064fa Store the one time login token in profile so user.password can be used for regular passwords. 2016-01-04 22:39:49 +02:00
Di Wu
2ebad09d14 check token redirect to login on bad token 2015-12-19 00:50:14 -08:00
Pēteris Caune
91e6f80d9a Code to send monthly reports (but no management command yet to actually send them) 2015-12-15 02:27:24 +02:00
Di Wu
427a0421c8 redirect already logged in user 2015-11-28 00:38:41 -08:00
Pēteris Caune
947f686c61 Organize imports using isort. 2015-11-02 23:55:33 +02:00
Pēteris Caune
c5578ac44a Update wording in "Incorrect Link" pages. Fixes 2015-10-28 10:01:24 +02:00
Pēteris Caune
18635e947a More tests. 2015-08-14 15:06:06 +03:00
Pēteris Caune
f0089e2cd2 Send emails using djmail, can verify email addresses in /channels/ 2015-08-14 10:56:07 +03:00
Pēteris Caune
061fc4f6a9 Notification Channels WIP 2015-08-12 23:51:45 +03:00
Pēteris Caune
0501a131ae More content in docs section 2015-08-01 23:02:51 +03:00
Pēteris Caune
9e2edeeceb Only associate demo check if it doesn't have an owner already. 2015-07-29 12:51:23 +03:00
Pēteris Caune
965599c8eb ping is csrf exempt. 2015-07-22 21:41:15 +03:00
Pēteris Caune
c54cb6469d Send emails using djrill (Mandrill) 2015-07-11 11:45:38 +03:00
Pēteris Caune
8628be8584 email_from setting, don't send alerts about checks without associated user 2015-07-08 09:40:58 +03:00
Pēteris Caune
3eaff7d596 Simpler navigation 2015-07-08 00:00:22 +03:00
Pēteris Caune
7db4185267 Better welcome page. 2015-07-01 00:28:13 +03:00
Pēteris Caune
7876da2c9e logout, unified login 2015-06-18 18:39:03 +03:00
Pēteris Caune
7997879bd8 Account creation 2015-06-12 20:49:35 +03:00
Pēteris Caune
c8b24495b9 Renames 2015-06-12 19:33:15 +03:00