Jason McBrayer
fb6e1d6b7a
Remove un-needed login check in get_mastodon()
2018-08-23 17:49:45 -04:00
Jason McBrayer
f73cadee90
Add JS enhancement to thread page: expand/collapse all CWs
2018-08-23 11:19:32 -04:00
Jason McBrayer
b636b39641
Bump patch level for recent fixes
2018-08-22 09:36:54 -04:00
Jason McBrayer
d87ac861ca
Fix to about page
2018-08-22 09:36:31 -04:00
Jason McBrayer
56114c251f
Fix crash of privacy page for logged out user
2018-08-22 09:27:45 -04:00
Jason McBrayer
fb2f9bc8a3
Fix crash of privacy page for logged out user
2018-08-22 09:25:57 -04:00
Jason McBrayer
9b37f0d2ab
Bump patch level for recent fixes
2018-08-22 09:21:59 -04:00
Jason McBrayer
7482617863
Improve handling of not-logged-in users
2018-08-22 09:21:09 -04:00
Jason McBrayer
a07b6db3d3
Missed adding a mastodon to the pool
2018-08-21 22:11:27 -04:00
Jason McBrayer
81a705cba9
Refactor fullbrutalism_p
2018-08-21 22:01:34 -04:00
Jason McBrayer
f3d3d7005b
Emphasize boosted/favorited flags in text or fullbrutalism
2018-08-21 14:59:49 -04:00
Jason McBrayer
c8b0dc66c2
Small time formatting fix
2018-08-21 13:48:02 -04:00
Jason McBrayer
4152923ab4
Bump version number for feature
2018-08-21 13:20:11 -04:00
Jason McBrayer
0a9cdded14
Fix remaining uses of naturaltime
2018-08-21 13:19:26 -04:00
Jason McBrayer
60f70d2cbd
Fix a missing icon in post form
2018-08-21 13:15:32 -04:00
Jason McBrayer
b851462b12
Add timezone handling to settings and middleware
2018-08-21 13:15:10 -04:00
Jason McBrayer
1d240339de
Add humane_time filter
...
To work properly, it needs to know the user's timezone, and that isn't set
up yet.
2018-08-20 21:43:23 -04:00
Jason McBrayer
2c0cc42ae1
Some improvements to the menu
...
Not quite what I want -- I want it to stay across the top on mobile with only
icons.
2018-08-17 18:26:19 -04:00
Jason McBrayer
07ed9c512a
Bump version to 1.4 for new feature
2018-08-17 14:52:53 -04:00
Jason McBrayer
66861e7abd
Add options to filter replies and boosts out of timelines
2018-08-17 14:50:37 -04:00
Jason McBrayer
72912c1e58
Bump version to 1.3.1
2018-08-17 08:24:58 -04:00
Jason McBrayer
de3a42648c
Put CW box on minimal post form
...
To keep things balanced, make main text box smaller.
This is to encourage the routine use of CWs as subject lines.
2018-08-17 08:21:45 -04:00
Jason McBrayer
cec6a96e97
Make the main column a little narrower on default desktop
2018-08-17 08:13:31 -04:00
Jason McBrayer
98cdad3060
Fix accidental deletion in css
2018-08-17 08:06:49 -04:00
Jason McBrayer
b8ef8289cf
Bump version to 1.3 for custom emoji feature
2018-08-16 21:19:43 -04:00
Jason McBrayer
03c4353476
Sort the emoji guide
2018-08-16 21:19:03 -04:00
Jason McBrayer
f2340864a4
Fix the emojos: custom emoji will now be displayed as images (or alt text)
2018-08-16 19:21:51 -04:00
Jason McBrayer
7ea5ecca89
Update version string, and move it into the config file
2018-08-16 13:10:45 -04:00
Jason McBrayer
efcaa76130
Also catch AttributeError some places IndexError is caught
...
This should fix bug #36 , user searches failing for some users (as far as I
know, for new users with less than one page of history).
2018-08-16 12:59:16 -04:00
Jason McBrayer
6fad1afe85
Bump version number
2018-08-09 22:15:41 -04:00
Jason McBrayer
8f54a66470
Add links to custom emoji reference
2018-08-09 22:15:10 -04:00
Jason McBrayer
ec90aca699
Add templates and css for emoji reference
2018-08-09 22:01:23 -04:00
Jason McBrayer
13f77c9cf8
Fix over-hasty push
2018-08-09 20:58:05 -04:00
Jason McBrayer
8389ffdf9d
view for emoji reference
2018-08-09 19:39:23 -04:00
Jason McBrayer
54d507ca68
Fix non-working C-RET to submit on full toot page
2018-08-09 10:30:10 -04:00
Jason McBrayer
366f8e8924
Make version visible in about page.
2018-08-08 13:23:59 -04:00
Jason McBrayer
24aec3a968
Add new toot to navbar
2018-08-08 13:08:41 -04:00
Jason McBrayer
fca0bad16d
Fix navbar to top (mostly useful for mobile)
2018-08-08 12:59:57 -04:00
Jason McBrayer
2171827987
Round the user avatar a bit if it's used as the brand image
2018-08-08 12:52:10 -04:00
Jason McBrayer
f75f969522
Fix crash in template rendering of self-replies
2018-08-08 12:25:57 -04:00
Jason McBrayer
3d21ed212e
Go back to default scopes ask.
...
May need to drop and re-create database when doing this
2018-08-02 20:40:53 -04:00
Jason McBrayer
8fa5da1409
Do a better job of validating post length
...
This still doesn't correctly handle the shorter "effective lengths" for handles
and URLs. And it doesn't handle different per-server toot lengths. But it does
catch posts that become too long because the length of the CW is counted as part
of the length of the post body, and gives a validation error rather than
throwing an exception.
2018-08-02 11:13:50 -04:00
Jason McBrayer
c729956fab
Fix swapped paging args
2018-07-23 13:37:24 -04:00
Jason McBrayer
e86857f2cb
Actually use paging args in user timeline
2018-07-23 13:35:38 -04:00
Jason McBrayer
e794876d14
Fix two places switch from own_username to own_acct was missed
2018-07-23 13:21:30 -04:00
Jason McBrayer
5bd62b6c4d
Update fullbrutalism mode styles to help with user-indicator feature
2018-07-20 14:08:33 -04:00
Jason McBrayer
0b69a12615
Fix permissions on oauth login.
...
Why is it not the same as password login?
2018-07-18 14:56:52 -04:00
Jason McBrayer
c682bdd117
Missing paren in toot page title
2018-07-18 13:48:33 -04:00
Jason McBrayer
b974cb1ccc
Use your avatar for the favicon: tell multiple accounts apart in tabs
2018-07-18 13:45:04 -04:00
Jason McBrayer
3fd36fa640
Add username to title of pages
2018-07-18 13:40:42 -04:00