Ecosyste.ms: OpenCollective

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

github.com/wintercms/storm

The library powering Winter CMS
https://github.com/wintercms/storm

Merge branch 'develop' into wip/laravel-6

23ae5b86e337e98577258c95cf35789b1fb73cfc authored over 4 years ago
Improve filename guessing in File()->fromUrl() to avoid the detected file_name from being longer than the DB constraint on VARCHAR columns.

9e23e35045bfd9ccd996c950671394f53e5a65c0 authored over 4 years ago
Improve inline docs for model.getAttribute and model.beforeGetAttribute local events.

9f45ac21573031b819601c9876957b435fa3a233 authored over 4 years ago
Add a courtesy link

4761fccdc5d44e0cb916e4ed770a3fd97560423c authored over 4 years ago
Add array_undot helper method

9010792ffb6a6dc361795c5bdc3f399fb19ce480 authored over 4 years ago
Merge develop into wip/laravel-6

f8215298edb9d733e3806f559fbda66d3740e33e authored over 4 years ago
Support {variable} tags without a type (defaulting to text)

3b92f559980a95df0e33cb97a4c4dba801148ad3 authored over 4 years ago
Fix inconsistency with controller scaffolding.

Refs: https://github.com/octobercms/library/pull/495#issuecomment-642281366

8a975cb4b0dca646cc6fc06cd04910fb5e896315 authored over 4 years ago
Fix minor visual issue with scaffolded themes

114ff8b5dce6c86917272fde3c2e2f5c4e1823cf authored over 4 years ago
Add new `create:theme $code` scaffold command

f9134ddc296d429d8aaff5f27211661ac5841127 authored over 4 years ago
Improve compatibility of Html::clean()

