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 pull request #269 from witul/L5.5-MorphToMany-fix

L5.5 MorphToMany Compatibility

86ff743ace6eed6f0e9954a7aa17a36fdf3f9335 authored over 7 years ago
L5.5 MorphToMany Compatibility

MorphPivot constructor extending Eloquent\Model now, so there is following error:
Type error: A...

892bcf6b7fb97c1e0abf8e018c8fcebec398a37a authored over 7 years ago
Merge pull request #268 from adsa95/develop

Force schema while using 'force' link policy

6895d79dcf2e421a087eb515b03faff52170f012 authored over 7 years ago
Force schema while using 'force' link policy

db06bfd448288680c084169d2fc4ff447e227d48 authored over 7 years ago
Pass raw to beforeAddContent event

3925e80a2d984271bd0fa77bab9e9d58e5227333 authored over 7 years ago
getView -> renderView

d26f4793cfbc5a15cfa0cd7f38efb1c77eb2d795 authored over 7 years ago
Set the relation manually after create

This should occur as part of create() -> add() but unit tests suggest otherwise

24858b32621d2ada79b85ab285758fd2f9aa29e8 authored over 7 years ago
Adds support for Laravel file based validation

cd59f9d6c80c8bd934974b41fae724045c86b343 authored over 7 years ago
AJAX now supports files

Refs https://github.com/octobercms/october/pull/2857

ae0b839e352dedaa116305f03bef1c64b1205841 authored over 7 years ago
Prevents unterminated comment warning

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

d96ac9383f21d9fc9e794873d5bf74eead970efc authored over 7 years ago
Add umbrella class for Relation base

Used for Relation::morphMap as specified in the documentation
Minor docs improve

dc5303105c75a02581db6d8cbfd107f868aeeb59 authored over 7 years ago
Merge branch 'l55upgrade' into develop

2d5dc9894cedc422f30effcd6af1559502c464de authored over 7 years ago
Fixes PHP 7.1 requirement

00292af05df635b3087fe0b7226345f692f0f68b authored over 7 years ago
Nicer error message

We found setting the const UPDATED_AT to null would create this infinite loop. Although setting c...

2d97c9ab76e6129bdcc15153c6ccc5e58f29c1e3 authored over 7 years ago
5.1 -> 5.5@dev

e56434cca9493d168d72d8633e145d219b49595b authored over 7 years ago
PHP 5.5.9 -> PHP 7.0

679171c0d88a812506efd73b9d80992fb28344d9 authored over 7 years ago
fire -> handle

2c958ef6fa2ee6869131f74d34a485ab210ba231 authored over 7 years ago
Improve markdown API

Adds parseLine and parseSafe methods.
Parse safe disables code blocks via indentation, which can ...

f14e3720859cffe5bf05992f195498b57d66ca62 authored over 7 years ago
fire -> handle

Refs https://github.com/laravel/framework/pull/20024

483dc9c99467d08726fdeb0b82beb722e65db6a2 authored over 7 years ago
Fix typos

095dfaab9653c22d176d9ea33c4d46d687e28a5c authored over 7 years ago
Look at role instead of group for permissions

Refactor group getter
role_id is now guarded

ecd0f012db21be65673fd45e44c2801cc6d9a341 authored over 7 years ago
Splitting permissions away from groups to roles

Refs https://github.com/octobercms/october/issues/2367

51f6eb180f9817a49ce7d7f968a084594e3148fb authored over 7 years ago
Adds user impersonation

Minor touch to deferredbinding trait

60fb4a2d3ffbfb323b862730763e0a87603a699e authored over 7 years ago
Add support for default models

See https://laravel.com/docs/5.4/eloquent-relationships#default-models
Minor touch to mailer

916e63123a919d50145e80acce1a5ffe574820bc authored over 7 years ago
Rollback 8f0cf0cd58d8ba323c3f0f881839c4022772bfcf

On second thoughts this is not a great idea because mismatched paths will result in unnecessary g...

