Ecosyste.ms: OpenCollective

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

github.com/octobercms/october

Self-hosted CMS platform based on the Laravel PHP Framework.
https://github.com/octobercms/october

Allow partial overrides in subfolders (#4652)

* Allow partial overrides in subfolders + security checker

80f870c3136023a05585ec660030ef3cff89cee1 authored about 5 years ago
Event goes off not on

6277f9b44c8b6be168fe0a380947d8b6c19aa259 authored about 5 years ago
Remove GPU enablement

It is unsure why this was ever needed, but it appears to fix the overflow issues with the sortab...

0a98afbff8b78d4a3f6e144124c4649003bf4334 authored about 5 years ago
Move placeholder upon mouse scroll

This is one step closer to fixing the sorting issues when a scrollbar is present. It still doesn...

ed2eec6afb97141003c443586e6370d379e2dc5c authored about 5 years ago
Typo

1e287d4391188ad58324363e82ebc95d8b675b63 authored about 5 years ago
Add premium support, contributor badges + minor changes

e1a698ee52a2aff7b0509c2e6cd74e0e59c28659 authored about 5 years ago
Exception handling

$widget->secondaryTabs['fields'] may not always be present

22db1299ae9fd169745dc6f947ffb4a64c977991 authored about 5 years ago
More strict checking of addItem request for child repeaters (#4814)

Similarly named repeater fields being used in viewBag variables were being assigned aliases whic...

c17cb58aa121d06174f93ce5024a7946fb774dd9 authored about 5 years ago
Recompile assets

5839b6869a76d0d4a79ae635fa2d6789e8dfbd59 authored about 5 years ago
Allow setting customview path for relation list (#4680)

d4d18743119f61a9812d23f755e166dddb7ee32b authored about 5 years ago
Slovenian language added (#4796)

* Add Slovenian language

8abed1794f73302b517a8b85541f81bb8e63a301 authored about 5 years ago
Adds the ability to override the column header label in import/export. (#4737)

Now we can use the `backend.list.overrideHeaderValue` event also in the import/export.

91459559785d90302ab5832c4683010908289ae7 authored about 5 years ago
ApplicationException -> SystemException

This appears to be a typoe. It doesn't make sense to ever log "user errors", only "system errors...

70e57120d0e65d7b40bf6b89ebe42afeeaa1fbf3 authored about 5 years ago
Rollback d31006ae1a1f5a709e9a100d0096a5633ab820b5

260e1f503fe18588f099de5efc928cfe941eed77 authored about 5 years ago
Make CMS object code editor read-only in safe mode (#4769)

Adds a dismissable message to the CMS object code editor indicating that the PHP code section of...

864816f7f2b45201e76f4f8161530ad5f84aeb2e authored about 5 years ago
October is a platform, powered by a framework :-)

Ref https://octobercms.com/blog/post/putting-octobercms-words

1384a8fc73a1041ab75832aa727b07106be248fe authored about 5 years ago
Tell codesniffer to ignore this patched file

15036fd1d9bb6623f90943e11e7202fb77844366 authored about 5 years ago
Monkey patch PHPUnit\Framework\MockObject\Generator

This avoids "Function ReflectionType::__toString() is deprecated" warnings

72f85ebc558a8e6fe514f6496f5393e535bac41b authored about 5 years ago
Add 7.4 test back in

664fd6ed6bbdc2af0690ddfc3dadf204c31e900d authored about 5 years ago
Fixes typo in merge conflict

63729e401b6e393311d483905c932e0a47e4ddc2 authored about 5 years ago
Added lazy loading for backend form tabs (#4658)

* Added lazy loading for backend form tabs

4704f85096037f1b08f5c754bd6e81301fa14af9 authored about 5 years ago
Bump min requirements to 7.0.8

This fixes PHP 7.4 support by pulling in Symfony packages at v3.4.36

9b77e8d81a09e0a3012f2d045de45caab75f6847 authored about 5 years ago
Prevents erratic rendering issues

This occurs due to a race condition in the rendering where the scrollbars enable and disable ove...

1e449c82b686228acd426de365b89c486434948c authored about 5 years ago
Merge remote-tracking branch 'origin/master' into develop

f1b0df70dc1446a23115a54b11c6c854a1cde1ae authored about 5 years ago
Update archive wording

e2284301e6dd98e76d8be50bc0fa9f2c750744b4 authored about 5 years ago
Minor continuity change

Let's save this for L6 upgrade. Although PHP 7 partially support this, we should revisit once th...

b22021db3bc10db143dca665cdeffdf393d8315f authored about 5 years ago
Explicitly pass focused item along as it is already known (#4807)

If the DataTable widget is loaded in a Popup, the .focus() call does not
seem to focus the targ...

a4359c91e9bd260e431bfc23d2dbd690ed15b793 authored about 5 years ago
Support additional file name and path characters in media manager (#4564)

* Support additional file name and path characters in media manager

When working with abstrac...

2b05d01c6ca2fc5e0a582a2b71bff3b75b9da960 authored about 5 years ago
Fix race condition when clearing recordfinder value (#4802)

Credit to @TheFehr. Fixes #4800.

9dc54baddd27ad1df6554b44d6ca3c56227bf257 authored about 5 years ago
Narrow the scope of when Lists orderBy conditions are reset.

Credit to @bennothommo & @daftspunk
Replaces: https://github.com/octobercms/october/commit/9f8d8...

5f8a5454eeb401d5ac13b5b644353b8dcaf0de14 authored about 5 years ago
Add public methods to access Lists widget's sort direction & column (#4746)

Credit to @empower-josh.

4ab464cede7be05e3420f56994bd1e19c5c30e02 authored about 5 years ago
Make fake-infinity precise to 4 bytes

aa31667952c1873ee5eb589d2e57469174201606 authored about 5 years ago
Tweak chart markup to not depend on an external class

This fixes the rendering of the example markup. The line chart has no styles but just needs to k...

ee4078ac44afb61848ed5973694282719ee6826e authored about 5 years ago
Fix for strict SQL languages (Pgsql)

When the value is null [id >= ''] an error is thrown, not being an integer, while [id >= null] w...

905e5fbb726e761bb0c2d911ce753fa71e8a5cc5 authored about 5 years ago
Force ordering when list widget column is sorted

When ordering is applied externally, ie. by a relation config, the orderBy call in the List widg...

9f8d8ec9fabad06e0eb4b222611910e608729074 authored about 5 years ago
Trigger "change" event when time picker is changed

This allows dependent fields (ie. dependsOn) to trigger correctly when a time field, or the time...

128312106955d894528d448700f1fc66792b7826 authored about 5 years ago
Merge pull request #4795 from OFFLINE-GmbH/delay-sort-session

Only put sortOptions to the session if the List query succeeded

411bd9273716f74487a7016dd0d235015d698bff authored about 5 years ago
Only put sortOptions to the session if the List query succeeded

61129b48ec229c4fae7dd55339007f82bb55998e authored about 5 years ago
Revert #4567, fixes #4648.

If including the asset extension is important, this can be done by listening to the `system.asse...

7e98e199a46040dbf22b8211d33115ffae780e32 authored about 5 years ago
Drop PHP 7.4 testing for now

Will bring it back with the L6 upgrade.

e24a5964a14447a037323262836f3790843dbadd authored about 5 years ago
Number range filter improvements (#4789)

- Allow minimum or maximum to be unspecified, meaning you want everything up to maximum, or ever...

9b72c2d181ce3c121abf54949809e760113d2f5b authored about 5 years ago
Fixes touch events in sortable plugin

Refs #4791
Refs #4777
Refs #3755

566f138eabd8032aefc9aed84fe67ab4f8e6011f authored about 5 years ago
Include SQLite in automated tests

249051b89c9c446f051d6a8ae234823e0e6639e2 authored about 5 years ago
Add a few more PHP extensions into the automated tests

a91fa3f5ff1b8daf142e2a28d93c89618ad18db3 authored about 5 years ago
Delay running post-update Composer scripts in automated tests

Allows us to reset the October codebase to what's in Git *before* running these tasks.

08497204940794f35f5dcb480ca14c73d1743336 authored about 5 years ago
Ensure necessary PHP extensions are installed with unit tests

c70af0ec64ea9512bbcd4b36af271930e36261e4 authored about 5 years ago
Parenthesise some double ternary conditions in Asset Combiner.

Improve compatibility with PHP 7.4, where "Unparenthesized `a ? b : c ?: d` is deprecated"

Fixe...

e9abdf7783366be643be3c0023500bdc4a32d939 authored about 5 years ago
Add touch events back to modernizer

18398a8318ac6e03af9ae28c33a6b5996d363f83 authored about 5 years ago
Add missing documentation comment blocks for fired events (#4788)

Credit to @mjauvin.

992e84e602b92ce96d2d4ec2171d8512715e572a authored about 5 years ago
Fixed conflict between JS input trigger plugin & JS filter plugin.

Related: https://github.com/octobercms/october/issues/3202#issuecomment-556042766

106756d656072178feadcbe4a5472dc2821940b0 authored about 5 years ago
Merge branch 'develop' into wip/laravel-5.9

7e3136564fb838172c758e6fb6e697e16af30136 authored about 5 years ago
Improved Slovak translation (#4778)

Credit to @Samuell1

5d13788f16aaa2ab245091d5a47a884581eaf409 authored about 5 years ago
Restore support for Select2 data format in custom select control (#4712)

Credit to @jimcottrell. Refs: #4413

b5ed0b313a8745fd70fa843e4c07017f31cd93d2 authored about 5 years ago
Improved Czech translations in /modules/system/lang (#4773)

Credit to @maraerben.

1b4147212d2a6f48dbb91ffb6a6f38271926b41c authored about 5 years ago
Fix copy and paste on alert popups (#4740)

68c9feb622d8ead95eb9139d0d3161d1919b02b2 authored about 5 years ago
Minor cleanup from #4764

14387b74b41961a0795c6536147e164e87a4091f authored about 5 years ago
Merge pull request #4764 from octobercms/wip/fix-4254

Implemented dependsOn support for filter scopes. Fixes #4254. Documented by https://github.com/o...

46fe07c2dade135dcb3b1d7bf3c8d69429e41264 authored about 5 years ago
Implemented client side refresh of dependent options & server side checking of valid filter values before applying them to the query

19ce51ba4a351b0dd74da1b3888f5b628e3aaf65 authored about 5 years ago
re-add accidentally removed comment

17b8ba75af23ecdca68ea2837784b5b37b203aab authored about 5 years ago
cleanup

6f0e4afbbddef9b8e73cfb8359a6205591d850eb authored about 5 years ago
Initial WIP on implementing dependsOn support for filter scopes.

Still need to resolve an issue where if the slave filter has values set when the master filter u...

70107c63762e56b027a68daa3dd1a8b1d0e37fdd authored about 5 years ago
Check user permission for the mediafinder formwidget.

Fixes #4216. Replaces #4669. Credit to @gergo85.

85fadbfef32b08a30b82d7a12a5b2a70e3c63cfc authored about 5 years ago
Removed double checking if file is protected in FileUpload widget (#4753)

Credit to @tomaszstrojny. Cleanup from https://github.com/octobercms/october/commit/4f7c5cc1e753...

8fb9c59ee1d12de7993d13840fc9d20062c41b78 authored about 5 years ago
Avoid array_intersect error if argv is not defined (#4751)

Credit to @ChVuagniaux. Can be triggered when attempting to run Laravel HTTP tests on OctoberCMS...

f0db465f46930ba6e0cc8da2fab410042e1567b1 authored about 5 years ago
Change default of cms.backendForceSecure to reflect the config default that's been in place since 2016.

615c4cdb0442d3f966a270ed9eff65c19c6a7215 authored about 5 years ago
cleanup from last commit

07ac19f7b3ef948995ec2dc921b4cdec22b7a509 authored about 5 years ago
Restore middleware support in backend controllers.

Reverts https://github.com/octobercms/october/commit/f73d8e6d498a211192976a525016b4a961707e3f. ...

d56dded458bfa5ede31fa97c05533835322b984c authored about 5 years ago
minor formatting fix

490b1d6b00de21384d40c8796d46de5147d99b02 authored about 5 years ago
Fixed typo

c9df45a87d4daee11006b19817bc3926d1d1ff12 authored about 5 years ago
Fix empty Richeditor class lists from breaking widget (#4725)

e97057246a0b58f1dbed7a733eb18f57a4cd11f1 authored about 5 years ago
Remove XSRF cookie

This was a contentious change is generally a bad idea to blanket all requests with a dependant c...

8da798a5cd2f5f640719550eebebc03e9a9d29d1 authored about 5 years ago
Apply ResponseMaker to backend AJAX and cms.page.display event

c5bd5f0e0a48a4820b7a69192c0a31469059508c authored about 5 years ago
Remove unused import

1df8e72e4a7620a589fa09142aba34798a21b2e7 authored over 5 years ago
Add XSRF to backend, simplify CMS controller run() method

runInternal has been removed because we do not want to blanket our response logic over every sin...

63f65a3f252fe7f13da4967fb0d39a8bee550f76 authored over 5 years ago
Add header and cookie support to ResponseMaker

9d120ad66b120b7d458b14893574e6e403672957 authored over 5 years ago
Move response common functions to ResponseMaker trait

ff8f899fbe19ad4301d4bfab47d6b1a0b3e73549 authored over 5 years ago
Merge pull request #4732 from octobercms/remove_double_middleware

Remove double middleware

f269901d721592c61f23d3ffbdda86f083422f8f authored over 5 years ago
Merge pull request #4731 from octobercms/no_serialize_cookie

No serialize cookie

c0fffc665deafcc35060cc9ef37bf64c5c269a78 authored over 5 years ago
Fixes issue where behaviors are not booting

92bd8360b9e05af0191afe8f4159df2e22e330e6 authored over 5 years ago
Removes double middleware layer

For some reason it was decided to allow October controllers to support Laravel middleware, this ...

f73d8e6d498a211192976a525016b4a961707e3f authored over 5 years ago
Combine common CSRF logic to a trait

b1fa45ee3a20b730a9de1a4bb46b41d490f8d49a authored over 5 years ago
Cookies are no longer serialized

Based on update to library https://github.com/octobercms/library/commit/09e859a13ee5663ee6cb6f0c...

49d68f067120adf7731dae07ec8fd01e41b8382f authored over 5 years ago
Merge branch 'develop' of https://github.com/octobercms/october into develop

76db3355e6aaf9b90569a8fe6e2cbeb8d636a748 authored over 5 years ago
Add cms.enableXsrfCookies config value (default true) to configure whether or not the XSRF cookie is automatically sent or if CSRF tokens are solely relied on.

Related: https://github.com/octobercms/october/pull/4701#issuecomment-547773385 & https://github...

959b85f56c81359832a254b50a8ab189b18d6776 authored over 5 years ago
Typo in "Automatically run migrations on login" (#4727)

Credit to @najbo.

cc9b48975d18d0f5bb9e599ba839e44cdb1e4310 authored over 5 years ago
Fix typehint

457466c5af3cfbda5d5a220031d9e14f50116bd4 authored over 5 years ago
Merge pull request #4720 from octobercms/csrf_fix

Implement XSRF checking for AJAX handlers. Credit to @bennothommo @daftspunk.

0de4f1903fe393c075ac94aa14a461b7df81a5cf authored over 5 years ago
Ensure that the XSRF cookie can always be added to the response, no matter the source of the response

eb4648972f74f36f195f4e1c9ef00f9873aa51e8 authored over 5 years ago
Implement suggestions from @bennothommo

096ccf875decef75d2f23421d7bf746ca6c64e7f authored over 5 years ago
Implement XSRF checking for AJAX handlers

Refs #4699
Refs #4701

f542ca8e90c968ddfdd178303cab3f4f44f1694b authored over 5 years ago
Add clear classes for fields (#4706)

Credit to @bennothommo. Added `clear-full`, `clear-left`, and `clear-right` CSS classes that can...

df65861aff93d6aea472ac6d5b309fb4dd9a3f9b authored over 5 years ago
Added ability to filter down the permissions presented by the PermissionEditor

You can now specify an array of "availablePermissions" to the PermissionEditor FormWidget that i...

fa937816458d4c1d8b8f9146d0bb45df8cc14871 authored over 5 years ago
Added support for mode: switch to the PermissionEditor formwidget

a69c76116fab9224a450e83519088fcb41cdff93 authored over 5 years ago
Improved email client support for branded mails (#4663)

Improves compatibility with Outlook mail clients, preventing harsh word breaks. Credit to @vevers.

d52c59254aaa141fe0ee6f187eed8a3268ff831d authored over 5 years ago
Trigger change event on clearing recordfinder

Fixes #3591.

5862683a7a97e6bdf8833a1dc7cfe50876776e47 authored over 5 years ago
Merge pull request #4690 from pkarecki/master

Credit to @pkarecki

9ac292d921a89cf30d84422bb94df7aa1547f684 authored over 5 years ago
Move prompt to lang

Move default prompt text to i18n file.

06b7031131bb198d0c860ff05fccd9004c783677 authored over 5 years ago
Improved Hungarian translation (#4682)

Credit to @gergo85

04f0b176a4160c107daece1a35c6f398f394b05e authored over 5 years ago
Improve Portuguese translation (#4689)

Credit to @36864

78e4c46e59cf30f14a48c48cf37dec524aa06c9a authored over 5 years ago
Update ru/validation.php (#4687)

Credit to @nameewgeniy

af571ed9188d83c5464e4dd6d0da79992aa38dd7 authored over 5 years ago