Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Copyright bump for 2022 | Sean King | |
2022-01-19 | Add ForceMentionsInContentPolicy | rinpatch | |
Even though latest PleromaFE supports displaying these properly, mobile apps still exist, so I think we should offer a workaround to those who want it. | |||
2021-05-31 | Merge remote-tracking branch 'pleroma/develop' into cycles-base-url | Alex Gleason | |
2021-05-31 | Deprecate Pleroma.Web.base_url/0 | Alex Gleason | |
Use Pleroma.Web.Endpoint.url/0 directly instead. Reduces compiler cycles. | |||
2021-04-30 | Merge remote-tracking branch 'upstream/develop' into earmark | Alex Gleason | |
2021-04-30 | Remove Pleroma.Formatter.minify/2 | Alex Gleason | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2020-12-11 | Update Earmark to 1.4.13, use the new compact_output mode | Mark Felder | |
2020-12-11 | Refactor Earmark code, fix tests | Alex Gleason | |
2020-12-11 | Improve Formatter.minify/2 | Alex Gleason | |
2020-12-11 | Upgrade Earmark to v1.4.10 | 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-06-30 | AutoLinker --> Linkify, update to latest version | Alex Gleason | |
https://git.pleroma.social/pleroma/elixir-libraries/linkify | |||
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-02-05 | Remove AutoLinker `scheme` option from the config | Egor Kislitsyn | |
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-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-03 | formatter.ex: Add get_emoji_map/1 | Haelwenn (lanodan) Monnier | |
2019-05-03 | Pleroma.Formatter: width/height to class=emoji | Haelwenn (lanodan) Monnier | |
2019-04-12 | Revert "simplify mentions escape" | Egor | |
This reverts commit f3e06a1030636f24f7129dd93bb9780e67fb7de1. | |||
2019-04-01 | Adding tag to emoji ets table | Alex S | |
changes in apis | |||
2019-03-20 | Add safe dm mode option. | lain | |
2019-03-13 | [Credo] fix Credo.Check.Readability.MaxLineLength | Haelwenn (lanodan) Monnier | |
2019-02-27 | fix formatter | Egor Kislitsyn | |
2019-02-26 | AutoLinker | Egor | |
2019-02-09 | de-group alias/es | Haelwenn (lanodan) Monnier | |
2019-02-09 | Credo fixes: alias grouping/ordering | Haelwenn (lanodan) Monnier | |
2019-01-25 | Merge branch 'develop' into 'oembed_provider' | kaniini | |
# Conflicts: # lib/pleroma/activity.ex | |||
2019-01-18 | Fix merge conflict | rinpatch | |
2019-01-18 | Remove custom emojis and trailing whitespaces from previews | rinpatch | |
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 | formatter: improve microformats markup | William Pitcock | |
2019-01-15 | Add behaviours to TwitterCard, remove some dumb stuff in Formatter.truncate | rinpatch | |
2019-01-13 | Resolve merge conflict | rinpatch | |
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-12-20 | [#413] fix parse mentions | Maksim | |
2018-12-19 | Merge branch 'develop' into oembed_provider | raeno | |
2018-12-18 | Ignore HTML characters in formatter.ex | rinpatch | |
2018-12-18 | Merge branch 'develop' into oembed_provider | raeno | |
2018-12-14 | fixed typo | Maksim Pechnikov | |