a991329596310ae75108a9fd8556ee0796d0673a authored over 4 years ago
Add missing comments in controller scaffolding (#496)

4e9a41b8eaba0ada7b15ab03c6052596d8eb638b authored over 4 years ago
Fix transChoice broken with October build 466 (#497)

The transChoice filter stopped working (the ":count" placeholder was no longer replaced on strin...

dc4cd38f322336806648b1788c91f12e19cf4d27 authored over 4 years ago
Merge branch 'develop' into wip/laravel-6

0c8e49cc59b0f2ab92cd9a83057beda3ea34ac33 authored over 4 years ago
Fix reference so it always works at all stages of the application boot process

17f4e847e41181d8c4f95b33113f4e619cc66267 authored over 4 years ago
Escape ApplicationExceptions to prevent security researchers from thinking they've found an XSS vulnerability

Some usages of ApplicationException provide unfiltered user input directly to the exception mess...

c16fefde03080fe2b3937e565d9cdf7b70291384 authored over 4 years ago
Parse trigger attribute for fields in field parser (#292)

When using Dynamic Syntax parser (field parser)
{variable name="cms-page" type="dropdown" label...

0ac39cece58cb8e4c062e059c6f4e86e568515b4 authored over 4 years ago
Fix memory cache docblocks (#482)

b16eacb2b1ebc15ca7cb2a983541ffe89c8e11e5 authored over 4 years ago
Add data-request-validate to the controller scaffolding (#495)

5c0e9922847c0dd963db282ab8357f02620e9fb1 authored over 4 years ago
Cleanup data feed (#481)

dfb9bd047f2f34fe7f87128b94e357d03926503b authored over 4 years ago
Support session keys passed through createMany() (#466)

When calling $model->someBelongsToManyRelation()->createMany([...]) a deferred binding is create...

036e8b4259268d5ff996e3a894fe9b7f3629fa30 authored over 4 years ago
Fix "unique" validation rule when used with external database (#449)

`Validation::processValidationUniqueRule()` ignores custom connection name when modifying rule t...

a55d7118771eef8f2f8453acc353b42243aac27d authored over 4 years ago
Merge branch 'develop' into wip/laravel-6

fb3ca2884989e40b0cd702f0de8c4a4a67eb2345 authored over 4 years ago
Fix code sniffer complaints

9fe341df9d42c5fb0786f5f3f6695fa228c949a4 authored over 4 years ago
Improve stability of L6 Translation service

Reimplemented removed trans & transChoice methods and implemented https://github.com/laravel/fra...

a364d6455698b4786efc6870cf097a8677b2dccc authored over 4 years ago
Merge branch 'develop' into wip/laravel-6

e8db3d525a5a1a0efde0f65c83b06feb5006d739 authored over 4 years ago
Bring the Translation service more in line with the one provided by Laravel while retaining the customizations October requires.

Fixes octobercms/october#5092.

b8e400b6a3a076a9a70dba42631bfe13bff30cd3 authored over 4 years ago
Merge branch 'develop' into wip/laravel-6

23f428ee719b8ba06ec8ddf3a3d90fcaf35c153b authored over 4 years ago
Simplify Halcyon DbDatasource path detection logic

adb73fd6f8af194ed010dafbf57b79e3fe4969d4 authored over 4 years ago
Improve Halcyon DbDatasource performance

Enable duplicate query cache on DbDatasource, and remove selecting of individual columns as that...

3e366011a956060ae9dbaa4669e301ee62839476 authored over 4 years ago
Update Laravel Tinker to 2.0 (#494)

6fae9cd2baed001f9aa69415f2f130fc104eb573 authored over 4 years ago
Sigh, seems there isn't an application either in testing

2da31eb2e592886c7788611e04d84ef093ad0aaa authored over 4 years ago
Fix library test for email validation - seems facades aren't available.

03352b765414691f9f86bea28ae18425bffe167c authored over 4 years ago
Add unit test for email validation, update Halcyon Model test

322614ede22afe7b8a8f386c6642273122a560b1 authored over 4 years ago
Wrap Laravel Validation service.

Laravel 5.8 introduced a new email validation library, with a more permissive default filter (su...

97d4163041f68c23f6deb28832d860463bb233ee authored over 4 years ago
Make build scripts executable

9c8bc6ca202e5cc6106cb015dedc6d81c44f94ee authored over 4 years ago
Merge remote-tracking branch 'origin/develop' into wip/laravel-6

a98c4bc4c9d25824985e733d496c4fc69a9ad0ae authored over 4 years ago
Setup command to generate report widgets (#489)

Co-authored-by: @LukeTowers

49b130c8a840982dbad6c83926671446cd3722a9 authored over 4 years ago
Add static method typehints to schema facade (#464)

1d366ab303819373e29d1ddde8a2c4d01585ad13 authored over 4 years ago
Merge branch 'develop' into wip/laravel-6

d27762937fcc1303a578d523141e1377d4541536 authored over 4 years ago
Ensure that the sluggable event runs before model validation to ensure a required auto generated slug exists before validation is run.

b2907902f5a3b121a291f1ba0d045461e4d6fb55 authored over 4 years ago
Don't cast Revision old/new values to DateTime when field is empty (#488)

294b9d0f959037baad3f36c78dae3214134e1dd6 authored almost 5 years ago
Cleanup database builder (#479)

43ccb86537043aebe53ad3a62a788c1bfdf346e3 authored almost 5 years ago
Rename parent property to prevent conflict with SimpleTree/NestedTree traits (#486)

c972c1f50cce9c5c150278facb86e1caf9dd69ed authored almost 5 years ago
Document required PDO extensions for connecting to various types of databases

4f19bbf38b04b87e49785f35c22f77bde6487f68 authored almost 5 years ago
Add required extensions from TijsVerkoyen\CssToInlineStyles.

Used by System\Classes\MailManager

4fc4ea28bf54e42a5278eadf7d23a062905779bf authored almost 5 years ago
Updated required extensions.

Both of these should be present by default on most installations, but just being explicit

ceb2465b2a19e22a87186d2d014c1f2785ef37e1 authored almost 5 years ago
Required for scss-php

c3a3dede0a7468ba87fcc8d27339625b233740a5 authored almost 5 years ago
Merge branch 'develop' into wip/laravel-6

31046ada910c66dab4928d59657f1f121d9daedc authored almost 5 years ago
Don't try to iterate non-existent directories in FileDatasource

Fixes https://github.com/octobercms/october/issues/4962

e616ff50d7fe58644de32c356f6a022303bd9b7b authored almost 5 years ago
Format locale for MessageSelector when using "choice" method.

Symfony's MessageSelector expects locales in "locale_SUB" format, whereas October uses "locale-s...

64be2b64a235f35332d0062531a7ac34c7f9a1f6 authored almost 5 years ago
Fix compatibility with Laravel 6.

Related: https://github.com/laravel/framework/pull/31677 & https://github.com/jenssegers/laravel...

20c9e32ed523e86e88fd3c7bceabd9b6396e0327 authored almost 5 years ago
Merge branch 'develop' into wip/laravel-6

273d35d380d0005fdea35ed34cf02913c1c37397 authored almost 5 years ago
Better handle AJAX requests when the application is in hard maintenance mode

Fixes octobercms/october#4552.

9710dfad0c2250aa0fb51dc594e8a58d7f1a264a authored almost 5 years ago
Re-add Assetic LessphpFilter (#485)

Adds the missing Asset\Filter\LessphpFilter

Co-authored-by: Ben Thomson <[email protected]>

2f2c7aee9be4dea1d84b06cd83328f6298a16310 authored almost 5 years ago
Pass current asset path down to children to use as new root path. (#484)

Previously, this method would pass the same loadPath to all assets down the hierarchy, which wou...

17a914a9bff5cd6e967d5d75b7217b77431ae849 authored almost 5 years ago
Merge branch 'develop' into wip/laravel-6

# Conflicts:
# composer.json

76aab6338f15556033220b8d3424aff04316f300 authored almost 5 years ago
Temporary workaround until the L6 upgrade can be merged in to use league/csv >= 9.1

c84bf03f506052c848f2fddc05f24be631427a1a authored almost 5 years ago
Revert "Updated league/csv"

This reverts commit 2fbedbbbb6bb7a6d31f54aa5bf8138a014919110.

30256cae957ab0d48efbae6e1f306734adef24d7 authored almost 5 years ago
Merge branch 'develop' into wip/laravel-6

# Conflicts:
# composer.json

a64dfb657623b1446e7589e05e9ba373d80edf72 authored almost 5 years ago
Updated league/csv

2fbedbbbb6bb7a6d31f54aa5bf8138a014919110 authored almost 5 years ago
Use path.config instance when getting config path

Laravel committed https://github.com/laravel/framework/commit/021b9158a1dd11bb32ee358de18eff06e8...

70eecc8597ed90cf1dbf9bd591ef9ee0ea6cba6d authored almost 5 years ago
Add throws docblocks to file loader (#478)

0efd6369a21b0a68f71d0c57a22ceb76ad974589 authored almost 5 years ago
Merge branch 'develop' into wip/laravel-6

3dbf5c4cf6954f0f5e205f3ede47fce6b159f160 authored almost 5 years ago
Switch PHP Parallel Lint provider

Refs: https://github.com/octobercms/october/issues/5007, https://github.com/octobercms/october/c...

fff107b48dd3efcf58ee59f5204a30dfaadc7192 authored almost 5 years ago
Add hasManyThrough, hasOneThrough relation definition in scaffold (#459)

db90029f1a7018f5146668e863642c564af82a4d authored almost 5 years ago
Code cleanup for Repository object (#473)

b983ed04bc0b409ff4ad7a10ed590f6fc5599cf8 authored almost 5 years ago
Add illuminate schema builder typehint (#480)

94f16fbf5e1e664b8cd0be2ad3c440747351cf61 authored almost 5 years ago
Add throws docblocks to BlockBuilder (#472)

8d031cac88c48d8e7c12aeac6ca319d74770d1d9 authored almost 5 years ago
Guess extension for uploaded files if missing (#452)

This change aims to guess file extension from MIME type if file is being uploaded without file e...

10b1a2d9adfc11be62db9a7b9b7758df94e745c5 authored almost 5 years ago
Merge branch 'develop' into wip/laravel-6

9c5c3d5d3f83dc5f27a8ec7afa94f9bf684b0f06 authored almost 5 years ago
Increase range of data that the field parser will accept

23971d74d0395c3a1c770fb4fa553fbedc8195d8 authored almost 5 years ago
Add required PHP extensions to composer.json (#476)

More clearly documents the project's requirements.

eab764281706cf4b8f00d63be086c6977dcfc79f authored almost 5 years ago
Use correct method for marking providers as deferred (#470)

Laravel now uses an interface to mark providers as deferred, based on the following release note...

1fd8d9fac08c35f5ba61529d7184c1563588efe4 authored almost 5 years ago
Fix database dongle docblocks (#474)

7f8bc342bf805aaa0bf6fc1f4d22eaec04823932 authored almost 5 years ago
Fix html builder docblocks (#475)

4b367aa3515519b82c991b6b14f3f74347812c14 authored almost 5 years ago
Return result of flush method

Since Laravel 5.7 the flush() method has been expected to return a result for the sake of the `c...

d6102b326c1dd0d81efa1047906a2ac48e2f2721 authored almost 5 years ago
Use bound directory 'path.config' for loading configuration. (#471)

This allows the config path to be changed dynamically, ie. for tests.

27e984a34e955c131e2b0f222345d5675acd3b1d authored almost 5 years ago
Fix override of custom validation rules starting with 'unique' (#467)

2b763b0601a010c3dfd70a134988d3108554222b authored almost 5 years ago
Merge branch 'develop' into wip/laravel-6

9f573b42856162237eaec02d5d593168cae29466 authored almost 5 years ago
Fix code sniffer issues (#469)

8549919232808cfb01338fccfe069e7b23350c8b authored almost 5 years ago
Change some other Leafo class namespaces to ScssPhp

ed5a6af0ea5f6d02d7177ba883a4ac08b7f73345 authored almost 5 years ago
Fix Assetic SCSS use statement (#468)

0726016a062c16a6eaaed4313611ed11e3873e8d authored almost 5 years ago
Add support for checkbox list and balloon selector in syntax parser

Refs: https://github.com/rainlab/pages-plugin/issues/428\#issuecomment-598613648

bb6d88a0f8b33b535de71101ea281245ebe7267c authored almost 5 years ago
fix propertyExists() and addDynamicProperty() methods (#465)

1a60a29d9ed7760ae60fef3988febebd2010180a authored almost 5 years ago
Removed no longer valid test

c70e9f497da6882e2b8821724be7319121120542 authored almost 5 years ago
Bring event dispatcher more in line with Laravel's dispatcher.

This brings October's event dispatcher more in line with Laravel's by changing the parameters se...

8b61480f1f79069195896b9aed934b953977b2f0 authored almost 5 years ago
Add eloquent.retrieved event that was added in Laravel 5.5.2.

Refs: https://github.com/laravel/framework/commit/bc9ae14af320e57238bb5d631868993c82120c6c

e2aecc38e18815e3d66cb908a7ce01895d02905f authored almost 5 years ago
Remove non-existent CS ignore

4d62bd2df8ddca57ab2e6d6d769016bc2280bdfb authored almost 5 years ago
Fixes code smells

a9ee538a6dec7b0807037b389f83cb3e68ac1c5b authored almost 5 years ago
Use Input instead of Request

There is a lot of documentation out there that refers to "Input", since they are interchangable ...

d5f4940ab37dca9ffeb23993f2066bcfcd9f5239 authored almost 5 years ago
Switch to wikimedia/less

Implement basic assetic fork - This contains no use of unsafe filters

Move back to simple JSMin...

6d965c6cbd12494f54b379f1f2960a2da0bed559 authored almost 5 years ago
Drop namespaces on tests

547fe9b7efb4a9f2647cc18ddd128ffa97990342 authored almost 5 years ago
Add Redis provider override

Laravel 6 is defaulting to `phpredis` as the client of choice going forward. To maintain BC, we'...

4aeaf54d7e3d12a916a3e096cdbf730fe2aee992 authored almost 5 years ago
Switch back to October LogServiceProvider

297ab745f6cc7e893e1032dec7740aaf8ff63781 authored almost 5 years ago
Code smell

07febcfa53e7c5e2070a8ac9ed839008456c4bf9 authored almost 5 years ago
Configure default logger

This accounts for application instances that do not have the logger.php configuration file, thes...

bfa824345c9e6b809c8a4557cb66a804ea986ab6 authored almost 5 years ago
Merge remote-tracking branch 'origin/develop' into wip/laravel-6

6c73be89a7c8c95e0e4d806d94fb7ddfc7ab3eae authored almost 5 years ago
Fix code smell

32f7b5fa0f3037e313b2c5a07c61bf94faf2730d authored almost 5 years ago
Re-implement support for Rackspace

3ee82fd1af518fac829d780fcedf2cbf723efff0 authored almost 5 years ago