Bernhard B
843fe20659
changed signal-cli-native version
2024-12-11 20:10:55 +01:00
Bernhard B
e66da8aff0
Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api
2024-12-11 20:08:52 +01:00
Bernhard B
20fedc088e
changed signal-cli-native version
2024-12-11 20:07:32 +01:00
Bernhard B.
1946255eb2
changed libsignal-client version in Dockerfile
2024-12-11 01:03:04 +01:00
Bernhard B
2d87dfb133
added libsignal-client v0.62.0
2024-12-11 00:47:51 +01:00
Bernhard B
476bc1ede1
updated signal-cli to v0.13.10
2024-11-30 22:50:24 +01:00
Bernhard B
db97de3d81
fixed swagger documentation for search endpoint
...
see #622
2024-11-29 22:21:31 +01:00
Bernhard B
b530fbb860
allow non-unique group GIDs
...
see #620
2024-11-23 22:29:32 +01:00
Bernhard B
2c4ef753ab
added expiration_time to Update Groups endpoint
...
see #616
2024-11-15 22:43:02 +01:00
Bernhard B
cddf3c166a
GET groups endpoint: return uuid instead of number in case no number is set
...
see #611
2024-11-14 22:50:15 +01:00
Bernhard B.
3344268a59
Merge pull request #612 from ahatius/master
...
Add notify-self-flag support for json-rpc mode
2024-11-11 22:44:24 +01:00
ahatius
7cfc53cad9
Add notify-self-flag support for json-rpc mode
2024-11-09 21:04:12 +01:00
Bernhard B
6e78758510
re-generated swagger documentation
2024-11-04 22:02:07 +01:00
Bernhard B.
6b08159fe3
Merge pull request #609 from crummy/master
...
Swagger fixes
2024-11-04 21:59:48 +01:00
crummy
3eeaafca4d
Correct field name
2024-11-04 19:41:14 +13:00
Bernhard B
d33a069bee
fixed signal-cli-native version
2024-11-02 23:09:37 +01:00
Bernhard B
e44e87af87
Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api
2024-11-02 22:02:40 +01:00
Bernhard B
39908a6fa6
updated signal-cli to version 0.13.9
2024-11-02 21:59:56 +01:00
Bernhard B.
181f7813e2
Merge pull request #610 from crummy/handle-escaped-plus
...
Handle phone numbers that start with "%2B"
2024-11-02 00:38:55 +01:00
crummy
495003f73a
Re-add missing lines
2024-11-01 21:32:27 +13:00
crummy
d652d418d3
Return upon failure
2024-11-01 21:15:23 +13:00
crummy
1237c528f5
Found a proper way to escape it
2024-10-28 21:00:52 +13:00
crummy
d17e3d7eb9
Handle phone numbers that start with "%25" (as + is commonly escaped with)
2024-10-28 20:49:29 +13:00
crummy
8ac02d28eb
Correct "number" - it's actually the phone number
2024-10-28 13:37:50 +13:00
crummy
26a5a6039b
Update swagger files from code, with swag tool
2024-10-28 13:07:05 +13:00
crummy
a8494b70bd
Add scheme to satisfy liblab
2024-10-26 14:04:19 +13:00
crummy
e16eed4580
Add default host to satisfy liblab
2024-10-26 13:55:55 +13:00
crummy
c62dc45a85
Fix linting warnings in swagger files
2024-10-25 10:18:55 +13:00
Bernhard B.
3c3835d9ec
Merge pull request #604 from tactilenews/extend_update_profile_with_description
...
Add ability to update about text in UpdateProfileRequest
2024-10-23 19:04:43 +02:00
Matthew Rider
57dcb2f281
Add a pointer to conditionally send about string to signal-cli
2024-10-22 10:27:32 +02:00
Matthew Rider
f6c3f263e8
Add ability to update about text in UpdateProfileRequest
2024-10-21 11:35:39 +02:00
Bernhard B
54252a3d52
fixed swagger documentation
...
see #602
2024-10-14 15:58:35 +02:00
Bernhard B
94e93cbe35
added expiration_time parameter to create group endpoint
...
see #587
2024-10-07 23:02:33 +02:00
Bernhard B
1506c1c9d4
fixed signal-cli-native version in Dockerfile
2024-09-30 17:33:43 +02:00
Bernhard B
a7d36cdcf8
fixed signal-cli-native version in Dockerfile
2024-09-30 16:33:02 +02:00
Bernhard B
8242874d1d
updated signal-cli to v0.13.7
2024-09-29 22:53:25 +02:00
Bernhard B.
6c6a934b7f
Merge pull request #584 from derpferd/patch-1
...
Add missing groupid parameter
2024-09-13 16:11:19 +02:00
Jonathan Beaulieu
47390f85df
Add missing groupid parameter
...
Was missing from delete and add group admin and member.
2024-09-13 11:24:48 +00:00
Jonathan Beaulieu
37cdcac44d
Ran swag init with no changes
2024-09-13 11:22:07 +00:00
Bernhard B
d8040120f7
fixed libsignal_jni.so location for armv7
2024-09-13 12:18:28 +02:00
Bernhard B
e2709fe70e
updated signal-cli to v0.13.6
2024-09-13 12:08:27 +02:00
Bernhard B
e1ea5932c9
re-build swagger documentation
2024-08-20 21:44:11 +02:00
Bernhard B.
4bf70dd456
Merge pull request #573 from ahatius/master
...
Add support to disable notify-self flag on /v2/send endpoint
2024-08-20 21:43:26 +02:00
Bernhard B
e6ff51e3d8
fixed deadlock in json-rpc mode
...
* properly unlock mutex to avoid deadlock
see #572
2024-08-09 23:03:22 +02:00
ahatius
8cd60ff6c3
Add support to disable notify-self flag on /v2/send endpoint
2024-08-07 18:54:24 +02:00
Bernhard B
f3289395ae
fixed deadlock in Websocket write
...
* properly unlock mutex to avoid deadlock
see #572
2024-08-07 17:07:12 +02:00
Bernhard B.
a6624c5dee
Merge pull request #570 from ksangers/master
...
For reverse proxies, add SWAGGER_HOST environment variable support
2024-08-04 20:49:08 +02:00
Klaas Sangers
531c673b7e
Add SWAGGER_HOST environment variable support
...
- Add `SWAGGER_HOST` environment variable to `README.md` for Swagger UI configuration.
- Update `main.go` to use `SWAGGER_HOST` environment variable for Swagger UI host configuration.
2024-08-03 16:41:13 +02:00
Bernhard B
bb246cf3f7
updated libsignal-client to v0.52.2
2024-07-28 22:41:11 +02:00
Bernhard B
30615592b3
updated signal-cli to version 0.13.5
2024-07-28 22:25:34 +02:00