Commit Graph

612 Commits

Author SHA1 Message Date
git-bruh b41eabecf7
Remove instance (#266) 2021-08-29 18:41:30 +00:00
AndreVuillemot160 5cb5f46fa2
Add new instance (libreddit.sugoma.tk) (#262) 2021-08-21 16:52:39 +00:00
Spike a900339529
Add some-things.org instances. Closes #260 2021-08-18 17:06:04 +00:00
spikecodes 41b3dc5739
More apt error messages for Reddit outages 2021-08-11 20:49:42 -07:00
spikecodes b3b5782373
Handle Docker amd64 builds in GitHub Actions 2021-08-04 12:08:25 -07:00
spikecodes 5c753ee171
Fix #251 2021-08-04 11:52:24 -07:00
Spike 229518c40b
Remove cyberhost instance. Closes #252 2021-08-01 16:48:26 +00:00
spikecodes 45a5778571
Escape text-only flairs 2021-07-19 10:20:00 -07:00
accountForIssues be253d40dd
Escape html characters in post flairs (#247)
* Encode HTML characters in flairs

* Encode HTML characters in flairs

* Use esc! macro for HTML escaping

Co-authored-by: spikecodes <19519553+spikecodes@users.noreply.github.com>
2021-07-19 17:15:15 +00:00
spikecodes e571cc3b1e
Tweak styling of Dracula theme 2021-07-19 10:07:00 -07:00
spikecodes 345f8e7b80
Dampen title color of visited posts. Fixes #222 2021-07-18 14:53:08 -07:00
spikecodes a190890239
Fix Regex matching of Reddit links 2021-07-17 22:24:28 -07:00
git-bruh ee51ce1a76
Add instance (#242) 2021-07-07 00:08:02 +00:00
Spike 81a2df98cb
Add awesomehub.io instance. Closes #239 2021-07-05 00:14:38 +00:00
Spike e79a4b704a
Add cyberhost.uk instance. Closes #238 2021-07-05 00:03:38 +00:00
spikecodes 56998b8332
Rewrite redd.it links 2021-06-21 22:51:50 -07:00
dbrennand 5418303b08
ARMV7 Docker Image (#234)
* feat: Push dockerfile.

Progress on trying to get armv7 image.

* feat: Add Dockerfile.

Using rust:slim as builder image.

* refactor: Changes to build for armv7.

* feat: Add .cargo config.

Taken from: https://medium.com/swlh/compiling-rust-for-raspberry-pi-arm-922b55dbb050

* refactor: Add environment variable for linker.

Instead of .cargo config file.

* feat: Working cross compile version.

For Armv7.

* refactor: Clean up dockerfile.

* refactor: Rename to armv7.

Rename Dockerfile.armv7rust to Dockerfile.armv7.

* feat: Add workflow to build ARMv7 docker image.

* docs: Add armv7 deployment instructions.
2021-06-21 23:03:27 +00:00
Spike 5ab41c4e6e
Add r.nf instance. Closes #233 2021-06-18 23:46:20 +00:00
Spike 807b3ffeca
Add artemislena.eu instance. Closes #232 2021-06-17 20:44:42 +00:00
spikecodes 85deb4947d
Support HLS playback in search and user feeds 2021-06-11 17:38:43 -07:00
spikecodes d2002c9027
Disable dysfunctional moderator list feature 2021-06-11 11:03:36 -07:00
Spike f84f4c0326
Add Trevor instance 2021-05-31 04:55:39 +00:00
spikecodes ca3f6c0579
Fix #228 2021-05-28 12:01:20 -07:00
somini decc9e5139
Include SystemD configuration (#227) 2021-05-28 04:33:14 +00:00
spikecodes d27bd782ce
Specify fallback fonts 2021-05-26 20:30:08 -07:00
spikecodes 4defb58f2a
Optimizations and commenting 2021-05-20 12:24:06 -07:00
spikecodes ba42fc066f
Fix two subscription bugs 2021-05-19 20:30:10 -07:00
spikecodes 2cd35fb3b6
Upgrade to v0.14.2 2021-05-19 16:12:21 -07:00
spikecodes b9af6f47f3
Use Inter font 2021-05-19 16:09:08 -07:00
spikecodes 73732a2a44
Fix subscription clearing when saving settings 2021-05-19 15:59:32 -07:00
spikecodes 43ed9756dc
Upgrade to v0.14 2021-05-16 09:11:38 -07:00
curlpipe 8bb247af3b
Added support for quarantined subreddits (#219)
* Added support for quarantined subreddits

* Added confirmation wall for quarantined subreddits

* Added quarantine walls to other routes and fixed case issue

* Correct obsolete use of cookie()

* Refactor param() and quarantine()

Co-authored-by: Spike <19519553+spikecodes@users.noreply.github.com>
2021-05-16 15:53:39 +00:00
Tsvetomir Bonev ed05f5a092
misc: fix HLS typo (#220) 2021-05-16 15:41:47 +00:00
spikecodes 4f09333cd7
Handle three unwraps 2021-05-15 14:51:57 -07:00
spikecodes 31bf8c802e
Document server configuration 2021-05-15 14:32:38 -07:00
spikecodes e4f9bd7b8d
Configure default settings using environment variables 2021-05-15 13:59:42 -07:00
spikecodes 83a667347d
Add rel="nofollow" to hardcoded outbound links 2021-05-10 10:31:19 -07:00
spikecodes 499a56aed4
Bump version to v0.12.0 2021-05-09 18:27:25 -07:00
Adrian Lebioda 928907086c
HLS video playback (#182)
* HLS video playback

Signed-off-by: Adrian Lebioda <adrianlebioda@gmail.com>

* Add LibreJS compliance

* Locally host hls.js

* Notification about HLS under videos that support it

Signed-off-by: Adrian Lebioda <adrianlebioda@gmail.com>

* Use .contains() instead of .find() == None

* Make list of preferences constant

* Change headers_keys from Vector into Array

* Fix incorrect detecting of # in paths

* Remove trailing-slash-appending if statement

* Change HLS notification styling

Co-authored-by: spikecodes <19519553+spikecodes@users.noreply.github.com>
2021-05-10 01:25:52 +00:00
spikecodes dc9fbc1a05
Don't upload Libreddit releases in pull requests 2021-05-09 18:13:24 -07:00
spikecodes 7ae7a88eed
Upgrade to v0.11.2 2021-05-09 08:51:01 -07:00
curlpipe 536a766960
WIP: Various subreddit & post fixes (#215)
* Fixed random subreddit issue

* Fixed large subreddit icon rendering

* Formatting fix

* Fix dodgy HTML rendering issues

* Revert "Fix dodgy HTML rendering issues"

This reverts commit 58be5f449b.
2021-05-09 15:40:49 +00:00
spikecodes e34329cfee
Upgrade to v0.11.1 2021-05-08 22:09:47 -07:00
imabritishcow 97a0680bd0
Support GIFs in comments (#217)
* Support GIFs in comments

* Fix removing Giphy links so it only removes Giphy links

* Remove removing link to Giphy
2021-05-09 01:22:26 +00:00
spikecodes c1560f4eba
Upgrade to v0.11.0 2021-05-06 12:31:59 -07:00
curlpipe 242ffab0da
Fix bug with subreddit subscription case & RTL languages (#214)
* Fixed subreddit subscription case issues

* Fixed formatting

* Fixed flair RTL language issue (#132)

* Convert display_lookup to Vec

Co-authored-by: spikecodes <19519553+spikecodes@users.noreply.github.com>
2021-05-06 19:11:25 +00:00
curlpipe 1211d781d0
Add list of moderators to sidebar (#213)
* Added list of moderators to sidebar & added wiki not found message

* Improved code formatting
2021-05-04 17:30:54 +00:00
curlpipe 9e4066658c
Added 2 new themes: violet & gold (#212)
* Added 2 new themes: violet & gold

* Increased contrast in Violet theme

* Changed accent colour on violet theme
2021-05-03 16:48:21 +00:00
Josiah 560de4e91f
removed himiko.cloud instances (#211) 2021-05-02 19:26:13 +00:00
Spike bd1c890961
Update to v0.10.6 2021-04-30 16:35:41 +00:00