Commit graph

3354 commits

Author SHA1 Message Date
Mothana
ac7ffc6e37 update debitAccess 2024-09-28 16:20:04 +04:00
boufni95
1e9e17c39e deb 2024-09-27 18:31:44 +00:00
boufni95
4d4b9409e5 deb 2024-09-27 18:23:31 +00:00
boufni95
8156a065bd deb 2024-09-27 18:16:57 +00:00
boufni95
b4e24eb964 Merge branch 'master' into debits 2024-09-27 16:39:23 +00:00
boufni95
849c5d03b7 up 2024-09-26 20:19:16 +00:00
boufni95
219ec52b6d up 2024-09-26 20:17:32 +00:00
boufni95
e1c950b683 up 2024-09-26 20:15:35 +00:00
boufni95
f702d2be8d tools update 2024-09-26 18:03:29 +00:00
boufni95
61da2eea77 default cb url for user 2024-09-23 17:27:10 +00:00
boufni95
19ee91cd5f fix rules wiring 2024-09-23 15:48:09 +00:00
boufni95
a2d502baa9 validate access rules 2024-09-20 20:08:03 +00:00
boufni95
9a1aff58d0 frequency needs amount 2024-09-20 17:53:58 +00:00
boufni95
5474e5217d ban and reset 2024-09-20 17:26:28 +00:00
boufni95
08457d281d log processing 2024-09-18 22:39:54 +00:00
boufni95
c1ff0dc2fe fix supported types 2024-09-18 22:33:15 +00:00
Justin (shocknet)
2bccb69a75
Merge pull request #755 from snake-eaterr/debits-fixies
Debits fixies
2024-09-18 17:51:47 -04:00
Mothana
04c5c84db2 fix 2024-09-19 01:48:43 +04:00
Mothana
143fe44589 UserInfo includes ndebit 2024-09-19 01:48:30 +04:00
Justin (shocknet)
2229b3dfdf
Merge pull request #754 from snake-eaterr/debits-fixies
log user idenifier and debit manager gets lnd and application manager
2024-09-18 17:06:23 -04:00
Mothana
bed397e424 log user idenifier and debit manager gets lnd and application manager 2024-09-19 01:02:15 +04:00
boufni95
c40445ae14 fix sub 2024-09-18 20:13:09 +00:00
boufni95
b30d727942 fix req id 2024-09-18 19:07:30 +00:00
boufni95
49b8dd693c authorization hook, and spec changes 2024-09-18 18:49:29 +00:00
Justin (shocknet)
6aa76f8881
Merge pull request #752 from shocknet/test
bridge 2.0
2024-09-18 13:01:45 -04:00
Justin (shocknet)
74018bfe6a
Merge pull request #751 from snake-eaterr/master
userInfo includes bridge_url, which is an env variable loaded on mainSettings
2024-09-17 13:13:40 -04:00
Mothana
961f588fc0 bridge_url in UserInfo 2024-09-17 20:29:52 +04:00
Mothana
4560d5c68b getuserinfo returns bridgeUrl from env 2024-09-17 19:39:55 +04:00
boufni95
6df5752d46 db + auth routes 2024-09-16 15:15:52 +00:00
dependabot[bot]
ec24841f4a
Bump @types/eccrypto from 1.1.3 to 1.1.6
Bumps [@types/eccrypto](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eccrypto) from 1.1.3 to 1.1.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eccrypto)

---
updated-dependencies:
- dependency-name: "@types/eccrypto"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 11:19:05 +00:00
boufni95
d2b2418e21 debits draft (pre db) 2024-09-13 17:47:31 +00:00
Justin (shocknet)
127d3a07fd
Merge pull request #743 from shocknet/dependabot/npm_and_yarn/multi-27a054522e
Bump body-parser and express
2024-09-10 16:14:32 -04:00
Justin (shocknet)
67fdb6a825
Merge pull request #744 from shocknet/dependabot/npm_and_yarn/multi-ceff1a497b
Bump path-to-regexp and express
2024-09-10 16:14:19 -04:00
dependabot[bot]
53d1f5997d
Bump path-to-regexp and express
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.10 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `path-to-regexp` from 0.1.7 to 0.1.10
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.7...v0.1.10)

Updates `express` from 4.19.2 to 4.20.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.20.0)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-10 19:43:47 +00:00
dependabot[bot]
7f068bebf0
Bump body-parser and express
Bumps [body-parser](https://github.com/expressjs/body-parser) to 1.20.3 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3)

Updates `express` from 4.19.2 to 4.20.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.20.0)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-10 19:43:40 +00:00
shocknet-justin
a269a8380f readme 2024-09-10 15:42:33 -04:00
Justin (shocknet)
99e289c812
Update index.ts 2024-09-10 12:39:59 -04:00
Justin (shocknet)
4fc0be98d2
Merge pull request #742 from shocknet/noffer
catch decode+logs
2024-09-09 12:30:28 -04:00
boufni95
7b0b277a7d catch decode+logs 2024-09-09 16:29:14 +00:00
Justin (shocknet)
3fbfd36ef2
Merge pull request #739 from shocknet/dependabot/npm_and_yarn/typescript-5.5.4
Bump typescript from 4.5.2 to 5.5.4
2024-09-09 12:23:12 -04:00
Justin (shocknet)
829bb8a305
Merge pull request #738 from shocknet/dependabot/npm_and_yarn/axios-1.7.7
Bump axios from 0.28.0 to 1.7.7
2024-09-09 11:53:29 -04:00
Justin (shocknet)
b83451d715
Merge pull request #736 from shocknet/dependabot/npm_and_yarn/grpc/grpc-js-1.11.2
Bump @grpc/grpc-js from 1.11.1 to 1.11.2
2024-09-09 11:51:44 -04:00
Justin (shocknet)
88075b5ec3
Merge pull request #735 from shocknet/dependabot/npm_and_yarn/dotenv-16.4.5
Bump dotenv from 16.0.3 to 16.4.5
2024-09-09 11:51:28 -04:00
Justin (shocknet)
3d53d3a870
Merge pull request #737 from shocknet/dependabot/npm_and_yarn/types/cors-2.8.17
Bump @types/cors from 2.8.12 to 2.8.17
2024-09-09 11:51:04 -04:00
Justin (shocknet)
113cdb9233
Merge pull request #741 from shocknet/noffer
encryppt trycatch
2024-09-09 11:50:08 -04:00
boufni95
776c486d1c encryppt trycatch 2024-09-09 15:48:03 +00:00
Justin (shocknet)
6306f16127
Merge pull request #740 from shocknet/noffer
catch decrypt err
2024-09-09 11:26:57 -04:00
boufni95
75d2750a8f catch decrypt err 2024-09-09 15:25:30 +00:00
dependabot[bot]
48f4664638
Bump typescript from 4.5.2 to 5.5.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.2 to 5.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.2...v5.5.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 11:27:51 +00:00
dependabot[bot]
33892c9f69
Bump axios from 0.28.0 to 1.7.7
Bumps [axios](https://github.com/axios/axios) from 0.28.0 to 1.7.7.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.28.0...v1.7.7)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 11:27:37 +00:00