Ecosyste.ms: OpenCollective

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

OctoberCMS

Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.
Collective - Host: opensource - https://opencollective.com/octobercms - Website: https://octobercms.com/ - Code: https://github.com/octobercms/october

Remove loader background color (#3394)

Fixes #3393. Credit to @Alex360hd

github.com/octobercms/october - 687f97f792cc72904c2ceb579ef62c888c171fd9 authored almost 7 years ago
Support absolute redirects in the formcontroller

Supports absolute redirects being used in the FormController behaviour.

If the form_config.ya...

github.com/octobercms/october - 9840ff228f04aa55ebd833238f2649152f9e1d8b authored almost 7 years ago
Prevent indexing of backend login page

Refs: https://github.com/octobercms/october/commit/77ae173c24614b83898f2ac2dd5c7352c643cea4

github.com/octobercms/october - a916d99de4ec98e07b595b3446b413aec5bf107d authored almost 7 years ago
Prevent indexing of backend pages

Fixes #3380

github.com/octobercms/october - 77ae173c24614b83898f2ac2dd5c7352c643cea4 authored almost 7 years ago
Improve status check

Only check for a writable themes directory if the Cms module is loaded.

github.com/octobercms/october - 2f7cc96b6d47b61f2b04f8313c2f40bf06beed43 authored almost 7 years ago
Revised plugin mangement bulk action iconography

github.com/octobercms/october - fd47e455c0f0f794d223f66cc54b2734e2a902ee authored almost 7 years ago
Improvements to frontend assets for plugin management

github.com/octobercms/october - 9b66eb5c57906d227ff8ac1f9b5a57a31de7b20b authored almost 7 years ago
Simplified plugin management logic, switched default manage plugins switch state to positive; finalized for merging into develop

github.com/octobercms/october - e64a280ceee26955529263d2afce85a921f7dd63 authored almost 7 years ago
Iconography and language improvements for bulk plugin management

github.com/octobercms/october - 61914666f81af59d9837745dfd1aa564d07e1886 authored almost 7 years ago
Preparing for Plugin Management UX (#3374)

Initial work on Plugin Management UX improvements by @Teranode for #2714

github.com/octobercms/october - cc81ab25fa2d1348df2290b714611b3d039f01e5 authored almost 7 years ago
Add config to enable Twig strict_variables (#3370)

Adds the cms.enableTwigStrictVariables config option to enable strict_variables in Twig for debu...

github.com/octobercms/october - 678916854e17eeab3beb920bc0d3139c25fae9ee authored about 7 years ago
Use utf8mb4 as the default character set

Will properly support emojis and other multibyte characters being stored. Laravel implemented as...

github.com/octobercms/october - cf01254b2b05a85854f898c6dd48d2abeb2af98b authored about 7 years ago
Add useRelationCount column property

Adds the `useRelationCount` property to tell the list controller to use the number of related re...

github.com/octobercms/october - 8cb57cf35364727c06d4a0ddbc1b73daeb68f9e0 authored about 7 years ago
Proxy ConsoleSupportServiceProvider properly

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

github.com/octobercms/october - 4eab0670c433158f7d15ca2a432c62e3a8405c28 authored about 7 years ago
Update Persian Translation (#3367)

Credit to @EleRam

github.com/octobercms/october - 3c50849eb7dbc157cf57545428b8e6f4a3936434 authored about 7 years ago
Added key mode to taglist form widget

Alternative implementation #2958
Fixes #2958

github.com/octobercms/october - 45f1714a039cee87f324e76877bee5d7f0143a76 authored about 7 years ago
Convert strings to ::class

github.com/octobercms/october - 6ff6ab2996065795d1b0855fb0bdda912b4ad101 authored about 7 years ago
Generate .env file before generating application key (#3353)

Fixes #3321. Credit to @buuug7

github.com/octobercms/october - df96c65b3c6142bcffbdf4b65c4d300ca05e4f87 authored about 7 years ago
>= PHP7.0 refactoring (#3343)

* Fix loosly comparison to strict + argument types and return types for >=7.0
* Change hard-cod...

github.com/octobercms/october - bbc33710c18fa1c3d913c036bc6456a5fd5ae062 authored about 7 years ago
Build Number Bugfix: Console Upgrade (#3357)

Credit to @austinderrick

github.com/octobercms/october - 74b3780ab58b3a94cbe01ead826ef7a6dbb4e715 authored about 7 years ago
Add role filter to administrators (#3350)

Credit to @gergo85

github.com/octobercms/october - 0256ebc9665443da83b1df845444a7e1a3207f6b authored about 7 years ago
Added optional htaccess rule to force https (#3345)

Credit to @BenjaVR

github.com/octobercms/october - 6fd89d367f741237730e6b15a055be4855a135b2 authored about 7 years ago
Catch Artisan::call exception (#3342)

This change will allow settings to be saved even when Exception is thrown in Artisan::call (eg. ...

github.com/octobercms/october - ce864cc8fb4492e7f1ad593e49129acb9691de8b authored about 7 years ago
Refactoring tests (#3291)

github.com/octobercms/october - aa14d775169ae8c3ec475e4319dfffdcf6956be7 authored about 7 years ago
Added colorpicker column type (#3338)

Renders 30px by 30px square of the selected colour. `type: colorpicker` in the columns config. C...

github.com/octobercms/october - 55ff4608953d0755a7a995f1e58b782c01a4374c authored about 7 years ago
Better check for default deletion redirect (#3324)

Adds a better check for the default redirect option.

github.com/octobercms/october - 07831262492fd83f99d88a8457a59f6ffb8cc54a authored about 7 years ago
Use cms.storage.uploads.disk instead of filesystem.default

Fixes #3332.
FileUpload widget uploads file to the disk specified by default in config/filesyst...

github.com/octobercms/october - 54ab6f080a60526fd9685518c1456bc1b7781187 authored about 7 years ago
Fix 'illegal string offset' warning (#3331)

Credit to @alxy
In case a new administrator is created by a non-superuser and no permission is...

github.com/octobercms/october - 1389f7739099d8d579efacef7fa894778b4098b8 authored about 7 years ago
Fixes #3315

Fixes #3315 by moving the manipulation of the filter widget scopes to the controller event metho...

github.com/octobercms/october - 69e56b0b5b237aaaabfc25f88fc8265c7549f243 authored about 7 years ago
Fix typo (#3326)

Fixed typo, added CmsCompoundObject::getComponentProperties method test. Credit to @viamage

github.com/octobercms/october - 7ffb79a5fd54fcd71dccf28861a87a71e7153803 authored about 7 years ago
Support toggling the removal of stop words in input preset handling (#3320)

Add `data-input-preset-remove-stop-words="false"` to an element being handled with the input pre...

github.com/octobercms/october - 06780f512308c5ca4374e3e05e6c9809f976167c authored about 7 years ago
Trigger fileupload form field change on file removal (#3319)

Credit to @jimcottrell

github.com/octobercms/october - 0d0be9d0e59f215e653faec562190fb63efeefd4 authored about 7 years ago
Initialize missing variable (#3318)

Fixes #3317. Credit to @mirorauhala

github.com/octobercms/october - d54c3b18e98fbb4e6b055ca71835732042a552e7 authored about 7 years ago
Bring Finnish language up to date (#3316)

Credit to @mirorauhala

github.com/octobercms/october - 1d3828c36e6c49ca95ddeb7973fe75498333b2d4 authored about 7 years ago
Add default ports on database config (#3308)

Credit to @panakour

github.com/octobercms/october - 90635dd3b9bec0fbc40d12fd763fc2384bc0103f authored about 7 years ago
Merge pull request #3280 from aspendigital/settings-queue-restart

Trigger queue worker restart on settings model save

github.com/octobercms/october - 33d492fda730814089087c68778b5238cf510de4 authored about 7 years ago
Allow overriding form config in arbitrary contexts

This enables arbitrary form contexts to be defined to override the default values when using a f...

github.com/octobercms/october - d0546599d1b1871bc558d6a0f146dbe9ffcf7b48 authored about 7 years ago
Update client.php (#3292)

Changes to hijri calendar month and date names correction in fa language

github.com/octobercms/october - a2789e6f60ae94c9d58d5b1848e354a92ce3b43e authored about 7 years ago
Change default environment to development (#3288)

Fixes #3287

github.com/octobercms/october - fbf482a3f44eb28076d6df5ee46df30befaa0789 authored about 7 years ago
Save relations first in model saver

This aligns better with the relation principal "parent saves child" / "child cannot save parent" ...

github.com/octobercms/october - b9581332aa7b5b51474077342418f73045e46cb3 authored about 7 years ago
Removes non functional buttons in pivot mode

Refs https://github.com/daftspunk/oc-test-plugin/issues/28

github.com/octobercms/october - 2036823eee313711f8dba3a87cfe43d8da37794e authored about 7 years ago
Fix deprecated calls. (#3283)

Credit to @gpasztor87

github.com/octobercms/october - da9369bb148e0678d2219e4ea38b9252cc1cc311 authored about 7 years ago
Improved inline docs

github.com/octobercms/october - b1d010822748cf53269a76cbb8d16e1c9a056784 authored about 7 years ago
Updating validation messages translations (#3261)

Updating validation messages to the latest Laravel 5.5 version. Credit to @ametad.

github.com/octobercms/october - d26f2aca6db999904f78e39a43b865deb5b307d0 authored about 7 years ago
Recompile assets

github.com/octobercms/october - 736188e26fbef08cdefab30c4c5be1bf982decd1 authored about 7 years ago
Trigger queue worker restart on settings model save

github.com/octobercms/october - 1515261335110dee781b3d26c1a352943e21c5ff authored about 7 years ago
Allow non-superusers with manage_users to set permissions back to inherit

Fixes #3274

github.com/octobercms/october - 7c20e32c47d8c692d670009971bf127740eea291 authored about 7 years ago
Change incorrect default CSS classes for table styles (#3270)

Credit to @TimFoerster for spotting this

github.com/octobercms/october - b59c86cc48ddc14791c513aab40e600bd7f07273 authored about 7 years ago
Add missing translation (#3269)

Fixes #3267

github.com/octobercms/october - e9a42602df0cbdfcc7f7be4110f2132f69ab5886 authored about 7 years ago
Fixes poorly named event

Event names should be based on the class name, not the command name (so shouldn't ever need to co...

github.com/octobercms/october - d2b253469976e5c55f880132148c08e8ee4751ff authored about 7 years ago
File cleaned up as part of review

github.com/octobercms/october - 9f1fe611e4e7096b8833a7c933f31da124efd17a authored about 7 years ago
Trailing & in requestData if data is empty (#3262)

This fixes a small issue where the form is submitted an extra unnamed null field is present in t...

github.com/octobercms/october - 965d91e51c7509b5d79afd665d43e90d1da69e8e authored about 7 years ago
Change default mail driver to smtp

The "mail" driver has been removed completely from the underlying libraries due to serious securi...

github.com/octobercms/october - a099e4e0862bb0756e553f6dca32b1a3402d007d authored about 7 years ago
Properly support iconSvg in backend side nav menus

github.com/octobercms/october - 2b6f4a0084c3375cf21afd35ab8bf6b7454b9e98 authored about 7 years ago
Adds a constraint of 500 records at a time

Example given with 5000 records cripples the filter, this cap will keep it usable until we develo...

github.com/octobercms/october - 0b68668d140e8f408446694047f65c97ba735439 authored about 7 years ago
Updating base widget inline documentation

github.com/octobercms/october - 15314bbe945558d344a6c606a9a94d33dfbecd75 authored about 7 years ago
Added system.console.october:mirror.extendPaths

Fixes #1644

github.com/octobercms/october - dfd629ee7551581cddc515d010c35866a6847d48 authored about 7 years ago
Clean up from #3255

This logic could have been placed in the ValidationException class or the framework.js file. It ...

github.com/octobercms/october - 2092454343c95a968729b3e7c7fed63624eea711 authored about 7 years ago
Fix ajax validation for array syntax (#3255)

github.com/octobercms/october - c165fc02d715f95582c5a109d9cbe98bd4b8e393 authored about 7 years ago
Fixes unit test

github.com/octobercms/october - fb0121b4263a9d1744266a63e43389b47f1683fd authored about 7 years ago
Twig partial() function should not throw exception

This allows checking if a partial exists

github.com/octobercms/october - 0a428423afbb84ef79839f1925a0b5cbee3942a7 authored about 7 years ago
Removes unnecessary blocking head placeholders. Refs: https://github.com/rainlab/pages-plugin/issues/239

github.com/octobercms/october - f850b5d7ca8e2f4377b0d3427816a71522b745da authored about 7 years ago
Merge pull request #3209 from aspendigital/singleton-testing

Reload October singletons in PluginTestCase for #3208

github.com/octobercms/october - a3b93f1a0b84c14b238c464a1eb93801efea06d6 authored about 7 years ago
Add Finnish language (#3237)

Credit to @mirorauhala

github.com/octobercms/october - da295a83df5f6123df7d53faed63d5ae2e37ea1a authored about 7 years ago
Update mediamanager JS file path in october.js (#3224)

Updates the mediamanager.js file path in october.js to fix compiling assets. Credit to @tim0991

github.com/octobercms/october - 579803d7a6ebf8f963f6de9f3b2bad3872cf0a5f authored about 7 years ago
Add filter of type text in backend list (#3094)

Fixes #3048, credit to @ChVuagniaux

github.com/octobercms/october - cbcdd76ff2af18e8e37b702096cd8a28cff797e3 authored about 7 years ago
Use alias instead of leading slash

Refs d292eeb85ecb57f2aa84ab573ea6467584f268e2

github.com/octobercms/october - 712dcf9412ab24a279753602862b37cc229b16bd authored about 7 years ago
Simplify 51b6f6441813a1b9e884ab44b08989cb162dc0cd

Simplifies https://github.com/octobercms/october/commit/51b6f6441813a1b9e884ab44b08989cb162dc0cd...

github.com/octobercms/october - 014bac12326ef71a7c5a2896601b6d5b8fe5896e authored about 7 years ago
Convert field name to dot syntax before checking validation rules

Converts a field name in the form of `model_json_attribute[subproperty]` to the dot syntax versi...

github.com/octobercms/october - 51b6f6441813a1b9e884ab44b08989cb162dc0cd authored about 7 years ago
Fixes exception on empty token

github.com/octobercms/october - e6de2a55216d81b0a77611fad65eee5a51b3cb0a authored about 7 years ago
Fixes #2613

This fixes #2613 by reloading the form widgets with the modified data after `model.filterFields`...

github.com/octobercms/october - d164145229ce5d676e0345a16d8eebb9832bbbcc authored about 7 years ago
Fixes #3211 with improvements to reverse migration (#3212)

Fixes #3211

github.com/octobercms/october - 2239f988d22a9b2e920690bda588f7a217bd2155 authored about 7 years ago
Move backend.page.beforeDisplay after auth check

Fixes #3215. Related: https://github.com/octobercms/october/commit/47cd204686718c9388ec8be7c4fef...

github.com/octobercms/october - c7a3354dfd5fcad9a435dae0f15db4ace80de4ef authored about 7 years ago
Implement CSRF token by default

Implement CSRF protection on CMS for postback handling

github.com/octobercms/october - 4a6e0e1e0e2c3facebc17e0db38c5b4d4cb05bd0 authored about 7 years ago
Reload October singletons in PluginTestCase for #3208

github.com/octobercms/october - c419c38efd55cd4118201a160abbf53b2e778471 authored over 7 years ago
Add licence file (#3207)

Adds the MIT license directly to the repo.

github.com/octobercms/october - 08989ff40a66c346e43688a3ae6774afe8ef85d9 authored over 7 years ago
Support default config option for list filters (#3201)

Fixes #2329

github.com/octobercms/october - eb0e5c74c113e6742e2a3c56da0cd8010d383eea authored over 7 years ago
Fix richeditor popup z-index inside modal (#3194)

Fixes #3098. Related: #3111, #3113, #3114

github.com/octobercms/october - ec8dd5612130c009d187ea0f44f1a9779fd6fffb authored over 7 years ago
Check if given partial name is also file or only folder (#3190)

Fixes #2383. Credit to @vojtasvoboda, reviewed by @CptMeatball

github.com/octobercms/october - 04cb4ddd2c94d9f89e9a71ae193eccbb944e6c6c authored over 7 years ago
Don't block backend connection when a plugin migration triggers exception (#3188)

github.com/octobercms/october - dc16902fcaacea11899b5af7e1680fbf965c076e authored over 7 years ago
Remove ambiguity around what classes are being used

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

github.com/octobercms/october - d292eeb85ecb57f2aa84ab573ea6467584f268e2 authored over 7 years ago
Support on and off options for the switch field

Adds support for custom on and off options for the switch field type.

github.com/octobercms/october - a62a6e6493cec0640d97dff4a4c89cd33e574619 authored over 7 years ago
Hide Settings menu when no sub pages to display (#3172)

Remove the Settings main menu item if there are no submenus to display. Fixes https://github.com...

github.com/octobercms/october - aee81081df45da0fa5c2349c74e93227a478cb74 authored over 7 years ago
Document list widget column value events

Documents `backend.list.overrideColumnValue` and adds and documents `backend.list.overrideColumn...

github.com/octobercms/october - ac2e5937f04396d158f74e8b710c10a0d6f06e9d authored over 7 years ago
Fix exception Class 'System\Twig\MediaLibrary' not found in build 426 (#3181)

see 08f9cd8

github.com/octobercms/october - c7dcd386d1462d70d3aaac098fc271ddbefdc9ad authored over 7 years ago
Update Faker to 1.7 (#3174)

a lot of improvements from 1.4 like :
Language specific formatters
https://github.com/fzaninot...

github.com/octobercms/october - de9804c8974d36a250b0059be141292021ff02bd authored over 7 years ago
Merge branch 'maintenance-mediamanager' into develop

github.com/octobercms/october - 669a4cee6ecb1c36fa7aa96b598543401587380c authored over 7 years ago
Update MM lang refs

github.com/octobercms/october - 2a1234d21c917fda51a52712366fa97ffb6544b3 authored over 7 years ago
Correct row numbers displayed in the import result form (#3136)

* Add support for a source index offset

Improves the reporting of errors in the importing pro...

github.com/octobercms/october - 8a5d0c3b13367b9eaa7098a41c9c34e330f66338 authored over 7 years ago
Add the user's role to the columns

github.com/octobercms/october - 46205298dfe44d70fa7a696aaa197b98e02f0bbd authored over 7 years ago
Enable superusers to actually use the is_superuser filter

github.com/octobercms/october - f739e457e4ee4cca11b16e75e9110cc63750805c authored over 7 years ago
Update zh-tw MM lang

github.com/octobercms/october - 9309d826d0d6c88696d217cdb7ff0530034757fd authored over 7 years ago
Update zh-cn MM lang

github.com/octobercms/october - 4790f8b7a769fff90444de428b6970f2399de931 authored over 7 years ago
Update uk MM lang

github.com/octobercms/october - 75d16dab264d37ddc042803960ac69f49c739007 authored over 7 years ago
Update tr MM lang

github.com/octobercms/october - 79b5094aed6e48ae5248b2fe62dafcaf6d3492d9 authored over 7 years ago
Update sv MM lang

github.com/octobercms/october - 974bbf130362fba0b98622de71658314beab1701 authored over 7 years ago
Update ro MM lang

github.com/octobercms/october - a7b6250e740050e222408235038fbded5b776126 authored over 7 years ago
Update pt-pt MM lang

github.com/octobercms/october - c9851ca158aee84595863d54df7c30147e402137 authored over 7 years ago
Update pt-br MM lang

github.com/octobercms/october - cc295cc40b308bd970089f9f0db61b5a5a775f17 authored over 7 years ago