miniflux/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
api_integration_test.go api tests: use intSize-agnostic random integers 2024-04-01 21:02:48 -07:00
category.go
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
middleware.go Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
opml.go
payload.go
subscription.go
user.go Remove Golint 2024-02-24 21:17:56 -08:00