aboutsummaryrefslogtreecommitdiff
path: root/internal/api/api_integration_test.go (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-29integration/webhook: add category title to request bodyGravatar Jean Khawand 1-8/+15
2024-03-28Turkish Translation UpdateGravatar Taylan Tatlı 1-530/+497
2024-03-25Bump dominikh/staticcheck-action from 1.3.0 to 1.3.1Gravatar dependabot[bot] 1-1/+1
2024-03-24reader/rss: don't add empty tags to RSS itemsGravatar jvoisin 1-13/+27
2024-03-24fix: do not store empty tagsGravatar Romain de Laage 2-2/+19
2024-03-24http/response: get rid of the X-XSS-Protection headerGravatar jvoisin 2-2/+0
2024-03-24timezone: make sure the tests pass when the timezone database is not installe...Gravatar Frédéric Guillot 1-0/+3
2024-03-24integration: fix rssbrige importGravatar Frédéric Guillot 1-1/+1
2024-03-23Update GitHub PR templateGravatar Frédéric Guillot 1-0/+1
2024-03-23cli: avoid misleading error message when creating an admin userGravatar Frédéric Guillot 4-15/+24
2024-03-23rss: use Channel tags only if there is no Item tagsGravatar Frédéric Guillot 2-7/+9
2024-03-21Update miniflux.1Gravatar Jean Khawand 1-1/+1
2024-03-21Update miniflux.1Gravatar Jean Khawand 1-0/+2
2024-03-20Rename PROXY_* options to MEDIA_PROXY_*Gravatar Frédéric Guillot 14-204/+413
2024-03-20Enable trusted-typesGravatar jvoisin 5-4/+20
2024-03-20Replace a bunch of `let` with `const`Gravatar jvoisin 6-44/+41
2024-03-20Inline a one-liner functionGravatar jvoisin 4-12/+7
2024-03-19man page: sort config options in alphabetical orderGravatar Frédéric Guillot 1-217/+216
2024-03-19Ensure enclosure URLs are always absoluteGravatar Frédéric Guillot 6-128/+447
2024-03-19Minor refactoring of internal/reader/atom/atom_10_adapter.goGravatar jvoisin 1-30/+31
2024-03-19Minor idiomatic pass on internal/http/request/context.goGravatar jvoisin 1-24/+8
2024-03-20Add `FILTER_ENTRY_MAX_AGE_DAYS` config option to limit fetching all feed itemsGravatar Jean Khawand 6-4/+53
2024-03-19Add keyboard shortcuts for scrolling to top/bottom of the item listGravatar Matt Behrens 21-11/+76
2024-03-19Bump github.com/coreos/go-oidc/v3 from 3.9.0 to 3.10.0Gravatar dependabot[bot] 2-19/+7
2024-03-18Fix regression in AbsoluteProxifyURL()Gravatar Frédéric Guillot 3-18/+113
2024-03-18Remove trailing space in SiteURL and FeedURLGravatar Frédéric Guillot 7-22/+274
2024-03-18Use struct embedding to reduce code duplicationGravatar jvoisin 2-37/+21
2024-03-18Minor concatenation-related simplifications in internal/storage/Gravatar jvoisin 3-16/+14
2024-03-18Simplify removeDuplicatesGravatar jvoisin 1-11/+4
2024-03-18Minor simplification of internal/reader/media/media.goGravatar jvoisin 1-9/+8
2024-03-17atom: avoid debug message when the date is emptyGravatar Frédéric Guillot 1-9/+11
2024-03-17Enable go-critic linter and fix various issues detectedGravatar Frédéric Guillot 34-109/+126
2024-03-17Replace Optional{Int,Int64,Float64} with a generic function OptionalNumber()Gravatar Frédéric Guillot 3-24/+10
2024-03-17Minor simplifications of the rewriterGravatar jvoisin 2-68/+51
2024-03-17Compile block/keep regex only once per feedGravatar jvoisin 1-39/+46
2024-03-17feat: Media player: Conrol playback speedGravatar Romain de Laage 31-74/+188
2024-03-16Rewrite API integration tests without build tagsGravatar Frédéric Guillot 15-2552/+2385
2024-03-15Update GitHub PR templateGravatar Frédéric Guillot 1-0/+2
2024-03-15Fix regressions introduced by PR #2476Gravatar Frédéric Guillot 1-4/+4
2024-03-15Fix download button loading labelGravatar Frédéric Guillot 1-27/+29
2024-03-15Avoid warnings in ui packageGravatar Frédéric Guillot 2-17/+8
2024-03-15Fix force refreshGravatar Frédéric Guillot 1-3/+7
2024-03-15Display an error message on edit feed page when the feed URL is not uniqueGravatar Frédéric Guillot 3-3/+7
2024-03-15Remove some duplicated code in RSS parserGravatar Frédéric Guillot 4-64/+227
2024-03-15Refactor Atom parser to use an adapterGravatar Frédéric Guillot 11-513/+808
2024-03-15Bump the number of simultaneous workersGravatar jvoisin 2-2/+2
2024-03-14Fix regression: Add to Home Screen button is unreadableGravatar Frédéric Guillot 1-0/+2
2024-03-14More trusted-types compatibilityGravatar jvoisin 1-5/+5
2024-03-14Bump github.com/go-webauthn/webauthn from 0.10.1 to 0.10.2Gravatar dependabot[bot] 2-14/+14
2024-03-13Fix JavaScript error on the login pageGravatar Frédéric Guillot 1-2/+4