Commit Graph

762 Commits

Author SHA1 Message Date
Bernhard B
8292eac6fe fixed small error in API documentation 2022-03-19 19:02:12 +01:00
Bernhard B
cc3277c64a added 'add device' endpoint
see #165
2022-03-19 19:00:48 +01:00
Bernhard B
f3f67ce204 fixed bug in entrypoint.sh
* use "hostname -I" instead of "hostname -i", as no DNS resolution is
  required

* "hostname -I" might return multiple IPs (as space delimited string).
  Use the first one ("best effort") per default. In case a different IP
  should be used for the swagger UI API resource, the "SWAGGER_IP" env
  variable must be set in the docker-compose.yml.

see #230
2022-03-14 18:59:20 +01:00
Bernhard B
8a0ce92936 added "update contacts" endpoint
see #228
2022-03-13 20:10:15 +01:00
Bernhard B
f97626327e Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api 2022-03-06 18:12:32 +01:00
Bernhard B
bede4bc022 fixed swagger.json url
* the url to the swagger.json uses now the correct ip address.

see #225
2022-03-06 18:11:06 +01:00
Bernhard B
092fb1a0dc Merge pull request #223 from jarrah31/master
Update EXAMPLES.md
2022-03-05 10:45:58 +01:00
Bernhard B
f411b558a8 made swagger ip configurable
* the swagger ip used in the interactive examples is now configurable.

see #225
2022-03-04 21:18:36 +01:00
Bernhard B
30341f27c7 make json-rpc mode work with linked devices
see #224
2022-03-04 20:34:11 +01:00
Bernhard B
3433969c5d updated signal-cli to version 0.4.10.1 2022-03-04 18:04:56 +01:00
jarrah31
69de2be9d9 Update EXAMPLES.md
Include a working example for sending images and videos
2022-03-02 22:04:04 +00:00
Bernhard B
ed83d2c240 Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api 2022-02-25 18:43:11 +01:00
Bernhard B
50736ab633 fixed bug in jsonrpc2-helper
* golang doesn't automatically expand env variables in exec.Command
2022-02-25 18:41:30 +01:00
Bernhard B
dc7c049b1e Merge pull request #221 from stilsch/patch-2
' was missing
2022-02-24 18:24:35 +01:00
Bernhard B
fc30c0adc9 Merge branch 'master' into patch-2 2022-02-24 18:24:21 +01:00
Bernhard B
e5d9fa2c09 Merge pull request #222 from stilsch/patch-3
Added voice example for registration with capcha
2022-02-24 18:23:21 +01:00
Steffen Tilsch
6d2afdfc9b Added voice example for registration with capcha 2022-02-24 18:16:58 +01:00
Steffen Tilsch
4324f8febe ' was missing 2022-02-24 17:50:18 +01:00
Bernhard B
42200cb582 documented advanced settings
see #216
2022-02-23 18:56:38 +01:00
Bernhard B
4e78749b61 Merge branch 'configurable_uid_gid' 2022-02-23 17:53:13 +01:00
Bernhard B
893cd3d4bd Merge pull request #220 from stilsch/patch-1
fixed typos
2022-02-22 05:37:39 +01:00
Steffen Tilsch
7aac294c69 fixed typos 2022-02-21 23:12:37 +01:00
Bernhard B
b9d82e922e bumped libsignal-client in Dockerfile to version 0.12.3 2022-02-21 20:14:17 +01:00
Bernhard B
99159d0148 updated libsignal-client to version 0.12.3 2022-02-21 19:36:56 +01:00
Bernhard B
22c9159a78 Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api 2022-02-21 18:21:23 +01:00
Bernhard B
994d518947 bump signal-cli to version 0.10.4 2022-02-21 18:21:04 +01:00
Bernhard B
6ce236a908 made UID/GID of configureable with env variables
see #216
2022-02-19 11:33:18 +01:00
Bernhard B
ba7e2358c5 made http scheme in swagger documentation the default 2022-02-19 11:22:45 +01:00
Bernhard B
ae149b2808 fixed bug in update profile endpoint
* due to a bug a it wasn't possible to update the avatar

see #218
2022-02-19 10:54:36 +01:00
Bernhard B
9e40ce70bb fixed signal-cli url in Dockerfile 2022-02-18 17:58:36 +01:00
Bernhard B
1d5ec8b0a7 bumped signal-cli to version 0.10.3 2022-02-17 18:33:21 +01:00
Bernhard B
f0cfb02bd7 Merge pull request #206 from bentolor/build/less-build-noise
build(Dockerfile): reduce build noise to a minimum
2022-02-11 18:21:11 +01:00
Bernhard B
e1ff378353 Merge pull request #204 from bentolor/doc/describe-modes
Describe mode usage and provide quickstart tutorial
2022-02-11 18:14:12 +01:00
Benjamin Schmid
9f2aa6fa49 build(Dockerfile): reduce build output noise 2022-02-05 12:51:41 +01:00
Benjamin Schmid
99ff66ba3b build(Dockerfile): remover intermediate ZIP layer 2022-02-05 12:50:21 +01:00
Benjamin Schmid
358813d1ab doc(README): add a qickstart tutorial 2022-02-05 11:07:18 +01:00
Benjamin Schmid
9e8487857a doc(README): explain & overhaul mode documentation 2022-02-05 10:39:49 +01:00
Bernhard B
4142f2bc8a bumped signal-cli-native version 0.10.2-5 2022-02-03 18:35:05 +01:00
Bernhard B
96c9fc314a use signal-cli-native 0.10.2-1 2022-01-23 20:57:38 +01:00
Bernhard B
4f3815c7c1 bumped signal-cli to version 0.10.2 2022-01-23 20:09:11 +01:00
Bernhard B
1a0e7b1693 Merge branch 'use_external_graalvm_binary' 2022-01-23 20:08:24 +01:00
Bernhard B
284e92107c fixed bug in json-rpc mode
* properly close websocket connection when client disconnects

see #198
2022-01-16 22:00:12 +01:00
Bernhard B
9437966902 pin signal-cli-native for arm64 to specific version 2022-01-16 13:03:28 +01:00
Bernhard B
b64ee6bbb8 re-generated swagger documentation 2022-01-15 19:55:04 +01:00
Bernhard B
1f622e3305 added unregister API endpoint
see #71
2022-01-15 19:54:09 +01:00
Bernhard B
3102a90c46 use morph027's arm64 native build 2022-01-15 14:43:42 +01:00
Bernhard B
8e2403bee4 fixed swagger documentation for search endpoint
see #50
2022-01-03 15:21:29 +01:00
Bernhard B
43747af9d4 added search endpoint
* check whether one or more phone numbers are registered with
  the signal service.

see #50
2022-01-02 14:52:45 +01:00
Bernhard B
18dcc49ff4 set version during build process
see #47
2022-01-01 14:53:18 +01:00
Bernhard B
259e1ece8e fixed bug in qrcodelink endpoint
* generate QR code with version 10 and the highest error correction
  level.

see #190
2021-12-31 21:12:35 +01:00