spikecodes
|
bf783c2f3a
|
Optimize type casting
|
2021-03-08 18:49:06 -08:00 |
|
spikecodes
|
10873dd0c6
|
Fix #144
|
2021-03-05 06:24:40 -08:00 |
|
spikecodes
|
20f6945160
|
Fix #140
|
2021-02-27 13:34:02 -08:00 |
|
spikecodes
|
10c73fad7f
|
Switch favicon to ico
|
2021-02-26 12:04:11 -08:00 |
|
spikecodes
|
1de01d7283
|
Log errors to io::stderr
|
2021-02-25 16:21:56 -08:00 |
|
spikecodes
|
9183ce1921
|
Handle links in Media::parse
|
2021-02-25 11:43:58 -08:00 |
|
spikecodes
|
a197df89ff
|
Turn off media logging
|
2021-02-25 11:30:15 -08:00 |
|
spikecodes
|
be2a1d876b
|
Fix url rewrites
|
2021-02-25 11:01:25 -08:00 |
|
spikecodes
|
5d643277bc
|
Geometric logo
|
2021-02-25 09:07:45 -08:00 |
|
spikecodes
|
a3ec44149c
|
Categorize utilities
|
2021-02-24 21:29:23 -08:00 |
|
spikecodes
|
5cd5b553b0
|
Handle suspended users
|
2021-02-24 11:26:23 -08:00 |
|
spikecodes
|
47d01a0dca
|
Fix logging
|
2021-02-24 11:00:04 -08:00 |
|
spikecodes
|
4a06882dc8
|
Simplify routes in main.rs
|
2021-02-24 09:26:01 -08:00 |
|
spikecodes
|
8034594006
|
Better subreddit error messages. Closes #131
|
2021-02-22 16:43:32 -08:00 |
|
spikecodes
|
518d5753a7
|
Handle about pages
|
2021-02-21 10:13:20 -08:00 |
|
spikecodes
|
dd67b52199
|
Fix #126
|
2021-02-20 18:36:30 -08:00 |
|
spikecodes
|
9cfab348eb
|
Filter by flair. Closes #124
|
2021-02-20 13:59:16 -08:00 |
|
spikecodes
|
a606e48435
|
Handle 4 more unwraps
|
2021-02-20 12:14:32 -08:00 |
|
spikecodes
|
2091f26bda
|
Fix media previews
|
2021-02-19 21:49:02 -08:00 |
|
spikecodes
|
b3341b49c0
|
Individually proxy subreddit and user icons
|
2021-02-19 21:46:44 -08:00 |
|
spikecodes
|
65e4ceff7b
|
Individually proxy previews
|
2021-02-19 20:50:55 -08:00 |
|
spikecodes
|
902c9a6e42
|
Individually proxy custom emojis
|
2021-02-19 18:18:09 -08:00 |
|
spikecodes
|
c586de66ba
|
Individually proxy images and thumbnails
|
2021-02-19 12:55:07 -08:00 |
|
spikecodes
|
8560e8a37a
|
Add "port" command line argument
|
2021-02-18 11:49:50 -08:00 |
|
spikecodes
|
3652342f46
|
Use clap for arg parsing
|
2021-02-18 11:40:10 -08:00 |
|
spikecodes
|
58127b17d8
|
Individually proxy videos
|
2021-02-18 10:04:59 -08:00 |
|
spikecodes
|
14ecf3cf60
|
Edit indicator
|
2021-02-14 14:53:09 -08:00 |
|
spikecodes
|
aa7c8c85df
|
Templatize redirects
|
2021-02-13 15:02:38 -08:00 |
|
robrobinbin
|
93cfc713c6
|
Generate URL to restore settings, including subscriptions. Closes #89 (#116)
* Start recursive comments
* Update comment.html
* Fix move error
* Comment improvements
* Fix merge
* Remove extra endif from post.html
* Fix post.html
* Restore setting from link
* Tweak settings page
Co-authored-by: spikecodes <19519553+spikecodes@users.noreply.github.com>
|
2021-02-13 20:55:23 +00:00 |
|
spikecodes
|
f06320a4ae
|
Subscribe to multireddit button. Closes #104
|
2021-02-12 20:47:54 -08:00 |
|
robrobinbin
|
809be42e01
|
Add "View all comments" and "Show parent comments" buttons when viewing a single thread. Closes #65 (#115)
* Start recursive comments
* Update comment.html
* Fix move error
* Comment improvements
* Fix merge
* Remove extra endif from post.html
* Fix post.html
Co-authored-by: spikecodes <19519553+spikecodes@users.noreply.github.com>
|
2021-02-12 09:16:59 -08:00 |
|
robrobinbin
|
4a40e16277
|
Fix comment structuring (#113)
* Start recursive comments
* Update comment.html
* Fix move error
Co-authored-by: spikecodes <19519553+spikecodes@users.noreply.github.com>
|
2021-02-10 10:48:51 -08:00 |
|
spikecodes
|
fee2cb1b56
|
Split subscription names by +
|
2021-02-09 21:56:38 -08:00 |
|
spikecodes
|
8785bc95f5
|
Fix extra slashes in post bodies
|
2021-02-09 21:54:55 -08:00 |
|
spikecodes
|
6feb347c27
|
Fix post ID parsing
|
2021-02-09 12:08:38 -08:00 |
|
spikecodes
|
e731cfbac4
|
Support post links without titles
|
2021-02-09 10:11:39 -08:00 |
|
spikecodes
|
008924fff8
|
Fix listen address
|
2021-02-09 09:54:13 -08:00 |
|
Spike
|
ebbdd7185f
|
Move from Actix Web to Tide (#99)
* Initial commit
* Port posts
* Pinpoint Tide Bug
* Revert testing
* Add basic sub support
* Unwrap nested routes
* Front page & sync templates
* Port remaining functions
* Log request errors
* Clean main and settings
* Handle /w/ requests
* Create template() util
* Reduce caching time to 30s
* Fix subscription redirects
* Handle frontpage sorting
|
2021-02-09 17:38:52 +00:00 |
|
spikecodes
|
402b3149e1
|
Fix 'no entry found for key' error
|
2021-02-07 17:56:06 -08:00 |
|
spikecodes
|
ac5ef89dff
|
Fix gallery unwrapping
|
2021-02-07 17:33:54 -08:00 |
|
robrobinbin
|
7edca18f8d
|
Inline videos/gifs for card view (#107)
* Basic gallery support
* Inline videos for card view
|
2021-02-08 00:22:14 +00:00 |
|
robrobinbin
|
cf45d53fdd
|
Basic gallery support (#103)
|
2021-02-06 20:05:11 +00:00 |
|
spikecodes
|
90d3063f93
|
Fix #96
|
2021-02-03 21:42:43 -08:00 |
|
Matthew Crossman
|
9824370771
|
Fix feed sorting to be case-insensitive.
|
2021-02-03 10:53:09 +11:00 |
|
Spike
|
8a27b2bac8
|
Support /w/ for Wikis
|
2021-02-02 08:59:50 -08:00 |
|
JPyke3
|
0a140a6ffc
|
Merge branch 'master' of github.com:JPyke3/libreddit into master
|
2021-02-01 11:13:36 +01:00 |
|
JPyke3
|
e837d84105
|
Add Support for iOS "Add to Homescreen"
* Adds basic Manifest.json
* Adds Meta Tags for iOS
* Adds Meta Tags for Android
* Adds Logo for Manifest.json
* Adds iOS Logo for homescreen
|
2021-02-01 11:10:53 +01:00 |
|
spikecodes
|
effaeb7508
|
Fix debug logging error
|
2021-01-31 19:08:50 -08:00 |
|
spikecodes
|
ee0da63862
|
Update version and screenshot
|
2021-01-31 18:50:31 -08:00 |
|
spikecodes
|
971f14bb55
|
Fix #66
|
2021-01-31 14:10:13 -08:00 |
|