Commit Graph

29 Commits

Author SHA1 Message Date
Bernhard B
2c3a2f30a8 addd API endpoints to join/quit/block Signal Groups 2021-01-27 18:18:58 +01:00
Bernhard B
04e67d058b added configuration endpoints 2021-01-23 19:21:17 +01:00
Bernhard B
827d45c143 added endpoint to list specific group 2021-01-19 15:00:08 +01:00
Bernhard B
5d89b3fa51 added endpoints to list + trust identities
see #66
2021-01-18 20:21:17 +01:00
Bernhard B
f5d3880c49 added health check endpoint + fixed logging
* set go-gin to release mode
* added health check endpoint
* excluded endpoint from logger

see #63
2021-01-16 20:14:15 +01:00
Bernhard B
8130e516e6 added documentation for update profile REST API request 2021-01-15 21:37:47 +01:00
Bernhard B
510499b4ac add possibility to list, serve and delete attachments
see #52
2021-01-14 15:27:38 +01:00
Mark Adkins
57665c4ec4 JRE Dependency Fix + Port Configuration 2020-11-22 17:53:04 -05:00
Bernhard B
e1c2853494 added swagger documentation 2020-07-03 17:32:52 +02:00
Bernhard B
65385d300e added go.mod file 2020-06-28 18:14:20 +02:00
Danijel Fischer
458974dd7c Change URI for linking device
Change the logic from having a POST which will create a unique id and return it
then have to create a QR code out of it, to a direct GET end point which will
return the QR code directly.
2020-06-23 14:09:56 +02:00
Danijel Fischer
b06dd9afb4 Add endpoint for QR Code generation 2020-06-13 13:16:23 +02:00
Danijel Fischer
673c7045aa Fix return of link endpoint 2020-06-13 12:29:28 +02:00
Danijel Fischer
0c03b190c3 Add Endpoint for linking devices #9
Add /v1/link/:device_name as end point to be able
to link to an existing device.
2020-06-13 12:21:07 +02:00
Danijel Fischer
545cb4618f Add Endpoint for linking devices #9
Add /v1/link/:device_name as end point to be able
to link to an existing device.
2020-06-12 22:08:30 +02:00
Bernhard B
3cad929eac return group id when creating a group 2020-05-09 20:38:21 +02:00
Bernhard B
4e1a6e46af return group id in "create group" endpoint 2020-05-03 18:30:19 +02:00
Bernhard B
a2eb69127d reworked groups support 2020-04-25 10:29:59 +02:00
Bernhard B
602843a6ed improved groups support 2020-04-11 20:31:27 +02:00
Bernhard B
d1b8c6b770 added build nr to about endpoint 2020-04-10 20:38:38 +02:00
Bernhard B
54f1f5f13e gofmt code
see #12
2020-04-05 11:35:43 +02:00
Bernhard B
5d0eb28772 added support for groups
* added possibility to add groups, list groups, delete groups
  and send a messages to a groups.

see #12
2020-04-05 11:32:40 +02:00
Bernhard B
b77c7c8b43 added functionality to receive messages
see #8
2020-02-01 14:06:27 +01:00
Bernhard B
40d856fbef add support for multiple attachments 2020-01-24 20:34:14 +01:00
Bernhard B
2c3f3a1c3d added possibility to register number with voice
see #7
2020-01-19 18:20:33 +01:00
Bernhard B
01a002b6c6 start go in release mode 2019-11-03 20:40:02 +01:00
Bernhard B
2b6e9cfd85 remove debugging output 2019-11-03 19:40:28 +01:00
Bernhard B
214a3fba12 fixed bug in verify endpoint
* endpoint wasn't working properly
2019-11-03 18:26:14 +01:00
Bernhard B
59e6a16591 initial commit 2019-05-30 19:50:54 +02:00