Ecosyste.ms: OpenCollective

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

github.com/agentejo/cockpit

Add content management functionality to any site - plug & play / headless / api-first CMS
https://github.com/agentejo/cockpit

Update README.md

f7cd602bcc6134657ccfeb4e400b0050943dd243 authored over 2 years ago
Merge pull request #1448 from Pervanovo/pr-select-renderer

Implemented select renderer

494765e4f0fb9484f320aee0c6ee889b6fa789b9 authored about 3 years ago
Merge pull request #1346 from Pervanovo/pr-single-asset

Select single asset in image field and asset field

a30b7bc5000632d5ccfda39e65b87b0854bde882 authored about 3 years ago
Merge pull request #1350 from Pervanovo/pr-collection-entries-trigger

Trigger needed in collection entries for addon development

f27fe3a044aa6ac2242b20104f0a823f482cb3d9 authored about 3 years ago
Merge pull request #1437 from Pervanovo/pr-enhance-field-tags

Enhance tags field type

4f834cc6ac1288ace0a73db74ea0717b05a0b7ec authored about 3 years ago
Merge pull request #1447 from Pervanovo/pr-bugfix-duplicate-localized-entry

Bugfix duplicating localized collection entry

d56e5fc883e3caf863f6c054a976d0b8cbdb9478 authored about 3 years ago
Merge pull request #1475 from Pervanovo/pr-bugfix-batch-edit

Bugfix entries batch edit localized fields

ef69d1d7139a226968a0de285b6de7a15c727201 authored about 3 years ago
Merge pull request #1476 from Pervanovo/pr-collection-reorder-webhooks

Reordering sorted collection is missing a webhook

30ddc19a73eee64b1140cb1296df3e2e4d0c55df authored about 3 years ago
Trigger collections.reorder webhook when reordering sorted collections

d0a372c567a160795c3aeb1e49bc3efb79207c02 authored about 3 years ago
Bugfix duplicating localized collection entry

f63f064d71f84d7441f2d9387a9a68cfb886ce5b authored about 3 years ago
Enhance tags field type

d0bbfca5a96e9374ce362e1daef4deb603b57010 authored about 3 years ago
Added collection.entries trigger

46afda739a44d57a042c52c40be4bf62a1bada20 authored about 3 years ago
Added single-mode and typefilter to field-file asset select

fb849c3564489c4d33547b1974cd9b0374eef9e0 authored about 3 years ago
Select single asset in field-asset and field-image

6b91810d6e048551137595a431799e89d5ff91e6 authored about 3 years ago
cleanup

d3b13ba3226a16a047090f00913904680abe00d5 authored about 3 years ago
Implemented App.Utils.renderer.select

7976303d1120ef1fc1648614535e3744c9cce849 authored about 3 years ago
Bugfix batch edit on localized field

7ea883606337ed90db1f0babdcca23c6ae032b7b authored about 3 years ago
Disable batch edit for non-default language

94c8043f42bff94d2d71824cce9015a8491ebbd5 authored about 3 years ago
prevent session fixation attacks

0c6628cbff3e49bc317c97b03a4666b3a75f76cc authored over 3 years ago
update vendor libs

54423fc696d6560fc3cbfca8470432f3c0a9b53c authored over 3 years ago
cleanup

33fa6432c928aa146bdba2a9690286fb13e78195 authored over 3 years ago
normalize route

d1ea9f9d9bb8669f960142605c5de41c4c4a4255 authored over 3 years ago
clean route

f1919184998bf9fa7a7db882c98ce1410375e596 authored over 3 years ago
Bump version to 0.12.2

1f342c5461998d2c2d729b26afbd63111b8bec6a authored over 3 years ago
Fixes #1467

10c6ce97f4728e5bc503f34d12692dfbdf2537b1 authored over 3 years ago
update jQuery

b0a2350b099d686b81e9c1b48fffef8845b85939 authored over 3 years ago
Merge pull request #1465 from abernh/fix_bug-1002_more-unique-mongodblike-ids

