moodle/communication
Andrew Nicols 8b97071c94
MDL-78738 core_communication: Set avatar from a stored_file
We should always use a stored_file instance to set the avatar, and never
a data uri. Especially where the datauri is from Moodle itself.

This change requires a number of changes in associated locations.

I am not adding this change to any upgrade notes as this is a
master-only feature.

Note: I have removed some tests and will not consider fixing them
because I will be entirely removing that test file in a subsequent issue
(MDL-77917).
2023-08-01 19:50:14 +08:00
..
amd MDL-77357 core_communication: Add api for provider form fields 2023-06-01 00:39:03 +10:00
classes MDL-78738 core_communication: Set avatar from a stored_file 2023-08-01 19:50:14 +08:00
provider MDL-78738 core_communication: Set avatar from a stored_file 2023-08-01 19:50:14 +08:00
tests MDL-78738 core_communication: Set avatar from a stored_file 2023-08-01 19:50:14 +08:00
lib.php MDL-77576 core_communication: Add core communication api 2023-05-11 13:35:16 +10:00