508 Commits

Author SHA1 Message Date
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
James Brooks
aa8c9d23d0
Merge pull request #2950 from shuichiro-makigaki/2.4
Add perma-link to each scheduled maintenance
2018-03-26 19:29:53 +01:00
Jordy van Dortmont
c66048d977 Fix metrics fill theme color application #2797 2018-03-26 02:13:11 +02:00
Shuichiro MAKIGAKI
7d51752251 Add perma-link to each scheduled maintenance
PR #2912 adds scheduled maintenance ID to overview HTML.
This patch introduces permanent link and icon image by the ID.
2018-03-19 19:01:02 +09:00
James Brooks
5bc0104649
Merge pull request #2922 from uxen-ab/issue-2749-template-editing
Fixes the template editing as it was done in pull #2866 for creation.
2018-03-06 08:25:35 +00: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
Shuichiro MAKIGAKI
f461ba5bcd
Merge branch '2.4' into add-schedule-id 2018-02-19 17:59:21 +09:00
Shuichiro MAKIGAKI
94662d17f0 Add ID of scheduled maintenance to list group item
This allows us to use a static URL to a scheduled maintenance.
2018-02-14 18:09:19 +09:00
Nico Stapelbroek
716135a796 Configure a title for the subscribe page 2018-02-11 21:04:41 +01:00
Nico Stapelbroek
f0cabc63ad Separate meta description for the incident, schedule and subscribe pages 2018-02-11 21:04:16 +01:00
Nico Stapelbroek
6881859e36 Move generic ApiRoutes to a whitelisted routeprovider file 2018-02-04 13:38:56 +01:00
A
d6ce735df3 Display the formatted message for incident's updates.
In order to be backward compatible, the formatted message is displayed
for incident's updates, so a strong sentance can be used as it was the
case before.
2018-01-30 14:53:21 +01:00
A
66ec744c21 Shows the incident's updates.
The incident's updates are no longer summurized with "..." and bold,
they are fully displayed in order to be able to read all the incident
life on the status page.
2018-01-30 14:52:56 +01:00
Nico Stapelbroek
6811612955 Add a hack to append the X-Cachet-Token when in the dashboard 2018-01-27 23:54:40 +01:00
Nico Stapelbroek
9107035db8 Hide the back to home button from the login when always_auth is enabled 2018-01-27 22:49:37 +01:00
Nico Stapelbroek
239f953e36 Add an "always authenticate" setting 2018-01-27 22:49:37 +01:00
Nico Stapelbroek
d8a08af6f0 Remove duplicate closing bracket in the mail template 2018-01-27 12:01:52 +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
146b518fca Fix email notification 2018-01-21 21:41:40 +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
James Brooks
edd10ab171
Merge pull request #2833 from CachetHQ/use-setting-app-name
Use settings.app_name and app.name for fallback
2018-01-21 20:57:54 +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
fe90f1aa7d Remove indentation inside blade conditionals 2018-01-14 22:29:06 +01: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
sedrubal
35c3d22fd5
Autofocus totp input 2018-01-14 21:34:09 +01:00
Nico Stapelbroek
0af68e755f Re-align the breadcrumbs in the IncidentUpdates view templates 2018-01-13 18:11:59 +01:00
Nico Stapelbroek
0849bc6543 Add link to edit IncidentUpdate to the front-end 2018-01-13 17:45:13 +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
8746412467 Update language files 2017-12-03 17:47:45 +00:00
James Brooks
8e1c9801fb When disabling third-party deps, don't use Gravatar.
Fixes #2810
2017-12-03 17:34:59 +00:00
Andreyev Dias de Melo
59ce31e654 A small typo 2017-12-03 15:34:23 -02:00
James Brooks
81956a4224 Use settings.app_name and app.name for fallback 2017-12-03 17:24:12 +00:00
Vivek
6d64ea8f12 Added postedAt on the single incident page (#2795)
Added a PostedAt tooltip
2017-12-03 10:35:23 +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
3ea1e959f9 Fix metrics not displaying. Closes #2737 2017-09-30 11:29:12 +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