Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-14 | Change usage of gsub to delete, as per Code Climate/Rubocop recommendation ↵ | Effy Elden | |
(#1753) | |||
2017-04-13 | Fix #1220, fix #1671 - Hook up comment box to the Redux comment value (#1699) | Eugen | |
Fix username styling regression introduced in #1063 Fix report screen background regression introduced in #1415 | |||
2017-04-13 | Fix #1609, fix #1628 - Revert #1397 (#1700) | Eugen | |
When transmitting data in a HTML-encoded element like <content type="html" />, relying on newlines being preserved is not wise, since HTML by itself does not care for newlines - it cares for <p> and <br> Additional fix: reset NSFW toggle after sending toot | |||
2017-04-12 | significant improvement in microformats markup (#1063) | Ben Roberts | |
* significant improvement in microformats markup This is a huge improvement and I believe will close #965. Had these microformats reviewed by others in the community to help ensure they are at least correct, if not complete. I did not want to change the structure of the page, and so there it does not fully mark up the entire ancestry chain, or reply chain, only the direct decendants and direct ancestors are correctly associated, but this is likely fine as the most important bit is to have access to the urls for those toots which are now correctly fetchable. * improve code climate * trying to pass code climate tests * code climate * fix p-summary for content warning posts * fix error introduced when merging via github | |||
2017-04-10 | Keep newlines in xml (#1397) | Rachel H | |
2017-03-28 | Fix #408 - link @ names in bios | Eugen Rochko | |
2017-03-04 | Add digest e-mails | Eugen Rochko | |
2017-02-23 | Improve glow | Eugen Rochko | |
2017-02-22 | Fix #555 - Use a better URL parser | Eugen Rochko | |
2017-02-05 | Fix showing ellipsis even when link hasn't been cut off | Eugen Rochko | |
2017-01-25 | Instead of using spoiler boolean and spoiler_text, simply check for ↵ | Eugen Rochko | |
non-blank spoiler_text Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" /> Clean up schema file from accidental development migrations | |||
2017-01-24 | Merge branch 'master' into master | Eugen | |
2017-01-24 | Fix #204, fix #515 - URL truncating is now a style so copypasting is not | Eugen Rochko | |
affected, replaced onClick handler with onMouseUp/Down to detect text selection not trigger onClick handler then | |||
2017-01-23 | Implement a click-to-view spoiler system | blackle | |
2017-01-23 | Fix #365, 1/2 of #408 - replace rails_autolink with URI.regexp, run ↵ | Eugen Rochko | |
link_hashtags on simplified_format | |||
2016-12-11 | Fix whitespace preservation in status text | Eugen Rochko | |
2016-11-15 | Fix rubocop issues, introduce usage of frozen literal to improve performance | Eugen Rochko | |
2016-11-10 | Fix #122 - Add microformats-2 classes to mention links | Eugen Rochko | |
2016-11-07 | Account notes (bios) can now contain links. Character limit upped to 160 | Eugen Rochko | |
2016-11-05 | Adding hashtags | Eugen Rochko | |
2016-11-04 | Adding hashtag model | Eugen Rochko | |
2016-10-13 | Shorten rendered links (strip protocol and www, truncate to 30 chars), redirect | Eugen Rochko | |
to sign in page after sign up instead of root path which redirects to /about | |||
2016-09-29 | Improve code style | Eugen Rochko | |
2016-09-12 | Fixing image upload limits, allowing webm, merge/unmerge events trigger | Eugen Rochko | |
timeline reload in UI, other small fixes | |||
2016-09-10 | Fix formatter return block | Eugen Rochko | |
2016-09-10 | Newlines and paragraphs in local statuses properly formatted | Eugen Rochko | |
2016-09-10 | Shorten mentions to only usernames | Eugen Rochko | |
2016-09-09 | Refactored generation of unique tags, URIs and object URLs into own classes, | Eugen Rochko | |
as well as formatting of content |