27 Commits

Author SHA1 Message Date
Aleksandr Soloshenko
a8b23f4dc1 [mobile] add registration by one-time code 2025-03-28 06:52:21 +07:00
Aleksandr Soloshenko
d19787888c [api] introduce userauth middleware and helpers 2025-02-15 20:47:31 +07:00
Aleksandr Soloshenko
35c3ad3718 [api] move 3rdparty messages API to separate package 2025-01-02 20:50:19 +07:00
Aleksandr Soloshenko
4ff3a10394 [chore] package renaming 2024-11-25 19:13:21 +07:00
Aleksandr Soloshenko
bd57902de4 [messages] move repository to module 2024-11-09 08:01:08 +07:00
Aleksandr Soloshenko
278678a473 [docs] fix GET /api/3rdparty/v1/message/{id} path param 2024-08-16 06:53:02 +07:00
Aleksandr Soloshenko
78110715d2 [logs] add empty /logs endpoint 2024-08-09 06:37:51 +07:00
Aleksandr Soloshenko
9ada8202be [api/3rdparty] move /devices group to distinct controller 2024-08-05 09:01:58 +07:00
Aleksandr Soloshenko
71950ec812 [api] use appropriate http codes on known errors 2024-07-12 08:39:53 +07:00
Aleksandr Soloshenko
79682075ff [webhooks] notify devices on change 2024-06-11 09:09:37 +07:00
Aleksandr Soloshenko
4d4f1e0bcd [webhooks] add device endpoint 2024-06-09 20:41:02 +07:00
Aleksandr Soloshenko
c0ce84e89f [webhooks] model, DTO, repository, service, handler 2024-06-07 23:37:33 +07:00
Aleksandr Soloshenko
0213382a19 [deps] move client and shared structs to another repo 2024-06-03 22:56:41 +07:00
Aleksandr Soloshenko
4abe6f515a [api/health] duplicate health endpoint to root 2024-05-24 00:47:08 +07:00
Aleksandr Soloshenko
409ad67747 [health] add simple health endpoint 2024-05-23 08:51:32 +07:00
Aleksandr Soloshenko
c23f5429f1 [messages] use queue for background hashing 2024-04-04 09:00:38 +07:00
Aleksandr Soloshenko
db645c79ac [docs/api] update API docs 2024-03-18 21:25:16 +07:00
Aleksandr Soloshenko
471b0c4c14 [auth] protect registration endpoint in private mode 2024-03-18 21:25:16 +07:00
Aleksandr Soloshenko
28244692d6 Merge remote-tracking branch 'origin/master' into feature/device-last-seen 2024-02-24 14:13:54 +07:00
Aleksandr Soloshenko
98f3f719e0 [3rdParty][devices] fix empty deletedAt field in json 2024-02-23 00:02:07 +07:00
Aleksandr
13b434ecfe
Merge pull request #33 from capcom6/feature/valid-until
ValidUntil support
2024-02-20 20:50:03 +07:00
Aleksandr Soloshenko
cb3e4f8dd9 [3rdParty][devices] select devices endpoint 2024-02-15 00:28:39 +07:00
Aleksandr Soloshenko
bca16d8d71 [3rdparty][messages] skip phone validation option 2024-02-11 20:55:51 +07:00
Aleksandr Soloshenko
9f8c787634 Added: ValidUntil support 2024-02-09 17:52:05 +07:00
Aleksandr Soloshenko
32ea8f0762 Fixed: response code and header 2024-02-01 09:26:57 +07:00
Aleksandr Soloshenko
baf3b1e309 Fixed: use code 400 for invalid phone number 2023-12-16 00:04:59 +07:00
Aleksandr Soloshenko
d0161bf0e2 Added: GHA workflows 2023-10-29 20:10:52 +07:00