Commit Graph

528 Commits

Author SHA1 Message Date
James Brooks d900e274c6 Test on PHP 7.3 (#3286) 2018-10-18 23:21:00 +01:00
James Brooks cdb14c9fb9 Merge pull request #3251 from anthonybocci/show-about-this-page
Include the partial "about-app" in index
2018-10-15 12:46:49 +01:00
James Wilson 18219bf328 Fixed #3101 2018-10-10 14:00:51 +01:00
Craig Ballinger 5886122a09 Update remaining hardcoded strings to support translation 2018-10-08 10:38:59 -04:00
Anthony Bocci ba0fdf1368 Include the partial "about-app"
In the settings it's possible to fill a field "About this page". If we
refer to the demo the content of this field is supposed to be shown
under the status on the status page.

The problem was the information was not shown even if it was not empty.
So if we typed "We are a company ...", this was not shown, nowhere.
Technically the problem was because the partial "about-app" was not
included so the information was never shown.

To fix that I have included the partial "about-app" in the index.
Now if the field empty nothing is shown (the same as before) but if the
field is not empty so the information is shown under the status bar.

See: #3249
2018-09-21 19:51:01 +02:00
Relative 55959d0048 Resolve styling error on signup view 2018-09-09 03:06:06 -04: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
krollebol 7777cf05d7 Update analytics.blade.php
Correct capital in variable name
2018-06-29 14:44:32 +02:00
opengd c455f94af5 Changed old app_banner_type var to new appBannerType 2018-06-28 08:26:40 +02:00
opengd 663a110403 Changed old app_banner_type var to new appBannerType 2018-06-28 08:25:13 +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 b26ec1230c Fix app name and move subscription options into partial 2018-06-18 07:15:02 +01:00
James Brooks 9ac6b8b1a2 Fixes #2996 - New incident notification is Markdown powered 2018-06-17 18:43:43 +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
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