Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
cockpit
We want to provide a Headless CMS solution for everyone.
Collective -
Host: opensource -
https://opencollective.com/cockpit
- Code: https://github.com/agentejo/cockpit
github.com/agentejo/cockpit - f7cd602bcc6134657ccfeb4e400b0050943dd243 authored over 2 years ago
Implemented select renderer
github.com/agentejo/cockpit - 494765e4f0fb9484f320aee0c6ee889b6fa789b9 authored about 3 years agoSelect single asset in image field and asset field
github.com/agentejo/cockpit - a30b7bc5000632d5ccfda39e65b87b0854bde882 authored about 3 years agoTrigger needed in collection entries for addon development
github.com/agentejo/cockpit - f27fe3a044aa6ac2242b20104f0a823f482cb3d9 authored about 3 years agoEnhance tags field type
github.com/agentejo/cockpit - 4f834cc6ac1288ace0a73db74ea0717b05a0b7ec authored about 3 years agoBugfix duplicating localized collection entry
github.com/agentejo/cockpit - d56e5fc883e3caf863f6c054a976d0b8cbdb9478 authored about 3 years agoBugfix entries batch edit localized fields
github.com/agentejo/cockpit - ef69d1d7139a226968a0de285b6de7a15c727201 authored about 3 years agoReordering sorted collection is missing a webhook
github.com/agentejo/cockpit - 30ddc19a73eee64b1140cb1296df3e2e4d0c55df authored about 3 years agogithub.com/agentejo/cockpit - d0a372c567a160795c3aeb1e49bc3efb79207c02 authored about 3 years ago
github.com/agentejo/cockpit - f63f064d71f84d7441f2d9387a9a68cfb886ce5b authored about 3 years ago
github.com/agentejo/cockpit - d0bbfca5a96e9374ce362e1daef4deb603b57010 authored about 3 years ago
github.com/agentejo/cockpit - 46afda739a44d57a042c52c40be4bf62a1bada20 authored about 3 years ago
github.com/agentejo/cockpit - fb849c3564489c4d33547b1974cd9b0374eef9e0 authored about 3 years ago
github.com/agentejo/cockpit - 6b91810d6e048551137595a431799e89d5ff91e6 authored about 3 years ago
github.com/agentejo/cockpit - d3b13ba3226a16a047090f00913904680abe00d5 authored about 3 years ago
github.com/agentejo/cockpit - 7976303d1120ef1fc1648614535e3744c9cce849 authored about 3 years ago
github.com/agentejo/cockpit - 7ea883606337ed90db1f0babdcca23c6ae032b7b authored about 3 years ago
github.com/agentejo/cockpit - 94c8043f42bff94d2d71824cce9015a8491ebbd5 authored about 3 years ago
github.com/agentejo/cockpit - 0c6628cbff3e49bc317c97b03a4666b3a75f76cc authored over 3 years ago
github.com/agentejo/cockpit - 54423fc696d6560fc3cbfca8470432f3c0a9b53c authored over 3 years ago
github.com/agentejo/cockpit - 33fa6432c928aa146bdba2a9690286fb13e78195 authored over 3 years ago
github.com/agentejo/cockpit - d1ea9f9d9bb8669f960142605c5de41c4c4a4255 authored over 3 years ago
github.com/agentejo/cockpit - f1919184998bf9fa7a7db882c98ce1410375e596 authored over 3 years ago
github.com/agentejo/cockpit - 1f342c5461998d2c2d729b26afbd63111b8bec6a authored over 3 years ago
github.com/agentejo/cockpit - 10c6ce97f4728e5bc503f34d12692dfbdf2537b1 authored over 3 years ago
github.com/agentejo/cockpit - b0a2350b099d686b81e9c1b48fffef8845b85939 authored over 3 years ago
fix (Bug 1002:createMongoDbLikeId): microsecond float to big integer …
github.com/agentejo/cockpit - fde36ea7ef427ec1f247de2ec329115f7a7d831e authored over 3 years ago
microseconds were omitted when using pack format 'N',
causing timestamp to be reduced to "second...
Improve cookie helper: add samesite parameter
github.com/agentejo/cockpit - 7e91daa99c71e6dbe2c44391c7d732583870cdf3 authored over 3 years agogithub.com/agentejo/cockpit - 190817819c33e37256cd6b7f0f24cc310ffe0737 authored over 3 years ago
github.com/agentejo/cockpit - 8a5c00582c1a5fa22292cf0c9c267fc8276248f5 authored over 3 years ago
github.com/agentejo/cockpit - 790d95fa5eaa385d7e867a22f5d25c325870dd61 authored over 3 years ago
also only set this->_cookies[$name] after cookie is successfully set
github.com/agentejo/cockpit - fcc44ad80d4089a0a1712326f6f869d52ba2106e authored over 3 years agofix (removeSingleton): remove singleton key also from DB
github.com/agentejo/cockpit - 66fd577e0b9ebc1bcbd829fed1f3da0e299a067b authored over 3 years ago
removing a singleton currently only removes the "singleton spec" file but
not the entries in the...
github.com/agentejo/cockpit - f2fdb59e1cff1fea23d533aef09f3b99ad347289 authored over 3 years ago
github.com/agentejo/cockpit - 8856aa2cd2ccf1c92bef6374ba238aa02ca080d3 authored over 3 years ago
Fix (MongoLite): change disallowed character from ( to single quote '
github.com/agentejo/cockpit - f283678dd34ea6e59476a2ad675cfcb9eab0441a authored over 3 years agofix (Auth): prevent username guessing
github.com/agentejo/cockpit - b5a3b7aa900b795f17b3d1aa028d5e84c18eef07 authored over 3 years agochanged error messages for missing user to prevent (brute forced) username guessing
github.com/agentejo/cockpit - e4231b765214031b10d9ae5af5973abd3ed729c3 authored over 3 years agoSingle quotes would allow to break out of the later formed command string allowing any functions...
github.com/agentejo/cockpit - d5ef239045e975046071a4e73158c6c6075336ff authored over 3 years agogithub.com/agentejo/cockpit - 30f090dd4b3c3a1153afdf6a849543c62229b5e4 authored over 3 years ago
github.com/agentejo/cockpit - 2f1595e8c7265095e4df7c0b04a56568eb9a7b68 authored over 3 years ago
github.com/agentejo/cockpit - b15a349cc2696f4a6df04288a3a47fd893087378 authored over 3 years ago
github.com/agentejo/cockpit - 53a2900e21b47380197b5b6618c5649fa619d96f authored over 3 years ago
github.com/agentejo/cockpit - 237821c54aae4f2c8a871f4f437445140fc304a3 authored over 3 years ago
github.com/agentejo/cockpit - 8f281b632d84d8970600e24c09fd3dfead1c7cdc authored almost 4 years ago
github.com/agentejo/cockpit - 568b0124352f6d27df359e8c19a70d2dd1961e87 authored almost 4 years ago
Field layout preview component trigger
github.com/agentejo/cockpit - 3468b3b8cae133365944286f03e26e780284e227 authored almost 4 years agogithub.com/agentejo/cockpit - c1b2410273fce43c65166d8512e2bb092f5385b9 authored almost 4 years ago
github.com/agentejo/cockpit - 9c27a2316ce0053a01e6634484b3df6843acca11 authored almost 4 years ago
Persist asset selector folder and filter
github.com/agentejo/cockpit - 67a923bce9a4d3b96252a52419d17ee6c8d580e8 authored almost 4 years agogithub.com/agentejo/cockpit - 7e340e56dde5854f345d6bb74ecb0033d3dcfae9 authored almost 4 years ago
github.com/agentejo/cockpit - af20f1fa4de4a88cfae58343bd09eb0bb3ddf7a4 authored almost 4 years ago
github.com/agentejo/cockpit - 6ed23b401dfed842e00d37112f0cbabbca668880 authored almost 4 years ago
github.com/agentejo/cockpit - 689ca6da92ee36f6207c2586a9068ab35d0e24eb authored almost 4 years ago
github.com/agentejo/cockpit - d09ffd9562de7c1f3f67cc4dca837b27497e3278 authored almost 4 years ago
github.com/agentejo/cockpit - 96ebbcf6630a79f44da8c61964e882858dbdb328 authored almost 4 years ago
Add filterUnits to allowedAttrs
github.com/agentejo/cockpit - 0dbac3468a999f1eb9f03ba4f565ea98a2d37b60 authored almost 4 years agoAllow filter to be applied at CollectionLinkSelect.
github.com/agentejo/cockpit - 93b3d0b1efed16317e5b2f459ca27e6123cdd766 authored almost 4 years agoCatch error that is thrown when filter call fails to start
github.com/agentejo/cockpit - 01ebd11963939d5f963f732ac08a101c60741ad9 authored almost 4 years agoThis otherwise will block all following calls from starting. This errors often when importing la...
github.com/agentejo/cockpit - be429ba0c87cd41da47261f4bbac6ec058842837 authored almost 4 years agoAllow filter to be applied at CollectionLinkSelect as well.
github.com/agentejo/cockpit - 4bd13e2d4caed68a15601f3a1595996c71502641 authored almost 4 years agogithub.com/agentejo/cockpit - 7bdb8678718eeefc3e3b5a4ea4a0d89dfd1f7402 authored almost 4 years ago
github.com/agentejo/cockpit - b40d6bdedb87265e700ac09007603e72459e7629 authored almost 4 years ago
github.com/agentejo/cockpit - 46b51332d1df8806aefe6d95a8fc295f99c38736 authored almost 4 years ago
Cleaner forms open/close api
github.com/agentejo/cockpit - 49233716d28571f771655a732640c8895f15736a authored almost 4 years agoAdd @json directive to "lib/LimeExtra/App.php"
github.com/agentejo/cockpit - b2b3d680792256fd2a3e5579bb56553bd318d89c authored almost 4 years agoFix Lexy "@include" prints 1 after included file
github.com/agentejo/cockpit - 2d74837f0085f8a5cc2025009e569ad27b117789 authored almost 4 years agoAdds 'mask-type' to allowed SVG attributes
github.com/agentejo/cockpit - 03ec45f23464c4e7d0ada502ec71b1f9dc9caa4c authored almost 4 years agoThe mask type attribute was missing and it turns out we use it in some elements.
github.com/agentejo/cockpit - 376148bee86f9f0a3ce18372ac454b51886e48d0 authored almost 4 years ago**Related commits:**
- https://github.com/agentejo/cockpit/commit/d50c01b048984d4efe1d8e1f63a...
github.com/agentejo/cockpit - 4977edf524265e70f8ecd9d1adf46910b09e8979 authored almost 4 years agoUpdate php version (7.3.0)
github.com/agentejo/cockpit - 3ff29727a7a86f7c1f8726cea41e0c9dbfe93cf7 authored almost 4 years agogithub.com/agentejo/cockpit - e1a53d88fc683a118e4037d1292e9f9e0b20554b authored almost 4 years ago
github.com/agentejo/cockpit - 54078fdf548afa05df4cb6f13ef8067bd026a471 authored almost 4 years ago
Fix Lexy "@endunless" wrong rendering
github.com/agentejo/cockpit - efb8944051d7f347a4114cd21d8f01ecab373a00 authored almost 4 years agoFix "Forms::entries" throws undefined "getform" method in "MongoHybrid\MongoLite"
github.com/agentejo/cockpit - 28d724ecb9bf021767cd33c27711e0e5f6e61807 authored almost 4 years agogithub.com/agentejo/cockpit - d8db3162ec6c91eb12d7fa78ffe49e28a794ccf7 authored almost 4 years ago
github.com/agentejo/cockpit - 65050140876e78608a3403b8827f8a27431c82a4 authored almost 4 years ago
github.com/agentejo/cockpit - a6719963e4216c39d28331ea104bfc98b492ec4f authored almost 4 years ago
github.com/agentejo/cockpit - aa693f962c7a742b2360fe42b1c21cb2111b925e authored about 4 years ago
github.com/agentejo/cockpit - 63d5f267a6d716df3736d69aae6b02b9026d6d4d authored about 4 years ago
github.com/agentejo/cockpit - 1b09593cfe271bf14e0d224e1a4ca863760773cd authored about 4 years ago
github.com/agentejo/cockpit - 4e5b8e1125d3a440a480d63d49a937b60c3c1544 authored about 4 years ago
github.com/agentejo/cockpit - 5d5bcffda4ead77c47edd6acf89e9c3e051caa18 authored about 4 years ago
github.com/agentejo/cockpit - bb2ddd1311bd6a43b2537073a3e6fbf790477c76 authored about 4 years ago
Set default langauge for "admin" user during app install.
github.com/agentejo/cockpit - 722393b31921d5b3ee5992ade63ee9589f5b52a8 authored about 4 years agoReturn null instead of empty string
github.com/agentejo/cockpit - cc51b611e9536b9761f5433eda4761700293a8a7 authored about 4 years agogithub.com/agentejo/cockpit - 5cb1b882756c75ca79a677c838e1d265fd3ad204 authored about 4 years ago
github.com/agentejo/cockpit - 9a13f55cb0bb460317ada69fec24652c691fa8be authored about 4 years ago
github.com/agentejo/cockpit - 4e790c7c3b60656a088ea32e3cf698e9d891f5d7 authored about 4 years ago
Globally rename "csfr" to "csrf"
github.com/agentejo/cockpit - f024ee64356d2bb0fbde1a8fbf4ba991fa889c9b authored about 4 years agogithub.com/agentejo/cockpit - d4b41c9ceff09a738b0eac2ff3bf149d6f43e6dd authored about 4 years ago
github.com/agentejo/cockpit - e07422e05d647a830bf72e6dcb1bb02591262e62 authored about 4 years ago
added i18n translation for UIkit password field and a missing placeholder translation
github.com/agentejo/cockpit - 04cc08021e3b645d709e14d4c3b26b27f443864e authored about 4 years agoAdds cyrillic slug transliteration
github.com/agentejo/cockpit - 931ca2fe1a1ce0b293f7a60152e96b157e82bb1e authored about 4 years agogithub.com/agentejo/cockpit - 8df9907fbfd665ec36e326f0328baa06ef9dc4df authored about 4 years ago
github.com/agentejo/cockpit - 6d8860938bbd645a7daa81f1e29e4d51ef533891 authored about 4 years ago
github.com/agentejo/cockpit - fc33b37fc679c6e73e8c91cb9550e14096759056 authored about 4 years ago
github.com/agentejo/cockpit - d4a909b960bb384f3d79c2c189ec852ca9602ebd authored about 4 years ago