Nazar Kanaev
4a42b239cc
update changelog
2024-06-16 11:39:23 +01:00
Karol Kosek
b9b3d2350c
atom: Stop unescaping special HTML characters
...
The HTML data in Atom is escaped because the data needs to put as a
string to an XML file. If we are accessing it by reading the string
value, then it is already unescaped, as opposed to getting the raw
XML data.
XHTML data don't need to be unescaped either since the elements are
already encoded as is in tree. :)
Closes #198
2024-06-16 11:35:32 +01:00
nkanaev
b13cd85f0b
update makefile
2024-05-14 13:22:14 +01:00
Jason Rogena
daffd721eb
Allow overriding the GOARCH in the makefile
...
To allow for building yarr for other architectures, make the GOARCH
env var overridable in the makefile.
Signed-off-by: Jason Rogena <null+github.com@rogena.me>
2024-05-12 22:57:18 +01:00
dependabot[bot]
24232d72e9
Bump golang.org/x/net from 0.17.0 to 0.23.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.17.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-24 14:03:30 +01:00
Nazar Kanaev
4983e18e23
switch to articles feed on click
2024-04-17 22:04:14 +01:00
Nazar Kanaev
e1954e4cba
update changelog
2024-04-17 21:45:25 +01:00
Nazar Kanaev
58420ae52b
editable link fixes
2024-04-17 21:44:16 +01:00
Adam Szkoda
b01f71de1a
Editable feed link
2024-04-17 21:26:09 +01:00
Nazar Kanaev
379aaed39e
update changelog
2024-04-17 21:19:04 +01:00
Nazar Kanaev
dc20932060
apply selected theme to the login page
2024-04-17 21:17:04 +01:00
Dark Dragon
96835ebd33
Set entrypoint to yarr executable
...
This allows passing args as CMD directly without knowing the path to yarr within the container
2024-04-09 12:19:09 +01:00
nkanaev
c896f779b5
Update dockerfile
2024-04-09 11:21:11 +01:00
xfzv
5f606b1c40
install-linux.sh - ensure $HOME/.local/share/{applications,icons}
dirs exist
2024-03-19 10:51:25 +00:00
Nazar Kanaev
9d5b8d99f7
bump golang/x/* libs
2023-10-24 21:53:27 +01:00
Nazar Kanaev
13c047fc21
update makefile
2023-10-24 21:53:27 +01:00
Dan Ford
55751b3eb6
Update build-docker-image
2023-10-24 21:43:00 +01:00
Dan Ford
b961502a17
Add docker image build action
2023-10-24 21:43:00 +01:00
Nazar Kanaev
a895145586
sort articles before storing
2023-09-30 23:19:58 +01:00
nkanaev
5aec3b4dab
Update readme.md
2023-09-23 21:44:41 +01:00
Nazar Kanaev
d787060a24
move files
2023-09-23 21:39:53 +01:00
Nazar Kanaev
c1a29418eb
reorganise bin files
2023-09-23 21:32:32 +01:00
Nazar Kanaev
17847f999c
update changelog
2023-09-23 21:10:21 +01:00
Will Harding
3adcddc70c
Pull atom xhtml title from nested elements
...
The Atom spec says that any title marked with a type of "xhtml" should be
contained in a div element[1] so we need to use the full XML text when
extracting the text.
[1] https://www.rfc-editor.org/rfc/rfc4287#section-3.1
2023-09-23 21:08:22 +01:00
nkanaev
c76ff26bd6
Update readme.md
2023-09-14 13:44:35 +01:00
icefed
50f8648f64
update readme
2023-09-14 13:42:57 +01:00
icefed
5f82a9e339
add fever doc & fix fever issues
2023-09-14 13:42:57 +01:00
nkanaev
3278ba4eac
Update changelog.txt
2023-09-11 13:56:58 +01:00
icefed
9fc72f8b68
update
2023-09-11 13:56:11 +01:00
icefed
b7b707bd43
update
2023-09-11 13:56:11 +01:00
icefed
7cf27e0fde
fix review
2023-09-11 13:56:11 +01:00
icefed
66f2a973a3
fever api support
...
Fever API spec: https://github.com/DigitalDJ/tinytinyrss-fever-plugin/blob/master/fever-api.md
2023-09-11 13:56:11 +01:00
Nazar Kanaev
7ecbbff18a
update changelog
2023-09-07 18:21:31 +01:00
Nazar Kanaev
850ce195a0
fix atom links
2023-09-07 18:19:17 +01:00
Nazar Kanaev
479aebd023
update changelog
2023-09-01 17:40:13 +01:00
Nazar Kanaev
9b178d1fb3
fix relative article links
2023-09-01 17:38:37 +01:00
Nazar Kanaev
3ab098db5c
update changelog
2023-08-21 10:39:19 +01:00
Nazar Kanaev
6d16e93008
fix sqlite conflict handling for feeds/folders
2023-08-19 21:51:05 +01:00
Nazar Kanaev
98934daee4
update docs
2023-08-15 14:35:42 +01:00
Nazar Kanaev
259474cae9
v2.4
v2.4
2023-08-15 14:13:12 +01:00
Nazar Kanaev
1e65a7951b
ui fixes
2023-08-14 22:01:13 +01:00
Nazar Kanaev
bed5640366
fix base font size
2023-08-14 21:25:47 +01:00
Hannes Braun
57ea83cf4f
Use more recent images for GitHub Actions
2023-08-13 22:29:41 +01:00
Hannes Braun
219842d723
Update minimum required Go version to 1.17
2023-08-13 22:29:41 +01:00
Nazar Kanaev
a96fc101f2
paragraph margins
2023-08-06 12:40:54 +01:00
Nazar Kanaev
81a77ce0a4
update changelog
2023-05-22 22:28:15 +01:00
Adam Szkoda
9ed359f964
Protect a read from a map with a mutex
2023-05-22 22:24:57 +01:00
Nazar Kanaev
bc18557820
handle isPermalink in rss feeds
2023-05-20 23:26:22 +01:00
Nazar Kanaev
7d99edab8d
update changelog
2023-05-16 11:12:54 +01:00
x2cf
32ca121520
fix item order
2023-05-16 11:09:57 +01:00