Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/LiveHelperChat/livehelperchat_laravel

This is Laravel version of Live Helper Chat. This wraps Live Helper Chat under Laravel framework. So you can write your own modules/extension using Laravel API. This way we can migrate Live Helper Chat over time to Laravel, without rewriting everything from scratch.
https://github.com/LiveHelperChat/livehelperchat_laravel

update by

bec982b0a3962c8a3e1f665e987360bb8c056298 authored over 4 years ago
Revert per user API rate limit

It was changed from per user to per application in ced3e50bca279f5a499a6d513fcdfd2a020c28ce

453d7286f3918e067b7a06707be1f22ef59815b8 authored over 4 years ago
Update composer.json (#5452)

aeec665b75258eea6cc03df1945e60f066183305 authored over 4 years ago
Update CHANGELOG.md

d82d7505a17355dfe09c6722cebd6274f11585eb authored over 4 years ago
add 'multiple_of' translation (#5449)

8d3ca07c4cff6d36593625ee4b34e19ce2dba15b authored over 4 years ago
[8.x] Added 'LOG_LEVEL' env variable in .env.example (#5445)

* Added 'LOG_LEVEL' env variable in .env.example

Added 'LOG_LEVEL' env variable in .env.examp...

6bfe68365d0ab1301dfae87867814048440d6a78 authored over 4 years ago
Update CHANGELOG.md

c66546e75fcbf208d2884b5ac7a3a858137753a3 authored over 4 years ago
Update CHANGELOG.md

f5161080d4a62e5b88909d8f8e5b407c76750b2b authored over 4 years ago
Update logging.php (#5442)

Added `LOG_LEVEL` env variable

f12fd984142093287d4c1218b9f4581d977ddb52 authored over 4 years ago
[8.x] Update the badges to use shields.io (#5441)

* Update the badges to use shields.io

Shields.io works a lot better than the old pugx.org.

...

7b958b5d15d2cacb8cc5dcc80d1171c51622e5e9 authored over 4 years ago
type hint the middleware Request (#5438)

stemming from https://github.com/laravel/framework/pull/34224

38bc9119eb369eed4d32adbc4132788177712b15 authored over 4 years ago
add comment

a6ca5778391b150102637459ac3b2a42d78d495b authored over 4 years ago
Fix route when uncomment $namespace (#5424)

d3353c9e9a06a044ec573cbf8b73a416e2f2a2ba authored over 4 years ago
Merge branch '7.x' into master

# Conflicts:
# CHANGELOG.md

6a9d5e0da17936fb2e599c95b5567fc2e74419ae authored over 4 years ago
Update changelog

4eeb29ee12e980969e8d9f2a1cd465e514a0f76e authored over 4 years ago
[8.x] Update User Model to Match Jetstream Formatting (#5422)

* Update User Model to Match Jetstream Formatting

* Update User.php

Co-authored-by: Taylor...

f1a51f7c622783d98bf3916fc56c86755feb5426 authored over 4 years ago
add commented code

69d0c504e3ff01e0fd219e02ebac9b1c22151c2a authored over 4 years ago
Update model path in AuthServiceProvider's policies.

Due to the change of default model location in Laravel 8.x from /App to /App/Models, the initial...

c62a7c13bfa3840041ae01933d56b24e5ad2503d authored over 4 years ago
Revert "Fix PHPUnit bool server consts result in null (#5409)" (#5411)

This reverts commit 1c4af33b8f55b47ccf9be7a416a98f36cd961802.

c6c41f11b8ea3065f035fbb6a6f570b7bfba0037 authored over 4 years ago
Avoid deprecated StyleCI fixer name (#5410)

7cd15dbad654dde2ddb598a45511ff65800717ce authored over 4 years ago
Fix PHPUnit bool server consts result in null (#5409)

After updating to Laravel 8 I suddenly had my test suite failing because telescope would not be ...

1c4af33b8f55b47ccf9be7a416a98f36cd961802 authored over 4 years ago
fully qualified user model in seeder (#5406)

makes it easy to just uncomment when tinkering around

ca30159cabe05675fa268f49acdf93ef12480b01 authored over 4 years ago
swap route order

292a5b26a9293d82ab5a7d0bb81bba02ea71758e authored over 4 years ago
remove property

b33852ecace72791f4bc28b8dd84c108166512bf authored over 4 years ago
add property to route service provider

9cbc3819f7b1c268447996d347a1733aa68e16d7 authored over 4 years ago
Fix docblock for variadic parameter (#5401)

94e7945517387b9bef0851a506436639e4fbbb5c authored over 4 years ago
Use the new Google Fonts API (#5396)

https://developers.google.com/fonts/docs/css2

b9b282a71933e0279fea63fa0302e9a30a4c2efe authored over 4 years ago
Use the new Google Fonts API (#5398)

https://developers.google.com/fonts/docs/css2

c64061629eeb328e79d842051fa3506843c306cf authored over 4 years ago
Merge branch 'master' into develop

# Conflicts:
# app/Exceptions/Handler.php

151e11caccc8704e49aaa7ab1e3319869a9062c4 authored over 4 years ago
Merge branch '6.x' into master

a7a40d77447358a57da02f202563c50344dc5a44 authored over 4 years ago
Fix logo

179e52bdd719fb456ed49a2bf8e42f922a6f5da2 authored over 4 years ago
Update docblock (#5392)

7895cd3a5f3c0ac0e8d0c4b2197f06014dcf52d6 authored over 4 years ago
Update Handler.php

dc5817bbf2552b48d93bde99688d56e99b7a7708 authored over 4 years ago
add dontReport property

cfd428bfcb0d4117c9f2b1c201bceda96a906f20 authored over 4 years ago
use new rate limiting

ced3e50bca279f5a499a6d513fcdfd2a020c28ce authored over 4 years ago
Add back in ignition

23205e270f2d599741185ca5f68cc26e0e6f367f authored over 4 years ago
Merge branch 'master' into develop

3a5f05ce80f09f1b02dd4b5169bbd5eb47a9df04 authored over 4 years ago
Merge branch '6.x' into master

2c69ec987e2dca71008684fc80bbe56c55427dc3 authored over 4 years ago
[8.x] Bump Guzzle (#5381)

* Bump Guzzle

* Update composer.json

48b7ba938e71c13a697d18f2e6b4e6b0c49def06 authored over 4 years ago
update channel

fd8a872b3b3c7e56886b781514fb5f27914627cf authored over 4 years ago
models directory

710d472d764983a0f8074b6b1a3c5cf57adce1e4 authored over 4 years ago
update defaults

d6eda444a7daf19a0e27861d5e06cb43e71da497 authored over 4 years ago
Merge branch 'master' into develop

# Conflicts:
# CHANGELOG.md
# composer.json

57cc8990992c1bbe094d5186f5bb7737b60d6eaa authored over 4 years ago
Update CHANGELOG.md

fa43c0a333d623a393fa33c27a1376f69ef3f301 authored over 4 years ago
Update CHANGELOG.md

921b14b954d51125b8369299a6ba18d78735367d authored over 4 years ago
Merge pull request #5370 from laravel/bump-7

[7.x] Set framework version ^7.24

39a58710ba3e5aff0b3588fe748fa24e066d17b0 authored over 4 years ago
Merge pull request #5369 from laravel/bump-6

[6.x] Set framework version ^6.18.35

bbd36167158f29148095085fa81fed211ad676d2 authored over 4 years ago
Set framework version ^7.24

0512f00664445c452abbb470b9aaf4a0c7f78b26 authored over 4 years ago
Set framework version ^6.18.35

e96840e20673ed87e684b8ee814bdf02c1c8dfcc authored over 4 years ago
[8.x] PHPUnit 9.3+ style code coverage config (#5368)

* PHPUnit 9.3+ style code coverage config

* Bumped minimum PHPUnit

53d14e51e012c79d8649198a3c1f0b8be52f1167 authored over 4 years ago
Merge branch 'master' into develop

5914e9ced5410eb50ebdd0e25ba28729c820cdb6 authored over 4 years ago
Merge branch '6.x' into master

b3f600415d3d1eb35c3f0f66e40ffa32c4bc77f0 authored over 4 years ago
change method

ca3b58cd21c21ae6c957b9b2932258eebf023ac1 authored over 4 years ago
Revert "Apply fixes from StyleCI (#5356)" (#5357)

This reverts commit 6cbfb781a2a54cb4399f4feaabc35b621c67b560.

407b6b8b04820a7fc0eb3143a8255abbeabb3eb9 authored over 4 years ago
Apply fixes from StyleCI (#5356)

6cbfb781a2a54cb4399f4feaabc35b621c67b560 authored over 4 years ago
Fix version

0e7fd2beb18e6f5c0213b0f162611d5e75ce42f4 authored over 4 years ago
fix version

a7b70fcc310fee9d78448e078fef9003150ee8aa authored over 4 years ago
Merge pull request #5355 from laravel/bump

[6.x] Bumped laravel 6 min version for new LTS users

074c3840ff6be2c562d97ec0d68a04b0699493a1 authored over 4 years ago
Bumped laravel 6 min version for new LTS users

b1277e2eb2e586b3cb09bbf545aa7fab0a4fd0ca authored over 4 years ago
[7.x] Enforce ^7.22.1 due to security issues (#5354)

* enforce ^7.22

* Update composer.json

Co-authored-by: Dries Vints <[email protected]>

e9e7c972661668f4a4c747e951c6e7ce8e3adf15 authored over 4 years ago
Update README.md

791c87a80d1c5eebd75e1bf499f86899d6b2b26f authored over 4 years ago
Update README.md

232995cac214bf1fdff4278aa7904d65df3ae899 authored over 4 years ago
Merge branch 'master' into develop

2053375853dd904c6ff31307b6f83c5a0b636555 authored over 4 years ago
Bump lodash from 4.17.15 to 4.17.19

f465c511c009235fc7bfa06bfcb41294e60e9b42 authored over 4 years ago
Merge pull request #5346 from ahinkle/patch-1

Bump lodash from 4.17.13 to 4.17.19

6d9296c71edc3def466d3cab501b7d1f9b6717d2 authored over 4 years ago
Bump lodash from 4.17.15 to 4.17.19

5f46252168977e8850b555da057406a835a9b1f9 authored over 4 years ago
update gitignores

db473189255913a92efc67e72354e9546327b216 authored over 4 years ago
change path

3b418421e783c2a68e1c0927c30c1552a24875db authored over 4 years ago
update for maintenance mode

47e2781f683471aedeca4c98dbcdd410f20c6c7c authored over 4 years ago
add gitignore

395ede7a2db97e747022682150c3b581207e8a5f authored over 4 years ago
update for maintenance mode

228aa230e6565e3d77a4655decf8f33f618464c6 authored over 4 years ago
rename class

e471dd1cf09907b2d325f5ef4a9aefc4b1f2e5c5 authored over 4 years ago
remove alias that isnt needed

a14a1208adc2e94e85d1afb0c36c5250a5668b4d authored over 4 years ago
simplify line

e265156bc69d2752a091526e1308e1a26cf5bd4e authored over 4 years ago
update link

6f1f40bc940fac0fcfe66420bee4962c4e6a98c3 authored over 4 years ago
update wording

a9623d359691d17bedc03280282b74763f970290 authored over 4 years ago
remove unneeded property. can use ignore method

ce3e006d61299bdd3bd2b99ec5489577e55a296a authored over 4 years ago
consolidate to a single method

a9abc85301ab56a89f5c7256dfbc30f8dd0abafd authored over 4 years ago
simplify default exception handler

880cc1d3d8048adf9eeca677e675eef3d5da922f authored over 4 years ago
[8.x] Multiple guards for RedirectIfAuthenticated (#5329)

* Update RedirectIfAuthenticated.php

allow the middleware to have the same behavior as https:...

adb7eacf9e030e02212f01419e332b3fe8f9be7d authored over 4 years ago
remove unneeded block

6ca2ecacea0f6f0ff8a4c2f0d39c1ddda4c17f3e authored over 4 years ago
Remove extra line

c58b40b9bc8288cda1f551dbe0a4d6547b37b2c9 authored over 4 years ago
fix comments

d2db8d8159f3398bcd21d9db00940dbcc7af63a2 authored over 4 years ago
adjust index script

5c7c9f36384bb3f64837064baa975c124a34a457 authored over 4 years ago
tap

ae2af3adfc311c6bde53ee6ac5e17a422954d081 authored over 4 years ago
tweak route provider default settings

58a98efb86c0c0a819e333a52eccf2a7de652f15 authored over 4 years ago
one line

e0c4fd8b8a799df4ae917c2e8bbdeee83324ca3e authored over 4 years ago
Merge pull request #5324 from nunomaduro/patch-1

[8.x] Requires PHP 7.3 and bumps both PHPUnit and Collision

17e2ce73edb6f8eae9879f988898de809020bbf6 authored over 4 years ago
Requires PHP 7.3 and bumps both PHPUnit and Collision

9374d9e7b386ea0ef6a0e55d33dc758cb946a157 authored over 4 years ago
add css file

641d104610401174ff330595239cada1c7472b81 authored over 4 years ago
use postCss default instead of sass

588247b790f4f0d13296247f8140b1466e1e6936 authored over 4 years ago
Merge branch 'master' into develop

a429eab2d45e37e2ccfae9a052011c933a55a9a0 authored over 4 years ago
tweak phpunit.xml

311c3f823a6f09df5e9b882906456e9caa02132c authored over 4 years ago
Merge pull request #5320 from barryvdh/patch-4

Bump fruitcake/laravel-cors

74df1e26e639f0527429fba8185b743e6538d3ac authored over 4 years ago
Bump fruitcake/laravel-cors

2f33300abe3684a42acd2d9dce35569e988d9c13 authored over 4 years ago
shop

b522e3b30137036f39eafadd76fc9159977a8200 authored over 4 years ago
use route service provider

6aa12f1b06fd06f9ece32f191329f4260ac31e88 authored over 4 years ago
Update README.md

6e5f40939ce15d731276b2ad6e5fd08057faa79a authored over 4 years ago
add password reset migration

9e5ba571a60a57ca2c3938bc5bd81d222cb6e618 authored over 4 years ago
add basic trust host middleware

5639581ea56ecd556cdf6e6edc37ce5795740fd7 authored over 4 years ago