Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-13 | tests consistency | Alexander Strizhakov | |
2020-08-10 | AccountController: Build the correct update activity. | lain | |
Will fix federation issues. | |||
2020-07-13 | Merge branch 'features/profile-fields-emojo' into 'develop' | feld | |
user: Add support for custom emojis in profile fields See merge request pleroma/pleroma!2741 | |||
2020-07-10 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
chat-federation-information | |||
2020-07-09 | user: Add support for custom emojis in profile fields | Haelwenn (lanodan) Monnier | |
2020-07-07 | AccountController: Allow removal / reset of user images. | lain | |
2020-07-03 | AccountController: Make setting accepts_chat_messages possible. | lain | |
2020-07-01 | Revert "Merge branch 'avatar-removing' into 'develop'" | lain | |
This reverts merge request !2701 | |||
2020-06-29 | UpdateCredentialsTest: Add test for removing profile images. | lain | |
2020-06-19 | Add support for bot field in update_credentials | Sergey Suprunenko | |
2020-06-06 | User: Add raw_bio, storing unformatted bio | Haelwenn (lanodan) Monnier | |
Related: https://git.pleroma.social/pleroma/pleroma/issues/1643 | |||
2020-06-01 | AccountController: Federate user account changes. | lain | |
Hotfixy commit, will be moved to the pipeline. | |||
2020-05-19 | fix api/v1/accounts/update_credentials | Maksim Pechnikov | |
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 | |