Commit Graph

6534 Commits

Author SHA1 Message Date
James Brooks
5986e93347 Merge pull request #3387 from CachetHQ/dependabot/composer/doctrine/dbal-2.9.2
Bump doctrine/dbal from 2.9.1 to 2.9.2
2019-01-01 10:59:56 +00:00
James Brooks
5e533374b7 Merge pull request #3394 from CachetHQ/license-2019
Bump LICENSE year
2019-01-01 10:58:26 +00:00
James Brooks
123c4a4680 Bump LICENSE year 2019-01-01 10:44:00 +00:00
dependabot[bot]
54f24b0641 Bump doctrine/dbal from 2.9.1 to 2.9.2
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.9.1 to 2.9.2.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](https://github.com/doctrine/dbal/compare/v2.9.1...v2.9.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-31 06:39:46 +00:00
James Brooks
0ad12aef79 Apply fixes from StyleCI 2018-12-30 17:07:14 +00:00
James Brooks
99702144ff Merge pull request #3384 from CachetHQ/l10n_2.4
New Crowdin translations
2018-12-30 17:06:54 +00:00
James Brooks
7d5bb0348d Merge pull request #3383 from CachetHQ/markdown-defaults
Use safer markdown defaults
2018-12-30 09:18:00 +00:00
Cachet Bot
052661c412 New translations pagination.php (German) 2018-12-30 03:10:16 +00:00
Cachet Bot
d05b137667 New translations cachet.php (German) 2018-12-30 03:10:15 +00:00
Cachet Bot
6d1c1c5fe7 New translations forms.php (Dutch) 2018-12-30 03:10:11 +00:00
Graham Campbell
468e4e329e Use safer markdown defaults 2018-12-30 03:08:22 +00:00
Graham Campbell
9d4193ba45 Merge pull request #3382 from CachetHQ/security-patches
Upgraded dependencies following XSS vulnerability discovery
2018-12-30 03:04:05 +00:00
Graham Campbell
3428868962 Upgraded dependencies following XSS vulnerability discovery 2018-12-30 02:46:15 +00:00
James Brooks
a570dcb0c2 Apply fixes from StyleCI 2018-12-29 10:26:35 +00:00
James Brooks
e85714315e Merge pull request #3294 from anthonybocci/setup-requires-username-3244
Set the mail username optional in setup
2018-12-29 10:26:22 +00:00
Anthony Bocci
cecf894911 Let the mail_username required except for sendmail
During the setup the "mail_username" was required and it was then
undone, so using the sendmail driver we can let the username empty.

It would be bad to let the username optional for every drivers, because
in some configurations, like SMTP, the username is required for the SMTP
server so if the user let it empty its mail configuration will be bad.

The mail_username is now optional only if the mail driver is sendmail.

See: #3244
2018-12-28 19:42:42 +01:00
Anthony Bocci
c9bc2f52d4 Set the mail username optional in setup
During the setup process email informations were asked:
  - Driver
  - Host
  - Username
  - Password

In some situations the username is not useful because the Cachet's
host may be configured to forward email to a server.

The problem is the username was required, so we had to set a username
and then update the .env file to remove it.

To fix this problem, the mail username has been set to optional in
the setup. So if someone needs a username it still can use this field,
and otherwise people can let it empty.

See: #3244
2018-12-28 19:36:44 +01:00
Graham Campbell
59df070e53 Merge pull request #3377 from CachetHQ/upgrades
Updated doctrine and emoji packages
2018-12-28 17:46:31 +00:00
Graham Campbell
3fca9e6f58 Updated doctrine and emoji packages 2018-12-28 16:43:38 +00:00
Graham Campbell
12c22c04b5 Merge pull request #3372 from CachetHQ/laravel-upgrade
Upgraded to Laravel 5.7
2018-12-28 16:32:56 +00:00
Graham Campbell
3d216fb3ab Fixed up vendor views 2018-12-28 14:17:57 +00:00
Cachet Bot
5b90a4523d Apply fixes from StyleCI 2018-12-28 14:02:37 +00:00
Graham Campbell
3ab5393404 Merge branch 'laravel-upgrade' of https://github.com/CachetHQ/Cachet into laravel-upgrade 2018-12-28 14:02:26 +00:00
Graham Campbell
b18a8dff6b Commit new vendor files 2018-12-28 14:01:55 +00:00
Cachet Bot
4c656399dc Apply fixes from StyleCI 2018-12-28 13:57:08 +00:00
Graham Campbell
e764023ad8 Deal with settings read/write errors properly 2018-12-28 13:56:53 +00:00
Graham Campbell
5ffb5bc912 Upgraded to Laravel 5.7 2018-12-28 13:05:23 +00:00
James Brooks
ea651313ec Apply fixes from StyleCI 2018-12-28 08:32:01 +00:00
James Brooks
569323dec3 Remove unused $config property 2018-12-28 08:31:46 +00:00
James Brooks
64ba300cf9 GitHub now supports transferring an issue 2018-12-28 08:20:42 +00:00
James Brooks
305872b7f8 Merge pull request #3323 from CachetHQ/dependabot/composer/laravolt/avatar-2.1.0
Bump laravolt/avatar from 1.8.1 to 2.1.0
2018-12-28 07:57:19 +00:00
Graham Campbell
bd413c105a Merge pull request #3371 from CachetHQ/js-deps
Upgraded JS deps and rebuilt assets
2018-12-28 01:13:53 +00:00
Graham Campbell
555edd822d Upgraded JS deps and rebuilt assets 2018-12-28 00:58:49 +00:00
dependabot[bot]
2dd00f6d57 Bump laravel-mix-purgecss from 2.2.0 to 3.0.0
Bumps [laravel-mix-purgecss](https://github.com/spatie/laravel-mix-purgecss) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/spatie/laravel-mix-purgecss/releases)
- [Changelog](https://github.com/spatie/laravel-mix-purgecss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-mix-purgecss/compare/2.2.0...3.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-28 00:53:28 +00:00
dependabot[bot]
d6206ea3ed Bump laravolt/avatar from 1.8.1 to 2.1.0
Bumps [laravolt/avatar](https://github.com/laravolt/avatar) from 1.8.1 to 2.1.0.
- [Release notes](https://github.com/laravolt/avatar/releases)
- [Changelog](https://github.com/laravolt/avatar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/laravolt/avatar/compare/1.8.1...2.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-28 00:40:58 +00:00
Graham Campbell
fc80a6fefb Rebuilt composer.lock 2018-12-28 00:36:11 +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
df5ade6554 Merge pull request #3287 from sideffect0/2.4
grep -rl "test\.com" . | xargs sed -i 's/test.com/example.com/g'
2018-12-27 22:55:23 +00:00
James Brooks
b96c36fd61 Update Blade files 2018-12-27 22:44:00 +00:00
James Brooks
34e15b2c78 Drop support for RSS & Atom feeds. 2018-12-27 22:37:11 +00:00
James Brooks
98edf82983 Update deps 2018-12-27 22:17:10 +00:00
James Brooks
6d8a60d293 Apply fixes from StyleCI 2018-12-27 22:13:20 +00:00
James Brooks
5db11d5f7a Merge pull request #3334 from CachetHQ/l10n_2.4
New Crowdin translations
2018-12-27 22:13:05 +00:00
James Brooks
a01d7d4f40 Merge pull request #3342 from nstapelbroek/feature/explicit-port-numbers
Write port numbers explicitly to the .env
2018-12-27 22:09:29 +00:00
James Brooks
84fd58459d Merge pull request #3362 from TakeMeNL/bugfix/3269
Resolve #3269
2018-12-18 08:21:11 +00:00
Cachet Bot
2edfee3643 New translations dashboard.php (Swedish) 2018-12-17 17:30:19 +00:00
Cachet Bot
93f957f602 New translations cachet.php (Swedish) 2018-12-17 17:30:17 +00:00
James Brooks
cddeac0066 Merge pull request #3363 from TakeMeNL/bugfix/3288
Resolve #3288
2018-12-17 17:27:04 +00:00
TakeMeNL
5f1dfc6249 Resolve #3288
If Binput::get('enabled') is not defined this will return NULL which resulted in a false.
Updated tests
2018-12-17 17:46:31 +01:00