Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-13 | tests consistency | Alexander Strizhakov | |
2020-05-22 | Add filename_display_max_length config | Roman Chvanikov | |
2020-05-20 | CommonAPI: Change public->private implicit addressing. | lain | |
This will not add the OP to the `to` field anymore when going from public to private. | |||
2020-05-13 | Add OpenAPI spec for StatusController | Egor Kislitsyn | |
2020-04-23 | CommonAPI: Don't make repeating announces possible | lain | |
2020-04-10 | profile emojis in User.emoji instead of source_data | 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-16 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-13 | Formatting: Do not use \n and prefer <br> instead | Haelwenn (lanodan) Monnier | |
It moves bbcode to bbcode_pleroma as the former is owned by kaniini and transfering ownership wasn't done in a timely manner. Closes: https://git.pleroma.social/pleroma/pleroma/issues/1374 Closes: https://git.pleroma.social/pleroma/pleroma/issues/1375 | |||
2020-03-03 | Merge branch 'develop' into gun | Alexander Strizhakov | |
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-18 | adding gun adapter | Alexander Strizhakov | |
2020-02-11 | Fix the confusingly named and inverted logic of "no_attachment_links" | Mark Felder | |
The setting is now simply "attachment_links" and the boolean value does what you expect. A double negative is never possible and describing the functionality is no longer a philospher's worst nightmare. | |||
2020-01-20 | Bump credo to 1.1.5 | Haelwenn (lanodan) Monnier | |
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-08 | Merge remote-tracking branch 'origin/develop' into pleroma-conversations | lain | |
2019-08-05 | tests for CommonApi/Utils | Maksim | |
2019-08-02 | Pleroma API: Add endpoint to get conversation statuses. | lain | |
2019-07-31 | test for Pleroma.Web.CommonAPI.Utils.get_by_id_or_ap_id | Maksim | |
2019-07-29 | Revert "Merge branch 'bugfix/clean-up-markdown-rendering' into 'develop'" | kaniini | |
This reverts merge request !1504 | |||
2019-07-29 | markdown: clean up html generated by earmark | Ariadne Conill | |
2019-07-15 | Add more tests for MastodonAPIController and CommonAPI | Sergey Suprunenko | |
2019-06-03 | CommonAPI.Utils: Add tests. | lain | |
2019-04-26 | tests: fix up for changed bbcode library output and verify html is properly ↵ | William Pitcock | |
escaped | |||
2019-04-26 | add support for bbcode | William Pitcock | |
2019-04-20 | Fix tests that used finmoji | Ekaterina Vaartis | |
2019-04-02 | Ignore dates in wrong formats | Sergey Suprunenko | |
2019-04-01 | Handle dates in the Unix timestamp format (Fixes #763) | Sergey Suprunenko | |
2019-03-21 | tests: fixup | William Pitcock | |
2019-03-21 | common api: move context functions from twitterapi | William Pitcock | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-02-27 | fix formatter | Egor Kislitsyn | |
2019-02-26 | AutoLinker | Egor | |
2019-02-11 | test: de-group alias/es | Haelwenn (lanodan) Monnier | |
2019-01-10 | test: common api: add tests for format_input/4 | William Pitcock | |
2018-12-23 | tests: add legal boilerplate | William Pitcock | |
2018-08-26 | tests: fix formatting | William Pitcock | |
2018-08-13 | Use Image type for emoji icons. | eal | |
2018-08-13 | CommonAPI: add emoji to user source data on update | eal | |
2018-05-21 | Fixed test | Syldexia | |
2018-05-13 | Fixed formatting and test | Syldexia | |
2018-05-13 | Added endpoint for user account deletion | Syldexia | |
2018-03-30 | Format the code. | lain | |
2017-11-18 | Don't insert newlines to generated HTML. | eal | |
MastoFE doesn't like them. | |||
2017-09-15 | Refactor posting and make character limit configurable. | Roger Braun | |