57d304161b
Add ~vern onion instance ( #537 )
...
* Add ~vern onion instance
Add vern.cc's onion instance of libreddit to instance list
* Remove http:// from link name
* Fix previous commit
2022-06-24 10:52:08 -07:00
b5f21bcb97
Added 3 instances ( #531 )
...
* Add Instance - encrypted-data.xyz
* Add Instance - eu.org
* Add Instance - opnxng.com
2022-06-24 10:50:16 -07:00
36c560144a
Remove libreddit.awesomehub.io ( #535 )
2022-06-24 10:48:41 -07:00
6d49858d59
Fixed navbar: Add preference to settings restore link
2022-06-18 23:05:36 +01:00
6c202a59b0
Make the fixed navbar optional
...
Adds another on/off preference (default: on, keeps same
behaviour) for the fixed navbar.
When off the navbar will not remain at the top of the
page when scrolling.
This is useful for small displays such as phones where
otherwise the navbar takes up a sizeable portion of
the viewport.
2022-06-18 22:53:30 +01:00
2bc714d0c5
Added mha.fi Instance ( #519 )
...
Close #518
2022-06-11 20:41:54 +00:00
ff4a515e24
change lr.vern.cc hosting location as we moved vps ( #526 )
2022-06-11 20:39:29 +00:00
93f089c2cf
Add libreddit.foss.wtf ( Close #527 )
2022-06-11 20:39:11 +00:00
23569206cc
L: Fixed two swapped config variables in the documentation. ( #524 )
2022-06-06 02:09:36 +00:00
5f20e8ee27
Fix dark theme hidden in settings
v0.22.9
2022-05-28 19:55:13 -07:00
a8a8980b98
Update README.md ( #516 )
2022-05-28 05:31:38 +00:00
fd7d977835
Add instance rd.jae.su ( close #515 )
2022-05-28 05:31:07 +00:00
50f26333cb
remove 40two.app - dead/serves ads ( #517 )
...
40two.app looks like it serves ads instead of libreddit. Hasn't worked for 1 week+
2022-05-28 05:17:38 +00:00
f5cd48b07f
Fix #514
2022-05-21 21:06:03 -07:00
50665bbeb3
Switch titles to <h1>s ( Fixes #444 )
2022-05-21 15:47:58 -07:00
d558127306
Add keyboard shortcuts to nav buttons ( closes #466 )
2022-05-20 23:10:11 -07:00
0c757023f9
Correct localhost to 0.0.0.0 in SystemD conf ( #498 )
2022-05-21 05:53:48 +00:00
90828cc71c
Fix "Post url contains non-ASCII characters" error ( #479 )
2022-05-21 05:48:59 +00:00
7f5bfc04b3
Always show Feeds dropdown ( Fixes #408 )
2022-05-20 22:42:05 -07:00
322aa97a18
Fix HTML encoding in templating ( #404 )
2022-05-21 05:28:31 +00:00
7e07ca3df1
Fix #480
2022-05-20 21:26:53 -07:00
428dc58e3c
Update to v0.22.8
v0.22.8
2022-05-20 19:20:44 -07:00
0ec8e4e9a2
Harden Systemd configuration ( #453 )
2022-05-21 01:48:32 +00:00
60c7b6b23f
Embed css themes to simplify adding and testing new themes ( #489 )
2022-05-21 01:41:31 +00:00
1c8bcf33c1
Made .onion instance url consistant ( #511 )
...
Without `http://`, it may have caused problems for libredirect
2022-05-18 04:30:51 +00:00
3bdc21f90a
Remove silkky.cloud instance. Closes #510
2022-05-17 03:12:03 +00:00
c3dade257d
Restore post sorting preference by link ( #406 )
2022-05-17 03:11:01 +00:00
62b2bbb231
Add reddit.dr460nf1r3.org instance ( #504 )
...
Co-authored-by: Spike <19519553+spikecodes@users.noreply.github.com >
2022-05-15 21:37:39 +00:00
653aee9294
CI: Add docker build caching ( #493 )
2022-05-15 21:37:13 +00:00
bb7fb1313d
Fix multireddit subscription redirect url
v0.22.7
2022-05-15 13:50:17 -07:00
01bc729a80
✏️ Fix link to Cloudflare in README.md ( #506 )
...
Added `.com` to `https://cloudflare ` to fix the link in `README.md`.
2022-05-15 19:58:32 +00:00
39e6e6bf81
Add lr.vern.cc to instance list ( #505 )
2022-05-15 19:58:10 +00:00
8c94c0dd17
Let native elements use theme accent colour ( #509 )
2022-05-15 19:56:25 +00:00
1c50c8f30d
Update instances
...
Closes #503 , #495 , #488 , #484 , #483 , #454 , and #507
2022-05-15 19:16:15 +00:00
3facaefb53
Add strongthany.cc instance ( #478 )
...
* Update to list of public instances
added strongthany.cc instance to the list of public instances
* fixed accidental removal
put the location status back for riverside.
2022-04-06 18:25:11 +00:00
aec45311cc
✍️ fix: Tries to add better readability - ➡️ fix: Moves funding links to correct file ( #477 )
...
* ✍️ fix(readme): Adds better readability
* ➡️ fix(buymeacoffee): Moves custom link to correct FUNDING.yml
* ➡️ fix(buymeacoffee): Moves custom link to correct FUNDING.yml
* ✍️ fix(bugreport): Adds better readability
* ✍️ fix(featureparity): Adds better readability
* ✍️ fix(featurerequest): Adds better readability
* ✍️ fix(crypto): Removes broken linking, changed to codeblock
2022-04-06 18:24:10 +00:00
47ab857103
Scroll overflowing tables ( fixes #469 )
v0.22.6
2022-04-02 21:24:20 -07:00
a9ef5bc08b
Add lunar.icu instance. Closes #460
2022-03-27 00:50:19 +00:00
eb6c5e5e1e
Fix backslash url rewriting and add tests for rewrite_urls. ( #461 )
...
* Fix backslash url rewriting.
Add test for rewrite_urls.
Fixes #281 .
* Update to v0.22.5
Co-authored-by: spikecodes <19519553+spikecodes@users.noreply.github.com >
v0.22.5
2022-03-26 20:26:30 +00:00
ed11135af8
Update to v0.22.4
v0.22.4
2022-03-26 13:09:24 -07:00
3a1af78e26
Wrap long post urls. ( #462 )
2022-03-26 19:55:53 +00:00
345770c64d
Update libreddit.privacy.com.de domain
2022-03-26 19:54:26 +00:00
9eb42932df
Hide empty sidebar
v0.22.3
2022-03-24 21:19:21 -07:00
f0a6bdc21b
Fix sorting buttons on r/all and r/popular ( #402 )
...
* Fix sorting buttons on r/all and r/popular
* Bump version to v0.22.2
* Fix empty sidebar in r/all and r/popular
Co-authored-by: spikecodes <19519553+spikecodes@users.noreply.github.com >
v0.22.2
2022-03-15 03:39:39 +00:00
3eef60d486
Add instances ( #432 , #433 , #436 , #438 )
2022-03-14 01:01:09 +00:00
59043456ba
Wrap long post titles ( fixes #435 )
v0.22.1
2022-03-13 12:59:15 -07:00
90c7088da2
Link Privacy Redirect as well
2022-03-13 19:19:56 +00:00
9e65a65556
Promote LibRedirect in README
2022-03-13 19:15:47 +00:00
8cfbde2710
Add LiberaPay "Donate" button back
v0.22.0
2022-03-13 19:11:39 +00:00
70ff150ab4
Add user listing buttons ( #400 )
...
* Add user listing buttons
* Update to v0.22
Co-authored-by: spikecodes <19519553+spikecodes@users.noreply.github.com >
2022-03-13 19:06:27 +00:00