fix (Bug 1002:createMongoDbLikeId): microsecond float to big integer …

fde36ea7ef427ec1f247de2ec329115f7a7d831e authored over 3 years ago
fix (Bug 1002:createMongoDbLikeId): microsecond float to big integer before binary conversion

microseconds were omitted when using pack format 'N',
causing timestamp to be reduced to "second...

0ea65915e59ed87673075b33888cbc4f2fca1b73 authored over 3 years ago
Merge pull request #1463 from abernh/fix_cookie-helper-update

Improve cookie helper: add samesite parameter

7e91daa99c71e6dbe2c44391c7d732583870cdf3 authored over 3 years ago
fix (CookieHelper): only unset deleted cookie references on success

190817819c33e37256cd6b7f0f24cc310ffe0737 authored over 3 years ago
fix (CookieHelper): add missing reference to global namespace for exception

8a5c00582c1a5fa22292cf0c9c267fc8276248f5 authored over 3 years ago
fix (App): rename helper reference 'coockie' app to 'cookie'

790d95fa5eaa385d7e867a22f5d25c325870dd61 authored over 3 years ago
fix (CookieHelper): add new parameter $same_site

also only set this->_cookies[$name] after cookie is successfully set

fcc44ad80d4089a0a1712326f6f869d52ba2106e authored over 3 years ago
Merge pull request #1460 from abernh/fix_singletons_remove-also-remove-from-db

fix (removeSingleton): remove singleton key also from DB

66fd577e0b9ebc1bcbd829fed1f3da0e299a067b authored over 3 years ago
fix (removeSingleton): remove singleton key also from DB

removing a singleton currently only removes the "singleton spec" file but
not the entries in the...

5f01f55a32b68b98d9067b4ab107750abc287194 authored over 3 years ago
update vendor libs

f2fdb59e1cff1fea23d533aef09f3b99ad347289 authored over 3 years ago
cleanup

8856aa2cd2ccf1c92bef6374ba238aa02ca080d3 authored over 3 years ago
Merge pull request #1457 from abernh/fix_mongolite_disallow-single-quotes

