forked-synapse/synapse
Matthew Hodgson dafef5a688 Add url_preview_enabled config option to turn on/off preview_url endpoint. defaults to off.
Add url_preview_ip_range_blacklist to let admins specify internal IP ranges that must not be spidered.
Add url_preview_url_blacklist to let admins specify URL patterns that must not be spidered.
Implement a custom SpiderEndpoint and associated support classes to implement url_preview_ip_range_blacklist
Add commentary and generally address PR feedback
2016-04-08 18:37:15 +01:00
..
api Add published room list edit API 2016-03-21 15:06:07 +00:00
app Don't require config to create database 2016-04-06 14:15:45 +01:00
appservice Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
config Add url_preview_enabled config option to turn on/off preview_url endpoint. defaults to off. 2016-04-08 18:37:15 +01:00
crypto Make key client send a Host header 2016-03-11 10:29:05 +00:00
events Add sensible __eq__ operators inside the tests. 2016-04-07 16:41:37 +01:00
federation Intern all the things 2016-03-23 16:25:54 +00:00
handlers Merge pull request #700 from matrix-org/erikj/deduplicate_joins 2016-04-07 16:35:40 +01:00
http Add url_preview_enabled config option to turn on/off preview_url endpoint. defaults to off. 2016-04-08 18:37:15 +01:00
metrics copyrights 2016-01-07 04:26:29 +00:00
push Use google style doc strings. 2016-04-01 16:12:07 +01:00
replication Add tests for get_latest_event_ids_in_room and get_current_state 2016-04-07 13:17:56 +01:00
rest Add url_preview_enabled config option to turn on/off preview_url endpoint. defaults to off. 2016-04-08 18:37:15 +01:00
static/client Updates to fallback CAS login to do new token login 2015-11-06 09:57:17 +00:00
storage Merge branch 'develop' into matthew/preview_urls 2016-04-07 17:26:44 +01:00
streams Hook up the push rules to the notifier 2016-03-03 14:57:45 +00:00
util Rename things 2016-04-07 16:07:16 +01:00
__init__.py Bump version and changelog 2016-03-30 12:35:25 +01:00
notifier.py Use google style doc strings. 2016-04-01 16:12:07 +01:00
python_dependencies.py Add url_preview_enabled config option to turn on/off preview_url endpoint. defaults to off. 2016-04-08 18:37:15 +01:00
server.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
state.py Merge pull request #689 from matrix-org/erikj/member 2016-04-04 11:56:40 +01:00
types.py Hook up the push rules to the notifier 2016-03-03 14:57:45 +00:00