bdb6dc16fd
Add paging for user pages
2018-06-24 17:07:43 -04:00
025a6f736d
Fix presence of newer link when no new notifications
2018-06-24 15:09:09 -04:00
f64f4f92cf
Pass correct variables to notifications template
2018-06-24 14:33:44 -04:00
894d4ae5fe
Push notifications template change
2018-06-24 14:26:07 -04:00
52e83814b6
Add paging to notifications. Untested
2018-06-24 14:19:35 -04:00
320164a5d3
Don't add blank line to replies with no mentions (self-replies)
2018-06-22 08:40:46 -04:00
b72c49e693
Added styling for textarea in fullbrutalism, to fix mobile issue
2018-06-22 07:53:25 -04:00
f2b7670f49
Fix a styling rule in fullbrutalism
2018-06-14 08:28:54 -04:00
457642a62d
Remove some css changes that were supposed to be local-only
2018-06-14 07:32:58 -04:00
67d2d809e8
Add a little more space again to toots in fullbrutalism
2018-06-13 13:45:48 -04:00
2ce118080d
Work harder to not mention yourself.
2018-06-13 13:42:40 -04:00
283996396c
More fullbrutalism css fixes
...
Remember that brutalism isn't the absence of design! It's design that makes
function visible and eschews non-functional finish.
2018-06-13 13:35:21 -04:00
24beec9237
Fix image preview overflow when bosting/faving in fullbrutalism
2018-06-13 13:22:58 -04:00
e8b90de6f8
Change <i> to <span> for iconified text inside links.
2018-06-13 13:10:27 -04:00
a31184face
Form CSS fixes for fullbrutalism
2018-06-13 13:08:09 -04:00
64e2524fd5
Merge branch 'nipos-patch-1'
2018-06-13 12:45:39 -04:00
9c3bf20bca
Fixed something for FULLBRUTALISM mode
...
In the more beautiful mode Brutaldon shows by icon color if an post is already boosted or favourited.
In the Fullbrutalism there is now way to see if I already boosted or favourited an post.
With my changes Brutaldon can show the words "favorited" and "boosted" in Fullbrutalism mode.
2018-06-13 18:35:23 +02:00
7420755110
Serve assets locally
2018-06-13 10:17:15 -04:00
b6d2d38e7c
Added some css to fullbrutalism.css
...
Brutalist or not, stuff overflowing boxes is not a good look.
2018-06-12 12:43:13 -04:00
d90d7cc648
Add some banners to fullbrutalism footer
2018-06-12 12:25:37 -04:00
eae810c15c
In js-supporting browsers, use ctrl-enter to submit toots
...
This pulls in our first external javascript dependency! And thus a yarn.lock.
2018-06-12 08:35:23 -04:00
9c430fbca3
Merge branch 'master' of github.com:jfmcbrayer/brutaldon
2018-06-12 07:24:10 -04:00
66ff75ef3f
Add link to hosted instance in README
2018-06-12 07:23:21 -04:00
ccb5b52234
user page layout
2018-06-11 20:02:46 -04:00
4d31412e75
Add blocking and muting
2018-06-11 19:38:49 -04:00
d0bed792b2
Add mention to user actions
2018-06-11 19:19:22 -04:00
9122a44216
Implement follow/unfollow
2018-06-11 19:09:12 -04:00
d863de568d
Force older version of Mastodon.py until a bug is fixed
2018-06-11 19:08:32 -04:00
51f26e2b25
Template changes for user actions
2018-06-11 18:16:32 -04:00
6952c34aac
User action icons
2018-06-11 14:45:04 -04:00
b719cce139
URL routes and stub view functions
2018-06-11 14:34:38 -04:00
0ccd1e60e8
Fix up formatting
2018-06-11 14:25:13 -04:00
315d875f9b
Add search box to top of search results page just because.
2018-06-10 12:44:56 -04:00
cffa271394
Fix image style bug introduced in last commit
2018-06-09 14:02:53 -04:00
cce0fe0186
Complete searching feature for brutaldon
2018-06-09 13:49:04 -04:00
5e2b025042
A bit more on search templates
2018-06-08 19:03:02 -04:00
f2c8036bc0
Fix tag timeline titles
2018-06-08 19:02:46 -04:00
89584a01e5
Fixes to notifications template
2018-06-08 19:02:08 -04:00
3390266b29
Work around bug(?) in BeautifulSoup entity handling
2018-06-06 17:13:26 -04:00
dc5d5f4176
Remove a bit of debug logging
2018-06-06 15:25:10 -04:00
5bdd29f12e
Merge branch 'master' of github.com:jfmcbrayer/brutaldon
2018-06-06 15:23:19 -04:00
d0770dbbe1
Fix unescaping of html in template filters.
...
This was not a security bug, because it was done before passing code to
sanitize, but it was totally an annoying UI bug.
2018-06-06 15:21:00 -04:00
d2de96fceb
Views and routes for search
2018-06-05 18:36:44 -04:00
e05601db22
Add extra debug logging to production
2018-06-05 08:24:07 -04:00
e63d6b86f5
Add connection pooling for Mastodon objects
...
brutaldon has really bad latency. Some part of it is reconnecting to the
mastodon server every request, even with a cached auth token. This commit
adds a singleton object that caches mastodon.Mastodon objects.
2018-06-05 08:08:12 -04:00
9e04cf13ff
Remove paging placeholder from user timeline
2018-06-04 10:11:14 -04:00
aa763cc1d0
Don't include self-mention when replying on a thread you're in.
2018-06-04 09:09:34 -04:00
dd8eb95a42
More padding for media
2018-06-03 16:47:46 -04:00
687de7e571
Add padding in fullbrutalism
2018-06-03 15:48:48 -04:00
1bfeb80646
Add source link to footer
2018-06-01 18:46:44 -04:00