Commit Graph

42 Commits

Author SHA1 Message Date
Sam Snelling b584d0cacb
Update with pub sub replication and redis driver 2019-09-23 15:34:42 -04:00
Henrik B Hansen 8e422cbc5b Make it possible to customise the port the dashboard connects to (#124)
* Make it possible to customise the port the dashboard connects to.

* Fixed so both wsPort and wssPort are changed.

* Changed env port name and added path

* Fixed typo in wsPath

* Moved port into dashboard section in config

* Changed env name to LARAVEL_WEBSOCKETS_PORT
2019-09-04 08:48:06 +02:00
Jadon 03c9835b5d Update websockets.php (#132)
Accept SSL certificate paths through `.env` file.

This is to support projects that exist as multiple clones of the same repository.

`config/websockets.php` is generally tracked by git, making it difficult to pick the unique certificates, per installation.
2019-05-11 08:49:40 +02:00
Ahmed Al-Shahawi aecbfeebe7 Add the ability to limit the maximum concurrent connections per appli… (#143)
* Add the ability to limit the maximum concurrent connections per application

Co-Authored-By: AlShahawi <alshahawi@outlook.com>
2019-05-11 08:48:33 +02:00
Ahmad Fikrizaman Bin Abd Rahim c1f6ffa51b Fix Invalid Signature issue and enable event creator to be sent from any app (#39)
* Add the ability to configure middleware.

Fixes #22

* Fix StyleCI Error.

* Include X-App-ID

* Reconstruct the PusherBroadcaster

* fix styleci

* change from overwriting constructor to new Broadcaster

* optional  inside dashboard gate

* remove comment

* fix for styleci

* Fix typo

* Removed unused $config['options']
2018-12-17 09:38:18 +01:00
Sam Snelling ec96ca7172 Update ChannelManager (#41)
* Update Channel Manager

Switch ChannelManager to an interface. Extend with an ArrayChannelManager (and copy the code). Update the config to allow for swapping. Bind it to the ServiceProvider

* Add a fallback if the config variable isn’t set

* Fix StyleCI

* Fix StyleCI line break

* Add description for the ChannelManager option
2018-12-10 20:47:52 +01:00
Alex Bouma db6d794fd5 Option to resolve DNS for the statistics endpoint (#31) 2018-12-10 10:31:19 +01:00
Marcel Pociot 9ce2cc3ff7
Apply fixes from StyleCI (#3) 2018-12-04 22:22:33 +01:00
freek 3ca4538edd nitpicks 2018-12-04 20:27:52 +01:00
Marcel Pociot c8781c29f4 wip 2018-12-04 13:32:35 +01:00
Marcel Pociot f89278ede1 wip 2018-12-04 11:48:07 +01:00
freek 4aab3d441f wip 2018-12-04 10:06:26 +01:00
freek fd2203c8bb wip 2018-12-04 00:00:35 +01:00
freek cbf8cbf1dc wip 2018-12-03 13:49:56 +01:00
freek 121b818da1 wip 2018-12-03 12:12:53 +01:00
freek 62d9dff008 wip 2018-12-03 11:58:42 +01:00
Marcel Pociot 1bf844d631 Remove numeric comment 2018-12-03 10:07:11 +01:00
freek f16267dc41 improve casing 2018-12-03 09:09:41 +01:00
freek 89ace08139 disable client messages by default 2018-12-01 16:24:36 +01:00
freek 486588c16b do as the laravel elite does 2018-12-01 15:53:41 +01:00
freek 99693249ba add enable_client_messages 2018-12-01 15:47:55 +01:00
freek 509da5bb83 wip 2018-12-01 14:32:24 +01:00
freek 573b5be21b wip 2018-12-01 14:28:17 +01:00
freek 46d7334067 rename client to app 2018-12-01 14:17:32 +01:00
freek e90e86798c renaming clients to apps 2018-12-01 13:57:02 +01:00
freek 024d107130 commit 2018-11-27 21:31:31 +01:00
freek fe811549a2 commit 2018-11-27 21:14:08 +01:00
Marcel Pociot 86d332a2c0 wip 2018-11-27 15:55:30 +01:00
freek 636bf67d6c nitpick 2018-11-26 23:52:01 +01:00
freek 041354e5eb commit 2018-11-26 23:24:24 +01:00
Marcel Pociot 687d584e56 Merge branch 'master' of github.com:beyondcode/laravel-websockets 2018-11-26 23:06:28 +01:00
Marcel Pociot 097be4d2b1 wip 2018-11-26 23:06:16 +01:00
freek 3dfaa6901c nitpikcs 2018-11-26 23:03:13 +01:00
Marcel Pociot e8e79dfef3 wip 2018-11-26 20:55:47 +01:00
Marcel Pociot fdbd046988 wip 2018-11-26 09:55:06 +01:00
freek c4da95a072 commit 2018-11-26 09:24:56 +01:00
freek 11ab7ac21a move dashboard to own namespace 2018-11-26 09:16:21 +01:00
Marcel Pociot db4eeb3813 wip 2018-11-26 09:15:39 +01:00
freek 90518976f5 nitpicks 2018-11-26 08:51:59 +01:00
Marcel Pociot 8faa7bf3f1 wip 2018-11-24 23:52:55 +01:00
Marcel Pociot f8008ea95e wip 2018-11-24 22:15:09 +01:00
freek d7ea654c3d add client provider 2018-11-24 01:25:40 +01:00
Renamed from config/config.php (Browse further)