Commit Graph

7320 Commits

Author SHA1 Message Date
James Brooks
5cad818009 New translations dashboard.php (Norwegian) 2018-01-16 14:05:55 +00:00
James Brooks
cd27ba590d New translations cachet.php (Norwegian) 2018-01-16 14:05:54 +00:00
James Brooks
bc304c8d22 New translations notifications.php (Korean) 2018-01-16 14:05:53 +00:00
James Brooks
ad36341400 New translations pagination.php (Korean) 2018-01-16 14:05:51 +00:00
James Brooks
09ebe0560a New translations dashboard.php (Persian) 2018-01-16 14:05:51 +00:00
James Brooks
179b06366a New translations forms.php (Korean) 2018-01-16 14:05:49 +00:00
James Brooks
c6c74b2094 New translations cachet.php (Korean) 2018-01-16 14:05:48 +00:00
James Brooks
230b66aa6f New translations notifications.php (Japanese) 2018-01-16 14:05:47 +00:00
James Brooks
2e5e35eb7e New translations setup.php (Japanese) 2018-01-16 14:05:46 +00:00
James Brooks
a38a22e947 New translations pagination.php (Japanese) 2018-01-16 14:05:45 +00:00
James Brooks
1a560522bc New translations forms.php (Japanese) 2018-01-16 14:05:44 +00:00
James Brooks
8efb8396ff New translations dashboard.php (Japanese) 2018-01-16 14:05:43 +00:00
James Brooks
4f459ad56b New translations cachet.php (Japanese) 2018-01-16 14:05:42 +00:00
James Brooks
5ee422c1c9 New translations notifications.php (Italian) 2018-01-16 14:05:40 +00:00
James Brooks
17969f5d74 New translations validation.php (Italian) 2018-01-16 14:05:39 +00:00
James Brooks
14009b2fb8 New translations pagination.php (Italian) 2018-01-16 14:05:38 +00:00
James Brooks
cc64dbc0ae New translations dashboard.php (Korean) 2018-01-16 14:05:37 +00:00
James Brooks
0e1218e22d New translations pagination.php (Romanian) 2018-01-16 14:05:35 +00:00
James Brooks
9ad1fe0f35 New translations forms.php (Persian) 2018-01-16 14:05:34 +00:00
James Brooks
d7e59df7ac New translations dashboard.php (Romanian) 2018-01-16 14:05:33 +00:00
James Brooks
48b4d3e455 New translations cachet.php (Romanian) 2018-01-16 14:05:32 +00:00
James Brooks
dea5be0119 New translations notifications.php (Portuguese, Brazilian) 2018-01-16 14:05:31 +00:00
James Brooks
1834f55e2c New translations pagination.php (Portuguese, Brazilian) 2018-01-16 14:05:29 +00:00
James Brooks
939af2177d New translations forms.php (Portuguese, Brazilian) 2018-01-16 14:05:28 +00:00
James Brooks
6138bd3d57 New translations dashboard.php (Portuguese, Brazilian) 2018-01-16 14:05:27 +00:00
James Brooks
a0513bd450 New translations cachet.php (Portuguese, Brazilian) 2018-01-16 14:05:25 +00:00
James Brooks
3ad9820983 New translations notifications.php (Portuguese) 2018-01-16 14:05:24 +00:00
James Brooks
2c01c44a81 New translations pagination.php (Portuguese) 2018-01-16 14:05:23 +00:00
James Brooks
00bce7101e New translations dashboard.php (Portuguese) 2018-01-16 14:05:22 +00:00
James Brooks
358c62078b New translations cachet.php (Portuguese) 2018-01-16 14:05:20 +00:00
James Brooks
8cab2b6755 New translations notifications.php (Polish) 2018-01-16 14:05:19 +00:00
James Brooks
6c756b9396 New translations validation.php (Polish) 2018-01-16 14:05:18 +00:00
James Brooks
4075bc83e2 New translations pagination.php (Polish) 2018-01-16 14:05:17 +00:00
James Brooks
5cca7502ea New translations forms.php (Polish) 2018-01-16 14:05:16 +00:00
James Brooks
893be4fe6c New translations dashboard.php (Polish) 2018-01-16 14:05:15 +00:00
James Brooks
ac4cd9a388 New translations cachet.php (Polish) 2018-01-16 14:05:14 +00:00
James Brooks
7a4fea5f40 New translations forms.php (Portuguese) 2018-01-16 14:05:12 +00:00
James Brooks
d7f02fdcb1 New translations cachet.php (Afrikaans) 2018-01-16 14:05:11 +00:00
Anthony
d5b93dadce Merge pull request #3 from CachetHQ/2.4
Update from upstream repo CachetHQ/Cachet
2018-01-16 09:45:16 +01:00
James Brooks
5cbd9b8654 Merge pull request #2868 from nstapelbroek/feature/inf-to-asterisk
Replace Inf with asterisk when using pluralization in translations
2018-01-16 07:57:26 +00:00
Nico Stapelbroek
06efafc3ae Replace Inf with asterisk when using pluralization in translations
Since Laravel 5.4 the "Inf" has been replaced with *
@see https://laravel.com/docs/5.4/upgrade#upgrade-5.4.0
2018-01-16 08:56:12 +01:00
James Brooks
81f144d106 Merge pull request #2867 from nstapelbroek/feature/2618-edit-incident-updates
Allow editing incident updates
2018-01-15 21:33:33 +00:00
James Brooks
b0e3337f3a Merge pull request #2870 from sedrubal/feature_totp-autofocus
Autofocus totp input
2018-01-15 15:37:24 +00:00
A
c11626a137 Adds the js regenerated by npm run prod due to the previous commit.
Related to CachetHQ/Cachet#2848
2018-01-15 11:40:17 +01:00
A
fc2e6f4062 Improves sorting of metric's labels.
When selecting the time of metric's points only the time was selected,
not the date. The issue with this is mainly in the view "Last 12 hours".
Example:
It's 11:10 am and I choose the "Last 12 hours" view, the metrics points
will be from 23:00 yesterday to 11:00 am today.
When giving all these datas and labels to ChartJS, it sorts the points
by label from lower to highter. It means 23:00 (from yesterday) will be
after the datas of today, it doesn't have sense.