Fix (MongoLite): change disallowed character from ( to single quote '

f283678dd34ea6e59476a2ad675cfcb9eab0441a authored over 3 years ago
Merge pull request #1458 from abernh/fix_auth_prevent-username-guessing

fix (Auth): prevent username guessing

b5a3b7aa900b795f17b3d1aa028d5e84c18eef07 authored over 3 years ago
fix (Auth): prevent username guessing

changed error messages for missing user to prevent (brute forced) username guessing

e4231b765214031b10d9ae5af5973abd3ed729c3 authored over 3 years ago
Fix (MongoLite): change disallowed character from ( to be single quotes '

Single quotes would allow to break out of the later formed command string allowing any functions...

d5ef239045e975046071a4e73158c6c6075336ff authored over 3 years ago
fix PHP 8 warning

30f090dd4b3c3a1153afdf6a849543c62229b5e4 authored over 3 years ago
Bump version to 0.12.1

2f1595e8c7265095e4df7c0b04a56568eb9a7b68 authored over 3 years ago
update asset references in collection entries + singletons after asset file update

b15a349cc2696f4a6df04288a3a47fd893087378 authored over 3 years ago
allow to update/replace asset file

53a2900e21b47380197b5b6618c5649fa619d96f authored over 3 years ago
fix image api using PHP >= 8

237821c54aae4f2c8a871f4f437445140fc304a3 authored over 3 years ago
Fix #1439

8f281b632d84d8970600e24c09fd3dfead1c7cdc authored almost 4 years ago
allow to define layout component previews via template strings

568b0124352f6d27df359e8c19a70d2dd1961e87 authored almost 4 years ago
Merge pull request #1349 from Pervanovo/pr-field-layout-component-preview-trigger

Field layout preview component trigger

3468b3b8cae133365944286f03e26e780284e227 authored almost 4 years ago
Updated components.js

c1b2410273fce43c65166d8512e2bb092f5385b9 authored almost 4 years ago
Changed field.layout.component.preview output type

9c27a2316ce0053a01e6634484b3df6843acca11 authored almost 4 years ago
Merge pull request #1357 from Pervanovo/pr-remember-last-folder-and-filter

Persist asset selector folder and filter

67a923bce9a4d3b96252a52419d17ee6c8d580e8 authored almost 4 years ago
Added field.layout.component.preview trigger to getPreview in field-layout.tag

7e340e56dde5854f345d6bb74ecb0033d3dcfae9 authored almost 4 years ago
Removed unused path option from asset selector

af20f1fa4de4a88cfae58343bd09eb0bb3ddf7a4 authored almost 4 years ago
Persist folder, folderPath and filtertitle in cp-assets

6ed23b401dfed842e00d37112f0cbabbca668880 authored almost 4 years ago
use webp based previews in the assetmanager if possible

689ca6da92ee36f6207c2586a9068ab35d0e24eb authored almost 4 years ago
update image api to auto-return webp if mime=auto

d09ffd9562de7c1f3f67cc4dca837b27497e3278 authored almost 4 years ago
respect acl fields in revisions view

96ebbcf6630a79f44da8c61964e882858dbdb328 authored almost 4 years ago
Merge pull request #1424 from seanjermey/next

Add filterUnits to allowedAttrs

0dbac3468a999f1eb9f03ba4f565ea98a2d37b60 authored almost 4 years ago
Merge pull request #1431 from PotterDai/patch-1

Allow filter to be applied at CollectionLinkSelect.

93b3d0b1efed16317e5b2f459ca27e6123cdd766 authored almost 4 years ago
Merge pull request #1434 from eternalflamez/catch-filter-error

Catch error that is thrown when filter call fails to start

01ebd11963939d5f963f732ac08a101c60741ad9 authored almost 4 years ago
Catch error that is thrown when filter call fails to start

This otherwise will block all following calls from starting. This errors often when importing la...

be429ba0c87cd41da47261f4bbac6ec058842837 authored almost 4 years ago
Update Admin.php

Allow filter to be applied at CollectionLinkSelect as well.

4bd13e2d4caed68a15601f3a1595996c71502641 authored almost 4 years ago
Update package.json

7bdb8678718eeefc3e3b5a4ea4a0d89dfd1f7402 authored almost 4 years ago
fix possible vulnerability using mongolite

b40d6bdedb87265e700ac09007603e72459e7629 authored almost 4 years ago
Add filterUnits to allowedAttrs

46b51332d1df8806aefe6d95a8fc295f99c38736 authored almost 4 years ago
Merge pull request #1400 from Raruto/forms-close

Cleaner forms open/close api

49233716d28571f771655a732640c8895f15736a authored almost 4 years ago
Merge pull request #1412 from Raruto/json-directive

Add @json directive to "lib/LimeExtra/App.php"

b2b3d680792256fd2a3e5579bb56553bd318d89c authored almost 4 years ago
Merge pull request #1417 from Raruto/patch-1

Fix Lexy "@include" prints 1 after included file

2d74837f0085f8a5cc2025009e569ad27b117789 authored almost 4 years ago
Merge pull request #1419 from alexksso/patch-1

Adds 'mask-type' to allowed SVG attributes

03ec45f23464c4e7d0ada502ec71b1f9dc9caa4c authored almost 4 years ago
Adds 'mask-type' to allowed SVG attributes

The mask type attribute was missing and it turns out we use it in some elements.

376148bee86f9f0a3ce18372ac454b51886e48d0 authored almost 4 years ago
Fix Lexy "@include" prints 1 after included file

**Related commits:**

- https://github.com/agentejo/cockpit/commit/d50c01b048984d4efe1d8e1f63a...

4977edf524265e70f8ecd9d1adf46910b09e8979 authored almost 4 years ago
Merge pull request #1397 from Raruto/php-version

Update php version (7.3.0)

3ff29727a7a86f7c1f8726cea41e0c9dbfe93cf7 authored almost 4 years ago
add mime parameter to image api to change image output format

e1a53d88fc683a118e4037d1292e9f9e0b20554b authored almost 4 years ago
add @json directive

54078fdf548afa05df4cb6f13ef8067bd026a471 authored almost 4 years ago
Merge pull request #1403 from Raruto/endunless-fix

Fix Lexy "@endunless" wrong rendering

efb8944051d7f347a4114cd21d8f01ecab373a00 authored almost 4 years ago
Merge pull request #1407 from Raruto/entries-fix

Fix "Forms::entries" throws undefined "getform" method in "MongoHybrid\MongoLite"

28d724ecb9bf021767cd33c27711e0e5f6e61807 authored almost 4 years ago
add enctype option

d8db3162ec6c91eb12d7fa78ffe49e28a794ccf7 authored almost 4 years ago
fix CockpitTests\Test\FormsTest::testEntries test

65050140876e78608a3403b8827f8a27431c82a4 authored about 4 years ago
fix invalid gd options for php 7.3 (see: https://www.php.net/manual/en/image.installation.php)

a6719963e4216c39d28331ea104bfc98b492ec4f authored about 4 years ago
bugfix: https://github.com/agentejo/cockpit/issues/1347

aa693f962c7a742b2360fe42b1c21cb2111b925e authored about 4 years ago
update php version (Composer + Docker)

63d5f267a6d716df3736d69aae6b02b9026d6d4d authored about 4 years ago
remove double colon

1b09593cfe271bf14e0d224e1a4ca863760773cd authored about 4 years ago
cleaner forms open/close api

4e5b8e1125d3a440a480d63d49a937b60c3c1544 authored about 4 years ago
update php version (7.3.0)

5d5bcffda4ead77c47edd6acf89e9c3e051caa18 authored about 4 years ago
update php version

bb2ddd1311bd6a43b2537073a3e6fbf790477c76 authored about 4 years ago
Merge pull request #1394 from Raruto/i18n-install

Set default langauge for "admin" user during app install.

722393b31921d5b3ee5992ade63ee9589f5b52a8 authored about 4 years ago
Merge pull request #1393 from MarcoDaniels/fix/null-types

Return null instead of empty string

cc51b611e9536b9761f5433eda4761700293a8a7 authored about 4 years ago
Set default langauge for "admin" user during app install.

5cb1b882756c75ca79a677c838e1d265fd3ad204 authored about 4 years ago
Return null if default is empty string

9a13f55cb0bb460317ada69fec24652c691fa8be authored about 4 years ago
globally rename "csfr" to "csrf"

4e790c7c3b60656a088ea32e3cf698e9d891f5d7 authored about 4 years ago
Merge pull request #1392 from Raruto/csrf

Globally rename "csfr" to "csrf"

f024ee64356d2bb0fbde1a8fbf4ba991fa889c9b authored about 4 years ago
globally rename "csfr" to "csrf"

d4b41c9ceff09a738b0eac2ff3bf149d6f43e6dd authored about 4 years ago
Fixes #1386

e07422e05d647a830bf72e6dcb1bb02591262e62 authored about 4 years ago
Merge pull request #1376 from ciruz/next

added i18n translation for UIkit password field and a missing placeholder translation

04cc08021e3b645d709e14d4c3b26b27f443864e authored about 4 years ago
Merge pull request #1377 from rensite/next

Adds cyrillic slug transliteration

931ca2fe1a1ce0b293f7a60152e96b157e82bb1e authored about 4 years ago
Adds cyrillic slug support

8df9907fbfd665ec36e326f0328baa06ef9dc4df authored about 4 years ago
placeholder without i18n translation

6d8860938bbd645a7daa81f1e29e4d51ef533891 authored about 4 years ago
added missing new line

fc33b37fc679c6e73e8c91cb9550e14096759056 authored about 4 years ago
added i18n for formPassword label (show/hide)

d4a909b960bb384f3d79c2c189ec852ca9602ebd authored about 4 years ago