Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-22 | Update linkify migration tests to use config from ConfigDB | Alex Gleason | |
2020-07-21 | Revert "Merge branch 'revert-2b5d9eb1' into 'develop'" | lain | |
This reverts merge request !2784 | |||
2020-07-21 | Revert "Merge branch 'linkify' into 'develop'" | lain | |
This reverts merge request !2677 | |||
2020-07-18 | Test angry face in formatter D:< #1968 | Alex Gleason | |
2020-07-16 | Formatter: Test link with local mention | Alex Gleason | |
2020-04-10 | formatter: Use user.uri instead of user.source_data.uri | Haelwenn (lanodan) Monnier | |
2020-04-08 | formatter.ex: Use Phoenix.HTML for mention/hashtag generation | rinpatch | |
Unlike concatenating strings, this makes sure everything is escaped. Tests had to be changed because Phoenix.HTML runs attributes through Enum.sort before generation for whatever reason. | |||
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-01-28 | Formatter: Add a test for domain / username clashes | lain | |
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-09-25 | Merge branch 'develop' into issue/1218 | Maksim Pechnikov | |
2019-09-19 | Add `rel="ugc"` to hashtags and mentions | Egor Kislitsyn | |
2019-09-19 | Add support for `rel="ugc"` | Egor Kislitsyn | |
2019-09-18 | Bump copyright years of files changed in 2019 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/' | |||
2019-08-30 | added Emoji.Formatter | Maksim Pechnikov | |
2019-08-30 | added code\path fields without html tags in ets | Maksim Pechnikov | |
2019-05-24 | Mention all people in the beginning of DM | Sergey Suprunenko | |
2019-05-22 | Do not truncate DM when it contains newlines and safe_dm_mentions is set to true | Sergey Suprunenko | |
2019-05-17 | Fix/902 random compile failing | Alexander Strizhakov | |
2019-05-03 | Pleroma.Formatter: width/height to class=emoji | Haelwenn (lanodan) Monnier | |
2019-05-01 | test fixes | Alex S | |
2019-04-20 | Fix tests that used finmoji | Ekaterina Vaartis | |
2019-04-02 | test fix | Alex S | |
2019-04-01 | code style | Alex S | |
little fix | |||
2019-04-01 | Adding tag to emoji ets table | Alex S | |
changes in apis | |||
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 | |
Fixes #429. | |||
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 | |
* Pheonix has an extra scheme whitelist conflicting with ours * Pheonix doesn’t seems to do URL encoding, just HTML encoding Closes: https://git.pleroma.social/pleroma/pleroma/issues/307 | |||
2018-09-03 | Merge branch 'nil-bio-emojis' into 'develop' | kaniini | |
add nil clause for Formatter.get_emoji/1 to return an empty result Closes #274 See merge request pleroma/pleroma!315 | |||
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 | |