Commit Graph
521 Commits
Author SHA1 Message Date
Chris Troutner 89bc296381 Added libraries to adapter lib 2021-07-07 08:40:00 -07:00
Chris Troutner c838f22bac Moved wlogger lib to adapters dir 2021-07-07 08:09:25 -07:00
Chris Troutner ef81744862 Moved password lib to adapters dir 2021-07-07 08:01:22 -07:00
Chris Troutner b2e455ffcc Moved logapi lib to adapter dir 2021-07-07 07:58:33 -07:00
Chris Troutner b36cf15b36 injecting dependencies to controllers 2021-07-06 19:29:49 -07:00
Chris Troutner 20cd77efa5 Moved DB models into localdb adapter 2021-07-06 18:16:39 -07:00
Chris Troutner fd2cfe0b2f Created and connected index.js files for use-cases, adapters, and controllers 2021-07-06 17:17:26 -07:00
Chris Troutner 574e4a3d90 Renamed rpc folder to json-rpc 2021-07-06 15:20:51 -07:00
Chris Troutner cc0b08c2b9 moved rpc folder into controllers folder 2021-07-06 15:17:14 -07:00
Chris Troutner 15ed1e0e77 Moved error middleware 2021-07-06 15:08:07 -07:00
Chris Troutner 35948ea903 Reinstated admin e2e tests 2021-07-06 15:01:40 -07:00
Chris Troutner 1dcb7f84c2 Added e2e validation tests 2021-07-06 15:00:00 -07:00
Chris Troutner ada35eb092 feat(modules): Removed src/modules folder. Ported all REST API to /src/controllers/ folder 2021-07-06 14:47:43 -07:00
Chris Troutner 8a37261995 Ported contact REST API route to controllers dir 2021-07-06 14:33:54 -07:00
Chris Troutner 089adfb40f Moved REST validators library 2021-07-06 13:59:02 -07:00
Chris Troutner 08cf043e37 fix(users): Ported users and unit tests REST API to controllers dir 2021-07-06 13:16:14 -07:00
Chris Troutner 61bc01b783 ported user route. Still need middleware 2021-07-06 12:23:35 -07:00
Chris Troutner 5db4251f68 Ported /auth route to src/controllers/ 2021-07-05 19:36:56 -07:00
Chris Troutner 7e3b74711f Merge pull request #11 from Permissionless-Software-Foundation/ct-unstable
fix(tests): Adding tests that were left out of merge with koa upstream
2021-05-29 17:28:43 -07:00
Chris Troutner 4a2199bd05 fix(tests): Adding tests that were left out of merge with koa upstream 2021-05-29 17:26:59 -07:00
Chris Troutner a7bea3b03f Ran npm audit fix --force 2021-05-29 17:22:26 -07:00
Chris Troutner 47f8cfb513 Merge pull request #10 from Permissionless-Software-Foundation/dh-rate-limiter
feat(rate limiter): Created a rate limiter middleware
2021-05-09 06:38:41 -07:00
Chris Troutner 3010cc1b78 minor formatting 2021-05-09 06:35:20 -07:00
Chris Troutner 3be75b5caf linting 2021-05-09 06:33:53 -07:00
Daniel Gonzalez 3032c7b1be Fixed unit tests 2021-05-08 18:12:54 -04:00
Chris Troutner cae8d64f6e Broken rate limit test 2021-05-07 16:43:09 -07:00
Daniel Gonzalez 608f435bf4 Finished implementation 2021-05-04 16:08:44 -04:00
Daniel Gonzalez 6207c6c3d5 feat(rate limiter): Created a rate limiter middleware 2021-05-02 19:52:14 -04:00
Chris Troutner 1c6e72bd76 Merge pull request #9 from Permissionless-Software-Foundation/dh-api-docs
docs(api): Added API docs for 'users' and 'auth' JSON RPC endpoints
2021-04-19 14:39:39 -07:00
Daniel Gonzalez fe97e38f6f docs(api): Added API docs for 'users' and 'auth' JSON RPC endpoints 2021-04-19 17:17:13 -04:00
Chris Troutner e0fd8e03f4 Merge pull request #8 from Permissionless-Software-Foundation/ct-unstable
fix(ipfs-coord): Bumping to v3.2.0
2021-04-18 10:13:36 -07:00
Chris Troutner ab9efa2055 fix(ipfs-coord): Bumping to v3.2.0 2021-04-18 10:10:45 -07:00
Chris Troutner c643068f2f Merge pull request #7 from Permissionless-Software-Foundation/ct-unstable
fix(JSON-LD): Adding JSON-LD using Schema.org
2021-04-15 10:14:24 -07:00
Chris Troutner ff6a4d0755 fix(JSON-LD): Adding JSON-LD using Schema.org 2021-04-15 10:11:09 -07:00
Chris Troutner 06ce2a0bae Merge pull request #6 from Permissionless-Software-Foundation/ct-unstable
fix(about): Adding about JSON command
2021-04-14 07:39:31 -07:00
Chris Troutner 0abc332a80 fix(about): Adding about JSON command 2021-04-14 07:36:30 -07:00
Chris Troutner 1e36b40ac0 Updating package-lock 2021-04-13 22:17:16 +02:00
Chris Troutner 6d4d363b60 fix(ipfs-coord): Updating to v3.0.4 2021-04-13 13:14:37 -07:00
Chris Troutner 71c1e45581 fix(ipfs-coord): Updating to v3.0.3 2021-04-13 11:12:10 -07:00
Chris Troutner 148d57627e Merge pull request #5 from Permissionless-Software-Foundation/ct-unstable
fix(docs): Adding first api doc for JSON RPC
2021-04-11 20:58:01 -07:00
Chris Troutner d16cae35d4 fix(docs): Adding first api doc for JSON RPC 2021-04-11 20:50:27 -07:00
Chris Troutner 1f61976aec Merge pull request #4 from Permissionless-Software-Foundation/ct-unstable
fix(config): Adding env var for signaling circuit relay
2021-04-09 12:33:37 -07:00
Chris Troutner b8c717d24f fix(config): Adding env var for signaling circuit relay 2021-04-09 12:23:34 -07:00
Chris Troutner 2b52ed5f97 Merge pull request #3 from Permissionless-Software-Foundation/ct-unstable
fix(dependencies): Updating dependencies. Ran npm audit fix
2021-04-09 12:10:11 -07:00
Chris Troutner c4ab6798e0 Merge branch 'master' into ct-unstable 2021-04-09 12:06:21 -07:00
Chris Troutner 5920dc4aa8 fix(dependencies): Updating dependencies. Ran npm audit fix 2021-04-09 12:05:18 -07:00
Chris Troutner 62fd78c091 Merge pull request #2 from Permissionless-Software-Foundation/ct-unstable
Updating package.json
2021-04-09 11:08:17 -07:00
Chris Troutner 5b55579770 Updating package.json 2021-04-09 11:03:45 -07:00
Chris Troutner 75a687bd5e fix(LICENSE): Updating LICENSE 2021-04-09 10:59:10 -07:00
Chris Troutner cb74c50381 Merge pull request #1 from Permissionless-Software-Foundation/original
Original
2021-04-09 08:54:09 -07:00