990 Commits

Author SHA1 Message Date
Bernhard B
92ae1a5837 renamed file 2026-05-27 22:27:56 +02:00
Bernhard B
fc9a78b451 build json-schemas directly from the signal-cli source 2026-05-27 22:27:56 +02:00
Bernhard B
165755f2db updated signal-cli to v0.14.4.1 2026-05-27 22:27:56 +02:00
Bernhard B
f82dd00061 improved plugin mechanism + added sqlite3 plugin 2026-05-27 22:27:56 +02:00
Gara Dorta
e706745102 Additional refactor 2026-05-27 22:27:56 +02:00
Gara Dorta
cc93362ef0 Refactor 2026-05-27 22:27:56 +02:00
Gara Dorta
f43ea746a2 Regenerate docs 2026-05-27 22:27:56 +02:00
Gara Dorta
735a8ea276 Remove check for running swag init first 2026-05-27 22:27:56 +02:00
Gara Dorta
88bdbdd26d Better variable naming 2026-05-27 22:27:56 +02:00
Gara Dorta
ccacd4de50 Remove uneeded if statement 2026-05-27 22:27:56 +02:00
Gara Dorta
4f60f4f7f1 Simplify the add_v1_receive_schemas.go my marshalling the whole document 2026-05-27 22:27:56 +02:00
Gara Dorta
8c2d43aa6b fix: download the schemas from signal-cli's fork 2026-05-27 22:27:56 +02:00
Gara Dorta
8fe548e98f fix: the docs regarless of architecture 2026-05-27 22:27:56 +02:00
Gara Dorta
8375412fc4 fix: download schemas from signal-cli releases 2026-05-27 22:27:56 +02:00
Era Dorta
fd5ff76104 Simplify the instructions in the readme 2026-05-27 22:27:56 +02:00
Era Dorta
a1607d12c0 Add receive definitions to the docs files 2026-05-27 22:27:56 +02:00
Era Dorta
d862a5e8dd Update script to also modify the json file
Co-authored-by: Copilot <copilot@github.com>
2026-05-27 22:27:56 +02:00
Era Dorta
3856ab5ce9 Add back json generation 2026-05-27 22:27:56 +02:00
Era Dorta
11c0f2a163 Add back swagger.json file 2026-05-27 22:27:56 +02:00
Era Dorta
002a81a4b7 fix: remove swagger.json and swagger.yaml files 2026-05-27 22:27:56 +02:00
Era Dorta
e62bbe511a Split comments in docker build 2026-05-27 22:27:56 +02:00
Era Dorta
add82c6240 Add the schemas before building the binary 2026-05-27 22:27:56 +02:00
Era Dorta
0a3b9fa5eb fix: docs paths in docker build 2026-05-27 22:27:56 +02:00
Era Dorta
25672f9af2 Use tabs 2026-05-27 22:27:56 +02:00
Era Dorta
c2c7753791 Only build docs on x86_64 2026-05-27 22:27:56 +02:00
Bernhard B
b8d4ff5047 Add receive v1 json schemas to swagger
This is done with a custom script to embed the schemas from signal-cli into the docs.go file
2026-05-27 22:26:44 +02:00
Gara Dorta
d5d28ec069 Enable read of repo 2026-05-27 22:24:37 +02:00
Gara Dorta
3f9e967a31 check docs before a release 2026-05-27 22:24:37 +02:00
Arne Huang
9b6231165e Add empty permissions block at workflow level
Caps GITHUB_TOKEN's blast radius. None of these workflows need any
GitHub API write scope — they only push to Docker Hub — so the safest
default is permissions: {}, matching the posture used by AsamK/signal-cli.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-27 22:24:37 +02:00
Arne Huang
bb4078f78b Pin actions/checkout to a commit SHA
Follow-up to #838: actions/checkout was the only third-party action
left on a mutable ref (@master). Pin it to v6.0.2's commit SHA, matching
the pattern used for docker/setup-qemu-action, docker/setup-buildx-action,
and docker/login-action.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-27 22:24:37 +02:00
Bernhard B
59e048df57 improved Dockerfile
* do not build signal-cli-native in Dockerfile, but instead use
  pre-built binary from bbernhard/libsignal-client-builds
2026-05-27 22:24:37 +02:00
Gara Dorta
c089d1bb5c Add update docs ci 2026-05-27 22:24:37 +02:00
Bernhard B
9844aaeb31 switch back to apt-download for arm64 package 2026-05-27 22:24:37 +02:00
ildyria
641fd2d097 Pin dependencies 2026-05-27 22:24:37 +02:00
Bernhard B.
c1d889d6d3
Merge pull request #846 from poggenpower/patch-1
Update docker-compose for root-less
2026-05-10 22:58:54 +02:00
Thomas Laubrock
79b2f60cf1
Update docker-compose for root-less
from test and conversation in closed PR #798
2026-05-08 00:03:35 +02:00
Bernhard B
d4ce02e9a7 Merge branch 'master' into rootless_s6 2026-04-27 22:50:51 +02:00
Bernhard B
184231020c changed source for libsignal-client
* use github actions builds instead of precompiled shared objects
0.99
2026-04-26 23:54:22 +02:00
Bernhard B
52e058eb06 temporarily fix build 2026-04-25 23:15:31 +02:00
Bernhard B
e8a80ef896 fixed signal-cli-native version 2026-04-25 22:33:47 +02:00
Bernhard B
97197f1fbe updated signal-cli-native version 2026-04-24 19:31:57 +02:00
Bernhard B
e19dc961fd updated signal-cli-native.patch 2026-04-23 23:10:18 +02:00
Bernhard B
246ebfd4e6 updated signal-cli to v0.14.3 2026-04-23 22:14:20 +02:00
Bernhard B
40232de0d0 handle InvalidTransportModeException error
see #837
2026-04-20 23:33:19 +02:00
Bernhard B
1b1873ce17 add json-rpc-native mode to issue template 0.99-pre 2026-04-19 21:52:44 +02:00
Bernhard B
4bbc0b8333 Merge branch 'master' into rootless_s6 2026-04-16 22:07:07 +02:00
Bernhard B
8b8614bb18 updated signal-cli-native to latest version 2026-04-16 22:00:50 +02:00
Bernhard B.
f159947e07
Merge pull request #833 from Gara-Dorta/optional-group-creation-fields
Mark name and members as optional fields in CreateGroupRequest
2026-04-09 22:48:04 +02:00
Bernhard B.
2838e1f879
Merge pull request #828 from Gara-Dorta/additional-api-checks
refactor: add missing checks on required fields
2026-04-09 22:18:55 +02:00
Era Dorta
59d6912f21 Mark name and members as optional fields in CreateGroupRequest 2026-04-08 19:26:42 +02:00