Bernhard B
38bb86b5b9
fixed syntax error in bug-report.yml
2021-06-18 18:05:03 +02:00
Bernhard B
4fba476791
Update bug-report.yml
2021-06-18 18:03:33 +02:00
Bernhard B
8e78aded07
Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api
2021-06-18 18:01:11 +02:00
Bernhard B
cc9bbdbffb
improved bug-report.yml template
2021-06-18 18:00:05 +02:00
Bernhard B
1dcc3da1ec
Update README.md
2021-06-17 20:27:26 +02:00
Bernhard B
7dbe258574
Update DEBUG.md
2021-06-17 10:14:53 +02:00
Bernhard B
ccd07f2cbf
Create DEBUG.md
2021-06-17 10:10:22 +02:00
Bernhard B
37fba31d30
fixed syntax error in bug-report.yml
2021-06-16 11:15:56 +02:00
Bernhard B
b157fd179e
fixed syntax errors in bug-report.yml
2021-06-16 11:09:57 +02:00
Bernhard B
2b4ac8be76
added yml issues template
2021-06-16 11:05:31 +02:00
Bernhard B
dc6471cdcf
added precompiled libraries for libsignal-client v0.8.1
2021-06-15 12:30:08 +02:00
Bernhard B
44f781b723
updated signal-cli to version 0.8.4 and libsignal-client to version
...
0.8.1
2021-06-15 12:29:17 +02:00
Bernhard B
1fcc2d4acf
fixed debug mode output
...
* sending a message wasn't correctly logged in debug mode
2021-06-08 21:39:51 +02:00
Bernhard B
326e298801
remove "." when constructing the attachment filename
...
* the mimetype library already adds the '.', so no need to
add it manually
see #136
2021-05-27 20:37:19 +02:00
Bernhard B
68c6595ab9
return timestamp of sent message
...
see #137
2021-05-26 18:02:55 +02:00
Bernhard B
e58797d889
Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api
2021-05-25 23:10:32 +02:00
Bernhard B
d04beed5de
replaced h2non/filedetect with gabriel-vasile/mimetype library
...
* the mimetype library is faster and correctly detects text files
as text/plain. (the filedetect library classified them as binary files)
see #136
2021-05-25 23:06:40 +02:00
Bernhard B
229bd3affa
Update README.md
2021-05-22 11:42:18 +02:00
Bernhard B
2b979093cb
Update README.md
2021-05-22 11:41:56 +02:00
Bernhard B
6d39ac124f
Merge pull request #132 from webzit/patch-1
...
Add architecture specific lib's for GraalVM
2021-05-22 10:26:08 +02:00
Bernhard B
faa114472d
fixed bug in AUTO_RECEIVE_SCHEDULE
...
* honor port override
see #135
2021-05-22 09:58:38 +02:00
webzit
5b61a3bb53
Unintentional spacing deleted
...
Unintentional spacing deleted
2021-05-16 23:27:19 +02:00
webzit
5f4de7c63b
Add architecture specific lib's for GraalVM
...
Add architecture specific libsignal_jni.so && libzkgroup.so for GraalVM (e.g. Raspberry 64)
2021-05-16 23:13:11 +02:00
Bernhard B
475d98cf4e
Merge pull request #131 from florian-h05/patch-1
...
Update README.md
2021-05-16 09:04:13 +02:00
Florian Hotze
6dc7147d35
Update README.md
2021-05-15 22:08:59 +02:00
Florian Hotze
1caf7778d5
Update README.md
...
Changed link to my shell client
2021-05-15 20:55:49 +02:00
Bernhard B
f50eed204a
Update README.md
2021-05-14 09:10:25 +02:00
Bernhard B
8f85705f38
Update README.md
2021-05-14 09:07:06 +02:00
Bernhard B
77ea5778d0
Update README.md
2021-05-14 09:06:33 +02:00
Bernhard B
bae773b16c
Update README.md
2021-05-14 08:58:04 +02:00
Bernhard B
d80d3ef25b
added clients and libraries to README.md
2021-05-14 08:57:26 +02:00
Bernhard B
13005afd41
Merge branch 'v0.8.3'
2021-05-14 08:52:30 +02:00
Bernhard B
6bd7b66e1e
improved log messages
2021-05-14 08:51:36 +02:00
Bernhard B
f79c5c2598
updated signal-cli to v0.8.3
2021-05-13 17:41:51 +02:00
Bernhard B
8525f6b364
improved README
...
see #129
2021-05-11 18:43:25 +02:00
Bernhard B
887eff056b
Added "AUTO_RECEIVE_SCHEDULE" parameter to docker-compose.yml file
...
* signal-cli recommends to call "receive" on a regular basis. In case
"receive" is not already called periodically by the user application,
add the option to invoke it at a specific schedule from within the
docker container.
The "AUTO_RECEIVE_SCHEDULE" parameter takes a cron schedule expression
and calls "receive" at the given time.
see #129
2021-05-11 18:35:24 +02:00
Bernhard B
5153de7319
use image as default in docker-compose.yml
...
see #125
2021-04-24 09:33:19 +02:00
Bernhard B
7674a9cc4b
Merge branch 'v0.8.1'
2021-03-20 22:18:13 +01:00
Bernhard B
d9cbc9d985
fixes swagger documentation
...
* create groups endpoint was missing some information
2021-03-20 20:01:08 +01:00
Bernhard B
b9ff3062bd
Merge branch 'master' into v0.8.1
2021-03-14 21:14:30 +01:00
Bernhard B
d5ce00ca80
Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api
2021-03-14 21:14:20 +01:00
Bernhard B
d6f09f1958
updated signal-cli to version 0.8.1
2021-03-14 21:14:04 +01:00
Bernhard B
87f9d66cb7
Merge pull request #109 from haberda/master
...
Update Dockerfile to reduce container size
2021-03-14 09:52:22 +01:00
haberda
aaae1301b4
Update Dockerfile
...
Without the *.tar the tar file is not deleted. This change saves about 20mb of space.
2021-03-13 09:33:15 -08:00
Bernhard B
2daa57fc9a
Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api
2021-03-13 13:38:10 +01:00
Bernhard B
03c0cac972
use "--output=json" instead of "--json" when calling signal-cli receive
...
* --json is deprecated
see #103
2021-03-07 13:05:04 +01:00
Bernhard B
66a49cb474
Update and rename bug_report.yaml to bug-report.md
2021-03-07 12:54:26 +01:00
Bernhard B
9dadc5794d
Delete config.yml
2021-03-07 12:53:55 +01:00
Bernhard B
b9d042e215
Rename bug-report.yaml to bug_report.yaml
2021-03-07 12:51:54 +01:00
Bernhard B
21e05bfb46
Update bug-report.yaml
2021-03-07 12:51:23 +01:00