James Brooks
60a4c15d0e
Merge pull request #2931 from nstapelbroek/feature/2895-custom-meta-descriptions-per-incident
...
Custom meta descriptions per incident
2019-01-27 14:31:34 +00:00
James Brooks
c0d9d9ceb8
Fully remove the Strengthify integration
2019-01-26 11:17:02 +00:00
James Brooks
f8b8ae8b65
Merge pull request #3197 from shuichiro-makigaki/schedule-template
...
Enable templates in scheduled maintenance dashboard
2019-01-26 10:59:49 +00:00
James Brooks
08939854a9
Don't expose current mail password
2018-12-27 23:13:38 +00:00
James Brooks
4a6fd7dc70
Merge pull request #3223 from stobbsm/2.4
...
Fixes Template not rendering when containing twig variables
2018-11-23 21:45:03 +00:00
Shuichiro MAKIGAKI
8db2b47aab
Enable templates in scheduled maintenance dashboard
2018-11-14 16:06:16 +09:00
James Brooks
9de2ea22e3
Remove third-party password strength plugin
2018-11-06 17:55:09 +00:00
Matthew Stobbs
53cb71ebaa
Added v-pre to textarea to fix view not working
2018-08-20 10:57:49 -06:00
Nico Stapelbroek
43078e9c75
Merge branch '2.4' of github.com:CachetHQ/Cachet into feature/2895-custom-meta-descriptions-per-incident
2018-07-02 11:20:47 +02:00
James Brooks
d0b802d82f
Fix datetime picker. Closes #3143
2018-06-29 20:59:13 +01:00
krollebol
e4d9728e4a
Update analytics.blade.php
...
Correct capital in variable name
2018-06-29 14:46:31 +02:00
opengd
c455f94af5
Changed old app_banner_type var to new appBannerType
2018-06-28 08:26:40 +02:00
James Brooks
dd6bbce517
Fix dashboard templates
2018-06-25 22:20:07 +01:00
James Brooks
57aef06927
Install Laravel 5.6
2018-06-25 21:48:27 +01:00
James Brooks
b22f7abd28
Fix how tags are created. Fixes #3004
2018-06-18 21:28:46 +01:00
James Brooks
d678e7d594
Fix metrics index
2018-06-17 11:32:53 +01:00
James Brooks
394a024f32
Improve dashboard component
2018-06-17 11:29:29 +01:00
James Brooks
deeb40cd48
Move errors partial out of dashboard dir to prevent DashboardComposer running
2018-06-14 20:27:42 +01:00
Shuichiro MAKIGAKI
f07c071ed2
Add rate setting for major outage
...
Major outage criteria depends on required service level.
Default value keeps 50% because it had been fixed to 50%.
2018-05-08 17:44:41 +09:00
James Brooks
3c51e5115a
Merge pull request #2894 from nstapelbroek/feature/2812-firewall-frontend
...
Feature always authenticate
2018-04-05 08:22:21 +01:00
James Brooks
0d30b7756b
Attribute incidents to who reported them
2018-03-26 20:57:09 +01:00
Nico Stapelbroek
b71c61ce7d
Update a SEO title and description in the incident meta
2018-03-19 07:21:22 +01:00
Nico Stapelbroek
129030daaf
Save a SEO title and description when creating an incident
2018-03-19 07:21:22 +01:00
A
4dbd5aaef6
Fixes the template editing as it was done in pull #2866 for creation.
...
Related to CachetHQ/Cachet#2749
2018-02-23 10:27:29 +01:00
Nico Stapelbroek
239f953e36
Add an "always authenticate" setting
2018-01-27 22:49:37 +01:00
James Brooks
5b1d9ef0f6
Fix up
2018-01-21 22:03:15 +00:00
Knight Tan
ab01609bb5
allow incident update to update component status, bug fix #2767
2018-01-21 21:59:04 +00:00
James Brooks
88e9cdf3d7
Merge pull request #2877 from nstapelbroek/feature/2720-suppress-notifications-in-maintenance
...
Suppress notifications while in maintenance mode
2018-01-21 20:59:21 +00:00
Nico Stapelbroek
b4c721d042
Make sure end users know about the notification suppression when editing incidents
2018-01-21 14:14:03 +01:00
Nico Stapelbroek
8485821491
Add setting to suppress notifications in maintenance mode
2018-01-21 12:22:14 +01:00
Nico Stapelbroek
08e1be06b6
Place the '* optional' label behind the Component form field
2018-01-20 23:23:42 +01:00
James Brooks
81f144d106
Merge pull request #2867 from nstapelbroek/feature/2618-edit-incident-updates
...
Allow editing incident updates
2018-01-15 21:33:33 +00:00
Nico Stapelbroek
1da6764b63
Fetch updates using the eloquent relationship instead of re-querying
2018-01-14 22:17:26 +01:00
Nico Stapelbroek
72b029e0e9
Add a button to Manage Incident updates
...
Also removed the link on the overview pages to re-align them with other components
2018-01-14 22:09:00 +01:00
Nico Stapelbroek
0af68e755f
Re-align the breadcrumbs in the IncidentUpdates view templates
2018-01-13 18:11:59 +01:00
Nico Stapelbroek
569b15000a
Implement edit IncidentUpdate feature
2018-01-13 17:43:35 +01:00
Nico Stapelbroek
3a9688c510
Change navigation flow from incidents to incident updates page
...
Clicking on the incident title will now navigate to the incident updates page rather than editing the incident. To prevent confusion I've also removed the "update" button from the incidents overview page and added the incident name to the page title of the incident updates page.
2018-01-13 16:01:58 +01:00
Nico Stapelbroek
700c936662
Restore add incident update functionality
2018-01-13 15:47:31 +01:00
Nico Stapelbroek
532d8a20c5
Create an incident updates overview page
2018-01-13 15:42:02 +01:00
A
c0e445ac51
Makes the editor focusable.
...
It's related to CachetHQ/Cachet#2749
On the incident template creation the editor was not focusable, now it
is.
The problem was the initialization of the editor that was done before
the DOM is fully loaded.
Using addEventListener and DOMContentListener fixes the problem and is
compatible from IE9.
2018-01-12 15:27:57 +01:00
James Brooks
26a1d28a6f
Merge pull request #2832 from xBytez/fix-2829
...
Don't hide the component-status form group in add view. Fixes #2829 .
2017-12-03 18:01:38 +00:00
James Brooks
8e1c9801fb
When disabling third-party deps, don't use Gravatar.
...
Fixes #2810
2017-12-03 17:34:59 +00:00
xBytez
2a99cf14b2
Don't hide the component-status form group in view. Fixes #2829
2017-12-02 01:23:37 +01:00
James Brooks
d807770ff6
Resource changes
2017-09-15 07:39:40 +01:00
James Brooks
7cfcf5e280
Fixes #2677
2017-09-09 13:16:50 +01:00
James Brooks
ff4e59eaf1
Merge branch '2.4' of github.com:CachetHQ/Cachet into 2.4
2017-09-09 13:08:15 +01:00
jvictor
6330f8a2fb
added auto-refresh on master status page
2017-08-31 16:09:27 +02:00
James Brooks
057e4d5393
Show a different message when subscribers are disabled
2017-08-27 11:34:22 +01:00
James Brooks
c9b4ee0ee6
Use the includeWhen macro
2017-07-27 15:58:04 -04:00
James Brooks
379440d3de
Use reduce method
2017-07-27 15:52:27 -04:00