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

Remove unused imports

d9276bc30a065ff067f8283687d625b6be656d0f authored over 6 years ago
Remove senseless proxy function

e47e23b7d7d85d4071bf3314dd05b91792185573 authored over 6 years ago
Add type casting

ade079836d359e338fb5172faa32cfac02c4e166 authored over 6 years ago
Refactor ternary operators to null coalescing operators

b314747ec6d6d16ded03c5af1caccea0d8e80076 authored over 6 years ago
Modify conditions to use elvis operators

3e16dd933857974844f5a26616f142df43bece76 authored over 6 years ago
Remove alias functions

61e9cf380b5264b092f627417134bc5be47d8925 authored over 6 years ago
Merge unset constructs

cae1eb9991c6b78af236fbef9734567a505e46aa authored over 6 years ago
Simplify ternery operator conditions

28272498d731928801b3af51e2b402c377b1c574 authored over 6 years ago
Extract child instructions

177c24fcb6f7840785300684f833cec997a115ac authored over 6 years ago
Remove redundant variables

d1043f24a4beac2ea43c7db8ad9b8c08c2fad05c authored over 6 years ago
Simplify return statement

b9ad5db209b5bbc88890b738d4e3a4d8699f4126 authored over 6 years ago
Remove unnecessary assignment

bdd6871c34dff3a324ef9ceb935fe5fe7a32d16b authored over 6 years ago
Remove unnescessary parentheses

ab0bc06fec67203ef8aa708d0bf774fb92990d14 authored over 6 years ago
Add short syntax for applied operation

56aabc07b12327f24a0b8936e18624ee446c68ca authored over 6 years ago
Merge conditions

aee1c3fec582fe91a0123ae024baed75d1214c17 authored over 6 years ago
Add access modifiers for methods

f1b8232be4651ec2481c07ff065ac981f21e7352 authored over 6 years ago
Remove catching of Exception since it's catched by Throwable

7e477341104724179e66ad4258dddc8f6a923c21 authored over 6 years ago
Remove unreachable statement

9f20d3e915bc4d66c4efcf40e6ac506f16f9f4db authored over 6 years ago
Re-enable serialization of cookies

Fixes: https://github.com/octobercms/october/issues/3681. Reference: https://laravel.com/docs/5....

