index
:
v2
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
go.mod
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-19
Add GitHub extensions to dev container
Frédéric Guillot
1
-1
/
+4
2023-10-19
Do not log website without icon as warning
Frédéric Guillot
2
-4
/
+4
2023-10-18
Refactor icon finder
Frédéric Guillot
3
-111
/
+170
2023-10-18
Add support for SVG icons with data url without encoding
Frédéric Guillot
2
-0
/
+22
2023-10-18
Add new page for background feeds refresh
Frédéric Guillot
21
-26
/
+85
2023-10-17
Expose `next_check_at` in the web ui and API
Frédéric Guillot
22
-1
/
+48
2023-10-17
Add indexes to improve performance
Frédéric Guillot
2
-2
/
+18
2023-10-17
When building the docker image, make sure to pull the latest base image.
mcnesium
1
-1
/
+1
2023-10-17
Strip version prefix when building Debian package
Frédéric Guillot
1
-1
/
+1
2023-10-16
Avoid excessive manual polling with default scheduler
Frédéric Guillot
7
-15
/
+40
2023-10-15
Update ChangeLog
v2.0.49
2.0.49
Frédéric Guillot
1
-0
/
+31
2023-10-14
Show username in Fever API logs
Frédéric Guillot
1
-2
/
+2
2023-10-13
Correct the timestamp format for Expires response header
jinmiaoluo
1
-1
/
+1
2023-10-10
Bump golang.org/x/net from 0.16.0 to 0.17.0
dependabot[bot]
2
-3
/
+3
2023-10-08
Add /v1/version endpoint
Frédéric Guillot
6
-0
/
+118
2023-10-06
Add API endpoint to update entry title and content
Frédéric Guillot
10
-32
/
+181
2023-10-06
Replace github.com/rylans/getlang with github.com/abadojack/whatlanggo
Frédéric Guillot
5
-27
/
+103
2023-10-06
Add Bruno Miniflux API collection
Frédéric Guillot
44
-1
/
+995
2023-10-06
Fix Javascript error when reading time option is disabled
Frédéric Guillot
1
-1
/
+4
2023-10-06
Bump github.com/mccutchen/go-httpbin/v2 from 2.11.0 to 2.11.1
dependabot[bot]
2
-3
/
+3
2023-10-06
Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0
dependabot[bot]
2
-6
/
+6
2023-10-06
Add new API endpoint /icons/{iconID}
Frédéric Guillot
6
-10
/
+62
2023-10-05
Add API endpoint to flush history
Frédéric Guillot
5
-4
/
+48
2023-10-05
Make the feed category optional for API clients who don't support categories
Frédéric Guillot
1
-0
/
+10
2023-10-05
Add enclosures to /v1/entries API endpoint
Frédéric Guillot
3
-11
/
+31
2023-10-05
Add changed_after and changed_before options to /v1/entries endpoint
Frédéric Guillot
5
-44
/
+88
2023-10-05
Remove deprecated PreferServerCipherSuites
Frédéric Guillot
1
-3
/
+2
2023-10-05
Bump golang.org/x/crypto from 0.13.0 to 0.14.0
dependabot[bot]
2
-3
/
+3
2023-10-05
Bump golang.org/x/term from 0.12.0 to 0.13.0
dependabot[bot]
2
-6
/
+6
2023-09-30
Fix Apprise logic to handle feed service URLs
Frédéric Guillot
2
-3
/
+5
2023-09-27
Add command line argument to export user feeds
Frédéric Guillot
5
-5
/
+50
2023-09-27
Telegram: replace feed HTML link with a button to avoid page preview issues
Frédéric Guillot
1
-8
/
+8
2023-09-27
Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0
dependabot[bot]
2
-17
/
+15
2023-09-27
Telegram: add the possibility to disable buttons
Jany
26
-44
/
+85
2023-09-24
Implement structured logging using log/slog package
Frédéric Guillot
77
-893
/
+1869
2023-09-23
Added new rewrite rules `add_hn_links_using_hack` and `add_hn_links_using_ope...
Adriano Di Luzio
4
-0
/
+104
2023-09-22
Fix missing word in force refresh message
Paul W. Rankin
1
-1
/
+1
2023-09-18
Bump docker/setup-buildx-action from 2 to 3
dependabot[bot]
2
-3
/
+3
2023-09-18
Bump github.com/tdewolff/minify/v2 from 2.12.8 to 2.12.9
dependabot[bot]
2
-6
/
+6
2023-09-18
Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0
dependabot[bot]
2
-18
/
+18
2023-09-18
Bump docker/build-push-action from 4 to 5
dependabot[bot]
1
-4
/
+4
2023-09-18
Bump docker/setup-qemu-action from 2 to 3
dependabot[bot]
2
-3
/
+3
2023-09-18
Bump docker/login-action from 2 to 3
dependabot[bot]
1
-3
/
+3
2023-09-15
Fix typo in ChangeLog
2.0.48
Frédéric Guillot
1
-1
/
+1
2023-09-15
Update ChangeLog
v2.0.48
Frédéric Guillot
1
-0
/
+40
2023-09-11
Status bar is unreadable when using PWA in dark mode on Firefox Android
Frédéric Guillot
1
-2
/
+0
2023-09-11
Group settings form fields into fieldsets
Frédéric Guillot
21
-679
/
+858
2023-09-10
Add webhook event for saving entry
Frédéric Guillot
4
-19
/
+121
2023-09-10
Add feed information into webhook event
Frédéric Guillot
3
-5
/
+32
2023-09-10
Improve Telegram integration
Frédéric Guillot
29
-317
/
+602
[next]