Commit Graph

30 Commits

Author SHA1 Message Date
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