Commit Graph

2475 Commits

Author SHA1 Message Date
Cachet Bot
d4fa12ba76 New translations cachet.php (Albanian) 2019-07-11 13:11:21 +01:00
Cachet Bot
1fe1c434c0 New translations forms.php (Afrikaans) 2019-07-11 13:11:19 +01:00
Cachet Bot
429f502e58 New translations dashboard.php (Afrikaans) 2019-07-11 13:11:17 +01:00
Cachet Bot
2fd7c44edf New translations cachet.php (Afrikaans) 2019-07-11 13:11:15 +01:00
Cachet Bot
4e488ab58c New translations cachet.php (Chinese Traditional) 2019-07-11 13:11:14 +01:00
Cachet Bot
53978ff855 New translations forms.php (Chinese Simplified) 2019-07-11 13:11:13 +01:00
Cachet Bot
bed41f3f0f New translations cachet.php (Dutch) 2019-07-11 13:11:09 +01:00
Cachet Bot
1ff3f98ec2 New translations forms.php (Dutch) 2019-07-11 13:11:07 +01:00
Cachet Bot
50c55bd5e4 New translations cachet.php (English) 2019-07-11 13:11:03 +01:00
Cachet Bot
e3eeb9c2e4 New translations forms.php (English) 2019-07-11 13:11:01 +01:00
Cachet Bot
8e88b915bc New translations forms.php (Danish) 2019-07-11 13:10:57 +01:00
Cachet Bot
9dd3e0a0a5 New translations cachet.php (Danish) 2019-07-11 13:10:56 +01:00
Cachet Bot
4195c5a8b3 New translations setup.php (Czech) 2019-07-11 13:10:54 +01:00
Cachet Bot
ca578184b9 New translations forms.php (Czech) 2019-07-11 13:10:52 +01:00
Cachet Bot
b3e8d4b7ee New translations dashboard.php (Czech) 2019-07-11 13:10:51 +01:00
Cachet Bot
963cd23d46 New translations cachet.php (Czech) 2019-07-11 13:10:49 +01:00
Cachet Bot
7ccf81de21 New translations forms.php (Chinese Traditional) 2019-07-11 13:10:46 +01:00
James Brooks
8f91f6d92f Remove Laravolt dependency. Closes #3376 2019-06-23 16:08:03 +01:00
James Brooks
066837fa71 Merge pull request #3567 from MinThaMie/3562-not-notify-maintenance
Make maintenance also optional to notify subscribers
2019-06-23 09:02:56 +01:00
James Brooks
76e9f41e55 Merge pull request #3646 from anthonybocci/feature/3618-setup-path-2.4
Allow Cachet to be setup not from the server's root
2019-06-23 08:13:32 +01:00
James Brooks
4f205e0354 Apply fixes from StyleCI 2019-06-23 07:08:31 +00:00
Cachet Bot
edfc16daf3 New translations validation.php (Czech) 2019-06-20 15:20:30 +01:00
Cachet Bot
ced1088ae0 New translations forms.php (Czech) 2019-06-20 15:20:29 +01:00
Anthony Bocci
67b43ed34d Add a missing "asset" call 2019-06-19 11:19:00 +02:00
Anthony Bocci
c5217637e6 Allow Cachet to be setup not from the server's root
The `asset()` helper was missing at some places so it was not possible
to install it in an other place than the server's root (/).

The paths have been fixed and now use the `asset()` helper. Also,
The steps process takes care of the current path.

See: #3618
2019-06-19 11:19:00 +02:00
Cachet Bot
7ae29e4063 New translations pagination.php (Portuguese, Brazilian) 2019-06-13 00:50:13 +01:00
Cachet Bot
f823a93c06 New translations pagination.php (Portuguese, Brazilian) 2019-06-13 00:40:15 +01:00
Cachet Bot
8a6ab70f1c New translations dashboard.php (Portuguese, Brazilian) 2019-06-13 00:40:14 +01:00
Cachet Bot
2a790a5daa New translations dashboard.php (Portuguese, Brazilian) 2019-06-13 00:30:14 +01:00
Cachet Bot
d5f4e3336f New translations dashboard.php (Portuguese, Brazilian) 2019-05-18 02:40:24 +01:00
Cachet Bot
95fac09611 New translations dashboard.php (Portuguese, Brazilian) 2019-05-18 02:30:14 +01:00
Cachet Bot
8635a0314d New translations cachet.php (Portuguese, Brazilian) 2019-05-18 02:30:13 +01:00
Cachet Bot
c798272b4b New translations cachet.php (Portuguese, Brazilian) 2019-05-18 02:20:22 +01:00
Cachet Bot
d1bf79b415 New translations cachet.php (Portuguese, Brazilian) 2019-05-18 02:10:13 +01:00
James Brooks
588b809319 Merge pull request #3603 from CachetHQ/l10n_2.4
New Crowdin translations
2019-05-16 08:39:31 +01:00
Cachet Bot
ded87b3f98 New translations validation.php (Portuguese, Brazilian) 2019-05-16 00:30:16 +01:00
Cachet Bot
f88fa86878 New translations cachet.php (Portuguese, Brazilian) 2019-05-16 00:30:15 +01:00
Cachet Bot
1879d0353a New translations cachet.php (Portuguese, Brazilian) 2019-05-16 00:20:19 +01:00
Anne-Greeth van Herwijnen
a86793079c Make maintenance also optional to notify subscribers 2019-04-26 11:50:15 +02:00
Anne-Greeth van Herwijnen
26d4e7161b Change text when updating the subscriptions 2019-04-25 10:23:18 +02:00
James Brooks
af503cabd0 Merge pull request #3525 from danijelk/patch-1
Make sticked messages work on PHP7.3 - Resolves #3515
2019-04-12 21:12:52 +01:00
James Brooks
6a99399a36 Merge pull request #3540 from jzinkweg/feature/incident-update-mail
Include incident update message in mail notification
2019-04-12 21:06:47 +01:00
James Brooks
acb04e2703 Removes duplicate order. Closes #3439 2019-04-12 20:51:47 +01:00
jzinkweg
0cbaa75e67 Include incident update message in mail 2019-04-10 17:22:36 +02:00
Danijel K
5d904f1ea5 Make sticked messages work on PHP7.3
compact changed behaviour on PHP7.3, and I also can't see the need for it as date and incidents are still passed to the view.
This resolves #3515
2019-03-21 14:08:23 +01:00
Marko Sulamägi
521e650b80 Add a canonical tag with full URL 2019-03-13 10:18:22 +07:00
Daniel Ruf
556cd5a550 Remove duplicate CSS properties
Remove unused parameter
2019-02-27 17:07:51 +01:00
James Brooks
8d1bdf2a84 More UX and UI fixes 2019-02-18 22:06:32 +00:00
James Brooks
13e8b39892 Improve count call 2019-02-18 22:03:01 +00:00
James Brooks
d0221bad31 Remove badly added components class 2019-02-18 22:02:54 +00:00