Ecosyste.ms: OpenCollective

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

github.com/feathersjs-ecosystem/docs

[MOVED] Legacy Feathers documentation
https://github.com/feathersjs-ecosystem/docs

Add deprecation notice

8138e496f565aa7ef53b8bd719e45996803c9dee authored about 1 year ago by daffl <[email protected]>
Add old version warning

567fc99a25156af79a55997113ed294c94760373 authored almost 2 years ago by daffl <[email protected]>
Update authentication.md (#1574)

Disabling CORS running on localhost.

a9ead3faf0fa722ea6d5134333091266a5ea8677 authored about 2 years ago by Daniel Ribeiro <[email protected]>
Add robots.txt to disable indexing

e9e683a282fdb997c9e5d69583d456692adf35e5 authored about 2 years ago by daffl <[email protected]>
Remove crow to docs redirect

3bda121626c1de8417c6281c18f44b39a19b9ed2 authored about 2 years ago by daffl <[email protected]>
[Spelling/Grammar] 'users it' to 'user's id' (#1575)

0c50b750ad9b9f8aab69d3eb60a1ef27d4c05719 authored about 2 years ago by Jerren T <[email protected]>
Fix browser `fetch` configuration example (#1563)

* Fix browser `fetch` configuration example

Bind the `window` as `this` to `window.fetch` to ...

ee6ccf1e7ec0c82ad5c6d9766db50ee6d43c974e authored over 2 years ago by strarsis <[email protected]>
Fix typo (#1562)

0e4db28ea9d9cd521beaec57191ed0cb27db56d5 authored almost 3 years ago by Zw1d <[email protected]>
fix: custom error example (#1558)

239a5ac2bca03816762229fd81028da7ab6acc0c authored almost 3 years ago by Matias Lopez Diaz <[email protected]>
Fix link to Socket.io middleware (#1555)

4e9975169490b0d5a400170b9a0e749353d8ee5d authored almost 3 years ago by Roman <[email protected]>
Updated Slack Links to Discord

8b8c42d76c456ce8a6c2d924158266cba76c6389 authored almost 3 years ago by Candice Tate <[email protected]>
Updated slack link to discord

ddbfca52c1d79c827b0f8117e21990b7d8e75303 authored almost 3 years ago by Candice Tate <[email protected]>
Update apiKey.md (#1546)

640d32b232c89afd601aba0828546efb6b1ce95d authored almost 3 years ago by Shaun <[email protected]>
Update revoke-jwt.md (#1551)

2062fc3685031e16434d17fa4b5bb5f64d8cd63c authored almost 3 years ago by Vivien Tassing <[email protected]>
Working TypeScript example (#1553)

9af4f97cbec88b89e0afae5dbe20f53a1ecd451a authored almost 3 years ago by Bart Duisters <[email protected]>
Replace Jade with Pug as example template engine (#1550)

874e3006642f5f016b97e9b8fb31439448d500e5 authored about 3 years ago by Brendan Brewster <[email protected]>
fix(oauth): authentication payload expects 'accessToken' not 'access_token' (#1549)

1967a85e9d284bd67aa955440a49780ab33238e7 authored about 3 years ago by miguelrk <[email protected]>
Update google.md (#1547)

47e042ed379af5ab81e8f9b14401a7d328b30c93 authored about 3 years ago by Bart Duisters <[email protected]>
Update package-lock.json

27bf9cb0954cbdb59775421b22b353b452325284 authored about 3 years ago by David Luecke <[email protected]>
Update apiKey.md (#1527)

Reading the token from the query parameters can cause confusion, especially when it comes to `ge...

f500bd777d4cc18ff5176072f9f0bad1b42e6261 authored over 3 years ago by AJ Meyghani <[email protected]>
Change storageKey value to feathers-jwt in example (#1539)

456d528f2c18414aeaa48edc4884812374eed935 authored over 3 years ago by Sergei Solo <[email protected]>
fix typo in security considerations (#1537)

0bfbc08278466db8cdef314b96399201272c488a authored over 3 years ago by Julien Zapata Duque <[email protected]>
Update jwt.md (#1535)

i think the correct value should be jwtOptions instead of jwt

https://github.com/feathersjs/f...

42253652d922f43fda36ba946da195aed8974ec3 authored over 3 years ago by Ahmet Simsek <[email protected]>
Fix standardJS errors (no-undef) (#1531)

916d7f8d11952d676e0a42cfeb5b4dd2f450fed4 authored over 3 years ago by e-dot <[email protected]>
Fix indentation in quickstart code snippet (#1528)

adc6f49bfe82bef15d0556c45b136ff6303aaf45 authored over 3 years ago by Diogo Ribeiro <[email protected]>
Update google.md

88ba39e5961691b29505749032c0e1fc4b015175 authored over 3 years ago by David Luecke <[email protected]>
Update google.md

e90145951655021628badbae1444899ddcd84d31 authored over 3 years ago by David Luecke <[email protected]>
Fix typo in params.headers definition (#1523)

ec326978d46ba33d98d48aa61735b72b5f329a53 authored over 3 years ago by Jordan Tucker <[email protected]>
Update rest.md (#1520)

The options object was passed in to the wrong method the rest method does not except more than o...

6bd4ebac73a55c1df4f91225512bcc6d5f2025fd authored almost 4 years ago by Philip <[email protected]>
Updating docs to indicate node pm2 also uses `username` environment variable if not escaped (#1519)

3d0189970bea93b19e0009eac2a53fbb8d60c9c4 authored almost 4 years ago by meditatingdragon <[email protected]>
add favicon to vuepress (#1517)

aaca249c71da3aebda0e23f07e2873f068cb5aa8 authored almost 4 years ago by fratzinger <[email protected]>
Added API Key Authentication Strategy in Cookbook (#1509)

30d65710749b167db248deb27865ffb56e222933 authored almost 4 years ago by Subodh Pareek <[email protected]>
Add documentation for browser authenticated middleware

fbe705c978e0989bf06da7b4fbe6f5a7553594a5 authored almost 4 years ago by David Luecke <[email protected]>
Update link to bCryptJs & update `hashSize` definition (#1513)

215e776d921e128a20499392b8302f8562561c83 authored almost 4 years ago by Dyllan To <[email protected]>
Correct syntax of $in example in querying.md (#1512)

a6f4089405b51f633981deb892705f286b77a85c authored almost 4 years ago by devashishsethia <[email protected]>
Remove old badges

6ba9f992981c8c5e88f37b0006919e6c1376bda2 authored almost 4 years ago by David Luecke <[email protected]>
Update common.md (#1510)

3274d1cbc3d1c1b25da0be8e002de8ba09b61ca0 authored almost 4 years ago by fratzinger <[email protected]>
Update view-engine.md

51bf1d07e392a285669b516e306a2cca61c4c5da authored almost 4 years ago by David Luecke <[email protected]>
Update view-engine.md

c1b3a492c337110caa54a351e670b5049759d73c authored almost 4 years ago by David Luecke <[email protected]>
Update React Native docs

6557e83f035903cbeca2c9f0d87a97d15eae09f4 authored about 4 years ago by David Luecke <[email protected]>
Better dark-mode handling of img in body (#1508)

f5d79821013b59df96c6a7a4eda4b3c4eb71b61f authored about 4 years ago by Michael Hillerström <[email protected]>
Update help section

22904f4f41e78d4f03881f51972123578ca4827d authored about 4 years ago by David Luecke <[email protected]>
Dark mode (closes #1378) (#1507)

d35503dfddbca368204b8e5b2ce08559673b8b97 authored about 4 years ago by Michael Hillerström <[email protected]>
User always exists

7a70ef3304f49d35e6911f5595dcfec8e5a759dd authored about 4 years ago by David Luecke <[email protected]>
Cookbook for Firebase Authentication (#1506)

2c14300eb0cfd30b600a75101a012427a9209abe authored about 4 years ago by Gio <[email protected]>
Update socketio.md (#1505)

fix script tags

0b3b0ec15d2202dc545a1574aebcff0663beedde authored about 4 years ago by keliq <[email protected]>
Add quick FAQ entry about database updates

9bb1695c47ca934c9cdb59faa1e6f0341eb44fac authored about 4 years ago by David Luecke <[email protected]>
Update to release based branch names (#1504)

ec999e78bc0f9661ba1b233c41aaf7672bea6a30 authored about 4 years ago by David Luecke <[email protected]>
Merge back master because of outdated edit links (#1503)

083f3d4711f0c89014f3610cf476e241ef468ec4 authored about 4 years ago by David Luecke <[email protected]>
Update Express view engine docs with authenticated sessions (#1502)

aa560058967b19ff6a9e2b00bd70f3728df0c3da authored about 4 years ago by David Luecke <[email protected]>
Update Auth0 docs to include a note to save others time (#1501)

94d7d971a7ff1a6d4d57849673254a2e602e452d authored over 4 years ago by John Jung <[email protected]>
docs: add hook-less service method description (#1498)

849dbe03638e7e8e3c652194590ca6809ec5aff5 authored over 4 years ago by Joseph Gan <[email protected]>
Fix/security page grammar links (#1497)

f28c2b6057e82c8fe8d31f9ab65647f81130a4e0 authored over 4 years ago by Justin Noel <[email protected]>
fix: use consistent reference to OAuth (#1496)

ec008c0b78fb977da45f13b74cb6dae8e0484b1c authored over 4 years ago by Justin Noel <[email protected]>
Bumped up feathers & socketio client version (#1499)

5faacf8b2cc05924670bda96275d59f518e633f2 authored over 4 years ago by Shihab Mridha <[email protected]>
Add docs for getEntityQuery (#2013)

c194b396dd163ff5c16e66a8dfe3ee3c4415ba03 authored over 4 years ago by David Luecke <[email protected]>
Update facebook.md (#1495)

Small mistake where a type import was missing for the TS version

81cdd50d999de10fb74df898738b78228a53f753 authored over 4 years ago by elliottg-peacock <[email protected]>
Feature/mention firefox json viewer (#1494)

315a75f33ef21f64e6eb3c01b13bd82e6dab0238 authored over 4 years ago by Justin Noel <[email protected]>
Updated configuration docs for nested properties (#1493)

Added important detail that when using @feathers/configuration, app.get() can't directly access...

ddc515a9dfa8cad28a65e92fc99d6786ff20e8ff authored over 4 years ago by Benno L <[email protected]>
docs(hooks): add context.event description (#1490)

7a8f489220f73e30ca9128aae581fc0d2ddee35c authored over 4 years ago by Joseph Gan <[email protected]>
Note for adding .nyc_output/ folder to .gitignore (#1492)

9615addbc9dbfb7d690587a14e5ed3fbc30f19e7 authored over 4 years ago by Anonimus Programus <[email protected]>
Fix filename again because casing

e65ba36cd623695094e9ff210104084b6896f2fc authored over 4 years ago by David Luecke <[email protected]>
Fix file naming

a0b7ba4fde677621f5036bf9589931f03155dff4 authored over 4 years ago by David Luecke <[email protected]>
Added Discord.md to config.js (#1489)

Added Discord.md to config.js

b685a26394665672a0182a9b15d25066b3e9f85c authored over 4 years ago by BARO <[email protected]>
Added DiscordStrategy (#1488)

699a020686ff27f93b4cd53b731759b4f65952ff authored over 4 years ago by BARO <[email protected]>
Update facebook.md (#1487)

0d3956c1bf42d41846bd8c60b8bccf99d283e6f0 authored over 4 years ago by Shair <[email protected]>
Fix authentication CURL request example. Closes https://github.com/feathersjs/feathers/issues/1977

9a946a2b28876cf00d6138aaaf8e575076d0a53b authored over 4 years ago by David Luecke <[email protected]>
Update help section (#1485)

48c8bbe2976d17e3522ac337903d97d72a7d5b13 authored over 4 years ago by David Luecke <[email protected]>
channels.md - fix typo (#1483)

7a5c19ef28f7b73fd20712d332fd368b6c28c23a authored over 4 years ago by fratzinger <[email protected]>
Update chat app to use a display name oAuth to work without email (#1478)

7033b9be22b7bd093d7c1593966a0ef31ae367cb authored over 4 years ago by David Luecke <[email protected]>
Instruct to create a new file (#1476)

67bfb569ac6e0718136bd69ac41c51296c1a1b53 authored over 4 years ago by jcjveraa <[email protected]>
Update errors.md (#1472)

9f7b8348e31c8351245c57066f7ded28633e9a54 authored over 4 years ago by Ahmet Simsek <[email protected]>
fix: wrong imports for socketio (#1467)

4373396f999c226cadf3f2f171119c17891c9d86 authored over 4 years ago by Sullivan SENECHAL <[email protected]>
fix(code): remove dollar prompt from command code blocks (#1465)

This make the copy/paste feature easy to use.

4dd66f246a7a7df82a30c7b8c1f532980d5082b5 authored over 4 years ago by Sullivan SENECHAL <[email protected]>
feat: add DocSearch as recommended by vuepress (#1464)

Fix #1460

9e75d7bc92f3a48f8267e9a53e1ac45117de5814 authored over 4 years ago by Sylvain Pace <[email protected]>
Update hooks.md (#1463)

Remove the notion of database for the service when extending it.

897e2d5117df1c31ce11551e94e76d9163394039 authored over 4 years ago by Mathieu DARTIGUES <[email protected]>
feat: add DocSearch as recommended by vuepress (#1460)

cd29c099062caac9c6c4364e00ef4a9f7e7dd104 authored over 4 years ago by Sylvain Pace <[email protected]>
Add some explanation for the core concepts around channels (#1457)

Co-Authored-By: Karolis Narkevicius <[email protected]>

0a18d9fe0131c52a255c9de8ffc6f6674cbbb650 authored over 4 years ago by Martin Aspeli <[email protected]>
Include the argument if used in the function (#1459)

eb0edf49e831e0108c8d29364c6b20274fea0c39 authored over 4 years ago by DavidMulder0 <[email protected]>
Update the repo address for Vue integration (#1461)

The current link for Vue integration leads to https://github.com/feathers-plus/feathers-chat-vue...

57e963c74302cba316e7dfe47135744201b840fa authored over 4 years ago by gustojs <[email protected]>
Fixing param name (#1456)

Fixing param name at FacebookStrategy getProfile function

f5d5679cc6981116b4898f1c001673490092b9d7 authored over 4 years ago by Italo "Lin" Lino <[email protected]>
Fixed a broken link in the auth0 cookbook pointing to the github auth guide (#1455)

43209cc1bde64ab11415291f70f8b4a35710bb71 authored over 4 years ago by Evil Buck <[email protected]>
Add scope values

31c04828fcc430f5feaae260d4f66a5c41aaf484 authored over 4 years ago by David Luecke <[email protected]>
Update service method note. Closes #1893

4725568cf5fb985c735c76197f131ad10d1f113c authored over 4 years ago by David Luecke <[email protected]>
Update HTTPS documentation for generated application

abf0f4f2f1fe2ce74980019f8e1f767d2d2cf859 authored over 4 years ago by David Luecke <[email protected]>
Corrected typo for windows users (#1453)

aee6fca29ac20e43fbac61dce8b4d32a1ac4d7c8 authored almost 5 years ago by PierreBader <[email protected]>
fix(docs): change link of hooks-common library docs (#1451)

The link to the hooks common library documentation in the SKIP section point to the old domain.

61bd8b2f24968f831eaebbc0d314097fd5d6660c authored almost 5 years ago by J3m5 <[email protected]>
Clarify usage and link for $like operator. Closes https://github.com/feathersjs/docs/issues/1450

7d56a2992eda3c745819b3a541d62020e7613e9a authored almost 5 years ago by David Luecke <[email protected]>
Update all dependencies

5e4b62d6d5b647ed2f5ef7b9801239f6cdeed822 authored almost 5 years ago by David Luecke <[email protected]>
Bump vuepress from 1.2.0 to 1.3.1 (#1445)

621e7e10e1de193bf7530c1e5ec21cdf5a5ade3a authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump vfile-reporter from 6.0.0 to 6.0.1 (#1443)

a06aef0c73cfade6fece6e7a7c2098de4df4e1b2 authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
[Security] Bump acorn from 6.4.0 to 6.4.1 (#1442)

99208b76c34545cbd7d5f23d16675a7edba3fb0e authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump remark-validate-links from 9.0.1 to 9.2.0

Bumps [remark-validate-links](https://github.com/remarkjs/remark-validate-links) from 9.0.1 to 9...

25d842b1d04f27c0097b59bdda35bc5cc5c83e31 authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Add dove.docs.feathersjs.com as version

6af28fc87d7da9e7cf32204478aa4f7198cf0381 authored almost 5 years ago by David Luecke <[email protected]>
Update rest.md (#1438)

34e9f9634809241b734da6cdadbce3ff55198018 authored almost 5 years ago by David Luecke <[email protected]>
Remove NeDB reference in code snippets for file uploads (#1439)

ecfebd598ea460b10eaf2631c11b70420c1f5fff authored almost 5 years ago by David Luecke <[email protected]>
Remove Auth0 forum link. Closes https://github.com/feathersjs/docs/issues/1436

dc725094196e507855426e966d3e870226e87736 authored almost 5 years ago by David Luecke <[email protected]>
Fix `logout` documentation. Closes https://github.com/feathersjs/feathers/issues/1812

77587b8e592784917f9d44c1e82ee02af5244c73 authored almost 5 years ago by David Luecke <[email protected]>
Add client docs for app.io, app.rest and app.primus

50d00a5c760ab8f9396e47da383a08991f65addf authored almost 5 years ago by David Luecke <[email protected]>
Added feathers-cassandra (#1429)

0348d8a7807ee139186b1f6743c1b141f03fa868 authored almost 5 years ago by Dekel Barzilay <[email protected]>