Alex Renoki
1f7cbebbe6
csfixing
2020-08-13 19:54:39 +03:00
Alex Renoki
65ae998aed
Renamed the migration file on publish & loadMigrationsFrom()
2020-08-13 19:51:09 +03:00
rennokki
1227bc80d3
Merge pull request #454 from RohanSakhale/schema-check-breaks
...
Schema check breaks
2020-08-13 19:43:30 +03:00
rennokki
a18ef0c6c6
wip naming
2020-08-13 19:35:37 +03:00
rennokki
bce93adc00
Merge pull request #457 from beyondcode/fix/allow-missing-user-info-on-presence-channels
...
[fix] Allow missing user_info on Presence channels
2020-08-13 19:30:07 +03:00
Chaitali Sakhale
aced9114cc
Force migration to a fixed path
2020-08-13 21:58:57 +05:30
Alex Renoki
8b15897f63
Allow missing user_info on presence channels
2020-08-13 19:17:06 +03:00
Chaitali Sakhale
d2feddd7a6
StyleCI fixed again
2020-08-13 21:09:14 +05:30
Chaitali Sakhale
94f24be368
StyleCI fixed
2020-08-13 21:07:38 +05:30
Chaitali Sakhale
84ef4ce14e
Breaking fix for composer update
2020-08-13 21:02:31 +05:30
Chaitali Sakhale
37719bf77a
Merge branch 'master' into schema-check-breaks
2020-08-13 21:00:33 +05:30
Alex Renoki
83830548fd
Fixed the urls for the dashboard API calls
2020-08-13 15:21:55 +03:00
Alex Renoki
679a8d097a
Fixed logger
2020-08-13 14:40:19 +03:00
rennokki
d11daad638
Merge pull request #284 from zaxxo/master
...
[feature] Add restart command for WebSocket server
2020-08-13 12:25:56 +03:00
rennokki
79ef005468
Merge pull request #442 from beyondcode/feature/custom-http-stats-logger
...
[feature] Custom HttpStatisticsLogger instance
2020-08-13 12:18:48 +03:00
rennokki
102901f1eb
Merge pull request #434 from erlangp/patch-1
...
Fix 404 url by adding Request getBasePath
2020-08-13 12:17:13 +03:00
Alex Renoki
248e1c228f
Merge branch 'master' of github.com:beyondcode/laravel-websockets into feature/custom-http-stats-logger
2020-08-13 12:13:58 +03:00
rennokki
dbb1af76ae
Merge pull request #443 from beyondcode/feature/codecov
...
[feature] Codecov
2020-08-13 12:13:12 +03:00
rennokki
7fc020d1dc
formatting
2020-08-13 12:13:07 +03:00
Erlang Parasu
ee81f7ad3a
use function url
2020-08-13 17:11:57 +08:00
zaxxo-dkraemer
0915132369
Add restart command for WebSocket server
2020-08-13 10:09:55 +02:00
Alex Renoki
43ef7fde93
Using pcov as coverage provider
2020-08-13 10:43:31 +03:00
Alex Renoki
9966412d96
Added Codecov for unit testing
2020-08-13 10:33:01 +03:00
Alex Renoki
0364c7d61d
Merge branch 'feature/custom-http-stats-logger' of github.com:beyondcode/laravel-websockets into feature/custom-http-stats-logger
2020-08-13 10:17:37 +03:00
Alex Renoki
10c2a06086
wip
2020-08-13 10:17:34 +03:00
rennokki
73dfa02f3d
Apply fixes from StyleCI ( #441 )
2020-08-13 09:16:15 +02:00
Alex Renoki
5e0ec9e6a1
Added defined http logger class in the config
2020-08-13 10:15:52 +03:00
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
Erlang Parasu
14b9b11836
Update dashboard.blade.php
2020-08-01 18:29:48 +08:00
Erlang Parasu
334846dba9
getBasePath
2020-08-01 18:12:26 +08: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