Jason McBrayer
e76a644c27
Boost patch level for fix to unknown thread issue
2019-04-06 17:58:41 -04:00
Jason McBrayer
300040bdb4
Bump patch level for filter bug fix
2019-04-02 14:32:01 -04:00
Jason McBrayer
ba9b2d3d69
Bump minor version on account of follow requests support
2019-03-06 14:27:03 -05:00
Jason McBrayer
c192d0056e
Bump patch level for bug fixes
2019-03-03 20:42:26 -05:00
Jason McBrayer
5061800d69
Bump minor version number for filters feature
2019-02-16 10:22:27 -05:00
Jason McBrayer
289bd28e28
Bump patch level for added themes and non-user-visible tweaks
2019-02-05 19:06:10 -05:00
Jason McBrayer
ef8cee932f
Bump minor version because of major Pleroma-related changes
2019-01-27 22:51:02 -05:00
Jason McBrayer
2903a5ea6e
Bump patch level to note Pleroma compatibility improvements
2019-01-24 14:26:48 -05:00
Jason McBrayer
5e9feab403
Add the inline and block tags that Pleroma permits to our scrubber
...
Tags that are not supported:
- inline images
- table tags
- header tags
I may reconsider header tags later.
2019-01-24 09:43:17 -05:00
Jason McBrayer
7c351ef341
Fix an issue with mentions caused by last update
2019-01-18 08:08:26 -05:00
Jason McBrayer
aa1434e821
Bump minor version: a couple of new features
2019-01-17 21:10:00 -05:00
Jason McBrayer
21af4a0ef8
Update version number because of logout fix
2018-12-16 22:02:50 -05:00
Jason McBrayer
ae66d5b064
Bump patch level for bugfix
2018-12-06 10:18:17 -05:00
Jason McBrayer
e42628c6a3
Bump minor version number because of cards feature
2018-12-03 14:14:52 -05:00
Jason McBrayer
1f342a5b70
Bump patch level for fix in last commit
2018-11-07 08:21:22 -05:00
Jason McBrayer
4052b6216d
Bump minor version because of restoring the PJAX stuff
2018-11-06 17:11:02 -05:00
Jason McBrayer
be3bb1ee1a
Bump patch level for lightbox implementation changes
2018-11-06 11:04:54 -05:00
Jason McBrayer
d860ae8513
Bump patch number for lightbox preference
2018-10-09 18:13:32 -04:00
Jason McBrayer
9bf48fab96
Bump minor version because of JS settings feature
2018-10-09 14:46:02 -04:00
Jason McBrayer
4c3407d87e
Bump version number for notifications badge feature
2018-09-21 07:42:12 -04:00
Jason McBrayer
a894a9674b
Bump minor version for feature roll-ups
2018-09-06 21:05:33 -04:00
Jason McBrayer
c59c82ffb1
Remove unused setting and bump minor version
2018-09-04 19:21:09 -04:00
Jason McBrayer
808739314e
Bump patch number for spinner bugfix
2018-08-30 19:36:59 -04:00
Jason McBrayer
05f19460fa
Bump patch number for that mistake that made it through
2018-08-30 19:05:00 -04:00
Jason McBrayer
09ec192e8e
Bump minor version number for intercooler features
2018-08-30 18:59:56 -04:00
Jason McBrayer
77b79b32b8
Get intercooler ajax requests working with csrf protection
2018-08-30 18:49:12 -04:00
Jason F. McBrayer
8cdefb5e90
Enhance boost/fav toot with intercooler
...
Currently, this only works with CSRF protection turned off. Next
job is to fix that.
2018-08-30 16:42:01 -04:00
Jason McBrayer
b7222e57f2
Bump patch level for bug fixes
2018-08-29 08:50:39 -04:00
Jason McBrayer
4f7937f5e4
Bump patch number
2018-08-28 13:41:53 -04:00
Jason McBrayer
cd4acab7c2
Bump patch level
2018-08-28 12:49:20 -04:00
Jason McBrayer
253a6d92f5
Bump version number to 2 (theme changes are incompatible)
2018-08-28 12:30:05 -04:00
Jason McBrayer
2850a801b9
Bump version number
2018-08-25 11:08:06 -04:00
Jason McBrayer
b636b39641
Bump patch level for recent fixes
2018-08-22 09:36:54 -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
4152923ab4
Bump version number for feature
2018-08-21 13:20:11 -04:00
Jason McBrayer
b851462b12
Add timezone handling to settings and middleware
2018-08-21 13:15:10 -04:00
Jason McBrayer
07ed9c512a
Bump version to 1.4 for new feature
2018-08-17 14:52:53 -04:00
Jason McBrayer
72912c1e58
Bump version to 1.3.1
2018-08-17 08:24:58 -04:00
Jason McBrayer
b8ef8289cf
Bump version to 1.3 for custom emoji feature
2018-08-16 21:19:43 -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
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
e05601db22
Add extra debug logging to production
2018-06-05 08:24:07 -04:00
Jason McBrayer
02f0ee560a
Mini-post form and default post privacy
2018-05-22 08:57:45 -04:00
Jason McBrayer
1004b88779
Make media posting work, with limitations.
...
Doesn't work with replies (for reasons I don't 100% understand yet).
Only one media field set in the form, though the rest could be added.
2018-05-01 14:44:56 -04:00
Jason McBrayer
bf3af37003
Add html sanitization.
...
Probably the html sent by your instance is already sanitized, but I haven't
checked the Mastodon source to be sure.
2018-04-26 20:36:48 -04:00
Jason McBrayer
73e105517c
Log in to an instance and display a home timeline.
...
Only supports single user, lots of display elements not supported yet.
But it actually has something to show.
Actually display a home timeline.
Still only single user, doesn't correctly handle boosts, CWs, and
probably a lot of other things.
2018-04-23 20:01:40 -04:00
Jason McBrayer
e48ac63cfe
Initial project setup
2018-01-05 21:06:07 -05:00