miniflux-v2/internal/api
Thomas J Faughnan Jr 3e0d5de7a3 api tests: use intSize-agnostic random integers
rand.Intn(math.MaxInt64) causes tests to fail on 32-bit architectures.
Use the simpler rand.Int() instead, which still provides plenty of room
for generating pseudo-random test usernames.
2024-04-01 21:02:48 -07:00
..
api.go Add /v1/version endpoint 2023-10-08 15:53:24 -07:00
api_integration_test.go api tests: use intSize-agnostic random integers 2024-04-01 21:02:48 -07:00
category.go Refactor Batch Builder and prevent accidental and excessive refreshes from the web ui 2023-10-20 16:07:18 -07:00
entry.go Rename PROXY_* options to MEDIA_PROXY_* 2024-03-20 21:28:28 -07:00
feed.go Display an error message on edit feed page when the feed URL is not unique 2024-03-15 19:07:54 -07:00
icon.go Add new API endpoint /icons/{iconID} 2023-10-06 13:52:33 -07:00
middleware.go Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
opml.go Add command line argument to export user feeds 2023-09-27 21:45:23 -07:00
payload.go Add /v1/version endpoint 2023-10-08 15:53:24 -07:00
subscription.go Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
user.go Remove Golint 2024-02-24 21:17:56 -08:00