Commit Graph

270 Commits

Author SHA1 Message Date
James Brooks
0900a9c880 New translations 2017-01-05 16:31:05 +00:00
James Brooks
ea648c8081 New translations 2017-01-05 16:31:03 +00:00
James Brooks
2c1db5f0d8 New translations 2017-01-05 16:21:16 +00:00
James Brooks
fda9143278 New translations 2017-01-05 16:21:14 +00:00
James Brooks
f524f9cc0f New translations 2017-01-05 16:21:12 +00:00
James Brooks
b404038bd5 New translations 2017-01-05 16:21:11 +00:00
James Brooks
87bccd0525 New translations 2017-01-05 16:21:09 +00:00
James Brooks
8eef0d2c03 New translations 2017-01-05 16:21:06 +00:00
James Brooks
f6cdfe9651 New translations 2017-01-05 16:21:05 +00:00
James Brooks
50581017a8 New translations 2017-01-05 16:21:03 +00:00
James Brooks
2430564726 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-01-05 16:17:18 +00:00
James Brooks
3435478ff1 New translations 2017-01-05 16:17:12 +00:00
James Brooks
3ff5e683c0 New translations 2017-01-05 16:17:11 +00:00
James Brooks
2bd2a6c848 New translations 2017-01-05 16:17:10 +00:00
James Brooks
0c97bfb63e New translations 2017-01-05 16:17:08 +00:00
James Brooks
1103ad1dbc New translations 2017-01-05 16:17:07 +00:00
James Brooks
607152a2f0 New translations 2017-01-05 16:17:06 +00:00
James Brooks
85c1ef3721 New translations 2017-01-05 16:17:04 +00:00
James Brooks
7b118a34f4 New translations 2017-01-05 16:17:02 +00:00
James Brooks
ce577fb97d Include unsubscribe link in Slack footer 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
647a751f83 Update langs 2017-01-02 16:05:03 +00:00
James Brooks
2429fddd40 Fix html entities 2017-01-02 15:21:16 +00:00
James Brooks
ccf2f1cd1a Apply fixes from StyleCI
[ci skip] [skip ci]
2017-01-02 15:11:57 +00:00
James Brooks
ca81a34044 New translations 2017-01-02 15:11:51 +00:00
James Brooks
02309f7c6e New translations 2017-01-02 15:11:48 +00:00
James Brooks
790c7a11ec New translations 2017-01-02 15:11:46 +00:00
James Brooks
8b10b6abfd New translations 2017-01-02 15:11:44 +00:00
James Brooks
6fdad1d525 New translations 2017-01-02 15:11:42 +00:00
James Brooks
74468beba7 New translations 2017-01-02 15:11:40 +00:00
James Brooks
fd3cf2de21 New translations 2017-01-02 15:11:38 +00:00
James Brooks
eae44a46a6 Translated 2017-01-02 15:11:35 +00:00
James Brooks
05b534861a Translated 2017-01-02 15:11:33 +00:00
James Brooks
ef5e2810f5 New translations 2017-01-02 15:11:31 +00:00
Thijs Kinkhorst
fc77102fc9 Fix validation messages.
They seem to have all been shifted one position down by accident,
therefore no longer matching the keys. This basically reverts commit
21fac30350 i.r.t. this file.
2016-12-20 13:47:46 +00:00
James Brooks
105cff50b9 Added metric visibility options. Closes #2244 2016-12-04 16:54:36 +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
c9c592b033 Show an alert when ./bootstrap/cachet is not writeable. 2016-11-25 20:19:38 +00:00
James Brooks
ec625a13d9 Tidy up the service statuses 2016-10-30 21:42:32 +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
Nicolas Fagotti
b223da94a0 Add "Unknown" status to the available component statuses 2016-10-24 10:32:00 -03:00
James Brooks
70f2f1d32e Merge pull request #2158 from CachetHQ/remember-me
Add remember me functionality to login
2016-10-08 18:25:01 +01:00
James Brooks
0371d86be0 Making changes to the setup screen 2016-10-08 17:30:32 +01:00
James Brooks
b0d5306023 Add remember me functionality to login 2016-10-08 16:39:53 +01:00
Graham Campbell
b482dc8c79 Fixed outage translation typo 2016-10-07 15:15:39 +01:00
James Brooks
c94919f1b9 Backport Incident Updates from v3.0.0 2016-10-06 22:40:56 +01:00
James Brooks
179de1ff28 Option to only show disrupted days. Closes #2088 2016-10-04 19:16:50 +01:00
Marius Palade
ad0954eb20 Add visibility to component groups (#2027)
Implement visibility for the components groups. Closes #1892

Add functional test that asserts a guest can only see public items.

* Fix tests not running due to hitting the Setup page.

The missing `boostrap/cachet/testing.php` file is now generated the first time tests are ran.

* Add a functional test that asserts logged in users can see all items.

Add constants for possible values for the visible column/field of the ComponentGroup model.
Code review changes.

* Add API tests for component group visibility feature.

* Implement the visibility hidden option for a component group. Fixes #1892.

Add migration for the created_by column, in component_groups table.
Add methods to the ComponentGroup and User models to be able to work with the created_by column.
Hidden component groups are no longer displayed on the index page for loggedin users.
Add functional test for the dashboard page.
Save owner on create/edit component group.
Update the API tests for Component group visibility feature.

* Replace auth() usage with app(Guard::class).

* Apply StyleCI fixes.

* Drop the hidden visibility feature and fix all tests.

Some code review fixes too.

* Rename public to visible since it's a reserved keyword. Apply StyleCI fixes and correct typo.

* Code review changes.

* Tidy up component and component groups gathering.

* Code review changes and StyleCI fixes.

* Code review changes.

* Remove extra whitespace

* Remove useless method.
2016-10-02 13:57:32 +01:00