AiraNadih
f8a845ccb7
fix(entry): add update_content
query parameter to make content updates optional
2025-04-17 12:49:42 +00:00
AiraNadih
fc18540987
fix(entry): update fetchContent
response to use map[string]interface{}
for correct type handling
2025-04-15 20:37:38 +00:00
AiraNadih
a5980c156d
fix(entry): add reading time field in fetchContent
response
2025-04-15 20:20:06 +00:00
AiraNadih
1bd5e0ffea
fix(entry): remove unnecessary locale import and simplify fetchContent
response
2025-04-15 20:08:54 +00:00
AiraNadih
5b2e1026a8
fix(entry): add missing locale import
2025-04-15 18:39:26 +00:00
AiraNadih
c70ef43057
fix(consistency): align entry fetch content behavior between API and UI
2025-04-16 02:22:46 +08:00
Pontus Jensen Karlsson
810b351772
feat: add API routes /v1/enclosures/{enclosureID}
2024-08-18 11:53:19 -07:00
Pontus Jensen Karlsson
6fb7e84ce1
feat: API: Allow filtering entries on globally_hidden
...
Currently there's no way through the API to mimic the Unread page of the client.
This is now possible by filtering on globally_visible=true and status=unread.
2024-08-12 20:20:44 -07:00
Frédéric Guillot
d048d59d39
fix: use BASE_URL instead of r.Host
to generate absolute media proxy URL
2024-07-29 16:04:31 -07:00
Frédéric Guillot
c2311e316c
Rename PROXY_* options to MEDIA_PROXY_*
2024-03-20 21:28:28 -07:00
jvoisin
31ac62f410
Don't compute reading-time when unused
...
If the user doesn't display reading times, there is no need to compute them.
This should speed things up a bit, since `whatlanggo.Detect` is abysmally slow.
2024-02-29 19:14:17 -08:00
Frédéric Guillot
e4285c2cba
Add API endpoint to update entry title and content
2023-10-06 23:27:19 -07:00
Frédéric Guillot
5774323f2e
Add API endpoint to flush history
2023-10-05 22:19:08 -07:00
Frédéric Guillot
6dd090a848
Add enclosures to /v1/entries API endpoint
2023-10-05 21:39:29 -07:00
Frédéric Guillot
fccc25f7a3
Add changed_after and changed_before options to /v1/entries endpoint
2023-10-05 21:28:25 -07:00
Frédéric Guillot
e5d9f2f5a0
Rename internal url package to avoid overlap with net/url
2023-08-13 19:57:04 -07:00
Frédéric Guillot
168a870c02
Move internal packages to an internal folder
...
For reference: https://go.dev/doc/go1.4#internalpackages
2023-08-10 20:29:34 -07:00