- Apr 17, 2020
-
-
Alexander Strizhakov authored
-
- Apr 16, 2020
-
-
Alexander Strizhakov authored
-
- Apr 15, 2020
-
-
Ivan Tashkinov authored
[#2349] Made :skip_plug/2 prevent plug from being executed even if explicitly called. Refactoring. Tests.
-
Alexander Strizhakov authored
-
- Apr 14, 2020
-
-
lain authored
This reverts merge request !1877
-
- Apr 13, 2020
-
-
minibikini authored
-
Alexander Strizhakov authored
-
- Apr 11, 2020
-
-
rinpatch authored
The two changesets had the same purpose, yet some changes were updated in one, but not the other (`uri`, for example). Also makes `Transmogrifier.upgrade_user_from_ap_id` be called from `ActivityPub.make_user_from_ap_id` only when the user is actually not AP enabled yet. I did not bother rewriting tests that used `User.insert_or_update` to use the changeset instead because they seemed to just test the implementation, rather than behavior.
-
- Apr 10, 2020
- Apr 09, 2020
-
-
minibikini authored
-
Alexander Strizhakov authored
-
Alexander Strizhakov authored
-
- Apr 08, 2020
-
-
rinpatch authored
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.
-
- Apr 07, 2020
-
-
kPherox authored
Apply suggestion to test/web/mastodon_api/controllers/account_controller/update_credentials_test.exs
-
- Apr 06, 2020
-
-
Alexander Strizhakov authored
-
Alexander Strizhakov authored
-
Ivan Tashkinov authored
Enforcement of OAuth scopes check for authenticated API endpoints, :skip_plug plug to mark a plug explicitly skipped (disabled).
-
- Apr 02, 2020
-
-
Ivan Tashkinov authored
[#2323] Fixed a typo causing /accounts/relationships to render default relationships. Improved the tests.
-
- Apr 01, 2020
-
-
minibikini authored
-
Alexander Strizhakov authored
-
Ivan Tashkinov authored
Ability to control the output of account/pleroma/relationship in statuses in order to improve the rendering performance. See `[:extensions, output_relationships_in_statuses_by_default]` setting and `with_relationships` param.
-
Alexander Strizhakov authored
-
- Mar 31, 2020
- Mar 30, 2020
-
-
Alexander Strizhakov authored
-
- Mar 28, 2020
-
-
Ivan Tashkinov authored
FollowingRelationship storage & performance optimizations (state turned `ecto_enum`-driven integer, reorganized indices etc.).
-
- Mar 27, 2020
-
-
Ivan Tashkinov authored
-
- Mar 26, 2020
-
-
lain authored
-
- Mar 25, 2020
-
-
Ivan Tashkinov authored
-
minibikini authored
-