839 Commits

Author SHA1 Message Date
Bernhard B
cbfc6b9e94 free up disk space 2025-11-24 20:29:33 +01:00
Bernhard B
6325cb2fe4 fixed syntax error in YAML file 2025-11-24 19:33:30 +01:00
Bernhard B
d42f6d04c5 fixed syntax error in YAML file 2025-11-24 19:31:46 +01:00
Bernhard B
48ebe4f98c fixed syntax in YAML file 2025-11-24 19:30:13 +01:00
Bernhard B
990a300ca7 free up disk space in CI 2025-11-24 19:27:47 +01:00
Bernhard B
e0f4517f00 debugging: print out disk space 2025-11-24 19:21:30 +01:00
Bernhard B
8713741e94 free up more disk space 2025-11-24 18:10:12 +01:00
Bernhard B
7da210906c free up some disk space 2025-11-23 23:30:40 +01:00
Bernhard B
e41bec91a0 clean up free disk space 2025-11-23 23:27:20 +01:00
Bernhard B
142a7c2eb6 avoid running out of disk space during docker image building
* remove unnecessary data from base image to avoid running out
  of disk space during docker image building.
2025-11-23 21:54:58 +01:00
Bernhard B
c049764d3b updated signal-cli to v0.13.22 2025-11-23 17:58:01 +01:00
Bernhard B.
452d899f07
Merge pull request #764 from bbernhard/dependabot/go_modules/src/golang.org/x/crypto-0.45.0
Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /src
2025-11-20 22:17:31 +01: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.
565b0dbf86
Merge pull request #763 from emrikol/patch-1
Fix typo in HOMEASSISTANT.md
2025-11-19 20:10:56 +01:00
Derrick Tennant
ec9cd56c0d
Fix typo in HOMEASSISTANT.md 2025-11-18 19:53:49 -05:00
Bernhard B
b25692a6f2 updated signal-cli-native version 2025-11-02 23:07:26 +01:00
Bernhard B
87ca449e8c updated signal-cli to version 0.13.21 2025-11-02 22:24:42 +01: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
0.95
2025-09-30 22:31:10 +02:00
Bernhard B
3a2b77b31f upgraded signal-cli to v0.13.20 2025-09-27 20:19:15 +02:00
Bernhard B.
e17ba2fb12
Merge pull request #749 from CodeShellDev/master
Update secured-signal-api Description
2025-09-21 16:52:21 +02:00
CodeShell
b6d3bba0f3
rename section 2025-09-21 16:47:50 +02:00
CodeShell
3335d9be75
update secured-signal-api Description 2025-09-21 16:41:16 +02:00
Bernhard B
5000662557 updated signal-cli to v0.13.19 2025-09-15 17:54:58 +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
1cd6b3afcd Simplify dev environment setup instructions 2025-09-04 22:16:47 +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.
221762b935
Merge pull request #738 from CodeShellDev/master
Add Secured-Signal-API to Third Party Apps
2025-08-26 23:23:53 +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
CodeShell
3e6437b8bc added secured-signal-api to "Third Party Apps" Section 2025-08-24 11:32:06 +02:00
Bernhard B.
f52f177a72
Merge pull request #735 from WeldFire/master
Allow the startup chown to be optional
2025-08-17 22:55:06 +02:00
WeldFire
72b4e2253b Allow the startup chown to be optional with SIGNAL_CLI_CHOWN_ON_STARTUP variable 2025-08-11 17:05:23 -05:00
Bernhard B.
9131096e6d
Merge pull request #733 from f2calv/f2calv/troubleshooting-update
update troubleshooting docs
2025-08-10 10:38:14 +02:00
Alex Vincent
ce5a95f948 update troubleshooting docs 2025-08-10 05:20:49 +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.
3b55103e7b
Merge pull request #727 from jakommo/patch-1
Update captcha instructions in HOMEASSISTANT.md
2025-07-30 22:39:10 +02:00
Bernhard B
aa1924aa8c prefix usernames with 'u:' when creating/updating a group's members 0.94 2025-07-25 22:59:00 +02:00