Commit Graph

701 Commits

Author SHA1 Message Date
Kostia Rybnikov
c26d83583b Upgrade signal cli to 0.12.1 2023-08-31 10:36:36 +03:00
guangwu
936e1c3dd8 fix: regularly typo 2023-08-31 09:55:18 +08:00
developersteve
53d6f52f57 Update README.md
added details about the port env var being set
2023-08-24 21:02:13 +10:00
Bernhard B
c6d065980f updated libsignal-client to v0.30.0 2023-08-23 18:49:25 +02:00
Bernhard B
bd18ecb86c updated signal-cli to version 0.12.0 2023-08-23 18:06:10 +02:00
Bernhard B
2bcfccdfda Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api 2023-08-21 20:04:58 +02:00
Bernhard B
759ba197a1 fixed bug in textstyleparser + added unittests 2023-08-21 20:04:28 +02:00
Bernhard B
c12a0c0726 Merge pull request #392 from developersteve/master-1
Update HOMEASSISTANT.md
2023-08-21 19:08:59 +02:00
Bernhard B
a332215a9e added text formatting (bold & italic) to json-rpc mode 2023-08-21 18:43:15 +02:00
Bernhard B
2f6bbec3e9 added text formatting (bold & italic) for normal/native mode 2023-08-21 18:38:38 +02:00
developersteve
85439ef893 Update HOMEASSISTANT.md
Added a trouble shooting note for linking an account to the api
2023-08-13 13:54:07 +10:00
Bernhard B
2519d83ac7 fixed signal-cli-native version in Dockerfile 2023-06-08 21:07:43 +02:00
Bernhard B
b148eb90d3 updated go.mod 2023-06-08 20:21:47 +02:00
Bernhard B
d13c161160 updated golang to v1.20 2023-06-08 19:53:05 +02:00
Bernhard B
540ca2fef6 updated go-gin to v1.9.1 2023-06-08 19:44:54 +02:00
Bernhard B
793048f935 updated signal-cli-native package for arm64 to v0.11.11+1 2023-06-08 19:42:01 +02:00
Bernhard B
4dc19813b6 fixed bug in search endpoint
* when multiple accounts are registered, signal-cli expects the account
  specified with '-a'. In order to stay backwards compatible, the search
  endpoint was extended with an optional number parameter. i.e:
  '/search/{number}'. In case only one account is registered, the number
  parameter can be omitted.

see #369
2023-05-26 18:09:06 +02:00
Bernhard B
d8ded891a1 updated graalvm to version 22.3.0 2023-05-25 21:20:51 +02:00
Bernhard B
a9a32ff784 bumped signal-cli to version 0.11.11 & added libsignal-client v0.25.0 2023-05-25 17:38:42 +02:00
Bernhard B
3dcb8985cd bumped signal-cli in Dockerfile to version 0.11.10 + added
libsignalclient v0.23.1 for x86-64 and armv7
2023-05-24 18:55:32 +02:00
Bernhard B
99c760df66 handle non existing accounts.json gracefully
see #363
2023-05-16 21:26:26 +02:00
Bernhard B
0dd742cb23 extended receive endpoint + AUTO_RECEIVE_SCHEDULE functionality
* added timeout, ignore_attachments and ignore_stories query parameter
  to receive endpoint.

* added AUTO_RECEIVE_SCHEDULE_RECEIVE_TIMEOUT,
  AUTO_RECEIVE_SCHEDULE_IGNORE_ATTACHMENTS and
  AUTO_RECEIVE_SCHEDULE_IGNORE_STORIES environment variables to the
  AUTO_RECEIVE_SCHEDULE functionality.

see #365
2023-05-14 21:21:38 +02:00
Bernhard B
99da94d048 consider linked number in AUTO_RECEIVE_SCHEDULE
* up to now, linked numbers weren't considered in the
  AUTO_RECEIVE_SCHEDULE.

