2ad9619929
Show likes, reposts, bookmarks and listens
...
Untill now all those haven't been handled in any special way and
therefor were sometimes just simply empty if the post didn't
add any content. This patch shows the liked, etc., url in
the feed instead it being a entry without any content.
2017-07-13 22:36:33 +02:00
f0deb771e7
Add OPML export of subscriptions ( #69 )
...
It's nice to be able to export all your subscriptions if you want to
move to a different reader. This patch adds a link to the subscription
page where one can download the subscription list as OPML which is
the standard way of importing/exporting between feed readers.
2017-07-13 13:53:58 -04:00
Kyle Mahan
0d16b1ef88
use sentry for error monitoring
2017-06-26 06:02:47 +00:00
Kyle Mahan
6d89600ec1
Merge branch 'master' of github.com:kylewm/woodwind
2017-06-20 14:54:45 +00:00
Kyle Mahan
32b1505498
upgrade bs4 and html5lib
2017-06-20 07:54:29 -07:00
Kyle Mahan
bfc1aa2e75
Merge branch 'master' of github.com:kylewm/woodwind
2017-05-28 19:18:29 +00:00
Kyle Mahan
9e60633973
catch errors parsing dates
2017-05-28 19:18:21 +00:00
Kyle Mahan
56927d4224
limit author properties to the SQL column widths
2017-05-28 12:08:21 -07:00
Kyle Mahan
2e53fd9527
add semicolon to sql file
2017-03-06 04:41:38 +00:00
Kyle Mahan
28c1ab5058
simplify vacuum script a little
2017-03-05 15:05:46 -08:00
Kyle Mahan
dcf195d2c1
add sql script to remove old entries from feeds
2017-03-05 14:52:50 -08:00
Marty McGuire
9de0892cfc
Add missing paren in views.py ( #63 )
2016-11-29 13:27:21 -08:00
Jonny Barnes
e05e33f14b
Swap indiwebcam.comp references for indieweb.org ( #62 )
2016-10-24 10:55:36 -07:00
Kyle Mahan
40942f9955
catch error parsing syndicate-to response
2016-08-20 09:01:25 -07:00
Kyle Mahan
4a2d4ad50d
js bugfix -- missing parameter
2016-06-22 16:02:23 +00:00
Kyle Mahan
f240808f3f
Merge branch 'master' of github.com:kylewm/woodwind
2016-06-22 16:00:45 +00:00
Kyle Mahan
eed6ddb646
Merge pull request #61 from kevinmarks/master
...
default the collapsed state to open for posts
2016-06-22 07:46:19 -07:00
Kevin Marks
789c012790
default open; hide response buttons too when closed
2016-06-22 09:17:45 +00:00
Kevin Marks
cb8b85623f
show posts in collapsed view
2016-06-22 09:13:21 +00:00
Kyle Mahan
fa9ec84e35
Merge branch 'master' of github.com:kylewm/woodwind
2016-06-22 05:29:28 +00:00
Kyle Mahan
bb7cc31c4d
Merge pull request #60 from kevinmarks/master
...
Add details/summary collapsing
2016-06-21 22:28:38 -07:00
Kevin Marks
01b42cd361
escape name so putting <style> in isn't bad
2016-06-22 05:21:44 +00:00
Kevin Marks
3d6cfbb0ab
put details/summary on main entry not reply context
2016-06-21 22:12:21 -07:00
Kevin Marks
b31c98456b
collapse subscriptions view
2016-06-22 05:05:26 +00:00
Kevin Marks
a75f5adfc7
wrap in details/summary
2016-06-22 04:39:25 +00:00
Kyle Mahan
26306bcf99
Merge branch 'master' of github.com:kylewm/woodwind
2016-06-05 20:51:48 +00:00
Kyle Mahan
f8e4ce1d62
working on super simple offline behavior
2016-06-05 13:51:14 -07:00
Kyle Mahan
932293850f
working on super simple offline behavior
2016-06-05 13:46:28 -07:00
Kyle Mahan
9fb14910d2
pin uwsgi version
2016-06-05 10:04:46 -07:00
Kyle Mahan
36d0df47b5
downgrade uwsgi to avoid libpcre errors
2016-06-05 10:04:11 -07:00
Kyle Mahan
86e72edfc1
set requests-get timeout to fail quickly when a server is unresponsive
2016-06-05 00:10:58 +00:00
Kyle Mahan
71be267613
try to stop errors accessing non-existent field link.type
2016-06-02 23:07:24 -07:00
Kyle Mahan
3a1d88616c
better caching for fetch_mf2 across calls to entries and reply contexts
2016-05-26 02:42:59 +00:00
Kyle Mahan
79d4f84d28
try to avoid bug removing old entry from feed when it's not in the feed
2016-05-23 07:50:54 -07:00
Kyle Mahan
e9e1fc1065
Merge pull request #58 from kylewm/requires-io-master
...
[requires.io] dependency update on master branch
2016-05-23 07:20:38 -07:00
Kyle Mahan
31bd50954b
add missing import
...
suddenly caused a fatal error
2016-05-23 14:12:23 +00:00
requires.io
426ad58533
[requires.io] dependency update
2016-05-23 06:37:51 -07:00
Kyle Mahan
c36f0316db
Merge pull request #57 from kylewm/fix-timeouts-hopefully
...
bundle up preexisting entry queries to do all at once instead of doin…
2016-05-22 23:19:41 -07:00
Kyle Mahan
9a927e33be
bundle up preexisting entry queries to do all at once instead of doing 30 individual queries
...
trying to alleviate the frequent timeouts fetching a bunch of tweets
2016-05-22 23:18:27 -07:00
Kyle Mahan
d17f1c0fa5
bump the feed.js version for cache busting purposes
2016-05-21 22:49:08 +00:00
Kyle Mahan
fcaf82e322
Merge pull request #56 from jeena/master
...
Make posting by Ctrl+Enter possible
2016-05-21 15:47:27 -07:00
Jeena
0c19e27520
Make posting by Ctrl+Enter possible
...
It is nice to be able to post a reply by pressing Ctrl/Cmd+Enter, this
also works on in other microbloging clients like Twitter. This patch
adds this possibility.
2016-05-22 00:42:34 +02:00
Kyle Mahan
bf540b5b49
Merge pull request #55 from kylewm/fix-readme
...
Fix readme
2016-05-21 08:03:16 -07:00
Kyle Mahan
c8f7213b39
fix the woefully outdated requirements and installation instructions
...
fixes #53
fixes #54
Thanks for the heads up @Jeena (I guess I hadn't looked at the readme in
about a year...) and sorry it was a pain to get running!
2016-05-21 08:00:09 -07:00
Kyle Mahan
0a4dd14189
add utility script to show remote logs
2016-05-21 07:38:19 -07:00
Kyle Mahan
1d52a1c739
Merge pull request #52 from kylewm/requires-io-master
...
[requires.io] dependency update on master branch
2016-05-20 22:33:46 -07:00
requires.io
770e90da30
[requires.io] dependency update
2016-05-16 14:32:23 -07:00
requires.io
b02b829746
[requires.io] dependency update
2016-05-12 15:39:00 -07:00
Kyle Mahan
e608ccaab3
content comparsion should take into account dt-deleted
2016-05-10 11:10:39 -07:00
Kyle Mahan
81af42f1a2
added support for dt-deleted posts, hide them from the stream
2016-05-10 11:04:42 -07:00