You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Daenney
1bf40e755c
feat: Relax URL matching ( #3925 )
...
* feat: Relax URL matching
Instead of only linkifying things with an explicit http or https scheme,
the xurls.Relaxed also matches links with known TLDs. This means that
text like 'banana.com' will also be matched, despite the missing
http/https scheme. This also works to linkify email addresses, which is
handy.
This should also ensure we catch links without a scheme for the purpose
of spam checking.
12 months ago
..
emojify.go
[feature/frontend] Respect `prefers-reduced-motion` for avatars, headers, and emojis ( #3118 )
2 years ago
formatter.go
[chore/bugfix] Deinterface text.Formatter, allow underscores in hashtags ( #2233 )
2 years ago
formatter_test.go
[feature] Parse content warning to HTML, serialize via client API as plaintext ( #3876 )
1 year ago
goldmark_custom_renderer.go
[feature] Media attachment placeholders ( #2331 )
2 years ago
goldmark_parsers.go
[bugfix] Extend parser to handle more non-Latin hashtags ( #3700 )
1 year ago
goldmark_plaintext.go
[chore/bugfix] Deinterface text.Formatter, allow underscores in hashtags ( #2233 )
2 years ago
markdown.go
feat: Relax URL matching ( #3925 )
12 months ago
markdown_test.go
[feature] Parse content warning to HTML, serialize via client API as plaintext ( #3876 )
1 year ago
minify.go
[bugfix] Use custom bluemonday policy to disallow inline img tags ( #2100 )
3 years ago
normalize.go
[bugfix] Extend parser to handle more non-Latin hashtags ( #3700 )
1 year ago
plain.go
feat: Relax URL matching ( #3925 )
12 months ago
plain_test.go
[feature] Parse content warning to HTML, serialize via client API as plaintext ( #3876 )
1 year ago
sanitize.go
[feature] Parse content warning to HTML, serialize via client API as plaintext ( #3876 )
1 year ago
sanitize_test.go
[feature] Parse content warning to HTML, serialize via client API as plaintext ( #3876 )
1 year ago
substring.go
[feature] Push notifications ( #3587 )
1 year ago
substring_test.go
[feature] Push notifications ( #3587 )
1 year ago
util.go
[bugfix] Extend parser to handle more non-Latin hashtags ( #3700 )
1 year ago