see #363
2023-05-11 20:49:23 +02:00
Bernhard B
b98f4cf3f9 Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api 2023-05-07 21:55:06 +02:00
Bernhard B
82ea3ae1c8 updated signal-cli to version 0.11.9.1-2 2023-05-07 21:01:29 +02:00
Bernhard B
11da8f867d Update README.md
* added link to blog post from @asad-awadia
2023-04-28 21:07:06 +02:00
Bernhard B
0870dc6d04 Merge pull request #353 from Matovidlo/stickers
Add stickers support in API and client
2023-04-18 21:24:35 +02:00
Martin Vasko
19c2f85c03 add stickers support in API and client 2023-04-05 14:37:27 +02:00
Bernhard B
5130282dc4 updated all golang dependencies 2023-03-05 23:15:59 +01:00
Bernhard B
bf849d04af Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api 2023-03-05 23:12:06 +01:00
Bernhard B
d571927fa2 updated signal-cli to version 0.11.7 2023-03-05 23:11:35 +01:00
Bernhard B
33c19a4fed added libsignal-client v0.22.0 2023-03-05 23:10:13 +01:00
Bernhard B
a680e163ae Merge pull request #348 from joopdo/joopdo-patch-1
Documentation proposal
2023-03-03 16:48:34 +01:00
Joop
5c7bfcd283 Update HOMEASSISTANT.md 2023-03-03 13:23:31 +01:00
Joop
b656788573 Update HOMEASSISTANT.md
Adding a description on how signal-cli-rest-api can trigger automations in Home Assistant. (Sending messages to Signal to trigger events)
2023-03-03 08:48:07 +01:00
Joop
3a791502bb Update HOMEASSISTANT.md
Adding a description on how signal-cli-rest-api can trigger automations in Home Assistant. (Sending messages to Signal to trigger events)
2023-03-02 15:31:23 +01:00
Bernhard B
7cee836b20 do not hardcode signal-cli-native for ARM, but download it from the repo instead 2023-02-14 20:00:25 +01:00
Bernhard B
c919d96a4f Merge pull request #337 from brozikcz/master
Remove disabling of native mode for aarch64
2023-02-14 19:49:00 +01:00
Bernhard B
e31c85d394 Merge pull request #339 from bbernhard/dependabot/go_modules/src/github.com/gin-gonic/gin-1.7.7
Bump github.com/gin-gonic/gin from 1.7.0 to 1.7.7 in /src
2023-02-11 18:58:44 +01:00
dependabot[bot]
b8cdc243bd Bump github.com/gin-gonic/gin from 1.7.0 to 1.7.7 in /src
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.0 to 1.7.7.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.7.0...v1.7.7)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 21:47:17 +00:00
Jakub Brož
3dfafc0f61 Update native arm64 version
I don't know if the `3716873649` will be still available in the future time
2023-02-08 12:45:44 +01:00
Jakub Brož
590c8e0909 Remove disabling of native mode for aarch64 2023-02-06 08:59:14 +01:00
Bernhard B
3f898ba3d4 Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api 2022-12-26 17:41:56 +01:00
Bernhard B
14b3a7d8f0 updated signal-cli to version 0.11.6 2022-12-26 17:41:31 +01:00
Bernhard B
4272d11983 Merge pull request #309 from florian-h05/patch-1
Remove shell client from the README
2022-11-22 20:45:05 +01:00
Florian Hotze
de74224ff1 Update README.md
Remove my shell client from the README
2022-11-21 19:08:25 +01:00
Bernhard B
e09482bcaa Merge pull request #208 from robin-thoni/master
Added support for missing send arguments
2022-11-10 19:17:54 +01:00
Robin THONI
e5bd4dd30a Changed snake case variables to camel case 2022-11-07 17:18:38 +01:00
Robin THONI
fce14ba049 Added nested object for mentions (direct and quote) 2022-11-03 20:29:32 +01:00
Robin THONI
f89ae911e1 Added support for missing send arguments:
- Mentions
- Quote timestamp
- Quote author
- Quote message
- Quote mentions
2022-11-03 19:20:14 +01:00