forked-synapse/synapse/rest/media/v1
Daniel Wagner-Hall 42aa1f3f33 Merge pull request #478 from matrix-org/daniel/userobject
Introduce a User object

I'm sick of passing around more and more things as tuple items around
the whole world, and needing to edit every call site every time there is
more information about a user. So pass them around together as an
object.

This object has incredibly poorly named fields because we have a
convention that `user` indicates a UserID object, and `user_id`
indicates a string. I tried to clean up the whole repo to fix this, but
gave up. So instead, I introduce a second convention. A user_object is a
User, and a user_id_object is a UserId. I may have cried a little bit.
2016-01-11 17:50:22 +00:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
base_resource.py copyrights 2016-01-07 04:26:29 +00:00
download_resource.py copyrights 2016-01-07 04:26:29 +00:00
filepath.py copyrights 2016-01-07 04:26:29 +00:00
identicon_resource.py copyrights 2016-01-07 04:26:29 +00:00
media_repository.py copyrights 2016-01-07 04:26:29 +00:00
thumbnail_resource.py Only use cropped thumbnails when asked for a cropped thumbnail. 2016-01-07 18:57:15 +00:00
thumbnailer.py copyrights 2016-01-07 04:26:29 +00:00
upload_resource.py Introduce a Requester object 2016-01-11 17:48:45 +00:00