1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/internal
Piper McCorkle ee926e73cb feat: add license info to js, for LibreJS compatibility
[LibreJS][0] is a browser extension developed by GNU which ensures only Free (libre) JavaScript is run. To determine whether given JavaScript is Free, LibreJS consults metadata included in the JavaScript file. Since Miniflux is Free Software, getting its JavaScript to work when LibreJS is installed is just a matter of adding license metadata to the returned JavaScript source.

[0]: https://www.gnu.org/software/librejs/index.html
2024-08-12 20:43:18 -07:00
..
api fix: Honor hide_globally when creating a new feed through the api 2024-08-12 20:20:44 -07:00
cli feat: Add option to disable local auth form 2024-08-12 19:27:08 -07:00
config feat: Add option to disable local auth form 2024-08-12 19:27:08 -07:00
crypto Make use of HashFromBytes everywhere 2024-03-11 15:22:22 -07:00
database feat: mark media as read when playback reaches 90% 2024-07-28 12:29:45 -07:00
fever fix: use BASE_URL instead of r.Host to generate absolute media proxy URL 2024-07-29 16:04:31 -07:00
googlereader fix: use BASE_URL instead of r.Host to generate absolute media proxy URL 2024-07-29 16:04:31 -07:00
http Make cookie duration dependent on configuration 2024-05-01 19:34:13 -07:00
integration feat(integration): add ntfy integration 2024-07-13 17:51:17 -07:00
locale feat(locale): update zh_CN translations 2024-07-31 19:06:36 -07:00
mediaproxy fix: use BASE_URL instead of r.Host to generate absolute media proxy URL 2024-07-29 16:04:31 -07:00
metric Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
model feat: mark media as read when playback reaches 90% 2024-07-28 12:29:45 -07:00
oauth2 Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
reader fix: Honor hide_globally when creating a new feed through the api 2024-08-12 20:20:44 -07:00
storage feat: mark media as read when playback reaches 90% 2024-07-28 12:29:45 -07:00
systemd Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
template feat: Add option to disable local auth form 2024-08-12 19:27:08 -07:00
timezone timezone: make sure the tests pass when the timezone database is not installed on the host 2024-03-24 13:25:02 -07:00
ui feat: add license info to js, for LibreJS compatibility 2024-08-12 20:43:18 -07:00
urllib Use strings.EqualFold instead of strings.ToLower(…) == 2024-02-28 19:47:30 -08:00
validator Update the expected rule template for the rule validator 2024-07-04 13:07:40 -07:00
version Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
worker Use modern for loops 2024-02-28 19:55:28 -08:00