| Commit message (Expand) | Author | Age | Files | Lines |
* | Set `Content-Security-Policy` on media repo | Erik Johnston | 2016-08-17 | 1 | -0/+1 |
* | Add None check to _iterate_over_text | Erik Johnston | 2016-08-17 | 1 | -1/+1 |
* | Flake8 | Erik Johnston | 2016-08-16 | 1 | -4/+1 |
* | Fix up preview URL API. Add tests. | Erik Johnston | 2016-08-16 | 1 | -157/+196 |
* | Don't include html comments in description | Erik Johnston | 2016-08-05 | 1 | -1/+2 |
* | Typo | Erik Johnston | 2016-08-04 | 1 | -1/+1 |
* | Test summarization | Erik Johnston | 2016-08-04 | 1 | -52/+54 |
* | Don't infer paragrahs from newlines | Erik Johnston | 2016-08-02 | 1 | -2/+1 |
* | Comment on why we clone | Erik Johnston | 2016-08-02 | 1 | -0/+1 |
* | Spelling. | Erik Johnston | 2016-08-02 | 1 | -3/+3 |
* | Make it actually compile | Erik Johnston | 2016-08-02 | 1 | -1/+1 |
* | Change the way we summarize URLs | Erik Johnston | 2016-08-02 | 1 | -11/+67 |
* | Remove race | Erik Johnston | 2016-06-29 | 1 | -11/+0 |
* | Implement purge_media_cache admin API | Erik Johnston | 2016-06-29 | 2 | -20/+64 |
* | Track approximate last access time for remote media | Erik Johnston | 2016-06-29 | 1 | -0/+24 |
* | Line lengths | Erik Johnston | 2016-06-15 | 1 | -3/+3 |
* | Handle floats as img widths | Erik Johnston | 2016-06-15 | 1 | -1/+1 |
* | Handle og props with not content | Erik Johnston | 2016-06-15 | 1 | -1/+2 |
* | 502 on /thumbnail when can't contact remote server | Erik Johnston | 2016-06-09 | 1 | -4/+10 |
* | Clean up the blacklist/whitelist handling. | Mark Haines | 2016-05-16 | 1 | -33/+30 |
* | Report per request metrics for all of the things using request_handler | Mark Haines | 2016-04-28 | 4 | -4/+7 |
* | Add self.media_repo to PreviewUrlResource | Erik Johnston | 2016-04-19 | 1 | -0/+1 |
* | _make_dirs was moved to MediaRepository | Erik Johnston | 2016-04-19 | 1 | -1/+1 |
* | Add store to PreviewUrlResource | Erik Johnston | 2016-04-19 | 1 | -0/+1 |
* | Reorder imports | Erik Johnston | 2016-04-19 | 1 | -7/+8 |
* | Move MediaRepository to media_repository module | Erik Johnston | 2016-04-19 | 5 | -489/+496 |
* | Split out BaseMediaResource into MediaRepository | Erik Johnston | 2016-04-19 | 6 | -138/+180 |
* | explicitly pass in the charset from Content-Type to lxml to fix cyrillic woes... | Matthew Hodgson | 2016-04-15 | 1 | -6/+18 |
* | fix cyrillic URL previews by hardcoding all page decoding to UTF-8 for now, r... | Matthew Hodgson | 2016-04-15 | 1 | -16/+8 |
* | fix urlparse import thinko breaking tiny URLs | Matthew Hodgson | 2016-04-14 | 1 | -5/+5 |
* | comment out 2c838f6459db35ad9812a83184d85a06ca5d940a due to risk of https://e... | Matthew Hodgson | 2016-04-14 | 1 | -16/+16 |
* | Sanitize the optional dependencies for spider API | Erik Johnston | 2016-04-13 | 2 | -27/+3 |
* | PEP8 | Erik Johnston | 2016-04-11 | 1 | -1/+0 |
* | fix typos and needless try/except from PR review | Matthew Hodgson | 2016-04-11 | 1 | -143/+140 |
* | actually throw meaningful errors | Matthew Hodgson | 2016-04-08 | 1 | -9/+24 |
* | Fix pep8 warning | Mark Haines | 2016-04-08 | 1 | -3/+4 |
* | more PR feedback | Matthew Hodgson | 2016-04-08 | 1 | -4/+8 |
* | Add url_preview_enabled config option to turn on/off preview_url endpoint. de... | Matthew Hodgson | 2016-04-08 | 2 | -18/+64 |
* | report image size (bytewise) in OG meta | Matthew Hodgson | 2016-04-03 | 1 | -0/+2 |
* | char encoding | Matthew Hodgson | 2016-04-03 | 1 | -0/+1 |
* | pep8 | Matthew Hodgson | 2016-04-03 | 2 | -55/+73 |
* | fix etag typing error. fix timestamp typing error | Matthew Hodgson | 2016-04-03 | 1 | -2/+2 |
* | rebase all image URLs | Matthew Hodgson | 2016-04-03 | 1 | -4/+4 |
* | remove stale todo | Matthew Hodgson | 2016-04-03 | 1 | -3/+0 |
* | Ensure only one download for a given URL is active at a time | Matthew Hodgson | 2016-04-03 | 1 | -1/+18 |
* | add a persistent cache of URL lookups, and fix up the in-memory one to work | Matthew Hodgson | 2016-04-03 | 1 | -10/+54 |
* | support gzip compression, and don't pass through error msgs | Matthew Hodgson | 2016-04-02 | 1 | -2/+3 |
* | how was _respond_default_thumbnail ever meant to work? | Matthew Hodgson | 2016-04-02 | 1 | -0/+2 |
* | pass back SVGs as their own thumbnails | Matthew Hodgson | 2016-04-02 | 1 | -0/+20 |
* | handle missing dimensions without crashing | Matthew Hodgson | 2016-04-02 | 1 | -4/+13 |
* | make meta comparisons case insensitive | Matthew Hodgson | 2016-04-02 | 1 | -2/+2 |
* | refactor calc_og; spider image URLs; fix xpath; add a (broken) expiringcache;... | Matthew Hodgson | 2016-04-02 | 1 | -81/+121 |
* | fix assorted redirect, unicode and screenscraping bugs | Matthew Hodgson | 2016-04-01 | 1 | -78/+96 |
* | handle spidered relative images correctly | Matthew Hodgson | 2016-03-31 | 1 | -2/+12 |
* | prevent choking on invalid utf-8, and handle image thumbnailing smarter | Matthew Hodgson | 2016-03-31 | 1 | -5/+18 |
* | synthesise basig OG metadata from pages lacking it | Matthew Hodgson | 2016-03-31 | 1 | -0/+47 |
* | handle requests with missing content-length headers (e.g. YouTube) | Matthew Hodgson | 2016-03-31 | 1 | -2/+2 |
* | fix bugs | Matthew Hodgson | 2016-03-29 | 1 | -5/+6 |
* | debug | Matthew Hodgson | 2016-03-29 | 1 | -3/+2 |
* | make it work | Matthew Hodgson | 2016-03-29 | 2 | -55/+77 |
* | make it build | Matthew Hodgson | 2016-03-29 | 1 | -8/+9 |
* | Merge branch 'develop' into matthew/preview_urls | Matthew Hodgson | 2016-03-27 | 1 | -6/+9 |
|\ |
|
| * | Catch the exceptions thrown by twisted when you write to a closed connection | Mark Haines | 2016-02-12 | 1 | -2/+2 |
| * | Preserve log context over when deferring to thread pool in media repo | Erik Johnston | 2016-02-03 | 1 | -4/+7 |
* | | initial WIP of a tentative preview_url endpoint - incomplete, untested, exper... | Matthew Hodgson | 2016-01-24 | 2 | -0/+167 |
|/ |
|
* | Merge pull request #478 from matrix-org/daniel/userobject | Daniel Wagner-Hall | 2016-01-11 | 1 | -2/+2 |
|\ |
|
| * | Introduce a Requester object | Daniel Wagner-Hall | 2016-01-11 | 1 | -2/+2 |
* | | Only use cropped thumbnails when asked for a cropped thumbnail. | Mark Haines | 2016-01-07 | 1 | -1/+1 |
|/ |
|
* | copyrights | Matthew Hodgson | 2016-01-07 | 8 | -8/+8 |
* | Allow guests to upgrade their accounts | Daniel Wagner-Hall | 2016-01-05 | 1 | -1/+1 |
* | Use larger thumbnail rather than smaller. | Erik Johnston | 2016-01-05 | 1 | -4/+13 |
* | Allow guests to register and call /events?room_id= | Daniel Wagner-Hall | 2015-11-04 | 1 | -1/+1 |
* | Merge branch 'release-v0.10.0' into develop | Mark Haines | 2015-08-28 | 2 | -15/+51 |
|\ |
|
| * | Consistency | Erik Johnston | 2015-08-27 | 1 | -3/+3 |
| * | Check for an internationalised filename first | Erik Johnston | 2015-08-27 | 1 | -8/+14 |
| * | None check the correct variable | Erik Johnston | 2015-08-27 | 1 | -2/+3 |
| * | Check for None | Erik Johnston | 2015-08-27 | 1 | -1/+1 |
| * | Give a sensible error message if the filename is invalid UTF-8 | Mark Haines | 2015-08-26 | 2 | -2/+8 |
| * | Handle unicode filenames given when downloading or received over federation | Mark Haines | 2015-08-26 | 1 | -5/+21 |
| * | Allow non-ascii filenames for attachments | Mark Haines | 2015-08-26 | 2 | -8/+15 |
* | | Remove completely unused concepts from codebase | Daniel Wagner-Hall | 2015-08-25 | 1 | -1/+1 |
|/ |
|
* | Merge remote-tracking branch 'origin/develop' into erikj/generate_presice_thu... | Mark Haines | 2015-08-13 | 1 | -34/+43 |
|\ |
|
| * | Generate local thumbnails on a thread | Erik Johnston | 2015-07-23 | 1 | -34/+43 |
* | | Add config option for setting the list of thumbnail sizes to precalculate | Mark Haines | 2015-08-12 | 1 | -16/+2 |
* | | Make a config option for whether to generate new thumbnail sizes dynamically | Mark Haines | 2015-08-12 | 2 | -7/+19 |
* | | Factor out thumbnail() | Erik Johnston | 2015-07-23 | 1 | -56/+40 |
* | | Fix remote thumbnailing | Erik Johnston | 2015-07-23 | 2 | -7/+11 |
* | | Always return a thumbnail of the requested size. | Erik Johnston | 2015-07-23 | 2 | -2/+162 |
|/ |
|
* | Pick larger than desired thumbnail for 'crop' | Erik Johnston | 2015-07-23 | 1 | -1/+2 |
* | bump up image quality a bit more as it looks crap | Matthew Hodgson | 2015-07-14 | 1 | -1/+1 |
* | If user supplies filename in URL when downloading from media repo, use that n... | Erik Johnston | 2015-07-03 | 3 | -9/+14 |
* | Enforce ascii filenames for uploads | Erik Johnston | 2015-06-30 | 2 | -1/+6 |
* | Add Content-Disposition headers to media repo v1 downloads | Erik Johnston | 2015-06-30 | 3 | -7/+30 |
* | Merge pull request #175 from matrix-org/erikj/thumbnail_thread | Erik Johnston | 2015-06-03 | 1 | -45/+53 |
|\ |
|
| * | Thumbnail images on a seperate thread | Erik Johnston | 2015-06-02 | 1 | -45/+53 |
* | | SYN-403: Make content repository use its own http client. | Erik Johnston | 2015-06-03 | 1 | -1/+2 |
|/ |
|
* | Change the way we create observers to deferreds so that we don't get spammed ... | Erik Johnston | 2015-05-08 | 1 | -2/+6 |
* | Implement locks using create_observer for fetching media and server keys | Erik Johnston | 2015-04-27 | 1 | -1/+3 |
* | Copyright notices | Mark Haines | 2015-04-24 | 1 | -0/+14 |
* | Set a version_string in BaseMediaResource so that the request_handler wrapper... | Mark Haines | 2015-04-21 | 1 | -0/+1 |
* | Combine the request wrappers in rest/media/v1 and http/server into a single w... | Mark Haines | 2015-04-21 | 4 | -131/+62 |
* | SYN-282: Don't log tracebacks for client errors | Mark Haines | 2015-02-18 | 1 | -1/+1 |
* | Fix code-style | Mark Haines | 2015-02-10 | 1 | -2/+2 |
* | Code-style fixes | Mark Haines | 2015-02-10 | 1 | -3/+4 |
* | ...and here's the actual impl. git fail. | Matthew Hodgson | 2015-02-07 | 1 | -25/+32 |
* | thou shalt specify a content-length | Matthew Hodgson | 2015-02-07 | 1 | -0/+1 |
* | i hate weakly typed languages | Matthew Hodgson | 2015-02-07 | 1 | -1/+1 |
* | Add Cache-Control header to identicon | Mark Haines | 2015-02-02 | 1 | -0/+3 |
* | Fix setting identicon width and height | Mark Haines | 2015-02-02 | 1 | -2/+2 |
* | Spell height more correctly | Mark Haines | 2015-02-02 | 1 | -1/+1 |
* | Add a media/v1/identicon resource for generating identicons using pydenticon | Mark Haines | 2015-02-02 | 2 | -0/+50 |
* | Extract the id token of the token when authing users, include the token and d... | Mark Haines | 2015-01-28 | 1 | -1/+1 |
* | Return the device_id from get_auth_by_req | Mark Haines | 2015-01-28 | 1 | -1/+1 |
* | Move rest APIs back under the rest directory | Mark Haines | 2015-01-22 | 8 | -0/+1036 |