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 single events with regular events

mjauvin opened this pull request 11 days ago
Fix for dynamic methods defined as [class, method]

mjauvin opened this pull request 12 days ago
Unset event handler when halting

mjauvin opened this pull request 13 days ago
Wip/support uploading packages update manager changes

LukeTowers opened this pull request 14 days ago
Add model:prune console command

mjauvin opened this pull request about 1 month ago
Add default user agent

mjauvin opened this pull request about 1 month ago
Add File::copyBetweenDisks() and File::moveBetweenDisks()

LukeTowers opened this pull request about 1 month ago
Add nestedToArray to treecollection

damsfx opened this pull request about 1 month ago
Fix multiple listeners being attached to models

Fl0Cri opened this pull request about 2 months ago
Support project relative paths to sqlite databases regardless of webroot

mjauvin opened this pull request 3 months ago
Restore Relation class needed for morphMap

mjauvin opened this pull request 3 months ago
downgrade twig

mjauvin opened this pull request 3 months ago
Restore File::unique() helper

damsfx opened this pull request 5 months ago
newPivot method is the same as Laravel

mjauvin opened this pull request 5 months ago
Use fromRawAttributes() for custom pivot models

mjauvin opened this pull request 5 months ago
Removed unnecessary Maker class

jaxwilko opened this pull request 6 months ago
Add support for AVIF in Resizer

matteotrubini opened this pull request 7 months ago
Add avif to known extensions & MIME types

matteotrubini opened this pull request 7 months ago
Ability to override existing relations

goldmont opened this pull request 7 months ago
Add avif to known extensions

matteotrubini opened this pull request 8 months ago
Qualify orderBy column with table name to avoid conflicts

mjauvin opened this pull request 8 months ago
Most relations were missing getRelationName method.

mjauvin opened this pull request 8 months ago
Override Symfony Process.

mjauvin opened this pull request 8 months ago
Fix paginate & simplePaginate for BelongsToOrMorpsMany Relationships

mjauvin opened this pull request 8 months ago
Laravel 11 migration (storm)

mjauvin opened this pull request 9 months ago
Fix HasOneThrough / HasManyThrough relationships

mjauvin opened this pull request 10 months ago
Add support for legacy plugins using October's ExtendableTrait

mjauvin opened this pull request 10 months ago
Fix model.setAttribute event value

mjauvin opened this pull request 10 months ago
Fix typo

AIC-BV opened this pull request 10 months ago
Fix reduceNameHierarchy method for nestedform

mjauvin opened this pull request 11 months ago
Add support for Laravel-style relations

bennothommo opened this pull request 11 months ago
Make the dynamic property writable again

mjauvin opened this pull request 11 months ago
Fix dynamic properties on PHP 8.2+

mjauvin opened this pull request 11 months ago
Added check to see if disk implements a default visibility

jaxwilko opened this pull request 11 months ago
Fix allowed types for value argument

mjauvin opened this pull request 12 months ago
Ensure Event::forget() also cleans up prioritized listeners

lex0r opened this pull request 12 months ago
v1.2.4

LukeTowers opened this pull request about 1 year ago
Support Throwables in SystemExceptions

msimkunas opened this pull request about 1 year ago
Restore previous tests order

mjauvin opened this pull request about 1 year ago
Fix docblocks for Resizer class

AIC-BV opened this pull request about 1 year ago
Laravel 10

wverhoogt opened this pull request over 1 year ago
Improve automatic detaching / deletion of relations

mjauvin opened this pull request over 1 year ago
Add path enumerable trait

bennothommo opened this pull request over 1 year ago
Clear model cache when using upsert

zimudec opened this pull request over 1 year ago
Remove deprecated "get_parent_class" calls in Extendable trait.

bennothommo opened this pull request over 1 year ago
[PHP 8.3] Fix `get_class()` deprecations

Ayesh opened this pull request over 1 year ago
Update tests for config writer v1.1.0

jaxwilko opened this pull request over 1 year ago
Call model methods using event handler with default priority

mjauvin opened this pull request over 1 year ago
Add replicating and pruning event handlers

marvindurot opened this pull request over 1 year ago
Remove max-depth restriction from getAvailablePaths

