index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
lib
/
formatter.rb
Age
Commit message (
Expand
)
Author
2019-11-19
Do not share a single Redcarpet::Markdown object across threads
Thibaut Girka
2019-11-18
Get rid of the `Formatter` cache. It isn't worth the admin headaches.
multiple creatures
2019-11-16
Allow callers of `Formatter` methods to specify that formatting results shoul...
multiple creatures
2019-10-26
fix breaking typos
multiple creatures
2019-10-26
add `skip_cache` to all cached formatter methods & do not cache the results o...
multiple creatures
2019-10-26
add `skip_cache` option to formatter & mark cached html as safe
multiple creatures
2019-10-12
when somone's posting in html mode, convert newlines to html line breaks (res...
multiple creatures
2019-10-10
stopped using private-use codepoints as formatting placeholders (resolves #9)
multiple creatures
2019-09-15
make out-of-body tags actually out of body
multiple creatures
2019-09-02
fix that weird `rt` bug
multiple creatures
2019-09-02
cache results of text formatting to save resources
multiple creatures
2019-08-31
add `nosr` & `sr` bangtags to mark sections of posts that should and should n...
multiple creatures
2019-08-26
fix pseudomentions + always link mentions
multiple creatures
2019-08-02
bbcode: `[code]` produces `pre code` for `glitch-soc` compatability
multiple creatures
2019-07-30
add an optional blinking cursor to console formatting
multiple creatures
2019-07-29
add plain-text console formatting option
multiple creatures
2019-07-24
simplify bbcode url regex
multiple creatures
2019-07-20
add newlines before signature & tags for vanilladon compat
multiple creatures
2019-07-19
always show out-of-body tags for better accessibility
multiple creatures
2019-07-17
fix bbcode bracket workaround
multiple creatures
2019-07-17
don't include parent components of scoped tags in folded tag list
multiple creatures
2019-07-15
sanitize bio formatting!
multiple creatures
2019-07-15
workaround bbcode parser voring brackets
multiple creatures
2019-07-15
revise bbcode markup
multiple creatures
2019-07-15
tag folding
multiple creatures
2019-05-22
**security** - make sure local roars always get sanitized
multiple creatures
2019-05-21
formatted bios + merge monsterpit markdown styles directly into glitch-soc scss
multiple creatures
2019-05-21
fix bbdown newlines + format & emojify footers
multiple creatures
2019-05-21
correct media reveal wording
multiple creatures
2019-05-21
reimplement monsterpit bbcode and markdown extensions on top of new glitch-so...
multiple creatures
2019-05-21
Add pseudomentions to various hosts
multiple creatures
2019-05-17
Minor optimization
Thibaut Girka
2019-05-17
Properly escape HTML in code blocks
Thibaut Girka
2019-05-17
Fix autolinking, and newlines in code blocks
Thibaut Girka
2019-05-17
Add support for HTML-formatted toots
Thibaut Girka
2019-05-17
Add support for markdown-formatted toots
Thibaut Girka
2019-05-15
Minor performance improvements and cleanup in formatter (#10765)
ThibG
2019-03-28
Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401)
Eugen Rochko
2019-03-20
Add support for custom emojis in poll options (#10322)
ThibG
2019-03-05
Fix newlines in OStatus and RSS serializations (#10183)
ThibG
2019-03-05
When serializing polls over OStatus, serialize poll options to text (#10160)
ThibG
2019-02-09
Fix URL linkifier grabbing full-width spaces and quotations (#9997)
Eugen Rochko
2019-02-09
Only URLs extract with pre-escaped text (#9991)
Hinaloe
2019-02-02
Allow most kinds of characters in URL query (fixes #8408) (#8447)
Jakub Mendyk
2018-11-16
Remove intermediary arrays when creating hash maps from results (#9291)
Eugen Rochko
2018-10-17
Improve support for aspects/circles (#8950)
Eugen Rochko
2018-10-12
Improve signature verification safeguards (#8959)
Eugen Rochko
2018-08-31
Fix autoplay issue with spoiler tag (#8540)
Renato "Lond" Cerqueira
2018-08-30
Add animate custom emoji param to embed pages (#8507)
Renato "Lond" Cerqueira
2018-05-06
Enable custom emojis in profiles (notes, field values, display names) (#7374)
Eugen Rochko
[next]