Commit Graph

445 Commits

Author SHA1 Message Date
rennokki fddf4d561b
Merge pull request #440 from beyondcode/revert-115-stats-url
Revert "Add support for overriding stats logger's base URL"
2020-08-13 10:09:34 +03:00
rennokki b2b2961f0e
Revert "Add support for overriding stats logger's base URL" 2020-08-13 10:09:09 +03:00
rennokki 9d8e2ff323
Merge pull request #115 from francislavoie/stats-url
Add support for overriding stats logger's base URL
2020-08-13 10:03:56 +03:00
rennokki 10208671bb
csfixing 2020-08-13 09:49:09 +03:00
rennokki 371bf5418c
inline if 2020-08-13 09:47:55 +03:00
rennokki 99c6c06897
formatting 2020-08-13 08:32:20 +03:00
rennokki a752fb9ecc
formatting 2020-08-13 08:30:24 +03:00
rennokki 4c12fb3490
Merge pull request #411 from robindrost/patch-1
Update statistics table name check
2020-08-13 08:19:01 +03:00
rennokki 81b04d0c74
Merge pull request #399 from olssonm/patch/1-broken-link
Fix broken link in FAQ
2020-08-13 08:10:56 +03:00
rennokki 7925089f57
Merge pull request #435 from JuanDMeGon/master
Required changes after pusher-js v6
2020-08-13 08:09:16 +03:00
robindrost 13d8d9491d
Update WebSocketsServiceProvider.php
Add missing space.
2020-08-12 12:29:32 +02:00
robindrost dd05008dd2
Update WebSocketsServiceProvider.php
Namespace import order.
2020-08-12 12:28:56 +02:00
robindrost 5b11224865
Update WebSocketsServiceProvider.php
Add missing {
2020-08-12 12:27:53 +02:00
robindrost c735e70009
Update WebSocketsServiceProvider.php
Add missing ;.
2020-08-12 12:27:04 +02:00
robindrost 8285f6da17
Update WebSocketsServiceProvider.php
Use schema check instead of class name check.
2020-08-12 12:26:07 +02:00
JuanDMeGon 1fdcaa6a7b
After pusher-js 6 forceTLS is default true
As now since pusher-js 6 the encrypted attribute was removed in favor of forceTLS and it is true by default, so we need to use forceTLS: false, to avoid CORS issues.
2020-08-01 17:19:57 -05:00
JuanDMeGon ab0ac05de7
The encrypted property was removed on pusher-js 6
the encrypted property was removed in favor of forceTLS one, officially on pusher-js 6.
2020-08-01 17:09:56 -05:00
robindrost 45d951c56b
Update statistics table name check
Class name was missing Table, this result into creating new migrations everytime you publish the package.
2020-06-30 14:48:28 +02:00
Marcus Olsson acf349602d
Fix broken link in FAQ 2020-06-16 09:47:41 +02:00
Marcel Pociot c5c11612e3 Merge branch 'master' of github.com:beyondcode/laravel-websockets 2020-06-02 12:04:14 +02:00
Marcel Pociot b1001f38ea wip 2020-06-02 12:03:46 +02:00
Marcel Pociot f66345c357
Update .gitattributes 2020-06-02 11:26:55 +02:00
Marcel Pociot 0b351d80ec Add documentation 2020-06-02 10:56:13 +02:00
Ricardo Lobo d7b996381d
Fix compatibility with laravel/passport (#332) 2020-04-01 12:05:44 +02:00
freek 0dbc946280 wip 2020-03-04 11:11:06 +01:00
freek 744cd6e8dc wip 2020-03-04 11:06:43 +01:00
freek 4722aa8197 Merge branch 'master' of github.com:beyondcode/laravel-websockets 2020-03-04 11:05:55 +01:00
freek de7916752f wip 2020-03-04 11:05:51 +01:00
Freek Van der Herten 6c741d8693
Merge pull request #306 from godkinmo/master
fix ws path not work in debug dashboard
2020-03-04 11:04:31 +01:00
freek 2851a2e557 Merge branch 'master' of github.com:beyondcode/laravel-websockets 2020-03-04 10:59:14 +01:00
freek cf31d16f79 wip 2020-03-04 10:59:02 +01:00
Freek Van der Herten fa0bd1c9ef
Apply fixes from StyleCI (#329) 2020-03-04 10:58:39 +01:00
freek 11c66b98fd wip 2020-03-04 10:58:32 +01:00
freek c8eea9bdc9 wip 2020-03-04 10:58:17 +01:00
Jack Fong 24101e456f fix ws path not work in debug dashboard 2020-01-24 19:24:01 +08: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
rahulhaque fa86844ea5 Debug dashboard connection exceeded error added (#194) 2019-09-04 08:44:59 +02:00
Marcel Pociot 74c3e06ece Add Laravel 6 support and ignition solution 2019-09-04 08:45:21 +02:00
Arthur Vandenberghe 0ffc19a5f5 update react dns to v1.1 (#227)
The resolverinterface (used in #223)  was newly introduced in reach/dns 1.1. This PR to avoid that people who are on react/dns 1.0 get issues.
2019-07-28 15:29:56 -04:00
Gabriel Iuga 94fb667b90 Fix for dependency upgrade (#223)
* + DnsResolver no longer extends React/Dns/Resolver as it's now a final class
+ StartWebSocketServer:getDnsResolver returns ResolverInterface to comply with new react/dns policy

* + organize imports

* + organize imports
2019-07-28 14:18:22 -04:00
Tom de Wit 639a63bfbb Allow the use of pusher-php-server 4.0 (#209) 2019-07-15 21:13:29 +02:00
Catzilla d145cd4160 Fixed channels HTTP API endpoint (#127)
* Fixed channels HTTP API endpoint
2019-05-11 08:52:04 +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
Luke Policinski 556f4338e8 Fix/Feature : Fixing ability to add custom handlers to a route by adding a custom routes method to the router (#150)
Fixing Coding Standards

Fixing Coding Standards
2019-05-11 08:46:25 +02:00
Alex Bouma 5e84ef1ddc Fix connection counting (#74)
* Fix connection counting

* Remove unused method from FakeStatisticsLogger

* Add tests for testing the connection counting

* StyleCI fixes

* Do not use Laravel 5.7.10 testing helper

* CS
2019-05-11 08:40:45 +02:00
Marcel Pociot d2146f7977 fix ability to recursively call the respond method. Fixes #173 2019-05-11 08:39:03 +02:00
Marcel Pociot 1c2b89b54d Fix content length bug 2019-02-27 15:44:42 +01:00
Marcel Pociot f26f89236e Merge branch 'master' of github.com:beyondcode/laravel-websockets 2019-02-27 15:28:09 +01:00
Marcel Pociot 82bba5bd02 Fix content length method 2019-02-27 15:27:51 +01:00