index
:
pleroma
develop
fse
stable
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
formatter_test.exs
Age
Commit message (
Expand
)
Author
2019-03-20
Add safe dm mode option.
lain
2019-02-26
AutoLinker
Egor
2019-02-11
test: Change `lenght(…) == 0` to `Enum.empty?(…)`
Haelwenn (lanodan) Monnier
2019-01-18
[#491] Made full nicknames be preserved in user links text only in Bio.
Ivan Tashkinov
2019-01-17
[#491] Made user bio preserve full nicknames (nick@host).
Ivan Tashkinov
2019-01-16
tests: fixup
William Pitcock
2018-12-23
tests: add legal boilerplate
William Pitcock
2018-12-20
[#413] fix parse mentions
Maksim
2018-12-18
Fix tests
Rin Toshaka
2018-12-18
Add test
rinpatch
2018-12-14
fix markdown formatting
Maksim Pechnikov
2018-12-12
Allow underscores in usernames.
href
2018-12-06
linting
Vald
2018-12-06
resolved formatter_test failures
Vald
2018-12-04
formatting the code
Maksim Pechnikov
2018-12-04
update test
Maksim Pechnikov
2018-11-20
Fix formatter tests.
lain
2018-10-17
tests: add a testcase for matching osada users in the formatter
William Pitcock
2018-09-28
formatter: Stop using phoenix HTML and format it ourselves
Haelwenn (lanodan) Monnier
2018-09-03
Merge branch 'nil-bio-emojis' into 'develop'
kaniini
2018-09-02
formatter: don't add XSS emoji
William Pitcock
2018-08-31
add nil clause for Formatter.get_emoji/1 to return an empty result
Thurloat
2018-08-24
tests: formatting
William Pitcock
2018-08-24
test: add testcase for formatter issue #163
William Pitcock
2018-07-30
[Pleroma.FormatterTest] Add test for XMPP link
Haelwenn (lanodan) Monnier
2018-07-30
[Pleroma.FormatterTest]: .add_links: Add a space before the dot
Haelwenn (lanodan) Monnier
2018-05-27
tests: update for html changes
William Pitcock
2018-05-19
Fix linking problem.
lain
2018-04-21
Formatter: Use proper escaping for links.
lain
2018-04-06
Accept port number in urls.
lain
2018-04-04
Handle + in links.
lain
2018-04-03
Use user url in mention if we have it.
lain
2018-03-30
Format the code.
lain
2018-03-27
Update tests to reflect hashtag link changes
Francis Dinh
2018-03-24
Fix hashtags.
lain
2017-12-07
Allow parentheses in links.
eal
2017-11-07
Linkify fixes.
Roger Braun
2017-09-16
Federate emoji out.
Roger Braun
2017-09-16
Small emoji refactor.
Roger Braun
2017-06-19
Add finmoji.
Roger Braun
2017-06-18
Downcase tags coming in through the TwAPI.
Roger Braun
2017-06-18
Slightly better html link regex.
Roger Braun
2017-06-14
Move mention parsing to Formatter module.
Roger Braun
2017-05-17
Add Formatter.
Roger Braun