Commit Graph

205 Commits

Author SHA1 Message Date
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
Bernhard B
4567210688 added fallback mechanism in case signal-cli-native doesn't exist 2021-02-19 22:19:43 +01:00
Bernhard B
23c6fabf8e fixed dockerbuild for armv7 2021-02-19 21:51:07 +01:00
Bernhard B
9c8d4f0788 Merge branch 'master' into graalvm 2021-02-16 18:31:53 +01:00
Bernhard B
be020804ea Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api 2021-02-16 18:28:27 +01:00
Bernhard B
1291a99087 improved documentation
* added missing 'device_name' parameter to qrcodelink endpoint

see #95
2021-02-16 18:27:07 +01:00
Bernhard B
9d28647d00 added utils.go 2021-02-14 21:59:01 +01:00
Bernhard B
0601a771fc fixed formatting in README.md 2021-02-14 21:58:42 +01:00
Bernhard B
4d3080de47 updated dockerfile
* resturctured dockerfile a bit
2021-02-14 21:57:48 +01:00
Bernhard B
525433e8a2 build native image of signal-cli for arm64 & x86-64 2021-02-14 21:17:27 +01:00
Bernhard B
e20b9c5122 updated Dockerfile
* changed signal-cli to version 0.8.0
* use architecture specific signal-client
2021-02-14 20:55:41 +01:00
Bernhard B
6a57c3acdb added prebuilt shared objects for libsignal-client 2021-02-14 20:33:48 +01:00
Bernhard B
c539432d4e Merge branch 'master' into graalvm 2021-02-14 20:05:20 +01:00
Bernhard B
c9ad5f6353 Merge pull request #93 from mdegat01/add-captcha
Add info on captcha verification to doc
2021-02-13 21:32:49 +01:00
Mike Degatano
889f37d951 Regenerated swagger 2021-02-13 14:44:11 -05:00
Mike Degatano
8a09bf553b Add info on captcha verification 2021-02-12 20:20:30 -05:00
Bernhard B
bd5f568ffc Some endpoints return "null" although successful
see #91
2021-02-12 17:11:08 +01:00
Bernhard B
0b1532cecf added support for native images 2021-01-30 22:47:35 +01:00
Bernhard B
39dab6abbe Update bug-report.md 2021-01-30 22:06:48 +01:00
Bernhard B
48728541f6 Update issue templates 2021-01-30 22:05:21 +01:00
Bernhard B
3d4f1a7bcc Delete bug_report.md 2021-01-30 22:03:49 +01:00
Bernhard B
0ff3cb7646 Update issue templates 2021-01-30 22:02:57 +01:00
Bernhard B
637131d4f7 Update TROUBLESHOOTING.md 2021-01-30 21:54:47 +01:00
Bernhard B
7e547fead9 Update TROUBLESHOOTING.md 2021-01-30 21:49:38 +01:00
Bernhard B
bc34abdf19 Merge pull request #80 from andriej/patch-1
Add link to API docs
2021-01-30 21:43:49 +01:00
Bernhard B
f0db6fc8bf Merge branch 'master' of https://github.com/bbernhard/signal-cli-rest-api 2021-01-30 21:41:20 +01:00
Bernhard B
de777799b6 fixed documentation error 2021-01-30 21:40:54 +01:00