Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-27 | Use `json_response_and_validate_schema/2` in tests to validate OpenAPI schema | Egor Kislitsyn | |
2020-04-13 | Add specs for ActorType and VisibilityScope | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.update_credentials | Egor Kislitsyn | |
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-04-07 | Apply suggestion to ↵ | kPherox | |
test/web/mastodon_api/controllers/account_controller/update_credentials_test.exs | |||
2020-04-01 | split test for update profile fields | kPherox | |
2020-03-25 | Add a test for accounts/update_credentials | Egor Kislitsyn | |
2020-03-22 | AccountView: fix for other forms of <br> in bio | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1643 | |||
2020-03-20 | Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ↵ | Ivan Tashkinov | |
usage). | |||
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-02 | mastodon API: do not sanitize html in non-html fields | rinpatch | |
2019-12-19 | [#2068] Introduced proper OAuth tokens usage to controller tests. | Ivan Tashkinov | |
2019-11-12 | Add `allow_following_move` setting to User | Egor Kislitsyn | |
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-10-06 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1234-mastodon-2-4-3-oauth-scopes # Conflicts: # CHANGELOG.md # lib/pleroma/web/mastodon_api/controllers/account_controller.ex # lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex # lib/pleroma/web/router.ex | |||
2019-10-02 | [#1234] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1234-mastodon-2-4-3-oauth-scopes # Conflicts: # CHANGELOG.md # lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex # lib/pleroma/web/router.ex | |||
2019-10-01 | Add `rel="ugc"` | kPherox | |
2019-10-01 | Merge remote-tracking branch 'upstream/develop' into ↵ | kPherox | |
fix-prameter-name-of-accounts-update-credentials | |||
2019-09-30 | Move update_credentials to MastodonAPI.AccountController | Egor Kislitsyn | |