Bernhard B
1fface6074
remove 'rootless' from github actions workflows
0.101-pre
2026-09-05 11:57:06 +02:00
Bernhard B
8cc38d439a
updated swagger docs
2026-09-04 15:23:28 +02:00
Bernhard B
fd9bdae583
Merge branch 'rootless_s6'
2026-09-03 22:12:19 +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
Bernhard B.
2fe9eb5bf3
Merge pull request #880 from bbernhard/dependabot/go_modules/src/github.com/gorilla/websocket-1.5.3
...
Bump github.com/gorilla/websocket from 1.5.0 to 1.5.3 in /src
2026-08-26 22:24:54 +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
5cc379fde0
only (re-)build github pages documentation when a new release is published
...
see #872
2026-08-09 21:39:35 +02:00
Bernhard B
1a2da6c79b
updated signal-cli to v0.14.7
2026-08-01 15:06:43 +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
Bernhard B
0e36e15f60
remove debug logging
2026-07-18 22:21:40 +02:00
Bernhard B
7138ffde7c
fixed version in deploy-pages.yml
2026-07-18 13:09:22 +02:00
Bernhard B
7c12204889
execute deploy-pages workflow for every commit
2026-07-18 13:05:41 +02:00
Bernhard B
bef11316e3
dummy change to test github workflow
2026-07-18 13:03:20 +02:00
Bernhard B
2d03a6c0ce
added debug output to deploy-pages.yml
2026-07-18 12:53:53 +02:00
Bernhard B.
d258f01d59
Merge pull request #869 from Gara-Dorta/json-schema-dowload
...
feat: download the json schemas from the signal-cli releases
2026-07-14 21:50:32 +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
Bernhard B.
17b86412f3
Merge pull request #868 from bbernhard/dependabot/go_modules/src/golang.org/x/crypto-0.52.0
...
Bump golang.org/x/crypto from 0.51.0 to 0.52.0 in /src
2026-07-11 22:23:26 +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
Bernhard B.
af64b772cd
Merge pull request #865 from bbernhard/dependabot/go_modules/src/golang.org/x/net-0.55.0
...
Bump golang.org/x/net from 0.47.0 to 0.55.0 in /src
2026-07-02 21:57:51 +02: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
Bernhard B.
fe9df012f1
Merge pull request #859 from pinkustar/expose-group-membership
...
Expose group membership (isMember) on the /v1/groups endpoints
2026-06-25 22:14:25 +02:00
Bernhard B
555c1cc626
Merge branch 'master' into rootless_s6
2026-06-11 16:13:24 +02:00
Bernhard B
a4f5855b65
updated signal-cli to v0.14.5
0.100
2026-06-11 16:12:56 +02:00
PINKU
ede08b64d8
expose group membership isMember via the REST API
2026-06-05 10:10:04 +02:00
Bernhard B
00fdcadd72
Merge branch 'master' into rootless_s6
2026-06-01 22:38:07 +02:00
Bernhard B
81efbd25e1
use java 25 in check-docs.yml
0.100-pre
2026-06-01 20:47:46 +02:00
Bernhard B
9e7fa344a8
fixed typo in check-docs.yml
2026-06-01 20:35:05 +02:00
Bernhard B
25eaf7a5eb
fixed bug in check-docs.yml
...
* forgot to add 'sudo'
2026-06-01 20:29:24 +02:00
Bernhard B
60b19339c3
updated check-docs.yml
...
* build signal-cli json schemas inside the CI job
2026-06-01 20:25:00 +02:00
Bernhard B.
c88c3f18c2
Merge pull request #853 from Gara-Dorta/release-fix
...
feat: add receive schemas to check-docks worflow
2026-06-01 20:13:58 +02:00
Bernhard B
15f7ef2b28
Merge branch 'master' into rootless_s6
2026-05-28 23:59:55 +02:00
Bernhard B
e6810926ca
fixed bug in Dockerfile
...
* make signal-cli-native binary executable
2026-05-28 23:58:15 +02:00
Bernhard B
595e53d397
updated gitignore
2026-05-28 23:58:15 +02:00
Bernhard B
dac961b699
updated gitignore
2026-05-27 22:27:56 +02:00
Bernhard B
3e5587ee0b
temporary fix to get the build working again
2026-05-27 22:27:56 +02:00
Bernhard B
7a6ab79727
download gradle manually
2026-05-27 22:27:56 +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
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