Nadia Santalla
c158912da4
fix media_links reading from DB
...
Prior to this commit, `MediaLinks` were always returned as `nil`.
Peeking a bit I figured that's becuase the argument to `MediaLinks.Scan`
is in fact a string, and not a `[]byte` as the code expects. I guess
that might be because `media_links` is a `json` (not `jsonb`) column in
sqlite. I have no idea which of the two is best to use for the DB side,
but it's easy to make the code support both.
2025-10-06 14:18:03 +01:00
Nazar Kanaev
b8afa82a81
support multiple media links
2025-03-11 11:15:09 +00:00
Nazar Kanaev
2a4d974965
go fmt
2024-10-07 12:20:45 +01:00
Nazar Kanaev
a895145586
sort articles before storing
2023-09-30 23:19:58 +01:00
icefed
5f82a9e339
add fever doc & fix fever issues
2023-09-14 13:42:57 +01:00
icefed
b7b707bd43
update
2023-09-11 13:56:11 +01:00
icefed
7cf27e0fde
fix review
2023-09-11 13:56:11 +01:00
icefed
66f2a973a3
fever api support
...
Fever API spec: https://github.com/DigitalDJ/tinytinyrss-fever-plugin/blob/master/fever-api.md
2023-09-11 13:56:11 +01:00
x2cf
32ca121520
fix item order
2023-05-16 11:09:57 +01:00
Nazar Kanaev
632412c10e
go fmt
2023-02-02 22:06:27 +00:00
Nazar Kanaev
954b549029
update
2022-02-15 21:56:32 +00:00
Nazar Kanaev
f8db2ef7ad
delete old items based on feed size
2022-02-10 22:14:47 +00:00
Nazar Kanaev
d0b83babd2
initial work for smarter database cleanup
2022-02-10 22:14:47 +00:00
Nazar Kanaev
7aeb458ee5
fix pagination
2021-05-31 14:37:45 +01:00
Nazar Kanaev
d308bb64c2
rewrite items sql queries
2021-04-08 14:00:26 +01:00
Nazar Kanaev
c825f8864f
drop description field usage
2021-04-06 11:50:15 +01:00
Nazar Kanaev
6acf9af887
remove item.date_updated, item.description & item.author fields in storage
2021-04-05 21:30:07 +01:00
Nazar Kanaev
144fc1606a
remove feed hacks from storage
2021-04-05 20:59:15 +01:00
Nazar Kanaev
e50c7e1a51
handle html type atom text
2021-04-02 22:26:45 +01:00
Nazar Kanaev
c8d6363677
already done
2021-04-02 22:26:45 +01:00
Nazar Kanaev
3ae17171e2
server-side item sanitization
2021-04-02 22:26:44 +01:00
Nazar Kanaev
9f376db0f4
gofmt
2021-04-02 22:26:44 +01:00
Nazar Kanaev
cc7bdc5b76
switch to the standard logger
2021-04-02 22:26:43 +01:00
Nazar Kanaev
fa2b97242d
storage fixes
2021-03-10 22:13:03 +00:00
Nazar Kanaev
e1cfb04f98
podcasts
2021-03-02 11:18:32 +00:00
Nazar Kanaev
a850d83b33
sqlite on delete actions
2021-02-28 00:35:19 +00:00
Nazar Kanaev
3fac9bb1bd
move packages to src
2021-02-26 13:49:37 +00:00