50 Commits

Author SHA1 Message Date
James Brooks
6ee697cf7f Added AddComponentGroupCommand 2015-08-31 20:16:38 +01:00
James Brooks
69e9d75037 Show subscribers and incidents over last 30 days 2015-08-31 18:17:01 +01:00
James Brooks
70a5022740 Working on a widget design for the dashboard index 2015-08-31 18:17:00 +01:00
Michael Babker
3de15fc5e8 Route 'dashboard.components' not found
Updated to reference `dashboard.components.index` route instead.
2015-08-27 21:21:56 -04:00
James Brooks
885c17054f Allow setting of 0 incident days. Closes #920 2015-08-18 21:27:09 +01:00
James Brooks
bab843b4b1 Move incident templates directory up on 2015-08-16 15:15:54 +01:00
Graham Campbell
4a22b1b053 Merge branch '1.2' 2015-08-14 22:38:38 +01:00
James Brooks
68a41ae49f Allow setting of decimal places for metric points. Closes #823 2015-08-13 22:58:15 +01:00
James Brooks
bef736e865 Merge pull request #898 from cachethq/avoid-redirect-back
Completely remove the use of Redirect::back - closes #867
2015-08-13 22:38:30 +01:00
James Brooks
3b487ea2ec Move dashboard partials into the dashboard directory 2015-08-13 22:34:26 +01:00
James Brooks
b393557c8a Completely remove the use of Redirect::back - closes #867 2015-08-13 22:28:30 +01:00
James Brooks
76d3692d9e Added the ability for admins to delete users. Closes #791 2015-08-06 13:48:23 +01:00
Graham Campbell
fcbbfdd84e Refactor validator stuff and fix variable names in views 2015-08-03 22:32:51 +01:00
Graham Campbell
90baf18724 Backport all fixes from the master to 1.1 2015-08-03 14:23:46 +01:00
James Brooks
22b0e105ee Fix showing of verified subscribers when they're not. Fixes #855 2015-08-03 12:37:49 +01:00
James Brooks
01c690608f Fix showing of verified subscribers when they're not. Fixes #855 2015-08-03 08:58:07 +01:00
James Brooks
d2c8f414f6 Admin users may make more admin users. Closes #795 2015-08-02 14:16:00 +01:00
Graham Campbell
fb127fb861 Removed tracking 2015-08-01 17:07:06 +01:00
James Brooks
45f376e564 Added a way to hide the dashboard button from the footer (default) 2015-07-28 16:19:47 +01:00
James Brooks
3a44e4a809 Fixes #828 - Don't call format on a formatted string 2015-07-28 16:09:35 +01:00
James Brooks
dbbf4a093e Fix formatting of Blade 2015-07-11 16:15:48 +01:00
Chase Coney
7e14d6d25f Fixes #759. First pass at subscriber administration 2015-07-08 16:43:41 -05:00
James Brooks
c1a0fc10ae Use snake_case in views. Closes #778 2015-07-02 16:37:38 +01:00
James Brooks
7cd7e595f2 Downgrade bootstrap-datetimepicker 2015-06-16 15:09:49 +01:00
James Brooks
ea56ca4cec Update bootstrap-datetimepicker and fix #675 2015-06-16 14:28:26 +01:00
James Brooks
fa3b80e3af Easily update component status when editing incident. Closes #721 2015-06-15 16:27:42 +01:00
Luc Didry
ca1b5f0658 Add piwik stats 2015-06-15 11:28:38 +02:00
James Brooks
7bd3a57883 Closes #710 - Fix adding of scheduled maintenance. 2015-06-13 10:04:24 +01:00
James Brooks
df2ae7726d Adds incident visibility. Closes #602 2015-06-11 22:43:16 +01:00
James Brooks
036928e53e Closes #700 - Subscribers can now be turned on and off 2015-06-10 21:29:35 +01:00
Joseph Cohen
55dcf3a277 Handle subscribers 2015-06-09 14:13:27 -05:00
James Brooks
6b70ca7eac Somewhat improve mobile 2015-05-28 08:35:09 +01:00
James Brooks
1402242766 Wrap metric name value in quotes to prevent truncation 2015-05-23 15:47:59 +01:00
James Brooks
6044f7d87c Don't escape the two factor auth help block 2015-05-23 15:29:27 +01:00
James Brooks
d70ca8d4e5 Fixes #653 2015-05-20 22:38:09 +01:00
James Brooks
3e9d62f3f7 Change default formatting of date_format 2015-05-20 17:45:08 +01:00
James Brooks
9337c1a75b Allows ordering of component groups. Closes #573. 2015-05-19 22:54:28 +01:00
James Brooks
1aedce0219 Merge pull request #646 from cachethq/incident-format-presenter
Fixes #644 - Incident presenter respects the date format.
2015-05-19 20:17:41 +01:00
James Brooks
f2e869f610 Fixes #644 - Incident presenter respects the date format. 2015-05-19 20:04:11 +01:00
James Brooks
77d0c20015 Allow changing of incident dates. Closes #615 2015-05-19 17:40:04 +01:00
James Brooks
31336478fe Fixes #606 - Bad component.group_id when adding/editing components. 2015-05-18 16:26:34 +01:00
James Brooks
fe1425a6c0 Closes #605 2015-05-10 19:51:06 +01:00
Joe Cohen
2c0e806ad6 Merge pull request #598 from experty/L5
Use APC cache for Docker and fix bug with changing component sort order
2015-05-07 10:44:21 -05:00
James Brooks
61afb54121 Remove component list from editing incidents. 2015-04-28 11:21:57 +01:00
EdeMeijer
c4c55a73cb Use APC cache for Docker and fix bug with changing component sort order
By default, the file cache is used, but this breaks the throttling detection when authenticating.
The APC cache is tagged and will allow you to log in again after installation.
---
When changing the sort order, a form with hidden inputs for every component was serialized. The hidden inputs
had names in the form of `component[id]`. When you removed components, there would be holes in this ID sequence,
yielding a serialized array with empty values (since JS arrays always have every index until the highest one, even
if you don't specify a value).

This is fixed by just passing an array of component IDs in the desired sort order to the API endpoint. The API
will then update the components based on the implicit given sort order. Much simpler.
2015-04-25 12:00:53 +02:00
James Brooks
191e17b1a6 Closes #552 - Autosize some textareas. 2015-04-06 09:31:19 +01:00
James Brooks
04f957cf39 Fixed HTML encoding. 2015-04-03 17:46:33 +01:00
James Brooks
92c1d69b16 Support GoSquared tracking codes as well. Closes #556. 2015-04-03 17:29:14 +01:00
Joseph Cohen
37e20bf2bf Update code to match master 2015-03-26 15:07:16 -06:00
Joseph Cohen
b4ac66d727 Cachet is now a Laravel 5 app 2015-03-20 18:30:45 -06:00