To fix it, I've added in the repositories the date in addition to the
time. So it's no longer 11:00 that is selected but 2018-01-15 11:00.
I've updated the Metric vue in order to cut the label when displaying so
it doesn't change the displaying.
Because there are metric views that are based on date but not time,
there is a condition in the Metric vue to cut the string only if the
time is present.

Related to CachetHQ/Cachet#2848
2018-01-15 11:28:41 +01:00
A
d8208be179 Prevents to select metric points in future.
The metrics had problem with the points, if I post/save a metric point
that is created in the future, it was selected.

Example:
It is 10:00 am, I post or save a metric point and it's 'created at'
10:30 am. Using the "Last 12 hours" the metric point would be selected.

This update is applied on all the SQL queries, on minutes, hours, days.

Related to CachetHQ/Cachet#2848
2018-01-15 11:13:57 +01:00
A
0f6512fbf1 Display the metric's suffix in tooltip.
When we mouseovered on a point on a metric, the value was shown but the
suffix wasn't.
It was due to a curly bracket issue, the "tooltip" option wasn't given
as an "option" sub-object, but as a third argument of the Chart
constructor. A curly bracket was closed to early.
This is fixed and the suffix is now displayed.

Related to CachetHQ/Cachet#2848
2018-01-15 13:00:56 +01:00
Nico Stapelbroek
fe90f1aa7d Remove indentation inside blade conditionals 2018-01-14 22:29:06 +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
72b029e0e9 Add a button to Manage Incident updates
Also removed the link on the overview pages to re-align them with other components
2018-01-14 22:09:00 +01:00