Commit Graph

581 Commits

Author SHA1 Message Date
Bernhard B
13005afd41 Merge branch 'v0.8.3' 2021-05-14 08:52:30 +02:00
Bernhard B
6bd7b66e1e improved log messages 2021-05-14 08:51:36 +02:00
Bernhard B
f79c5c2598 updated signal-cli to v0.8.3 2021-05-13 17:41:51 +02:00
Bernhard B
8525f6b364 improved README
see #129
2021-05-11 18:43:25 +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
Bernhard B
5153de7319 use image as default in docker-compose.yml
see #125
2021-04-24 09:33:19 +02:00
Bernhard B
7674a9cc4b Merge branch 'v0.8.1' 2021-03-20 22:18:13 +01:00
Bernhard B
d9cbc9d985 fixes swagger documentation
* create groups endpoint was missing some information
2021-03-20 20:01:08 +01:00
Bernhard B
b9ff3062bd Merge branch 'master' into v0.8.1 2021-03-14 21:14:30 +01:00
Bernhard B
d5ce00ca80 Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api 2021-03-14 21:14:20 +01:00
Bernhard B
d6f09f1958 updated signal-cli to version 0.8.1 2021-03-14 21:14:04 +01:00
Bernhard B
87f9d66cb7 Merge pull request #109 from haberda/master
Update Dockerfile to reduce container size
2021-03-14 09:52:22 +01:00
haberda
aaae1301b4 Update Dockerfile
Without the *.tar the tar file is not deleted. This change saves about 20mb of space.
2021-03-13 09:33:15 -08:00
Bernhard B
2daa57fc9a Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api 2021-03-13 13:38:10 +01:00
Bernhard B
03c0cac972 use "--output=json" instead of "--json" when calling signal-cli receive
* --json is deprecated

see #103
2021-03-07 13:05:04 +01:00
Bernhard B
66a49cb474 Update and rename bug_report.yaml to bug-report.md 2021-03-07 12:54:26 +01:00
Bernhard B
9dadc5794d Delete config.yml 2021-03-07 12:53:55 +01:00
Bernhard B
b9d042e215 Rename bug-report.yaml to bug_report.yaml 2021-03-07 12:51:54 +01:00
Bernhard B
21e05bfb46 Update bug-report.yaml 2021-03-07 12:51:23 +01:00
Bernhard B
ae1f9e5d83 Rename bug-report.yml to bug-report.yaml 2021-03-07 12:50:58 +01:00
Bernhard B
56cf0db703 Create config.yml 2021-03-07 12:43:05 +01:00
Bernhard B
57a6c94585 Update bug-report.yml 2021-03-07 12:33:39 +01:00
Bernhard B
df517249d6 Rename bug-report.md to bug-report.yml 2021-03-07 12:25:54 +01:00
Bernhard B
bac8e33a6b Update bug-report.md 2021-03-07 12:25:16 +01:00
Bernhard B
492babaeee Update bug-report.md 2021-03-07 12:23:32 +01:00
Bernhard B
bdf5627b51 added possiblity to trigger builds remotely 2021-03-07 11:35:44 +01:00
Bernhard B
d93480aa41 fix captcha example in docs 2021-02-27 23:14:07 +01:00
Bernhard B
b3c29c1581 reworked entrypoint script
* made it easier for the Home Assistant addon
  to specify the signal-cli config location.
2021-02-27 18:41:59 +01:00
Bernhard B
a8620463cb fixed dockerfile for arm64 builds
* build native extension BEFORE replacing platform specific
  zkgroup + libsignal-client, otherwise shared objects are overwritten
  by the x86-64 one.
2021-02-26 13:25:47 +01:00
Bernhard B
a1c2cd1106 Merge branch 'graalvm' 2021-02-24 18:26:43 +01:00
Bernhard B
f02e32b98e improved README 2021-02-23 20:54:55 +01:00
Bernhard B
59f731377b fixed build for armv7 2021-02-21 22:16:50 +01:00
Bernhard B
4e6c8f2092 added new github actions yml 2021-02-21 21:08:08 +01:00
Bernhard B
ca565785ab added new github actions yml 2021-02-21 21:01:28 +01:00
Bernhard B
893e393c63 Merge branch 'master' into graalvm 2021-02-21 18:13:34 +01:00
Bernhard B
07064b9e80 fixed bug in release-dev.yml 2021-02-21 15:12:27 +01:00
Bernhard B
84d26118fa fixed syntax in release-dev.yml 2021-02-21 14:38:09 +01:00
Bernhard B
fd49868b96 temporary change release-dev.yml 2021-02-21 14:33:32 +01:00
Bernhard B
50b9289669 improved release-dev.yml 2021-02-21 14:32:43 +01:00
Bernhard B
29ffb84be5 added release-dev.yml 2021-02-21 14:08:05 +01:00
Bernhard B
4b5f1a674c Merge branch 'master' into graalvm 2021-02-20 20:48:54 +01:00
Bernhard B
377b3192a4 fixed syntax error in ci.yml 2021-02-20 20:17:47 +01:00
Bernhard B
a28829c7bd fixed ci.yml 2021-02-20 20:16:43 +01:00
Bernhard B
acd52c5c3b Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api 2021-02-20 20:14:38 +01:00
Bernhard B
5d77e4c232 added ci.yml 2021-02-20 20:14:25 +01:00
Bernhard B
84b05bc2ff fixed small bug in arvm7 build 2021-02-20 14:17:19 +01:00
Bernhard B
719159eec6 Merge pull request #97 from Colgaton/doc
Made the steps clearer
2021-02-19 22:34:12 +01:00
Colgaton
8b0e38635e Made the steps clearer 2021-02-19 14:27:38 -07:00
Bernhard B
e5b0e817b1 improved documentation 2021-02-19 22:25:00 +01:00
Bernhard B
7dfb69000e run dos2unix on docker-compose.yml 2021-02-19 22:20:23 +01:00