Commit Graph

541 Commits

Author SHA1 Message Date
Antonio
123d24da93 Admin permision should override setting
enableSubscribers is used for Signup on the main dashboard, but cannot be forced for Admin on control
2019-01-19 03:16:32 +02:00
Antonio
27a0fb6008 Update index.blade.php 2019-01-19 03:05:12 +02:00
Antonio
01281b2c47 Update index.blade.php
Eding manage button for subscription
2019-01-19 02:12:28 +02:00
Graham Campbell
3d216fb3ab Fixed up vendor views 2018-12-28 14:17:57 +00:00
Graham Campbell
b18a8dff6b Commit new vendor files 2018-12-28 14:01:55 +00:00
Graham Campbell
5ffb5bc912 Upgraded to Laravel 5.7 2018-12-28 13:05:23 +00:00
James Brooks
3763a867a8 Merge pull request #3368 from CachetHQ/drop-feeds
Drop support for RSS & Atom feeds
2018-12-27 23:27:19 +00:00
James Brooks
08939854a9 Don't expose current mail password 2018-12-27 23:13:38 +00:00
James Brooks
b96c36fd61 Update Blade files 2018-12-27 22:44:00 +00:00
James Brooks
4a6fd7dc70 Merge pull request #3223 from stobbsm/2.4
Fixes Template not rendering when containing twig variables
2018-11-23 21:45:03 +00:00
Blake Nahin
0dcb11ab98 Remove extra parenthesis on subscribe page 2018-11-19 01:17:59 -08:00
James Brooks
9de2ea22e3 Remove third-party password strength plugin 2018-11-06 17:55:09 +00:00
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
Matthew Stobbs
53cb71ebaa Added v-pre to textarea to fix view not working 2018-08-20 10:57:49 -06: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