aboutsummaryrefslogtreecommitdiff
path: root/internal/ui/static_javascript.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-08-12feat: add license info to js, for LibreJS compatibilityGravatar Piper McCorkle 1-0/+8
[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-03-17Enable go-critic linter and fix various issues detectedGravatar Frédéric Guillot 1-1/+1
2024-02-28Use `%q` instead of `"%s"`Gravatar jvoisin 1-1/+1
2023-08-10Move internal packages to an internal folderGravatar Frédéric Guillot 1-0/+38
For reference: https://go.dev/doc/go1.4#internalpackages