Ecosyste.ms: OpenCollective

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

github.com/getgrav/grav

Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
https://github.com/getgrav/grav

Added `$grav['flex']` to access all registered Flex Directories

bee5abfbf06fff0119615645de28f15494fddc08 authored about 5 years ago
Added Flex cache configuration options

664447a67b1f722d0c529df34b83b18755ed472c authored about 5 years ago
Updated the parameter type in getCleanedHTML (#2793)

Co-authored-by: Andy Miller <[email protected]>

b850443090222d4d57ede3aeb6cf2a0a3b5bf4d1 authored about 5 years ago
Flex types configure: use default values from the plugin config

98d0c760a92e6d60708008e1fee50087617441fb authored about 5 years ago
Added support for loading flex type configuration

76bb7fe4af60c129dafd57b5b830f2b13b4f726f authored about 5 years ago
Update Flex type blueprints

26584b9909a089478d5765b721b1efef0e0cb545 authored about 5 years ago
Fixed `Data::filter()` removing empty fields (such as empty list) by default

6a9724dd3e5abf8743ecc31a4f0cec9bfa0b48e4 authored about 5 years ago
Use spaceship operator in user sort functions

c7a41ddfda936d471b3c4086040a4235c4852ba7 authored about 5 years ago
Set permissions for all flex types

2df05dd16d86e282e2348e25b781575f49063f8e authored about 5 years ago
Added Plugin::__debugInfo() and Plugins::__debugInfo()

50c2c55554873f23f9093b612ef8a7d0d5c8ad3d authored about 5 years ago
Added `PluginsLoadedEvent` which triggers after plugins have been loaded but not yet initialized

d72b99c5b27d4b34fe1a017702e517db4e209b00 authored about 5 years ago
Added `SessionStartEvent` which triggers when session is started

5adadfdb404550cdf0a694c02ebe2db55e9a6cfd authored about 5 years ago
Added support for custom permissions in configuration

7574195ca2ed763bfade8e769790ce56018edbf7 authored about 5 years ago
Implemented `Permissions::hasAction()` method

5b5ef98495f1b4a4dbdcc672c96357389107c419 authored about 5 years ago
Improve handling user account type changes

226e5350b78dc10d00754ab793211fcb66a886df authored about 5 years ago
Rename Flex Accounts to Flex User Accounts

b9b83c3b16ff464831c96aab2058659b750c54da authored about 5 years ago
Grav 1.7: Require Flex-Objects Plugin to edit Flex Accounts

971fb2b19a2fce616fd7f98a6f72338ef14f1309 authored about 5 years ago
Grav 1.7: Fixed `Flex Pages` unserialize issues if Flex-Objects Plugin has not been installed

378b60783c8f94fbfcb2507db6210a101527f3da authored about 5 years ago
Flex Pages: Added methods to track acl inheritance

d901558481bb28be7334cb9203bb17dfe1ad71c0 authored about 5 years ago
Access: Added inheritance

1515ee919384341c4e98ecc84867cc22531559b5 authored about 5 years ago
Composer update

9c34471800b16324b7647ce7ac9c240a86030a94 authored about 5 years ago
Merge branch 'develop' of github.com:getgrav/grav into 1.7

6f16f6f134f817d96d1bdddcdf054e5048292d5e authored about 5 years ago
Fixed special case [#1273]

7c0dcd6808d763809d5effebf0dde32e73e0e64e authored about 5 years ago
Merge branch 'develop' of github.com:getgrav/grav into 1.7

Conflicts:
system/src/Grav/Common/Data/BlueprintSchema.php
system/src/Grav/Common/Data/Val...

33790dbb33080ce3e9c5919449071c9e589ed9ae authored about 5 years ago
Oops, changelog update [#1273]

ea8b7b7a3ad6219d2313962c3bc0cb92f9bbabe3 authored about 5 years ago
Fixed `validation: strict` not working in blueprints [#1273]

8714aa9202e901d0b496e963ef82aec8e3b3be5c authored about 5 years ago
Fixed `checkbox` field not being saved, requires also Form v4.0.2 [#1225]

3731d61b78dd8a9e54cf2ea9e6f0189814d19393 authored about 5 years ago
Minor flex blueprint update

927e99fcb3b19d10bca405f4ac950cd7866ca45a authored about 5 years ago
Added custom field page_access for new access selector

ef6ec100f2768eb215a6eac8007820ea89435ff1 authored about 5 years ago
Fixed Permissions::getAccess() when there's no ACL to be passed

386a39e2749718247153c3f56427dee8d9a8cf7e authored about 5 years ago
Added support for more advanced ACL

38d3b5cf4309433788e2fcf82c1265ed3a38d167 authored about 5 years ago
Added `$grav->dispatchEvent()` method for PSR-14 events

571829921063f693230702a5f2680f26798426d6 authored about 5 years ago
Fixed twig `{{ false|string }}` to return '0' instead of ''

2e64d560b17070c8c4498dffdf9ce9dbde86aeae authored about 5 years ago
Initial custom field based off of permissions field

82270e0c1334e6caa1709f185d256cc7b369b20d authored about 5 years ago
Rework security tab for pages

ca22b56148085d9337578cbef0e9c841ce972552 authored about 5 years ago
Improve array of bools filtering

eca3896bfc76293f86f2fd6e768343a747530a75 authored about 5 years ago
Minor improvement against latest admin (user/group permissions)

1c2c38545afa6101684fc9e5f4e853e1391694c0 authored about 5 years ago
Added flex page permissions to the blueprints (for admin)

464e1fc6c7f71bb203b267a2dee05615c9af8b5e authored about 5 years ago
Blueprint validation: Added `validate: value_type: bool|int|float|string|trim` to `array` to filter all the values inside the array

02b8499b0c9cc41032f62c994e382637336bd4e0 authored about 5 years ago
added twig extension for preg_match and preg_split

490662152af2df163816a0582ccda67c6f6c43f3 authored about 5 years ago
Fixed `ignore_empty: true` not removing empty values in blueprint filtering

b5caa413865d2b554fb6ccf5ba82ccc76bad70d9 authored about 5 years ago
Fixed new `Flex Users` being stored with wrong filename, login issues [#2785]

a8ff0e389241d99b6d81d7c3e4d5d62b988287d3 authored about 5 years ago
updated changelog

ebab8844419538c1a830eab3e6ac1ba672531e7c authored about 5 years ago
Updated vendor

2c95992eb1cf0782077bbb7709e18a05225f8000 authored about 5 years ago
Composer update

1666774a1e95533ba37ee8dfcc79d5c3eb9cca1d authored about 5 years ago
Fixed PHP 7.4 compatibility issue with `Stream`

3cc0dc08db028c2fec1ca6c664a4a3317b260b9b authored about 5 years ago
Fixed blueprint loading issues [#2782]

f9bcf48700fbbf2d970dfaff553ffafdb4995cb4 authored about 5 years ago
prepare for rc.3 release

8a618fee64705feaddb366b0dac7630254f51859 authored about 5 years ago
Updated copyright dates to 2020

a6f763713486cd281dbc177829b8f22f3a8759f5 authored about 5 years ago
updated lock file with latest

f04ef0b3591eb8eb82fe816b0932ba476433597e authored about 5 years ago
Fixed Flex object issues in Windows [#2773]

608457bd010e6df853451f7ecf48da72bb2868b8 authored about 5 years ago
Added option to ignore parent page ACL

508cf1ffdb798e692f11498aacbfa935d1da7381 authored about 5 years ago
Flex Pages: Added support for raw root editing

6f38933e8101dfd635dff97db9ead10f05e1ede9 authored about 5 years ago
Never translate root page

8ff2ca4c5a4178c91cd9db70fc3ebf36a7f9a4ab authored about 5 years ago
Display permissions tab only in Flex Pages

6a0d5c69ab36bac62ca626ef4058f4ee204e6e87 authored about 5 years ago
Added permissions tab to pages admin

274787719501f4df819438325bba4607183c3c77 authored about 5 years ago
Added support for creating / updating root page

584b33d41ae6902b65f417c1c1dd61951070c132 authored about 5 years ago
Use Flex Root page in frontend as well

f4330ff77db51d13febe077beeeedde948735f37 authored about 5 years ago
Added root page support for `Flex Pages`

60c43184cbb8c1143f2c23665fc32041e2229c10 authored about 5 years ago
Composer update

2fe2eb9f21e9eae09363a2aaf6000d430be9909e authored about 5 years ago
Added option to ignore parent page ACL

04ee52d1adc809acbb17009612aff1f0ee024117 authored about 5 years ago
Fixed parent authorization with guest user

99e047171f075f00df922625ec99e283b35c51c6 authored about 5 years ago
Fixed authorization with guest user

ddc8668837f3959b1e8f1aadc133357d430740d0 authored about 5 years ago
Fixed parent authorization for page author, update location of page settings

e568b992a9e89541d19fbd2bda41ba56f42caffe authored about 5 years ago
Added support against authorizing parent pages

23221a8f8f97de1c028875a262048dd6a2297d8d authored about 5 years ago
Move common logic from PageAuthorsTrait to Access

4eed10cd4b5ae715d1fba8e7f4d59996c7409c05 authored about 5 years ago
Added method to get calculated value from Access class

da02c0992a7f2363f03cb3dd67a710c02e9bd12c authored about 5 years ago
Fixed checking ACL for another user in a Flex Object or Directory, added support getting Flex page permissions

2437112f3c17e59664cb3f15182f77e0d8ee6037 authored about 5 years ago
Twig filter `|yaml_serialize`: added support for array-like objects

276b4bb0abbcd50119441f6388e374a2a5c49171 authored about 5 years ago
Twig filter `|yaml_serialize`: added support for `JsonSerializable` objects

acf271344d9ed2f8469991d74c9f795e8853c478 authored about 5 years ago
Fixed session not restarting if user was invalid (downgrading from Grav 1.7)

7b5d6f7031199fd330223d0b1901f297125d7a23 authored about 5 years ago
minor update

767ce29e39304523312cefa9916a404a60cc1974 authored about 5 years ago
Composer update

daad16ef1b5620c6b9001b3681581a1cd06b71a2 authored about 5 years ago
Merge branch 'develop' of github.com:getgrav/grav into 1.7

Conflicts:
CHANGELOG.md

17181356143cfc2602eb6341e213c74926e3b205 authored about 5 years ago
Fixed filesystem iterator calls with non-existing folders

a269d4939265c9c3b23cf9d3bded4d6d41a053f2 authored about 5 years ago
Fixed session cookie is being set twice in the HTTP header [#2745]

3a8775f5450afbfb4f81e27f17e79c498dc6972c authored about 5 years ago
Incorrect routing caused by `str_replace()` in `Uri::init()` [#2754]

842dc0d49ede971232c1609953e7e127e271e0ba authored about 5 years ago
Flex User: do not use deprecated method

3f9ed2f344a296042ec81cdf8d307ce7937c5574 authored about 5 years ago
Added a Remote `Remote\Package::getChangelog()` method

5640baa175be1453d10a66205d8122ccc49efeeb authored about 5 years ago
Merge remote-tracking branch 'origin/1.7' into 1.7

f102a8cb3d72b955bcad4c233731a546ed5c9839 authored about 5 years ago
Minor update on Twig tags

a65c468e810650b45acb670120d4f27ea2c4255d authored about 5 years ago
updated vendor libs

4cc3f44caa16ea221ed6b98434cd23ceaff78edb authored about 5 years ago
Improve plugin testing

8afe004a7fe16f4025901fb2ab66921ef6654c0d authored about 5 years ago
Fixed error on page initialization [#2753]

185e9b52724f902c8806ed9306339c3ca551bdf0 authored about 5 years ago
prepare for rc.2 release

78b76cf023b4cad5eef1167e7de2d1f87ad9614e authored about 5 years ago
prepare for rc.2 release

3606d3d0bdf8d69831133ebf36b974bdb60e0c7b authored about 5 years ago
Merge branch 'develop' into 1.7

# Conflicts:
# system/defines.php
# system/src/Grav/Common/Page/Pages.php

3be95e752f009cf2ce514f7b4b48275ac2da7361 authored about 5 years ago
Merge tag '1.6.19' into develop

Release 1.6.18

95bd217c3c765831699f69206ebc0304986ba49f authored about 5 years ago
Merge branch 'release/1.6.19'

1532de8f20868121efda1e5febcef884f771519a authored about 5 years ago
prepare for release

f633c921ccb53200002dae2695b4448d4020ee52 authored about 5 years ago
Sync with 1.7 approach

e8c79ffd97118ee19350d44c384bd9a898c1f25a authored about 5 years ago
Better fix for #2750

e842eb9d9e383c4a47984fab0293ed3b4190a447 authored about 5 years ago
Frontend optimizations for `Flex Pages`

71bdb5e25e08487fbc43664ac273201170b78bd7 authored about 5 years ago
Fixed caching bug in Flex (regression)

b58f36b5af861cf4bc2deb2e66301a7a9603e551 authored about 5 years ago
Optimize FlexDirectory::loadIndex() calls

dc20f4f32a4c5b8f2241f72dd68bb8ee242f0fcc authored about 5 years ago
Minor phpstan update

c765fff4b3944a86cb5c9bdcb72f3c4395568267 authored about 5 years ago
Fixed Package::jsonSerialize() to return array

032f5654a4e16edd24ac54018f3178189e712207 authored about 5 years ago
Some minor phpstan fixes

0e01e52cac961604eae187d4fd0fba9e2570d139 authored about 5 years ago
Grav Pages: Fixed search

37b2c97dc1c3cb37d20fb63598ae6b723aec5f9f authored about 5 years ago
Flex pages: Fixed empty folder filter

c61b07febb173eac0e9a6c7c650df1687bfa3c94 authored about 5 years ago