c8e2740d974a4409f9990d64f19ef493acf7c0e6 authored over 6 years ago
Update AuthException.php (#319)

Provide a translation for the single error message that gets displayed when the application is i...

e448daf0954c2b090995dc4f27a1a4c1d5f21e3c authored over 6 years ago
Enable use of unencrypted cookies (#335)

Enables the use of the `cookie.unencryptedCookies` config item to specify cookies that should no...

7846ec06fc655b3e5ef4b5753d8e4f67c64d670e authored over 6 years ago
Fix broken test on Windows machines (#333)

Credit to @SeriousKen

95112ec754802b9112d55dbd68710ddfe0b2ed92 authored over 6 years ago
Adds the Purgeable trait as a behavior (#324)

Credit to @joakimbo. Also adds getDynamicProperties method to ExtendableBase

f10baf62f02bfa383771f092945bfd70a9aedd08 authored over 6 years ago
Enhance deferred_bindings table query performance (#328)

Credit to @polly3d

8c084045596aaf182a8eae412873437f3729222d authored over 6 years ago
Allow slugs to be generated on existing models if not already set (#330)

Credit to @mrelevance

c5e44a9813249018238ced0dbdcdd382ae90b610 authored over 6 years ago
Fix failing SectionParserTest::testParse (#329)

* Fix settings assertion for URL

* Correct order for equals assertions

Expected value shou...

ad3f291abfccc256246b0066e8397a29a7a60b8c authored over 6 years ago
Updated docblock for isLocalPath

4b2381d5ddc4f13d34565b074f23a0987384484d authored over 6 years ago
Fixed failing unit tests

64c1cc0afcc2a250a57c3b350a41d75e400447c0 authored over 6 years ago
Improve isLocalPath internals

6eff938b1d4d8c794893e5ab35d4f8a817bf627b authored over 6 years ago
Add dot notation support to extendClassWith (#293)

Currently `extendClassWith` throws an exception when you try to extend using dot notation suppor...

f2c6715334deb9dc577877dd1b15232a716a96d0 authored over 6 years ago
Fix typo in SectionParserTest (#326)

Fix for call to undefined method SectionParserTest::assertHasKey()
assertHasKey changed to asse...

8e19dc49dc8c6a2d5e6d3522034470f7b05f1128 authored over 6 years ago
Improve Section Processor, fixes bug with Markdown headers (#325)

Fixes https://github.com/octobercms/october/issues/3581. Credit to @SeriousKen for the initial r...

0b6c7c63d7128d06ec38a4a31e38f634619952e3 authored over 6 years ago
Fix for infinite loop in check()->logout()->check()

0c45460e23f5b9916f4eecf4d8d3382d5cd03e15 authored over 6 years ago
Revert "Add fireCombinedEvent helper function"

This reverts commit d0cdf0ae6e7a5b8c68a312724e108b30efc34c7d.

bd20810e53a8ddc796bef7edfbcaf09733e6117e authored over 6 years ago
Add fireCombinedEvent helper function

Adds the fireCombinedEvent helper function to October\Rain\Support\Traits\Emitter to trigger a l...

d0cdf0ae6e7a5b8c68a312724e108b30efc34c7d authored over 6 years ago
Pass request IP address to throttle model check

cf7e1cd8ff960a6fa2eac8a6fac03f7f94e055c1 authored over 6 years ago
Support first level symlinks in File::localToPublic

Example use case:
If you are developing in October and have your /plugins folder symlinked to a ...

a88b5fd3880edeac0c2bb3bf9e5297c508300055 authored almost 7 years ago
Adds flag to avoid auto logging in newly registered users. Fixes https://github.com/octobercms/october/issues/3525

fb7d4e8c63994985696938e3c5994c5830d2ed21 authored almost 7 years ago
Minor

6f37e7f6d7dee6cedb438877e1404a430e1f27aa authored almost 7 years ago
Updating env file should be handled manually with --show flag

638f22b136b5ad6618ad3b775a944b047a212b1a authored almost 7 years ago
Refactor code from 2b5160333e2410e9d5687b812a202501aedf5ff8

59e65e90fea5846f558b1e30180d5c1183b140ce authored almost 7 years ago
Add support for .env and .env.ENV files to key:generate

2b5160333e2410e9d5687b812a202501aedf5ff8 authored almost 7 years ago
Neuter the parent handler

Previous method still fail when the `.env` file was not seen. New command no longer follows paren...

bbbaeae8f52fc92a0b59dc613924900b9756c7b1 authored almost 7 years ago
New helper functions

Related to https://github.com/octobercms/october/pull/3465
See main repo hash 97e156d43d30e8323eb...

28879d1a98331bfec42999ce0452e74da1dc1de3 authored almost 7 years ago
Add .ppt, .pptx document extensions (#317)

Adds .ppt, .pptx MS PowerPoint document file extensions

6e23f6fee97ab96511d30cf1bc6ae74e0d70fbfe authored almost 7 years ago
Implement in-memory caching of cache requests (#308)

Who knew that we'd need a cache for our cache so that we can cache while we cache? Credit to @Jo...

7e29489d87245ff1a17693e74a69d26ac4f2a44e authored almost 7 years ago
Enable array validation for attachMany relationships (#316)

Credit to @romanov-acc. Documented https://github.com/octobercms/docs/pull/284

76b2f9f21607be314f2e908f887cd495303de646 authored almost 7 years ago
Initialize auth session in request before attempting to logout

78516148e2b715416d498f520298552580bab4bc authored almost 7 years ago
Switch to using Laravel's Str::random

b47489ef573086b4eedf6fbf4bd985f0b62b05c8 authored almost 7 years ago
Improve inline documentation for AuthManager

9e12143bd80269603f35afa6a4cb7d6978262132 authored almost 7 years ago
Properly determine subject of mail messages (#314)

Fixes octobercms/october#3384

60ac3b46a79a8c7b9815dfb3ccdf293ba4bb3195 authored almost 7 years ago
Properly handle multiline values in INI (#302)

Fixes rainlab/pages-plugin#327. Credit to @Fl0Cri

bbde3d020df69909a857c5457c145fde6491dad9 authored almost 7 years ago
Implement setter for model $casts property (#306)

Fixes octobercms/october#3407. Documented in https://github.com/octobercms/docs/commit/390a7ef9a...

bde85275984067ccf25740ca7ab2eb4b67ffca07 authored almost 7 years ago
Update asDateTime to reflect laravel/framework (#305)

Fixes octobercms/october#3399. Related: https://github.com/laravel/framework/pull/22052/files

9d3c73e1d4e6cc562dea6b930bcb4e63d2b64d3b authored almost 7 years ago
Improve jsonable exception message (#304)

Credit to @danhrrn

ea1ac3f03ffdf90feada13058aa8e63878c975f6 authored almost 7 years ago
Restore legacy 'locale.changed' event call

This is used by the custom Argon library
Refs https://github.com/rainlab/translate-plugin/pull/339

16f7a286d8c90fb114d3abc9f7a51218c414c1f7 authored almost 7 years ago
Proxy ConsoleSupportServiceProvider properly

Refs https://github.com/octobercms/october/pull/3353
Refs https://github.com/octobercms/october/i...

5bad7ad1a49a8d73496ba734d9f23bdbab788df3 authored about 7 years ago
Fix dependencies (#295)

Removed explicit dependencies on swiftmailer/swiftmailer and symfony/config since these packages...

8785e66424800ff59618b60a147af863b2849efb authored about 7 years ago
Fixes compatibility with SoftDelete trait

Previously restoring a model would not restore the hierarchical structure causing corruption
Fixe...

8535756d220db6559781c26433be8fb7b94aeb5e authored about 7 years ago
Removes direct ->query call

Refs #276

4d1418ec5a86c86d4761b8cea00e68bcd8ce523e authored about 7 years ago
Merge pull request #276 from alxy/patch-3

Fix pagination total count

aefc32aa7496afaae741302639394a3d5461caa6 authored about 7 years ago
Fixes logic error

For a hasOne relationship with an existing parent the relationship was nulled. eg:

// Parent ex...

2b73b63ed6cf34949a860889a3a195ff47bd879e authored about 7 years ago
Fixes serialization with queued mail

Serialization of 'Closure' is not allowed when using Mail::queue with Eloquent model or Collecti...

fdf770bd6df38ed1813996768271750e3fe03a1a authored about 7 years ago
Model array implementation looks at attributes only

In Laravel 5.1 the array access layer of a model would look at any property on the model, includ...

43717e3f398c5a64d0bc0307bbeccd88b3721d5a authored about 7 years ago
Second impersonation keep OG user intact

When you impersonate someone else while already impersonating, system thinks the first impersonat...

d33dd0cc11a64c52a100914bf505a92cf9f94b36 authored about 7 years ago
Fix black border on some cropped images sizes (#286)

This addresses an issue where a cropped image would get a 1px black border because of the decima...

1f1c4f7f564cf2c442ce6f57845bd8d543016bc0 authored about 7 years ago
Merge pull request #284 from aspendigital/forget-singletons

Allow singleton instances to be reset

e00b214bb6d97c360c993815e9f36554b609c571 authored about 7 years ago
Implement addMany in AttachOneOrMany

Copies over the `addMany` method from the similar HasOneOrMany trait

fda30b351eba3bb420e3970d4f18028d0df37ae0 authored about 7 years ago
Allow singleton instances to be reset for octobercms/october#3208

44da65b2a90e34cac53c86183bc16afafd228c78 authored over 7 years ago
Sync up with Laravel

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

d90996850cec16133b308772a7468d2e9a28b2d1 authored over 7 years ago
Added support for datepicker field (#281)

Adds support for the datepicker field to the SyntaxParser. Related #283. Credit to @vanmil

1def9ba321b9ca6ede0d28b735dfeb08b622bbcd authored over 7 years ago
Strings 'true' and 'false' in parameter values now converted to booleans. (#283)

See #283, Related #281. Credit to @vanmil

7b2c328d95312b36960362523a1d4ff8829f9dcd authored over 7 years ago
Add OpenDocument formats

Adds the .odt and .ods OpenOffice file formats to the defined valid extensions.

dd2ea65919f5c327a9817ec667c8dd3ad8efb953 authored over 7 years ago
Rollback version bump

doctrine/dbal 2.6 requires PHP 7.1

768aa77cf4ad016a93281a2d5b080b9aeb2e2185 authored over 7 years ago
Increase reliability of reading EXIF data for the resizer (#279)

Credit to @vojtasvoboda. Related: https://github.com/octobercms/october/issues/1942

71ebbf54d1d2aa8ca1a297a191c35445ca17173b authored over 7 years ago
Remove SVG from image types

SVG files should not be treated as images - especially when coming to uploads. An SVG file can c...

3bbbbf3da469f457881b5af902eb0b89b95189a2 authored over 7 years ago
Update doctrine (#278)

7900807b5e93f171ace6c181d661b6e88be8317a authored over 7 years ago
Explicitly provide an argument separator

This fixes an issue where the default PHP setting has the arg_separator.output set to & but ...

e4e84783e9c65f9bf03a8171b3d08a9b894f7e66 authored over 7 years ago
Logic error

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

5675b641bf281079c7145648ab7402f6e367b1c7 authored over 7 years ago
Add an extra check here

90ad8c8eaa0e1d68c2f3ce7dfa389e45ee749ad7 authored over 7 years ago
Fix pagination total count

This ensures that all scopes are applied to the query and is in compliance with the L5.5 paginat...

1ac3d1f27aac9c98431ceed8b6e999e5091c3b8d authored over 7 years ago
Add wrapper method support

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

a9c5c87603c8a3bea1fdc42b3a7ef2a4975363cd authored over 7 years ago
Update event broadcast handling

Copied from:
https://github.com/laravel/framework/blob/5.5/src/Illuminate/Events/Dispatcher.php...

e9c2144ff73b5d8909cd531bf720185109d60cc4 authored over 7 years ago
Update UrlServiceProvider.php (#274)

Fix Typo

b9ea7008db62e17597935b5d767eb35b1f436621 authored over 7 years ago
Serialize models with Mail::queue

Not sure if Queueable will have any affect, let's add it for good measure.

f1966a0ffe02ace7d8dc89ce75ca8dbc38454f8a authored over 7 years ago
Fixes https://github.com/octobercms/october/issues/3095

d9a9adcc20b110c5516bc69910e7459dd025aa9d authored over 7 years ago
Fix strict standards in PHP7.1

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

384024082f8425e45c3b308af4a3deb2c5f17aaf authored over 7 years ago
Add default showPageNumbers to config_list.stub (#273)

46ee58dd812dfd315760609054f332e88621bded authored over 7 years ago
Forgot this returns a bloody collection now

756c93ceed0f9ac35aa645844221c8fbfe4a8ad2 authored over 7 years ago
Fix signature in latest Laravel

Looks like they've recently added a secondLocalKey (named secondOtherKey in October)
Fixes https:...

a4a4bfa3914ac8f39c969ac1858ffa5087bcb499 authored over 7 years ago
lists -> pluck

To play nicely with native Laravel
Fixes https://github.com/octobercms/october/issues/3040

32d7618434d677a338a887eb929cf5200b2d7100 authored over 7 years ago
Merge branch 'master' into develop

a54b9b4f2e3beca6a59c6c36f816ed4b99f6f2ff authored over 7 years ago
Add backward compatibility for Mail::queue

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

1cf05e262c32bbbdd9c5fa8c643c0a86b9a539bf authored over 7 years ago
Use Collection instead of ArrayAccess

Refs #272

ab2f08a91db5bf71c90650bed5b476a7ab1a8547 authored over 7 years ago
Improvements atop dde8d5534bad3343caf7f40f5550f72245283110

The method signature is getting a bit too long so queue + bcc have been moved to an options arg i...

64887a784290cf58f1f5c3020e4b9240efdfe650 authored over 7 years ago
Fix sending mail to Collection of recipients (#272)

Fixes cases where attempting to send a mail message to a Collection of recipients would fail. Al...

dde8d5534bad3343caf7f40f5550f72245283110 authored over 7 years ago
Improve DB platform support for deferred bindings (#271)

Fixes #1944 by doing date comparisons in PHP instead of SQL.

956dbbab0e479ca2a61d6e8a256ada3d7a4c7dad authored over 7 years ago
Merge remote-tracking branch 'remotes/origin/develop'

Conflicts:
composer.json

7402b61b7dd7f1cc06faaff3699255e9a34e4e0c authored over 7 years ago
Laravel 5.5 released

025a3cedc5e05ad95871b3cbce034f7cc4277798 authored over 7 years ago
Improve consistency across raw and rawTo

7fdc46cb6c2424436b1eb1cb1a66223785d7520f authored over 7 years ago