Commit Graph

6519 Commits

Author SHA1 Message Date
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
TakeMeNL 201322bb53 Resolve #3269 2018-12-14 21:46:45 +01:00
Mr.Patch 80d0e6f4f7 Merge pull request #12 from CachetHQ/2.4
Update from upstream repo CachetHQ/Cachet
2018-12-01 17:23:16 +05:30
James Brooks a7789dc1a6 Merge pull request #3347 from PeterDaveHelloKitchen/speedup-travis-ci
Use PHP Debugger(phpdbg) for PHPUnit to speed up CI
2018-12-01 10:45:30 +00:00
Peter Dave Hello 76569f4cce Use PHP Debugger(phpdbg) for PHPUnit to speed up CI 2018-11-30 17:59:43 +08:00
Mr.Patch cb1da22ba6 Merge pull request #11 from CachetHQ/2.4
Update from upstream repo CachetHQ/Cachet
2018-11-27 16:12:17 +05:30
James Brooks 26d65a0ac5 Merge pull request #3344 from CachetHQ/dependabot/npm_and_yarn/url-parse-1.4.4
[Security] Bump url-parse from 1.4.1 to 1.4.4
2018-11-26 08:40:34 +00:00
Mr.Patch 86f0a801ac Merge pull request #10 from CachetHQ/2.4
Update from upstream repo CachetHQ/Cachet
2018-11-26 10:05:39 +05:30
dependabot[bot] b78c73d73d [Security] Bump url-parse from 1.4.1 to 1.4.4
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.1 to 1.4.4. **This update includes security fixes.**
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.1...1.4.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-26 02:55:08 +00:00
James Brooks 05d6af9c3a Merge pull request #3340 from nstapelbroek/feature/configure-socket-warning
Add warning when setting up localhost with mysql driver
2018-11-25 21:58:14 +00:00
Nico Stapelbroek 3d632a4441 Add support for empty values in the persistEnv method 2018-11-25 16:45:49 +01:00
Nico Stapelbroek e6fc6f3970 Explicitly set the port number when not using traditional ports 2018-11-25 16:44:28 +01:00
James Brooks 2750505f28 Merge pull request #3341 from nstapelbroek/fix/postgress-driver-during-config
Fix configuring Postgres leads to wrong database driver key
2018-11-25 15:22:40 +00:00
Nico Stapelbroek 4fb2f3e7a7 Add warning when setting up localhost with mysql driver 2018-11-25 13:46:15 +01:00
Nico Stapelbroek 6feed9e2ee Fix configuring postgres leads to wrong database driver key 2018-11-25 13:42:27 +01: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