664d3e60adf4d41e1f20d86f574117b7e1694388 authored over 7 years ago
CMS objects are no longer case sensitive

Refs https://github.com/octobercms/october/issues/1854
This has a performance impact of glob()'in...

8f0cf0cd58d8ba323c3f0f881839c4022772bfcf authored over 7 years ago
Fixes missing NS ref

b7b3e2743f3df359690ee50e317e43f302d69d05 authored over 7 years ago
Allow behaviors themselves to be extended statically

Behavior::extend(function($behavior) { /* now possible */ });

I heard you liked extensions, so ...

f5fff2022434fbffd7d58ad604fc7d2135226d1e authored over 7 years ago
Add webp to supported image extensions.

Related: https://github.com/octobercms/library/pull/265, https://github.com/octobercms/library/p...

1125fab09df450dfcd45e3f72e260ca749a460ee authored over 7 years ago
Add webp to supported image extensions

Related: https://github.com/octobercms/library/pull/265

10e5f3f5accd8e72d5a0eaf322614b3bfa90e692 authored over 7 years ago
Add WEBP Support (#265)

Been wanting to do this for a while, webp speed is good too.
Wanna start implementing interlaci...

7f18d81ce46eb25d30e15efe671e5f16ced1c39e authored over 7 years ago
Add Interlacing (#267)

This adds the ability to add interlacing to png/gif/jpeg images when being resized. Documented i...

e8eb45530149c997c1023c9757e0d60bb1c8fe67 authored over 7 years ago
Apply defined constraints to deferred bindings

c48d0b417bd646bb7f3641b9eea0bbb5828aacad authored over 7 years ago
Fixes bad twig version

Refs https://github.com/octobercms/october/issues/2908

ece4341a6be4e28d4d1dbf773200b0b7140a156f authored over 7 years ago
Change file output in Class Loader (#264)

Change file output path to use DIRECTORY_SEPARATOR instead of the Windows path separator in Clas...

47bf27a0b7be9f982548bf9ee8aae411395eddf1 authored over 7 years ago
Choice exception bro

51c5d8ded8e7e6a506a8d9e3efbd547710891051 authored over 7 years ago
Add manifest index to class loader

This should result in a nice uptick in performance, it also makes way for an "app" directory (glo...

9b4f6586c8071e918c5087b8a75dc645fa0508d7 authored over 7 years ago
Fixes sortable/order clash with count arg

132d3fa0e80d5f787cbc9e8e8d6f64a9741dad79 authored over 7 years ago
Use a transaction when performing migration

97524e09aa700621092be0468c4476dfd7344848 authored over 7 years ago
Refit to match base

b83b4b353c37bf180be4b15b79c656cab1d9ea1b authored over 7 years ago
Bump YAML to ~3.2 to match Laravel 5.5

Refs https://github.com/octobercms/october/issues/2899

f44fc014d8fe94cb4a5b7c7918774fd1ab57f0a5 authored over 7 years ago
Rework build scripts

631225e0201ec39b462d846dd71d2c42ef911603 authored over 7 years ago
Fix mail sending

f409ad425e68e38adf8917f80769ea6af828f267 authored over 7 years ago
getHasCompareKey -> getExistenceCompareKey

286dfbe323c51d75da34142cf096aa6e9f1d7527 authored over 7 years ago
Wrap is no more

b2743d6c7b0f0ae97cedda856b5a0a64fcf6e0ac authored over 7 years ago
Undefined variable: parent

141f7305b6f68889df83827b4d021a81687386cf authored over 7 years ago
getSelectColumns -> shouldSelect

382942d9c7267d7d28154d230a791fb4bbb1c1c2 authored over 7 years ago
Give Rain Collection priority

f07f5189a74e5c134ade4117b795cebbc2183341 authored over 7 years ago
Cached services now in PHP format

b9a71d788c328b21f0ba5b3e5da5ce1ebd08b439 authored over 7 years ago
No concat

250x450 thumbnail filename is going to be exactly the same as 2504x50 thumb

88f38a3936fdd2af70c97cea1078b4e36fdaf1ed authored over 7 years ago
Spaces > Tabs in October

93d76f2a8ca8a1db54952bcfb8ac65e3ca4f71bd authored over 7 years ago
Merge branch 'develop' into l55upgrade

a385754e20e550c5e9f162b0cac1c4d94b34763f authored over 7 years ago
Merge pull request #262 from Fl0Cri/bracket-parser-condition-in-loop

Support condition inside repeater in bracket parser

afafb56cfdec274ebfda160c1b5c237ff2ab34f2 authored over 7 years ago
Tidy up - refs #261

92b982ca7e0c4c7b95d2aad2b3fd8e1c74075900 authored over 7 years ago
Merge pull request #261 from acasar/patch-1

Fix default sortable order

f2fe91b9845268d064b49d97ad4a73435ebb7173 authored over 7 years ago
Merge pull request #256 from alexdevmotion/patch-1

Updated thumb filename to avoid adblockers

a3cbf60e6a86e42365b488e21fe2f86708eb7c9c authored over 7 years ago
Merge pull request #255 from neilcarpenter1/set-checkboxes-true-create-controller

Set checkboxes true create controller and add delete button onto backend list

f3b7d97260a69883e5b749563522a0c91c4e5844 authored over 7 years ago
Tidy up - refs #233

c59c7ea40d88b4548e132cac5f21707312e640ff authored over 7 years ago
Merge pull request #233 from kuloed/nested-tree-patch

fix performMove update sql when using Uuid as the primary key.

be12424e49c2fcf94afe0ef6b36a2fdbf6d77970 authored over 7 years ago
Make deferred binding obey connection

The deferred binding model will copy the connection from the parent model
Fixes https://github.co...

ea2deccb3ccc9c8928d0fa17ab929bd72c805013 authored over 7 years ago
Allow env hopping

1. .env APP_ENV = dev
2. config/dev/environment.php (default key redundant)
3. hostname -> new e...

3c31dcec1bafdfd5f197ba86e181691e965a8a6e authored over 7 years ago
Multitenancy

24a56e64443211f6362542fa8c34b23b95384020 authored over 7 years ago
Add fromData() method (#263)

Adds fromData($data, $filename) method, creates and then removes a temporary file internally bef...

f66acf3a6100f9c09bc416e6ac5e8bba0516838e authored over 7 years ago
Clean and refit

5e2dd2f2aef0b4c3b48b45eba775a959630da6ca authored over 7 years ago
Fixes an "uncatchable" exception

This was causing the unit tests to spam the trace log as part of App::hasDatabase

58cdfe82dd99449e7e30ef8c7875b2135ba815d9 authored over 7 years ago
Fixes issue with MorphToMany and others

366d94f2d4127129c104f1f2f2e097c0a4f23a5c authored over 7 years ago
Resurrect Arr::build and array_build

It was removed in Laravel because Laravel doesn't use it anymore internally. October still uses i...

ce4abea18799400f5a5035dfa7e10f4b91b67a3a authored over 7 years ago
Create helper method for checking ignored paths

Refs https://github.com/octobercms/october/pull/2858

c9231dc37463664258346cf906a4583412d9dc00 authored over 7 years ago
Adds ignorePatterns

Refs https://github.com/octobercms/october/pull/2858

debd01097c931e494deaf34d20ab4254713da792 authored over 7 years ago
Fixes collision with Laravel _flash key name

e833993131c5d031f6536046a7e0912d01278509 authored over 7 years ago
Comment Auth middleware

43a82c28a9639b48ed145513a2d39de8b5cd953b authored over 7 years ago
Passing null to fromDateTime fails

Throws a "Missing data" exception
Like castAttribute, method returns null for null

565761d876447b8f2819a0fa1ab48354599eb814 authored over 7 years ago
getToken -> token

Back to getPdo for hasDatabase, seems to work good, except for the trace log spam...

f8dce92ecf305be5ac48625d37bc61154d5cbcc1 authored over 7 years ago
Resurrect Mail::pretend

4860641d0c02ca74817fb55414d50a6f8ba81caa authored over 7 years ago
Deprecate getRelatedIds instead of removing

715b68a5921d0d065c1c6f3e2398812b61ebd80a authored over 7 years ago
Bump Twig to v2

5e5ac972cd40bcb8510b841c0bf38f9807006697 authored over 7 years ago
Restore tinker command

b5b7ecf0b2347b670a250939395ed6df5891c5b3 authored over 7 years ago
Win! getConnectionName is still good

For App::hasDatabase() checking, getConnectionName always worked, we just needed to catch the Thr...

8a593c50d876240e75aecbb054aba22545c2cd06 authored over 7 years ago
Only flash input when request is available

Minor touch ups

847ff57cfe12bfb868136d6cf816eb3f806999a4 authored over 7 years ago
Refit relation classes, fix to query builder

eb922d9b80c7eabee1336cfadd58697fc2435619 authored over 7 years ago
Like Jon Snow, lists() is revived and remains true

Locking this in: use pluck() for collection, use lists() for pure array. This will prevent quite ...

b521c53e59d8a85952e33f58cd37ca3826ebdf1c authored over 7 years ago
Fixes typo and minor clean

3fc0e78ccedb177c23e7513ee0f2526df77e437f authored over 7 years ago
Test and cert Sortable trait

cd3383b6ec514a1ef0b51f63e36f47370170bdd1 authored over 7 years ago
isset and offsetExists have been swapped

We're going to stay the same for simplicity's sake, both methods are "synonyms" and we were overr...

51e522c1a3e3f505b9a21a78ae04f954a3b53f8b authored over 7 years ago
Restore classic connection events

a0b92462c282806b97e21f40c26d65b005c2e9b2 authored over 7 years ago
Remove some deprecations

79372d6244fed04e247b90faadf91defb7305e65 authored over 7 years ago
Upgrade foundation library

In Laravel 5.5 App::make with parameters simply doesn't work, even makeWith() appears to be unus...

dc78290a6935f13186f08ff8bbca257e9b6dda98 authored over 7 years ago
Update contracts

1734930c750cefa2dab74ee542a213c8707c2c7a authored over 7 years ago
share -> singleton

531e2111df034d52bab9598e05a560ccbbd5a161 authored over 7 years ago
Upgrade mailer

The events have been upgraded to their equivalents, perhaps. It will need to be tested. Perhaps ...

746415cf851eeaa8866b26668030839ea5a3fb13 authored over 7 years ago
Progress on database upgrade

There was an attempt made to retain array over collection when returning results, however, too m...

7990ad572396a6be1aa2c9e9cfa9c7fef6cae6ae authored over 7 years ago
Retains before and after "filters"

These are essentially events, not filters, hooked by App::before and App:after

7bc7db72dca63c07dca2d9d685a1f6f003010d4e authored over 7 years ago
Fork events package to retain priority and halting

80ed2939dcd97d1d99534329462e7fefd538d187 authored over 7 years ago
Adjust kernel and app to L55

4cb9757ce44bf26a20695bec572b7b8b2c5727d4 authored over 7 years ago
Update composer to Laravel 5.5 @ dev

d323cfe1049caa6557dd8e6343b1a26b9e2d68ec authored over 7 years ago
Add more document extensions

Adds .doc, .docx MS Word document file extensions, .ics calendar file extension

96583717797a1f0670b6261546733bc28f52f6b0 authored over 7 years ago
Fall back to fully qualified extension name

08e22d8dc5192d6128c7de373cb621d7b7c019ac authored over 7 years ago
Support condition inside loops in bracket parser

69c49edcb1c2e0fbe3296ecc45c491d3c2047318 authored almost 8 years ago
Add woff2 to the list of asset extensions

36021309834a381e6df632f8012819b0fac71544 authored almost 8 years ago
fix performMove update sql when using Uuid as the primary key.

d3ee04470262477f112a32a3ebb7ddc074ffb768 authored almost 8 years ago