Ecosyste.ms: OpenCollective

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

FeathersJS

A framework for real-time applications and REST APIs
Collective - Host: opensource - https://opencollective.com/feathers - Website: https://feathersjs.com/ - Code: https://github.com/feathersjs

feat(schema): Allow to add additional operators to the query syntax (#2941)

github.com/feathersjs/feathers - f324940d5795b41e8c6fc113defb0beb7ab03a0a authored about 2 years ago by David Luecke <[email protected]>
chore(tests): Add Knex error handler test (#2944)

github.com/feathersjs/feathers - 9cea1a263d6acd06cbad0d011451534e6c04cf2f authored about 2 years ago by David Luecke <[email protected]>
fix(databases): Make sure adapter method signatures are exported properly (#2943)

github.com/feathersjs/feathers - 458d66859e256c5854e7590f0b4a11b233fe0374 authored about 2 years ago by David Luecke <[email protected]>
chore(docs): Enable offline search, no Algolia (#2942)

github.com/feathersjs/feathers - 9ea9e5d98fad0b86f6dc160bd671b24d006a09fe authored about 2 years ago by Marshall Thompson <[email protected]>
chore: Update Algolia config for docs (#2937)

github.com/feathersjs/feathers - 0d432453650bdad346c3f9791f20ede3e2d11c40 authored about 2 years ago by Marshall Thompson <[email protected]>
remove holiday stuff

github.com/feathersjs/playground - b6d6de3b602a29e957ddeed1c12b984cb19df67c authored about 2 years ago by Ray Foss <[email protected]>
chore(docs): Add @pre flag to all installation commands (#2940)

github.com/feathersjs/feathers - a443673ff6f69612085f41086f46e17e6e105676 authored about 2 years ago by David Luecke <[email protected]>
chore(schema): Add tests that paginated data are dispatched safely (#2929)

github.com/feathersjs/feathers - 1105974971832831d1e579fec55a7834d4237e34 authored about 2 years ago by David Luecke <[email protected]>
fix(cli): Minor generated app improvements (#2936)

github.com/feathersjs/feathers - ba1a5500a8a5ea4ab44da44ac509e48c723d7efd authored about 2 years ago by David Luecke <[email protected]>
chore(docs): Add documentation how to extend database adapters (#2939)

github.com/feathersjs/feathers - 04156541aef6644efd50ea04429cebce69efb80b authored about 2 years ago by David Luecke <[email protected]>
fix(knex): Ensure custom ids are returned on create (#2934)

github.com/feathersjs/feathers - c4fa3cf812d59e6e8e3831ab098bb8768c92e8f4 authored about 2 years ago by David Luecke <[email protected]>
fix(cli): Add unhandledRejection handler to generated index file (#2932)

github.com/feathersjs/feathers - e3cedc8e00f52d892f21fd6a3eb4ca4fe40a903c authored about 2 years ago by David Luecke <[email protected]>
chore(docs): Add note about `methods` option (#2925)

github.com/feathersjs/feathers - 59c3b8d2a52262159899df97a65d3d0410b170ad authored about 2 years ago by Ashot Nazaryan <[email protected]>
chore: Update changelog

github.com/feathersjs/feathers - 3189c26dba9347b56c0607fe24338a53832e4f82 authored about 2 years ago by daffl <[email protected]>
chore(release): publish v5.0.0-pre.34

github.com/feathersjs/feathers - 42cca600d00f0b3b9d89fa79be30fcd46bc50132 authored about 2 years ago by daffl <[email protected]>
feat(cli): Use separate patch schema and types (#2916)

github.com/feathersjs/feathers - 7088af64a539dc7f1a016d832b77b98aaaf92603 authored about 2 years ago by David Luecke <[email protected]>
fix(core): Allow services with no external methods (#2921)

github.com/feathersjs/feathers - df569183d1a9ed0a9e0ea5bf8d7dab52d326a33d authored about 2 years ago by David Luecke <[email protected]>
fix(schema): Check for undefined value in resolveQueryObjectId resolver (#2914)

github.com/feathersjs/feathers - d9449fa835f58fc9cec5f7254c50219494129140 authored about 2 years ago by philipimperato <[email protected]>
fix(core): `context.type` for around hooks (#2890)

github.com/feathersjs/feathers - d606ac660fd5335c95206784fea36530dd2e851a authored about 2 years ago by fratzinger <[email protected]>
chore(release): publish v0.7.6

github.com/feathersjs/hooks - 2490de640a198759526293268a2c2f4ce81714d2 authored about 2 years ago by daffl <[email protected]>
fix: restore `context.type` (#104)

github.com/feathersjs/hooks - 1d934aee85276b4585268dcaf4e6360d7b1137dc authored about 2 years ago by fratzinger <[email protected]>
fix(authentication): Fix order of connection and login event handling (#2909)

github.com/feathersjs/feathers - 801a503425062e27f2a32b91493b6ffae3822626 authored about 2 years ago by David Luecke <[email protected]>
feat(docs): CLI and application structure guide (#2818)

github.com/feathersjs/feathers - 142914fc001a8420056dd56db992c1c4f1bd312c authored about 2 years ago by Marshall Thompson <[email protected]>
chore(dependencies): Update all dependencies (#2901)

github.com/feathersjs/feathers - 9f712bf5694ceb7b47e3c7ab68a30c8a8cec3faa authored about 2 years ago by David Luecke <[email protected]>
feat(adapter): Add patch data type to adapters and refactor AdapterBase usage (#2906)

github.com/feathersjs/feathers - 9ddc2e6b028f026f939d6af68125847e5c6734b4 authored about 2 years ago by David Luecke <[email protected]>
fix(schema): Allow query schemas with no properties, error on unsupported types (#2904)

github.com/feathersjs/feathers - b66c734357478f51b2d38fa7f3eee08640cea26e authored about 2 years ago by David Luecke <[email protected]>
fix(adapter-commons): multiple type definition issues (#2876)

github.com/feathersjs/feathers - 4ff1ed084eb2b2cb687de27a28c96a0dad4530b7 authored about 2 years ago by Nils Bergmann <[email protected]>
feat(schema): Virtual property resolvers (#2900)

github.com/feathersjs/feathers - 7d03b57ae2f633bdd4a368e0d5955011fbd6c329 authored about 2 years ago by David Luecke <[email protected]>
chore: Remove Deno build (#2903)

github.com/feathersjs/feathers - 834091c06165f758dbbf879c4197279dfef12480 authored about 2 years ago by David Luecke <[email protected]>
fix(core): Improve service option usage and method option typings (#2902)

github.com/feathersjs/feathers - 164d75c0f11139a316baa91f1762de8f8eb7da2d authored about 2 years ago by David Luecke <[email protected]>
chore(docs): Fix Guides url (#2868)

github.com/feathersjs/feathers - 31f9a127a4e60d747673fbac00a1e28366b2c8ac authored about 2 years ago by Nikolai Schimke <[email protected]>
fix(socketio): Disconnect socket on app disconnect event (#2896)

github.com/feathersjs/feathers - 4ba003907843cfc2655798a568b16f07ff8adb1b authored about 2 years ago by David Luecke <[email protected]>
fix(authentication-client): Improve socket reauthentication handling (#2895)

github.com/feathersjs/feathers - 9db5e7adb0f6aea43d607f530d8258ade98b7362 authored about 2 years ago by David Luecke <[email protected]>
fix(authentication-client): Remove access token for fatal 400 errors (#2894)

github.com/feathersjs/feathers - cfc6c7a6b9dbc7fb60816e2b7f15897c38deb98d authored about 2 years ago by David Luecke <[email protected]>
fix(authentication-client): Do not cache authentication errors (#2892)

github.com/feathersjs/feathers - cc4e76726fce1ac73252cfd92e22570d4bdeca20 authored about 2 years ago by David Luecke <[email protected]>
feat(schema): Split resolver options and property resolvers (#2889)

github.com/feathersjs/feathers - 4822c949812e5a1dceff3c62b2f9de4781b4d601 authored about 2 years ago by David Luecke <[email protected]>
fix(typebox): Improve query syntax defaults (#2888)

github.com/feathersjs/feathers - 59f3cdca6376e34fe39a7b91db837d0325aeb5db authored about 2 years ago by David Luecke <[email protected]>
docs(faq): Update FAQ entries for v5 (#2883)

github.com/feathersjs/feathers - 82ba2d1494e29cf65eede84f4da71a36f739ee8e authored about 2 years ago by David Luecke <[email protected]>
chore(tests): Fix Express application test (#2891)

github.com/feathersjs/feathers - bddce89079152fecc4000cec4cb1cf749bcc4027 authored about 2 years ago by David Luecke <[email protected]>
chore(tests): Add tracing information to debug flaky CLI test

github.com/feathersjs/feathers - 5696000561837ccc9ce6f5148548e54a30dececd authored about 2 years ago by David Luecke <[email protected]>
chore(docs): Finalize home page copy (#2882)

github.com/feathersjs/feathers - c901e8f1d94e537d76a7590cc7078afa474de1e9 authored about 2 years ago by Marshall Thompson <[email protected]>
docs(typebox): explain extended ajv configuration (#2881)

github.com/feathersjs/feathers - 11ccaa19e687aec063d796cb14a602d808eec38c authored about 2 years ago by Marshall Thompson <[email protected]>
docs(awesome): Use query-string url for search filters (#2843)

github.com/feathersjs/feathers - 8f8088d9cafd595f07922313f055251f5e05aca2 authored about 2 years ago by fratzinger <[email protected]>
fix(cli): mongodb connection string for node 17+ (#2875)

github.com/feathersjs/feathers - 7fa2012897d8429b522fbca72211fc9be1c25f7e authored about 2 years ago by Marshall Thompson <[email protected]>
docs(typo): fix variable name in query resolver

github.com/feathersjs/feathers - 0b7b7ba9527e454b6b2aedc416bee2f5a1f4fe7f authored about 2 years ago by Marshall Thompson <[email protected]>
docs(mongodb): update examples to latest CLI code

github.com/feathersjs/feathers - f8bb525a5def0c63389fbf4ee2424503e952a402 authored about 2 years ago by Marshall Thompson <[email protected]>
docs(typebox): document string formats and custom options

github.com/feathersjs/feathers - 7bb44ecf0f52fb7f1d3b94cdc4f4c292c7aa1158 authored about 2 years ago by Marshall Thompson <[email protected]>
docs(typebox): add descriptions for all types (#2873)

github.com/feathersjs/feathers - 212847b277467a6ec8059ae6fa11b00646c7076b authored about 2 years ago by Marshall Thompson <[email protected]>
docs(typebox): fix code examples for union

github.com/feathersjs/feathers - ca063040c38922b58c27e634d599fa5839c1631e authored about 2 years ago by Marshall Thompson <[email protected]>
fix prod login

github.com/feathersjs/playground - 7429a1509aee786d7d968a58332b983fc65695c1 authored about 2 years ago by Ray Foss <[email protected]>
handle edge cases. connect faster.

github.com/feathersjs/playground - f9c6e18ff37a232dc758130de0c67a3eb93da4a9 authored about 2 years ago by Ray Foss <[email protected]>
docs(config): fix branch name for “edit this page” link

github.com/feathersjs/feathers - f6f6b26abc8a461f12ff84964ed3ae9ce03458ec authored about 2 years ago by Marshall Thompson <[email protected]>
Go won't cast TOML emv bool to string... Crashing repl

github.com/feathersjs/playground - 447194afb75a58935201514a09bc8276b3fe7038 authored about 2 years ago by Ray Foss <[email protected]>
Install before build...

Dev is allowed to be more magical than prod.

github.com/feathersjs/playground - 17e7d2ee771236aff96e01dfbd4f9a065194bbbb authored about 2 years ago by Ray Foss <[email protected]>
Delete ReadMe.md

github.com/feathersjs/playground - a3d11c6d035c025dad2e1d675e3bf062c3abd209 authored about 2 years ago by Ray Foss <[email protected]>
Better repl support (#7)

* Better repl support

github.com/feathersjs/playground - c40bc16d850b02973facbf1036ba4895472bce70 authored about 2 years ago by Ray Foss <[email protected]>
Create .replit

github.com/feathersjs/playground - 902c07ee3193b988a77eec3903d18ca5f4606a23 authored about 2 years ago by Ray Foss <[email protected]>
Fix ReplIts.nix

github.com/feathersjs/playground - f63922721c7b81ebffa7c467852b55b18cc44eb4 authored about 2 years ago by Ray Foss <[email protected]>
Add ReadMe buttons and fix typo

* Buttons

* Typo

github.com/feathersjs/playground - 124fd2822c3376bc3f127a09bfd0cd4b90676354 authored about 2 years ago by Ray Foss <[email protected]>
Rename api folder to server (#5)

* Rename API folder to server

Server worked very well on the vuex-todo example for years.

...

github.com/feathersjs/playground - 64701da90969ae34af2b3587578824cdf55da4b4 authored about 2 years ago by Ray Foss <[email protected]>
docs(theme): use slots instead of prepend hack (#2858)

github.com/feathersjs/feathers - 2b89e0b7fceb42f92c9139f16f3291fa3ff560f1 authored about 2 years ago by Marshall Thompson <[email protected]>
chore: Update changelog

github.com/feathersjs/feathers - bffb634dec0d041eec9a2d490f75211d477e5a63 authored about 2 years ago by daffl <[email protected]>
chore(release): publish v5.0.0-pre.33

github.com/feathersjs/feathers - 89f516bcb1457e23a02c6212e9cd8bacc4d267d4 authored about 2 years ago by daffl <[email protected]>
chore: Edit Readme and contribution templates (#2866)

github.com/feathersjs/feathers - 6853277e1f11c215738c2b532bbf08bac9d7937c authored about 2 years ago by David Luecke <[email protected]>
docs(home): animate the sun and moon (#2865)

github.com/feathersjs/feathers - 0249791571afe1e90e2301a42001a304d1f2d091 authored about 2 years ago by Marshall Thompson <[email protected]>
docs(home): smoother transition from night to day (#2864)

github.com/feathersjs/feathers - 24187bb1384fbb55a9088b7e3d6caf4ac1b0d791 authored about 2 years ago by Marshall Thompson <[email protected]>
docs(theme): show DatabaseSelect on all pages (#2863)

github.com/feathersjs/feathers - 4f188fee93315c461f86ae6b7b7a617d0135d03c authored about 2 years ago by Marshall Thompson <[email protected]>
docs(home): Fine-tune the SVGs, transitions, layout (#2862)

github.com/feathersjs/feathers - 911ababe2f2688c591a19861341af508c62ec3d1 authored about 2 years ago by Marshall Thompson <[email protected]>
chore: update readme with dove image (#2861)

github.com/feathersjs/feathers - ab712e35191b011520df7c73d632b4c64755acbf authored about 2 years ago by Marshall Thompson <[email protected]>
chore(docs) typo (#2860)

github.com/feathersjs/feathers - d1e458ecb9957f448bffe0921f7cec97bade4e72 authored about 2 years ago by Marshall Thompson <[email protected]>
chore(docs) fix ecosystem page ssr mismatch (#2859)

Wraps the `Packages` component in a `ClientOnly` component

github.com/feathersjs/feathers - a6b2623b748b54b090a1886ab9d735124f965de0 authored about 2 years ago by Marshall Thompson <[email protected]>
[Spelling/Grammar] 'users it' to 'user's id' (#1575)

github.com/feathersjs-ecosystem/docs - 0c50b750ad9b9f8aab69d3eb60a1ef27d4c05719 authored about 2 years ago by Jerren T <[email protected]>
docs(ecosystem) rename awesome to ecosystem (#2854)

github.com/feathersjs/feathers - a26fef65bafc1985a1d0be7fdd631b40e38b6f19 authored about 2 years ago by Marshall Thompson <[email protected]>
docs(styles): Fix home footer (#2855)

github.com/feathersjs/feathers - 742e5b8256f935c998565694c3ffe86e71f90ea3 authored about 2 years ago by Marshall Thompson <[email protected]>
fix(cli): Use proper MSSQL client (#2853)

github.com/feathersjs/feathers - bae5176488b46fc377e53719d20e0036e087aa16 authored about 2 years ago by David Luecke <[email protected]>
feat(mongodb): Add ObjectId resolvers and MongoDB option in the guide (#2847)

github.com/feathersjs/feathers - c5c1fba5718a63412075cd3838b86b889eb0bd48 authored about 2 years ago by David Luecke <[email protected]>
Update TypeScript chat and JavaScript frontend to latest

github.com/feathersjs/feathers-chat - f7f53dd760dec893bf754d4be774980a166d4639 authored about 2 years ago by daffl <[email protected]>
docs(styles): Fix responsive styles (#2852)

github.com/feathersjs/feathers - 9bf5222c15ab97d475ce5f71d29c6138691441dd authored about 2 years ago by Marshall Thompson <[email protected]>
feat(mongodb) aggregation pipeline queries (#2840)

* feat(mongodb) aggregation pipeline queries

Makes queries using the MongoDB Aggregation Pipe...

github.com/feathersjs/feathers - cb70e0778ebcce7e1ea2127ad30e7c5dd8434f0f authored about 2 years ago by Marshall Thompson <[email protected]>
docs(sitemap) create sitemap.xml during build (#2851)

Also splits out `nav` and `sidebar` sections of the config into their own files.

github.com/feathersjs/feathers - fe47d3d744320791836b6287c86a58eeb9f86dc9 authored about 2 years ago by Marshall Thompson <[email protected]>
chore(docs): Document TypeBox options by type (#2849)

github.com/feathersjs/feathers - aad223ebb26a3fd512245f9bcf38f17b5911c28e authored about 2 years ago by Marshall Thompson <[email protected]>
chore(docs): Show db selector on basics guide (#2848)

github.com/feathersjs/feathers - f7fb699d315a18af8b75a9874b02838ba6c9be38 authored about 2 years ago by Marshall Thompson <[email protected]>
fix(memory): Use for loop in _find() for better performance (#2844)

github.com/feathersjs/feathers - d6ee5f1c869f0c65cb470130f35956a52356e5c3 authored about 2 years ago by Beau Shaw <[email protected]>
fix(cli): Fix MongoDB connection database name parsing (#2845)

github.com/feathersjs/feathers - 50e7463971ef95cb98358b70a721e67554d92eb5 authored about 2 years ago by Nicholas Whitney <[email protected]>
feat(schema): Add StringEnum to TypeBox module (#2827)

github.com/feathersjs/feathers - 65d36656f50a48f633fa3fcabaea10521d04bf1c authored about 2 years ago by Marshall Thompson <[email protected]>
chore(dependencies): Update all dependencies (#2841)

github.com/feathersjs/feathers - 8b89c8bab57e75fb6f68ab19beb00b64cf336dcf authored about 2 years ago by David Luecke <[email protected]>
Remove PNPM until SB/WC-Core/889 is fixed

github.com/feathersjs/playground - 549236e8271ee63920430a4825568d41654e4270 authored about 2 years ago by Ray Foss <[email protected]>
Update ReadMe.md

github.com/feathersjs/playground - 72c9ff6334e34926608b600644f67792c3cf65ab authored about 2 years ago by Ray Foss <[email protected]>
Update and rename README.md to ReadMe.md

github.com/feathersjs/playground - d0423042e024871759ed3cb3bd0249015a804bd5 authored about 2 years ago by Ray Foss <[email protected]>
hardlink turkey

github.com/feathersjs/playground - c24625c321f15c9a59b33e058bc71e5439f27b37 authored about 2 years ago by Ray Foss <[email protected]>
hardlink turkey. fix COEP logo for firefox.

github.com/feathersjs/playground - 49c221ea39952d1729f4f0c34ddca1788f5dab13 authored about 2 years ago by Ray Foss <[email protected]>
more robust login

github.com/feathersjs/playground - 20e1af6488bd1002f4b3918942dc52f97068a067 authored about 2 years ago by Ray Foss <[email protected]>
Improve readme readability

github.com/feathersjs/playground - f5459a37f22a4d8f1c2c29f122e91337f3b2dda6 authored about 2 years ago by Ray Foss <[email protected]>