2179 Commits

Author SHA1 Message Date
Era Dorta
cafced7a67 Better formatting 2026-03-07 02:18:45 +01:00
Era Dorta
11ee28a2e1 Revert more changes 2026-03-07 02:14:25 +01:00
Era Dorta
6810877b4d Revert uneeded changes 2026-03-07 02:13:31 +01:00
Era Dorta
afc3c458a9 Add docs depedency only when needed 2026-03-07 02:06:23 +01:00
Era Dorta
b6e895b47e Clean readme 2026-03-07 01:50:06 +01:00
Era Dorta
0f83b784e9 Remove extra empty lines 2026-03-07 01:45:09 +01:00
Era Dorta
8376d1f477 Removed uneeded import 2026-03-07 01:42:17 +01:00
Era Dorta
d7c0c7000f Updated the readme 2026-03-07 01:40:03 +01:00
Era Dorta
c6ac4b2692 Make references local 2026-03-07 01:37:31 +01:00
Era Dorta
6135dae301 Remove @JsonProperty(required = true) 2026-03-07 00:30:36 +01:00
Era Dorta
1b3c898415 Pretty print the json files 2026-03-07 00:10:43 +01:00
Era Dorta
a215294c68 Fix layout of manual schemas 2026-03-06 23:40:26 +01:00
Era Dorta
5f9fb1da88 Fix generator for JsonUnwrapped files 2026-03-06 23:29:29 +01:00
Era Dorta
b6b8276fd6 Merge branch 'master' into openapi-docs 2026-03-06 23:00:36 +01:00
Era Dorta
cde6fff336 switch to micronout json generation 2026-03-06 22:50:15 +01:00
Era Dorta
3f15de0946 Deprecated fields are not required 2026-03-06 21:07:10 +01:00
AsamK
2885ffeee8 Prepare next release 2026-03-03 17:50:00 +01:00
moppman
6071291f16
Expose a chat's isArchived status in JSON output (#1957)
Closes #1955
2026-03-03 12:46:34 +01:00
Zachary Johnson
37b8a4a996 enforce poll choices are between 2 and 10 2026-03-03 08:37:10 +01:00
Era Dorta
a38b7edbdf Add missing required = true schemas 2026-03-02 02:04:24 +01:00
Era Dorta
04b7b1e47d Add required = true to all the required attributes 2026-03-02 01:37:19 +01:00
Era Dorta
9580ab0777 Rename models to schemas 2026-03-02 01:13:56 +01:00
Era Dorta
cab77e0c08 Format file 2026-03-02 00:51:51 +01:00
Era Dorta
a65c228c9b Remove the json prefix from the names 2026-03-02 00:30:12 +01:00
Era Dorta
d271a2db3d Add OpenAPIDocs 2026-03-02 00:26:18 +01:00
AsamK
af56a28b94 Fix client folder name v0.14.0 2026-03-01 10:30:02 +01:00
AsamK
dfc7e3b495 Bump version to 0.14.0 2026-03-01 10:14:45 +01:00
AsamK
e9114ae8fc Add signal-cli-client to release and create container 2026-03-01 10:14:45 +01:00
AsamK
f77a74d93f Fix optional name parameter in client link command 2026-03-01 10:14:45 +01:00
AsamK
5cda87ee0e Fix native access warning in native build 2026-03-01 10:14:45 +01:00
AsamK
7384407823 Update man page 2026-03-01 09:50:22 +01:00
AsamK
7fa56a37fd Update CI actions 2026-03-01 09:29:19 +01:00
AsamK
8fcd953ece Always download long text attachments and use them as message body
Fixes #1901
2026-03-01 09:29:19 +01:00
AsamK
775236efc3 Update tests 2026-02-28 14:05:55 +01:00
AsamK
4b8dec26a9 Downgrade jackson library 2026-02-28 13:45:56 +01:00
AsamK
d94e05c38c Update test file 2026-02-28 13:45:56 +01:00
AsamK
1bbf98fac0 Update dependencies 2026-02-28 13:45:30 +01:00
AsamK
c70515035f Add missing flags to jsonrpc client 2026-02-28 13:45:30 +01:00
AsamK
a9d235b7f1 Add new commands to jsonrpc client 2026-02-28 13:45:30 +01:00
AsamK
92ded3fdf2 Fix incorrect cli definition 2026-02-28 13:45:30 +01:00
AsamK
aa1ed9e233 Add support for sending adminDelete messages 2026-02-28 11:59:31 +01:00
AsamK
3b6c199b1d Add pinMessage and unpinMessage commands
Closes #1923
2026-02-28 11:50:44 +01:00
AsamK
6d22ceef24 Support receiving admin delete messages 2026-02-28 11:30:33 +01:00
AsamK
54ff59737e Update libsignal-service-java
Fixes #1937
2026-02-28 11:14:53 +01:00
AsamK
516a37ba69 Fix accepting group invite using PNI
Fixes #1841
2026-02-28 10:15:05 +01:00
AsamK
6a6bebd503 Add support for receiving pin/unpin messages
Related #1923
2026-02-28 09:37:29 +01:00
AsamK
f9cbfa6d6c Invert urgent boolean in Message to be consistent 2026-02-25 21:43:52 +01:00
Kai Kozlov
d4b3816c5d
Add --no-urgent flag to send command (#1933)
* Add --no-push flag to send command

Expose the server's `urgent` parameter so callers can skip sending a
push notification (FCM/APNs) to the recipient. The message is still
delivered in real-time over WebSocket if the recipient's app is active.

The flag is added to the Message record (following the same pattern as
viewOnce) and threaded through ManagerImpl and SendHelper, keeping the
Manager interface unchanged.

* Rename --no-push flag to --no-urgent

Align with the protocol naming as suggested by the maintainer.
The flag controls the 'urgent' parameter on the server request.
2026-02-25 21:42:51 +01:00
AsamK
4a35d47515 Set explicit console colors for qr code 2026-02-25 21:37:41 +01:00
AsamK
52d4d61e2b Improve aci/pni handling in storage contact sync 2026-02-25 21:36:10 +01:00