789 Commits

Author SHA1 Message Date
Bernhard B
aa1924aa8c prefix usernames with 'u:' when creating/updating a group's members 0.94 2025-07-25 22:59:00 +02:00
Bernhard B
8834570421 add env variables to ignore download of attachments and stories in json-rpc mode
see #723
2025-07-19 22:16:36 +02:00
Bernhard B
4102331404 added view_once parameter to send endpoint
see #724
2025-07-17 23:18:41 +02:00
Bernhard B
407db38356 updated signal-cli to v0.13.18 2025-07-17 19:02:49 +02:00
Bernhard B
e9e8731f6b made it possible to modify link state in groups PUT endpoint 2025-07-17 19:02:49 +02:00
Bernhard B.
cde86f471b
Merge pull request #717 from d-rk/feature/query-params
enable access to query params in plugins
2025-06-30 20:46:46 +02:00
Bernhard B
f836581849 updated signal-cli to v0.13.17 2025-06-29 23:53:04 +02:00
Bernhard B
94cf8100ba added possibility to call a webhook when a message is received 2025-06-29 16:42:43 +02:00
Dirk Wilden
2217d6242b enable access to query params in plugins 2025-06-26 11:08:25 +02:00
Bernhard B.
cdf710544e
Merge pull request #713 from pseudogeneric/signal-rest-ts-readme
Link to signal-rest-ts in README
2025-06-18 19:58:49 +02:00
Grant Bacon
d47011def3
Link to signal-rest-ts in README 2025-06-17 13:18:47 -07:00
Bernhard B
fb6ec6013b format sourcecode with gofmt 0.93-1 2025-06-03 22:19:22 +02:00
Bernhard B
b3a6ee1e5d added new endpoint to return a group's avatar 2025-06-03 22:18:29 +02:00
Bernhard B
59207541c1 added uuid to list identities response
see #703
0.93
2025-05-26 21:56:28 +02:00
Bernhard B
cb12e627fa bumped signal-cli-native version 2025-05-13 21:54:49 +02:00
Bernhard B
645cea3210 changed ubuntu version in CI to version 24.04 2025-05-12 22:26:17 +02:00
Bernhard B
c6b07d1472 remove patch, since this is already done upstream 2025-05-11 22:34:20 +02:00
Bernhard B
c4f8e42e92 updated signal-cli to v0.13.15 2025-05-10 20:20:05 +02:00
Bernhard B.
3ca05c08b0
Merge pull request #690 from bbernhard/dependabot/go_modules/src/golang.org/x/net-0.38.0
Bump golang.org/x/net from 0.36.0 to 0.38.0 in /src
2025-05-02 18:51:47 +02:00
Bernhard B
c0e770aff7 fixed typo 2025-05-01 23:30:59 +02:00
Bernhard B
6eacfb0890 added support for link previews
see #439
2025-05-01 23:29:23 +02:00
dependabot[bot]
eeca02d147
Bump golang.org/x/net from 0.36.0 to 0.38.0 in /src
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-28 18:49:35 +00:00
Bernhard B.
7d584cd399
Merge pull request #691 from bbernhard/fix_ci
Fix ci
2025-04-22 23:36:22 +02:00
Bernhard B
40bbdc63f1 added env variable LOG_LEVEL
* this environment variable allows to change the log level of the
  application
2025-04-22 23:35:01 +02:00
Bernhard B
0f7a247f2e fixed ci build
* fixed dev and productive build
2025-04-22 21:58:27 +02:00
Bernhard B
e88f0983e1 fixed bug in ci.yml 2025-04-22 20:48:46 +02:00
Bernhard B
7a2a6fc7b4 fixed bug in ci.yml
* login to dockerhub
2025-04-22 18:54:14 +02:00
Bernhard B
53e4f8c583 fixed bug in ci.yml 2025-04-22 17:49:03 +02:00
Bernhard B
fd9d39f97d added debug output 2025-04-22 00:18:46 +02:00
Bernhard B
67e6962622 fixed bug in ci.yml 2025-04-21 23:04:42 +02:00
Bernhard B
bd623a940a fixed bug in ci.yml 2025-04-19 23:39:03 +02:00
Bernhard B
bdf4197425 fixed bug in ci.yml 2025-04-19 22:39:07 +02:00
Bernhard B
4b7702c87c fixed bug in ci.yml 2025-04-19 21:36:35 +02:00
Bernhard B
2060c37e55 use unixtampstamp in docker image filenames 2025-04-19 20:40:10 +02:00
Bernhard B
aaf9ecf164 improved ci.yml 2025-04-19 20:36:25 +02:00
Bernhard B
2aa89315ef switched CI builds to podman
* although podman builds are slower, they seem to be more reliable.
2025-04-19 20:24:44 +02:00
Bernhard B
20192a6eb9 install emulator support in Github CI 2025-04-19 16:05:21 +02:00
Bernhard B
075627f349 fixed podman build 2025-04-19 15:56:33 +02:00
Bernhard B
e973653049 fixed podman build 2025-04-19 15:52:21 +02:00
Bernhard B
3905755477 switch to podman for building 2025-04-19 15:42:18 +02:00
Bernhard B
4ce7de516d improved release-dev-version.yml 2025-04-19 15:27:48 +02:00
Bernhard B
a2a5fedd44 improved Dockerfile
* added more output in case installation fails
2025-04-18 23:25:08 +02:00
Bernhard B
e7312bcaf6 pin ubuntu version to 22.04 in CI 2025-04-18 23:16:49 +02:00
Bernhard B
9852dc5901 updated version of actions in github ci 2025-04-18 23:12:01 +02:00
Bernhard B
334b5d3b40 improved logging in Dockerfile 2025-04-17 22:21:43 +02:00
Bernhard B
e9583b14bf pin ubuntu to v22.04 in CI 2025-04-17 22:13:04 +02:00
Bernhard B
e431b19cc8 updated golang version 2025-04-15 22:50:09 +02:00
Bernhard B
60c395d4a8 fixed bug in swagger documentation
* use configured SWAGGER_HOST env variable when generating
  the URL for the swagger documentation file.

see #683
2025-04-14 22:49:21 +02:00
Bernhard B
85c308302c fixed swag installation 2025-04-13 22:49:42 +02:00
Bernhard B
5bb7f6b0c6 updated swag to v1.16.4 2025-04-13 20:52:48 +02:00