Commit graph

24 commits

Author SHA1 Message Date
Tigor Hutasuhut 9e1a192f93 images: implemented ListImages handler 2024-08-25 22:10:57 +07:00
Tigor Hutasuhut 0fec03adbc api: images list now always grouped by device then subreddit after sorting 2024-08-25 16:54:00 +07:00
Tigor Hutasuhut 28ddbd3bee image: update image list api 2024-08-25 12:43:57 +07:00
Tigor Hutasuhut 1ce878fdfb images: update implementations 2024-08-24 19:21:01 +07:00
Tigor Hutasuhut 39c0ef1bd9 images: update proto 2024-08-19 21:17:04 +07:00
Tigor Hutasuhut ab13359aeb api: implemented subreddit exists 2024-08-15 21:37:02 +07:00
Tigor Hutasuhut af2fd593b4 api: implemented resolve subreddit name api 2024-08-15 20:39:04 +07:00
Tigor Hutasuhut b220cf1b2c api: implemented update subreddits endpoint 2024-08-15 16:17:25 +07:00
Tigor Hutasuhut dbb754199f api: implemented list subreddits endpoint 2024-08-15 16:02:23 +07:00
Tigor Hutasuhut c83387652b api: implemented CountSubreddits API endpoint 2024-08-15 15:07:17 +07:00
Tigor Hutasuhut 6c09278e0a devices: added tracing and telemetry to devices_list and update 2024-08-15 10:40:35 +07:00
Tigor Hutasuhut cf14079f1f refactor: api now uses it's own request type and handlers
will now handles the conversion of the request to the api request type
2024-08-15 10:23:56 +07:00
Tigor Hutasuhut 8bb8cb30ec refactor: now uses jet sql as much as possible 2024-08-15 09:36:06 +07:00
Tigor Hutasuhut 4872e653ef api: added telemetry and migrate to jet for devices endpoint 2024-08-13 14:26:19 +07:00
Tigor Hutasuhut 3e95251181 api: added subreddits get api and update telemetry package 2024-08-13 09:40:02 +07:00
Tigor Hutasuhut 8ff3bc4fd8 subreddits: implemented create subreddit rpc endpoint 2024-08-11 10:27:13 +07:00
Tigor Hutasuhut ab86ff19a5 devices: added count devices endpoint 2024-08-08 22:51:53 +07:00
Tigor Hutasuhut 649be571d2 devices: implemented DeviceExists service 2024-08-08 20:39:04 +07:00
Tigor Hutasuhut 87fb2c45a1 server: implemented device update endpoint 2024-08-08 16:13:30 +07:00
Tigor Hutasuhut 19a058dc11 sql: added logging support 2024-08-08 13:41:18 +07:00
Tigor Hutasuhut 107330e49b devices: added list devices endpoint 2024-08-07 23:59:29 +07:00
Tigor Hutasuhut 261361e5a7 app: added one api connection between backend and frontend 2024-08-06 22:13:37 +07:00
Tigor Hutasuhut efd2b6b187 refactor(api): sqlite error check uses new for type assertion 2024-08-05 23:20:07 +07:00
Tigor Hutasuhut b23ac7617e more updates 2024-08-05 23:06:32 +07:00