Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-12 | fix: Honor hide_globally when creating a new feed through the api | 1 | -0/+10 | ||
TestGetGlobalEntriesEndpoint was failing because CreateFeed ignored HideGlobally, this fixes that. | |||||
2024-08-12 | feat: API: Allow filtering entries on globally_hidden | 1 | -0/+48 | ||
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-04-01 | api tests: use intSize-agnostic random integers | 1 | -2/+1 | ||
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-03-16 | Rewrite API integration tests without build tags | 1 | -0/+2322 | ||