jaxwilko opened this pull request over 1 year ago
Add json helper method to set payload as json-encoded value.

mjauvin opened this pull request over 1 year ago
Call find() on related model, not on the relation itself

mjauvin opened this pull request over 1 year ago
Fire model events after event methods to facilitate extensibility.

mjauvin opened this pull request almost 2 years ago
Fix missing attributes in FormBuilder inputs

bennothommo opened this pull request almost 2 years ago
Prevent empty id attribute

mjauvin opened this pull request almost 2 years ago
Avoid empty properties like id='' which is invalid

AIC-BV opened this pull request almost 2 years ago
Initial WIP on improving the File model to use more native disk methods

LukeTowers opened this pull request almost 2 years ago
Prefer caching the relative path to a class in the ClassLoader

LukeTowers opened this pull request almost 2 years ago
Add event to make model validation extendable

mjauvin opened this pull request almost 2 years ago
Adds Encryptable model behavior

der-On opened this pull request almost 2 years ago
Laravel 10 support

bennothommo opened this pull request almost 2 years ago
Improve ClassLoader support on Windows

damsfx opened this pull request about 2 years ago
Ensure that getAvailablePaths respects the maxDepth of the file iterator

jaxwilko opened this pull request about 2 years ago
Allow scoped and local extensions

bennothommo opened this pull request about 2 years ago
Convert Markdown parser to CommonMark

bennothommo opened this pull request about 2 years ago
Improve support for multiple database connections

LukeTowers opened this pull request about 2 years ago
Make the SectionParser more extendable

LukeTowers opened this pull request about 2 years ago
Prioritize local dynamic methods over behavior-provided methods

LukeTowers opened this pull request about 2 years ago
API cleanup round two

bennothommo opened this pull request about 2 years ago
Fix model.relation.afterAttach event handler

mjauvin opened this pull request about 2 years ago
Release v1.2.1

LukeTowers opened this pull request about 2 years ago
Refactor the Singleton trait to bind to the application container

LukeTowers opened this pull request about 2 years ago
Patch alert method to keep compatibility with Laravel

jaxwilko opened this pull request about 2 years ago
Fixed bug when dynamically adding hasMany* relations

jaxwilko opened this pull request about 2 years ago
Support source root level paths in Halcyon datasources

jaxwilko opened this pull request about 2 years ago
Fix eventArgs not being merged correctly for BelongsOrMorphToMany relations

ericp-mrel opened this pull request about 2 years ago
Fix hidden file glob on systems without GLOB_BRACE support

bennothommo opened this pull request over 2 years ago
Added fix to allow pivots to use classes on attach

jaxwilko opened this pull request over 2 years ago
Readability improvement for Slug trait

RomainMazB opened this pull request over 2 years ago
Slug generation performance improvement

RomainMazB opened this pull request over 2 years ago
Fix Mail::queue() error

damsfx opened this pull request over 2 years ago
Fix 'ClassName@method' Event handler format.

mjauvin opened this pull request over 2 years ago
Translation of messages with authorization errors

WebVPF opened this pull request over 2 years ago
[FEAT] Added string helper functions

jaxwilko opened this pull request over 2 years ago
Make extend() method usable with behaviors.

mjauvin opened this pull request over 2 years ago
Add extendable.afterConstruct event

mjauvin opened this pull request over 2 years ago
Add better base password reset functionality

bennothommo opened this pull request over 2 years ago
Ensure cached routes are loaded on app boot

bennothommo opened this pull request over 2 years ago
Added support for including anon classes multiple times per execution

jaxwilko opened this pull request over 2 years ago
Universal selector can follow a comment

damsfx opened this pull request over 2 years ago
Reverse order in checking mail config styles

bennothommo opened this pull request over 2 years ago
Added support for creating a file object from file in storage

jaxwilko opened this pull request over 2 years ago
Add withoutChildren scope to NestedTree

RomainMazB opened this pull request over 2 years ago
Re-do image resizer tests

bennothommo opened this pull request over 2 years ago
Add is_regex validator rule

mjauvin opened this pull request over 2 years ago
Switch to external config writer library

bennothommo opened this pull request over 2 years ago
Add relatedModel to dissociate events

mjauvin opened this pull request over 2 years ago