Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stream::Activity: Add some more object types. | Harald Eilertsen | 2024-10-30 | 1 | -0/+2 |
| | |||||
* | stream::Activity: Add object_type field and update methods. | Harald Eilertsen | 2024-10-30 | 1 | -2/+21 |
| | |||||
* | Rename stream::activity types and structs. | Harald Eilertsen | 2024-10-30 | 1 | -13/+13 |
| | |||||
* | Rename stream::streamitem to stream::activity | Harald Eilertsen | 2024-10-30 | 1 | -0/+0 |
| | |||||
* | Update streamitem test case to the new AS2 based format. | Harald Eilertsen | 2024-10-30 | 1 | -5/+5 |
| | |||||
* | Add support for category tags in stream. | Harald Eilertsen | 2024-10-29 | 1 | -0/+3 |
| | |||||
* | Update parsning of stream verbs to accept ActivityStreams 2.0 | Harald Eilertsen | 2024-10-29 | 1 | -9/+52 |
| | |||||
* | bin: list channel stream summary in email like style | Harald Eilertsen | 2024-01-14 | 1 | -1/+1 |
| | |||||
* | Additional stream tag types and flags + optional fields. | Harald Eilertsen | 2024-01-14 | 3 | -11/+81 |
| | |||||
* | Add stream Actor and Tag structs and complete StreamItem. | Harald Eilertsen | 2024-01-13 | 3 | -0/+114 |
| | |||||
* | Add some more fields to the StreamItem struct. | Harald Eilertsen | 2024-01-13 | 1 | -0/+13 |
| | |||||
* | Add stream::DateTime struct | Harald Eilertsen | 2024-01-13 | 2 | -0/+104 |
| | | | | | | | As the date and time returned in the json data from the zot stream api's neither contains any timezone information, nor follow the RFC3339 format expected by Chrono, we need to make our own date time type, and handle deserialization ourselves. | ||||
* | Move streamitem tests to streamitem module. | Harald Eilertsen | 2024-01-13 | 1 | -0/+97 |
| | |||||
* | Refactor stream API, move StreamItem and Verb to modules. | Harald Eilertsen | 2024-01-12 | 2 | -0/+126 |