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
2018-03-16 08:53:40 +00:00
2018-03-17 12:57:37 +00:00
2016-02-20 11:58:54 +00:00
2017-07-27 20:18:44 -04:00
2017-05-13 15:34:33 +01:00
2018-03-15 13:48:11 +00:00
2017-06-19 22:42:58 +01:00
2017-12-29 22:17:37 +01:00
2018-01-21 20:52:07 +00:00
2017-11-30 09:22:14 +00:00
2015-07-06 17:37:01 +01:00
2016-06-10 08:40:57 +01:00
2018-01-21 20:52:07 +00:00

StyleCI Build Status License Localisation Latest Stable Version

Cachet is a beautiful and powerful open source status page system.

Community

You can now join our Slack community!

Overview

  • List your service components
  • Report incidents
  • Customise the look of your status page
  • Markdown support for incident messages
  • A powerful JSON API
  • Metrics
  • Multi-lingual
  • Subscriber notifications via email
  • Two factor authentication

Requirements

  • PHP 5.6.4+ or newer
  • HTTP server with PHP support (eg: Apache, Nginx, Caddy)
  • Composer
  • A supported database: MySQL, PostgreSQL or SQLite

Installation, Upgrades and Documentation

You can find documentation at https://docs.cachethq.io.

Here are some useful quick links:

Demo

To test out the demo, you may login to the Dashboard with the following:

  • Username: test or test@test.com
  • Password: test123

The demo resets every 30 minutes.

v2.4 Demo

To test out the demo, you may login to the Dashboard with the following:

  • Username: test or test@test.com
  • Password: test123

The demo resets every 30 minutes.

Translate Cachet

If you'd like to contribute translations, please check out our CrowdIn project.

Professional Installation Service

We offer a professional installation service. To find out more, email us at support@alt-three.com

Security Vulnerabilities

If you discover a security vulnerability within Cachet, please send an e-mail to us at support@alt-three.com. We handle all security vulnerabilities on a case-by-case basis.

Description
No description provided
Readme 37 MiB
Languages
PHP 96.1%
Dockerfile 2.8%
Shell 1.1%