Commit graph

94 commits

Author SHA1 Message Date
Pēteris Caune
23b197526c
Password strength meter and length check in the "Set Password" form 2019-04-29 23:16:49 +03:00
Pēteris Caune
cdd8e57239
Put bootstrap.css at the top to fix precedence issues. 2019-04-10 18:41:34 +03:00
Pēteris Caune
a4fde44e3a
Can configure the email integration to only report the "down" events. Fixes #231 2019-04-10 17:54:19 +03:00
Pēteris Caune
0b90bb23ce
Merge base.html and base_project.html 2019-04-02 13:12:29 +03:00
Pēteris Caune
178b0ff95c
Show "Badges" and "Settings" in top navigation. Fixes #234 2019-04-02 11:51:35 +03: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
f2ae573872
Reduce the usage of request.project. 2019-01-29 16:54:51 +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
6b0d566922
"My Projects" page. 2019-01-29 10:59:10 +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
b12eb1ee75
Users switch between projects, not between accounts. 2019-01-22 15:58:07 +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
a5a45db7a8
Fix the sorting of projects in the top navigation dropdown menu. 2019-01-19 19:13:26 +02:00
Pēteris Caune
e98bd42438
Fix project names in the top navigation dropdown menu. 2019-01-19 18:51:29 +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
c2f200fa02
Allow simultaneous access to checks from different teams 2018-11-29 13:51:25 +02:00
Pēteris Caune
2e6d050656
Switch from selectize.js to bootstrap-select (for more versatility) 2018-11-28 20:13:24 +02:00
Pēteris Caune
0ece2664ac
Show a warning when running with DEBUG=True. Fixes #189 2018-11-06 10:48:59 +02:00
Pēteris Caune
0c6dcfa766
Responsive tweaks. 2018-10-29 14:21:47 +02:00
Pēteris Caune
40c83e3cba
Add a search box in the "My Checks" page. 2018-10-29 14:01:03 +02:00
Pēteris Caune
dd342f3d30
"Log In" -> "Sign In" 2018-10-20 19:24:21 +03:00
Pēteris Caune
a58ce791c0
Improved layout & style, fixed hamburger menu in login page. 2018-10-09 16:12:02 +03:00
Pēteris Caune
3ecd6bd422
Can toggle integrations in Details page by clicking on them. 2018-08-19 16:02:17 +03:00
Pēteris Caune
a883fe38aa
Log auto-refreshes in the details page. 2018-08-19 12:32:03 +03:00
Pēteris Caune
458c4cfeeb
Hook up buttons in the log page. 2018-08-17 15:09:36 +03:00
Pēteris Caune
5ffc3088f3
staticfiles -> static, and some cleanup 2018-08-04 19:43:00 +03:00
Pēteris Caune
dd5a690b99
"My Checks" page uses the same markup for desktop and mobile. 2018-06-11 17:25:51 +03:00
Pēteris Caune
83a2ff17e6
Toggle integrations on/off on "My Checks" page. 2018-06-10 23:19:25 +03:00
Pēteris Caune
bf1af1c0d5
Wording tweaks. 2018-05-25 20:34:08 +03:00
Pēteris Caune
6cef65e0d2
Tweak meta descriptions, keywords and copy 2018-05-17 14:13:01 +03:00
Pēteris Caune
9fb7ca7103
Users can specify a separate email address that will receive invoices. 2018-04-24 16:06:03 +03:00
Pēteris Caune
02f6853d4c Save request body for every ping, not just the last one. 2018-03-18 14:55:41 +02:00
Pēteris Caune
ba6995198b Fix tests, lazy-load user's teams. 2018-02-26 12:49:25 +02:00
Pēteris Caune
55d6471156 Validate HTTP header names in the "Add Webhook" form. 2018-02-15 13:16:13 +02:00
Pēteris Caune
c4b316003d Replace healthchecks.io branding with generic branding. 2018-01-13 19:21:43 +02:00
Pēteris Caune
56aa1b2b1f Document settelegramwebhook in README, and 2017->2018 2018-01-02 15:29:35 +02:00
Pēteris Caune
d520706c27 Adding an option to send daily or hourly reminders if any check is down. Fixes #48 2017-10-14 16:03:56 +03:00
Pēteris Caune
c3c63bf523 Style tweaks. 2017-09-03 16:16:09 +03:00
Pēteris Caune
b3395f1314 Apple touch icon. 2017-08-26 19:49:15 +03:00
Pēteris Caune
2393dad09e Users can update their email addresses. Fixes #105 2017-08-23 15:47:20 +03:00
Pēteris Caune
2d9563440e Cron syntax cheatsheet. Fixes #126 2017-07-28 23:54:48 +03:00
Pēteris Caune
3862cd6b06 Adding Check.last_ping_body field, and an UI to show it (#116) 2017-05-09 13:47:23 +03:00
Pēteris Caune
1ce6dffa59 Style tweaks, updated titles in modal dialogs. 2017-03-16 21:26:29 +02:00
Pēteris Caune
1b883690e9 oops 2017-03-16 19:52:38 +02:00
Pēteris Caune
4906a5247c Split "Account Settings" page into subpages. 2017-03-16 16:06:22 +02:00
Pēteris Caune
d0f9a624ed 2016->2017 2017-01-05 16:18:26 +02:00
Pēteris Caune
c8b1c482ea Populate timezones, use selectize. 2016-12-13 17:01:41 +02:00
Chitharanjan Das
4e260421f0 Adds 'copy to clipboard' function to example code snippets 2016-10-01 10:27:48 +05:30