Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-12-14 | fix markdown formatting | Maksim Pechnikov | |
2018-12-13 | Remove oembed for now, will submit it in another MR. Fix warnings | raeno | |
2018-12-13 | WIP. Implement oembed route and handle both json/xml for "Note" type activity | raeno | |
2018-12-12 | Extended nicknames: allow dashes. | href | |
2018-12-12 | Allow underscores in usernames. | href | |
Fixes #429. | |||
2018-12-06 | added data attrs for user and tag | Vald | |
2018-11-18 | Fix most User tests. | lain | |
2018-11-06 | Runtime configuration | href | |
Related to #85 Everything should now be configured at runtime, with the exception of the `Pleroma.HTML` scrubbers (the scrubbers used can be changed at runtime, but their configuration is compile-time) because it's building a module with a macro. | |||
2018-11-05 | Runtime configured emojis | href | |
The changes are a bit heavy since the emojis were loaded into module attributes from filesystem. This introduces a GenServer using an ETS table to cache in memory the emojis, and allows a runtime-reload with `Pleroma.Emoji.reload()`. | |||
2018-10-25 | Make finmoji optional | scarlett | |
2018-10-18 | Merge branch 'bugfix/html-scrub-schemes' into 'develop' | kaniini | |
lib/pleroma/html.ex: Fix scheme lists See merge request pleroma/pleroma!377 | |||
2018-10-18 | lib/pleroma/html.ex: Use macros for valid_schemes, change config for schemes | Haelwenn (lanodan) Monnier | |
2018-10-17 | formatter: fix matching osada users | William Pitcock | |
2018-10-05 | formatter: use Pleroma.HTML module instead of HtmlSanitizeEx directly | William Pitcock | |
2018-10-05 | Revert "Merge branch 'revert-a26d5e6b' into 'develop'" | William Pitcock | |
This reverts commit d31bbb1cfe04ca6073a322bcf77239e7d4b79839, reversing changes made to 340ab3cb9068d444b77213e07beb8c2c3ca128b9. | |||
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 |