434 Commits

Author SHA1 Message Date
Bernhard B
8cc38d439a updated swagger docs 2026-09-04 15:23:28 +02:00
Bernhard B
bbdb75aa9c Merge branch 'master' into rootless_s6 2026-09-03 20:07:06 +02:00
Bernhard B
d4ab41ad2b updated golang.org/x/crypto to v0.55.0
see #883
2026-09-03 20:05:06 +02:00
dependabot[bot]
1491a52285
Bump github.com/gorilla/websocket from 1.5.0 to 1.5.3 in /src
Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.5.0 to 1.5.3.
- [Release notes](https://github.com/gorilla/websocket/releases)
- [Commits](https://github.com/gorilla/websocket/compare/v1.5.0...v1.5.3)

---
updated-dependencies:
- dependency-name: github.com/gorilla/websocket
  dependency-version: 1.5.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-24 21:37:32 +00:00
Bernhard B
a08db23a31 fixed bug in textstyleparser
* the textstyleparser now properly handles `***` and marks the
  text as bold and italic.

see #879
2026-08-16 22:51:31 +02:00
Bernhard B
54507eba20 handle status code -4 in the getRaw method of the JsonRpc2Client 2026-07-23 22:51:35 +02:00
Bernhard B
6a225e62c1 fixed bug in send endpoint
* in case a message is sent to either multiple recipients or a group,
  it is always possible that the message couldn't be sent to some
  recipients (e.g because of an untrusted identity). This is now
  reflected in the API by returning an additional `errors` object in
  that case.
2026-07-23 22:47:13 +02:00
Gara Dorta
b13a74f43e feat: download the json schemas from the signal-cli releases 2026-07-14 20:08:28 +02:00
Bernhard B.
be0842fdb2
Merge pull request #844 from Gara-Dorta/deploy-pages
feat: deploy pages with CI
2026-07-13 22:29:46 +02:00
dependabot[bot]
2ee3907d9e
Bump golang.org/x/crypto from 0.51.0 to 0.52.0 in /src
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.51.0 to 0.52.0.
- [Commits](https://github.com/golang/crypto/compare/v0.51.0...v0.52.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-10 21:35:10 +00:00
dependabot[bot]
e34cd5af87
Bump golang.org/x/net from 0.47.0 to 0.55.0 in /src
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.47.0 to 0.55.0.
- [Commits](https://github.com/golang/net/compare/v0.47.0...v0.55.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.55.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-02 06:13:13 +00:00
PINKU
ede08b64d8 expose group membership isMember via the REST API 2026-06-05 10:10:04 +02:00
Bernhard B
15f7ef2b28 Merge branch 'master' into rootless_s6 2026-05-28 23:59:55 +02:00
Bernhard B
21ecb465c3 updated go.sum 2026-05-27 22:27:56 +02:00
Bernhard B
92ae1a5837 renamed file 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
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
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
Bernhard B.
d4e8664273
Merge pull request #854 from SAY-5/fix-attachment-base64-prefix-oob
fix: prevent slice out of range when attachment data starts with base64,
2026-05-26 22:50:03 +02:00
Bernhard B
7d8f62a4bb updated go.sum 2026-05-25 17:33:51 +02:00
SAY-5
6b89035dd5 fix: prevent slice out of range when attachment data starts with base64,
Signed-off-by: SAY-5 <say.apm35@gmail.com>
2026-05-24 16:21:46 -07:00
Bernhard B
99157a035f renamed file 2026-05-24 23:44:21 +02:00
Bernhard B
c8c461627f updated signal-cli to v0.14.4.1 2026-05-24 21:25:57 +02:00
Bernhard B
6e7941b1c1 improved plugin mechanism + added sqlite3 plugin 2026-05-23 13:18:37 +02:00
Gara Dorta
91bdd60c7a Additional refactor 2026-05-15 19:31:52 +02:00
Gara Dorta
a7c91737b8 Refactor 2026-05-15 19:28:57 +02:00
Gara Dorta
af48a4304b Regenerate docs 2026-05-15 18:55:26 +02:00
Gara Dorta
9155e505af Remove check for running swag init first 2026-05-15 18:52:32 +02:00
Gara Dorta
d0ec5b1b28 Better variable naming 2026-05-15 18:51:22 +02:00
Gara Dorta
fa0f67fa69 Remove uneeded if statement 2026-05-15 18:34:50 +02:00
Gara Dorta
7aa70683aa Simplify the add_v1_receive_schemas.go my marshalling the whole document 2026-05-15 18:29:20 +02:00
Gara Dorta
82f7151212 fix: download the schemas from signal-cli's fork 2026-05-10 23:23:39 +01:00
Gara Dorta
6e1698e820 feat: deploy pages with CI
Co-authored-by: Copilot <copilot@github.com>
2026-05-06 12:01:26 +01:00
Era Dorta
a168cf5547 Simplify the instructions in the readme 2026-05-04 14:59:48 +01:00
Era Dorta
1f222d7261 Add receive definitions to the docs files 2026-05-04 14:09:43 +01:00
Era Dorta
6ac432b509 Update script to also modify the json file
Co-authored-by: Copilot <copilot@github.com>
2026-05-04 14:09:12 +01:00