0cfcd90eba
refactor: split gpodder repository and the sqlite data store implementation into separate crates
...
The complete separation of concerns via the gpodder repository allows us
to cleanly separate the server from the gpodder specification. This
paves the way for a later Postgres implementation of the data store.
2025-03-19 08:54:49 +01:00
025a69ea71
fix: use correct table name for sync_group
2025-03-16 22:32:28 +01:00
4a45bebc9f
feat: added sync group table and models
2025-03-16 21:32:55 +01:00
12c1c72d4d
chore: merge session last seen migration into initial
2025-03-16 14:05:29 +01:00
029eb95382
feat: implemented episode actions GET route
2025-03-04 16:44:30 +01:00
bcfb8805eb
feat: implement episode actions add endpoint
2025-03-04 09:47:13 +01:00
064365fb4f
refactor: decide to not create separate table for subscriptions
2025-03-04 08:46:49 +01:00
3e79bec974
wip episode actions
2025-02-28 13:49:13 +01:00
7ce41cd034
chore: combine migrations into one
2025-02-28 09:46:26 +01:00