Commit Graph

168 Commits

Author SHA1 Message Date
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
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
James Brooks
f223e264c1 Switch back to jenseggers/date 2017-03-09 19:42:35 +00:00
James Brooks
c82ae7454c Fixes #2369 2017-02-19 11:07:34 +00:00
James Brooks
b4397158c9 Update component call. Fixes #2368 2017-02-16 08:18:44 +00:00
James Brooks
6840f6c579 Remove bad comma 2017-02-09 15:44:12 +00:00
James Brooks
1e5696d218 Fixes #2365 2017-02-09 14:48:34 +00:00
James Brooks
2da2ab80f9 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-01-04 19:51:20 +00:00
James Brooks
b8a9f41ae4 Integrate Mail, Nexmo and Slack notifications into Cachet 2017-01-04 19:51:20 +00:00
James Brooks
2b75eca7d0 Remove jenssegers/date and solely use Carbon 2017-01-02 16:11:15 +00:00
James Brooks
08ca82ea2c Fixes #2277 - ordering of components works again 2016-12-26 12:25:01 +00:00
James Brooks
edfbb2384f Components can now be supplied meta data 2016-12-05 19:03:27 +00:00
James Brooks
105cff50b9 Added metric visibility options. Closes #2244 2016-12-04 16:54:36 +00:00
James Brooks
dab4b43824 Apply fixes from StyleCI
[ci skip] [skip ci]
2016-12-03 21:18:56 +00:00
James Brooks
3eb74058b2 Fix adding of incident templates 2016-12-03 21:18:45 +00:00
James Brooks
ebc427b4b6 Apply fixes from StyleCI
[ci skip] [skip ci]
2016-11-29 18:32:01 +00:00
James Brooks
9dc80b4229 Edit the mail config from the dashboard and provide testing button 2016-11-29 18:31:37 +00:00
James Brooks
516b761220 Don't clean schedule messages either... 2016-11-14 18:22:36 +00:00
James Brooks
bb56f28b89 Don't clean incident message. Part of #2236 2016-11-14 18:22:10 +00:00
James Brooks
ebed68a7d8 Rewrite the entire scheduled maintenance implementation 2016-10-30 21:15:46 +00:00
James Brooks
a0f2d6642e Add incident column for when an incident occurred at (#2212)
Add incident column for when an incident occurred at. Closes #2208
[ci skip] [skip ci]
2016-10-29 17:25:52 +01:00
James Brooks
67b09af833 Check where consistency 2016-10-19 12:29:47 +01:00
James Brooks
fe96a00b82 Incident templates cleanup (#2182)
Clean up Incident Templates, supply incident array to them by default
2016-10-14 08:03:19 +01:00
Davide Bellini
05f93e16e8 Fixed redirects with “cachet_redirect” helper 2016-10-13 09:51:44 +02:00
James Brooks
5a9f6134c4 Completely refactor all routes 2016-10-12 21:47:46 +01:00