summary refs log tree commit diff
path: root/synapse/storage/media_repository.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix error checking for new SQLMatthew Hodgson2016-04-081-2/+2
|
* fix SQL based on PR feedbackMatthew Hodgson2016-04-081-2/+4
|
* pep8Matthew Hodgson2016-04-031-1/+2
|
* add a persistent cache of URL lookups, and fix up the in-memory one to workMatthew Hodgson2016-04-031-1/+53
|
* Fix relative imports so they work in both py3 and py27Mark Haines2016-03-081-1/+1
|
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Give sensible names for '_simple_...' transactionsErik Johnston2015-03-201-6/+14
|
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* Get the code actually workingMark Haines2014-12-101-6/+8
|
* Thumbnail uploaded and cached imagesMark Haines2014-12-101-6/+6
|
* Add a method field to thumbnail storageMark Haines2014-12-051-6/+9
|
* Implement download support for media_repositoryMark Haines2014-12-041-3/+7
|
* Fix pyflakes and pep8 warningsMark Haines2014-12-021-2/+1
|
* Get uploads working with new media repoMark Haines2014-12-021-1/+6
|
* Write the upload portion of version 1 of the media repositoryMark Haines2014-12-021-0/+116