Frédéric Guillot
|
33b780d9c0
fix(jsonfeed): stop the title fallback loop at the first non-empty value
|
3 달 전 |
Frédéric Guillot
|
5d8540b324
fix(jsonfeed): avoid panic when parsing null JSON feed
|
3 달 전 |
Frédéric Guillot
|
a2a5244387
feat(jsonfeed): support malformed feeds with author object in authors array
|
3 달 전 |
Frédéric Guillot
|
3a232d0c8d
test(request): add 100% unit test coverage
|
3 달 전 |
Frédéric Guillot
|
5a8df8abf0
fix(fetcher): ensure response body is closed even on client error
|
3 달 전 |
Julien Voisin
|
a4883ca11e
refactor(fetcher): use modern string functions and improve error messages
|
3 달 전 |
Frédéric Guillot
|
4cd66aef5f
docs(client): improve Godoc comments for exported functions
|
3 달 전 |
Frédéric Guillot
|
0ab3bb5efb
refactor(api): replace inlined map and structs with named payload structs
|
3 달 전 |
Frédéric Guillot
|
71c551ffe0
test(timezone): add test for `AvailableTimezones()`
|
3 달 전 |
Frédéric Guillot
|
bb05b25530
refactor(urllib): replace AbsoluteURL and GetAbsoluteURL
|
3 달 전 |
Frédéric Guillot
|
7b7fd48e15
test(validator): add more unit tests for the validation functions
|
3 달 전 |
Frédéric Guillot
|
fb0fcfb266
fix(js): use arrow functions for `touchcancel` event to maintain context
|
3 달 전 |
Frédéric Guillot
|
39840bb0d2
refactor(js): avoid returning values from forEach callbacks to prevent ignored results
|
3 달 전 |
Frédéric Guillot
|
79a3369699
refactor(js): use template literals for string concatenation to improve readability
|
3 달 전 |
Frédéric Guillot
|
696b98bb16
refactor(js): store keyboard shortcuts in a Map instead of plain object
|
3 달 전 |
Márton Salomváry
|
85fa69ba38
fix: unbreak cmd/ctrl/shift click on main nav
|
3 달 전 |
jvoisin
|
c5a9111d58
refactor(timezone): improve internal timezones handling
|
3 달 전 |
dependabot[bot]
|
a46afe6979
build(deps): bump golang.org/x/net from 0.48.0 to 0.49.0
|
3 달 전 |
dependabot[bot]
|
2f67a68e75
build(deps): bump golang.org/x/crypto from 0.46.0 to 0.47.0
|
3 달 전 |
dependabot[bot]
|
83ca211cfb
build(deps): bump golang.org/x/image from 0.34.0 to 0.35.0
|
3 달 전 |
dependabot[bot]
|
55aa15dd52
build(deps): bump golang.org/x/term from 0.38.0 to 0.39.0
|
3 달 전 |
Frédéric Guillot
|
e54e6c097c
feat(config)!: deprecate `FILTER_ENTRY_MAX_AGE_DAYS` config option
|
3 달 전 |
Frédéric Guillot
|
56a11d1d45
chore: remove prealloc linter
|
3 달 전 |
lclee3390
|
df28028b24
feat(ui): add filter to search results by unread status
|
3 달 전 |
Frédéric Guillot
|
6439d352d2
docs(man): improve `miniflux.1` consistency and fix typos
|
3 달 전 |
Frédéric Guillot
|
a33cfb2b7d
feat(locale): update translations
|
3 달 전 |
Frédéric Guillot
|
590adb9967
refactor(googlereader): remove output param check for user-info handler
|
3 달 전 |
Frédéric Guillot
|
9e817e646f
feat(googlereader)!: remove CORS handler
|
3 달 전 |
Frédéric Guillot
|
5594586941
fix(googlereader): generated tokens should not be logged even in debug mode
|
3 달 전 |
Frédéric Guillot
|
5db66fc279
refactor(storage): avoid using Sprintf to update session fields
|
3 달 전 |