Commit Graph

13 Commits

Author SHA1 Message Date
Bernhard B
f21925ea74 updated filepath-securejoin to v0.2.4 to fix a potential security issue
on windows
2023-09-23 19:00:54 +02:00
Bernhard B
b148eb90d3 updated go.mod 2023-06-08 20:21:47 +02:00
Bernhard B
540ca2fef6 updated go-gin to v1.9.1 2023-06-08 19:44:54 +02:00
Bernhard B
5130282dc4 updated all golang dependencies 2023-03-05 23:15:59 +01:00
dependabot[bot]
b8cdc243bd Bump github.com/gin-gonic/gin from 1.7.0 to 1.7.7 in /src
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.0 to 1.7.7.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.7.0...v1.7.7)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 21:47:17 +00:00
Bernhard B
798f897ad1 added trust mode parameter to json-rpc mode
see #240
2022-05-08 20:23:54 +02:00
Bernhard B
760883bdca implemented receive endpoint via websocket connection 2021-09-13 22:09:33 +02:00
Bernhard B
ae857c7a69 started working on JSON-RPC integration
* still WIP
2021-09-11 22:28:55 +02:00
Bernhard B
2bd578759b bumped go-gin to version 1.7.0 2021-07-28 17:03:39 +02:00
Bernhard B
887eff056b Added "AUTO_RECEIVE_SCHEDULE" parameter to docker-compose.yml file
* signal-cli recommends to call "receive" on a regular basis. In case
  "receive" is not already called periodically by the user application,
  add the option to invoke it at a specific schedule from within the
  docker container.

  The "AUTO_RECEIVE_SCHEDULE" parameter takes a cron schedule expression
  and calls "receive" at the given time.

see #129
2021-05-11 18:35:24 +02:00
Mike Degatano
889f37d951 Regenerated swagger 2021-02-13 14:44:11 -05:00
Bernhard B
e1c2853494 added swagger documentation 2020-07-03 17:32:52 +02:00
Bernhard B
65385d300e added go.mod file 2020-06-28 18:14:20 +02:00