338 Commits

Author SHA1 Message Date
Bernhard B
1129e5a7be fixed error handling in updateGroupAdmins function
see #790
2026-02-22 22:11:46 +01:00
Bernhard B
5d5fa64f01 code cleanup: removed unused variable 2026-02-17 22:04:07 +01:00
Bernhard B
6c5dcdad2e fixed error handling in updateGroupMembers function
see #790
2026-02-17 22:02:31 +01:00
Dan Gabel
59f9cd3140 revert moving list contact types around 2026-02-12 22:00:42 -06:00
Dan Gabel
eece5f4e92 remove ListContact, extended ListContacts to accept uuid 2026-02-12 21:52:22 -06:00
Dan Gabel
5fcaa2ca2c type cleanup, fix typo 2026-02-12 15:51:21 -06:00
Dan Gabel
6ec6e198d7 Adds --all-recipient handling for ListContact endpoints 2026-02-12 15:36:42 -06:00
Dan Gabel
379ff16ca6 direct uuid contact search 2026-02-11 21:40:20 -06:00
Bernhard B
23c53382c2 return group permissions in groups request
see #781
2026-02-07 00:16:05 +01:00
Bernhard B
7711ad5503 added REST API endpoints for Signal Polls
see #765
2026-01-24 17:37:20 +01:00
Bernhard B
e5e21518a5 reformatted code with gofmt 2026-01-13 22:23:02 +01:00
Bernhard B
354df7472c implemented unregister in json-rpc mode
see #774
2026-01-13 22:21:20 +01:00
Samuel Rodrigues
2e507699c5 Changed the ListDevices endpoint to return the device id, created three new endpoints, one to return the device link to permit new device links without the qrcode, one to remove the linked devices and another to delete local-data 2026-01-08 15:46:13 +00:00
Bernhard B
5714161567 fixed bug in json-rpc mode
* handle 'trust-new-identities' setting in json-rpc mode

see #771
2025-12-08 22:40:03 +01:00
dependabot[bot]
4a2bf9182d
Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.1 in /src
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sirupsen/logrus/compare/v1.9.0...v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
  dependency-version: 1.9.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-05 02:36:43 +00:00
dependabot[bot]
b6f619b7db
Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /src
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.45.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-20 02:01:57 +00:00
Bernhard B
d6488d6c8e fixed escaping of formatting characters
see #757
2025-11-01 23:31:45 +01:00
Bernhard B
08cd2bd12c added two new endpoints
* added endpoint to list a contact
* added endpoint to get a contact's avatar
2025-09-30 22:31:10 +02:00
Bernhard B
7c9e9ce04f extended groups POST/PUT request
* added possibility to change permissions with the groups PUT request
* added possibility to change the send messages permission when creating
  a group with the POST request

see #746
2025-09-15 12:37:45 +02:00
Bernhard B.
3c2a8a2156
Merge pull request #740 from Era-Dorta/remote-delete
Add message deletion endpoint
2025-09-10 22:18:06 +02:00
Era Dorta
de2cb043fc fix: use getRecipientType instead of HasPrefix in RemoteDelete 2025-09-09 13:29:17 +01:00
Bernhard B.
cfc652dfbc
Merge pull request #741 from Era-Dorta/contributing-readme
docs: add contributing.md and additional instructions on building the docs
2025-09-09 12:50:16 +02:00
Bernhard B
7222b931ae fixed bug in phone number verification
* allow whitespaces in phone number

see #743
2025-09-08 14:36:24 +02:00
Era Dorta
ae342a4403 Better wording in readme in docs 2025-09-04 22:17:04 +01:00
Era Dorta
3eb3db0a9f docs: add contributing.md and additional instructions on building the docs. 2025-08-29 20:19:25 +02:00
Era Dorta
af3eadbbc0 Replace the handler from post to delete 2025-08-29 19:59:56 +02:00
Era Dorta
f078e1a2ae Add documentation 2025-08-29 19:55:45 +02:00
Era Dorta
d25a454f39 Fix tab error 2025-08-28 00:40:22 +02:00
Era Dorta
6b3916e597 Remove if statement 2025-08-28 00:37:56 +02:00
Era Dorta
a93eed6e56 Add extra error check after unmarshal 2025-08-28 00:34:41 +02:00
Era Dorta
bcb2100169 Fix comments for the RemoteDelete function 2025-08-28 00:32:10 +02:00
Era Dorta
9325022e46 Add message deletion endpoint 2025-08-28 00:27:09 +02:00
Bernhard B
5330e0dff5 fixed getContainerId() function
* since switching to podman builds in the CI, the getContainerId()
  function wasn't working anymore. As per default the hostname of the
  container is the same as the container id, we use the GetHostname()
  function to get the container id inside the container.
2025-08-26 23:18:14 +02:00
Bernhard B
3b7ade3dad fixed bug in /v2/send request
* added missing linkpreview description parameter

see #732
2025-08-06 22:46:02 +02:00
Bernhard B
e87ff58762 fixed typo in error message
see #729
2025-08-01 21:12:39 +02:00
Bernhard B
aa1924aa8c prefix usernames with 'u:' when creating/updating a group's members 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
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
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
fb6ec6013b format sourcecode with gofmt 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
2025-05-26 21:56:28 +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
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
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
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