Commit Graph

191 Commits

Author SHA1 Message Date
Anne-Greeth van Herwijnen b5816a3340 Fix StyleCI 2019-04-26 13:12:30 +02:00
Anne-Greeth van Herwijnen a86793079c Make maintenance also optional to notify subscribers 2019-04-26 11:50:15 +02:00
James Brooks adea4b269b Better check 2019-04-13 10:15:11 +01:00
James Brooks 3f070538c8 Handle feed failures. Closes #3521 2019-04-13 10:07:42 +01:00
James Brooks 497cbe5525 Do not use arr_* or str_* helpers 2019-02-01 20:55:51 +00:00
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
Adrien Poupa 7fb6384860 Eager load group on the dashboard/components page not to query twice 2018-12-06 23:24:41 -05:00
Adrien Poupa 1068d72eea Eager load user on the incident page not to query twice 2018-12-06 23:20:08 -05:00
James Brooks a2143a1682 Correct my email 2018-07-02 22:04:20 +01: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 9b3b979d49 Apply fixes from StyleCI (#3147)
[ci skip] [skip ci]
2018-06-29 16:10:32 +01:00
bruno f1e97e1cdd Fix for error 500 when clicking Compontent groups. Variable name changed 2018-06-29 16:26:54 +02:00
James Brooks 8bb8ee3dc7 Fix command dispatching 2018-06-25 22:25:54 +01:00
James Brooks a4a7bccaa7 Fix settings log 2018-06-25 21:49: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 a28fe28f41 Apply fixes from StyleCI (#3097)
[ci skip] [skip ci]
2018-06-17 15:59:19 +01:00
James Brooks 600d95ae56 Add missing IncidentTemplateController 2018-06-17 15:58:37 +01:00
James Brooks 4427d083f9 Split incident updates out of incident controller 2018-06-17 15:58:37 +01:00
James Brooks caa0054c80 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-06-17 10:19:16 +00:00
James Brooks 500b897362 Split Components and ComponentGroups into two controllers 2018-06-17 11:19:00 +01:00
Henning Surmeier cf6d6ad906 Don't check stylesheet with Binput 2018-04-18 14:38:07 +02: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
Anthony Bocci d4c1e145fa Redirect to setting page on image uploading error
In the settings we can upload an image as banner. There are some
verifications that are done on the file to check that it's a valid
image.
If the file is not valid, a redirection is done to the theme page with
an error message.

When redirecting to the theme page because of an error on the file, the
controller redirects to an URL set in a variable. The problem was this
variable '$redirectUrl' was undefined, so the controller thrown an
error. The problem occured only if there was an error on the file, but
it worked well if the file was a valid image.

In the controller's constructor a 'submenu' field is set with panel
items and url, so the variable '$redirectUrl' is set to the theme
page URL. Now if there is an error with the file, the user is well
redirected and the error is displayed.

See: CachetHQ/Cachet#2956
2018-03-24 00:05:20 +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
Nico Stapelbroek f4af539881 StyleCI fixes 2018-02-04 13:44:34 +01:00
Nico Stapelbroek c8e6a8f7c3 Fix a bug where route:cache would not properly clear the old setup 2018-02-04 13:20:27 +01:00
Nico Stapelbroek 5d02ec59c1 Fix a bug where the dynamic middleware would fail to load due to caching 2018-01-27 23:11:30 +01:00
James Brooks 5b1d9ef0f6 Fix up 2018-01-21 22:03:15 +00:00
Knight Tan d2975cd1eb added component and status to CreateIncidentUpdateCommand 2018-01-21 21:59:04 +00:00
Knight Tan ab01609bb5 allow incident update to update component status, bug fix #2767 2018-01-21 21:59:04 +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 1da6764b63 Fetch updates using the eloquent relationship instead of re-querying 2018-01-14 22:17:26 +01:00
Nico Stapelbroek 55f6ee7dc7 Fix styleci violations 2018-01-13 18:32:02 +01:00
Nico Stapelbroek 569b15000a Implement edit IncidentUpdate feature 2018-01-13 17:43:35 +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
James Brooks 42fd84ea79 Fixes #2859 2018-01-11 21:43:01 +00:00
James Brooks 2b2968bca5 Smarter monolog integration. Fixes #2823 2017-12-03 17:02:01 +00:00
Luis Henrique Mulinari 7e40e5c9a3 Fix coding standard 2017-10-11 21:26:15 +02:00
Luis Henrique Mulinari 968bc6a3ce Code clean up. Remove some duplicate keys; Remove some unused parameters; Fix some FQCN; 2017-10-11 21:19:07 +02:00
James Brooks 964eaa3ce0 Renamed Scheduled Maintenance to just Maintenance. Closes #2516 2017-07-18 22:35:20 +01:00
James Brooks b0468f8c36 Fixes #2630 2017-07-17 12:42:37 +01:00
James Brooks 979ea1110c Fixes #2463 - Redirect back instead of erroring 2017-05-06 11:01:14 +01:00
James Brooks 2786b5b0da Fix bad Update success message 2017-05-03 09:42:02 +01:00
James Brooks 4607d90401 Improve metric threshold 2017-03-18 11:15:43 +00:00
James Brooks 485116b5ce Rename incident bus 2017-03-18 09:41:33 +00:00
James Brooks a55575656d Rename Bus Add to Create 2017-03-18 09:30:36 +00:00
James Brooks 17b203f579 Fix log page. Closes #2419 2017-03-10 21:46:17 +00:00