summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Implement backgroud update for chunks erikj/chunks_bg_updateErik Johnston2018-06-052-0/+76
* Assign chunks to forward extremitiesErik Johnston2018-06-052-49/+115
* Merge pull request #3315 from matrix-org/erikj/chunk_pag_1 erikj/room_chunksErik Johnston2018-06-016-73/+212
|\
| * Remove spurious conditionalErik Johnston2018-06-011-2/+2
| * Remove spurious breakErik Johnston2018-06-011-3/+0
| * Use *rowErik Johnston2018-06-011-2/+2
| * Reuse stream_ordering attribute instead of orderErik Johnston2018-06-012-9/+5
| * Don't drop topo ordering when there is no chunk_idErik Johnston2018-06-011-1/+1
| * Comment on stream vs topological vs depth ordering in schemaErik Johnston2018-06-011-0/+5
| * Update docs for RoomStreamTokenErik Johnston2018-06-011-8/+16
| * Implement pagination using chunksErik Johnston2018-05-313-18/+109
| * Use calculated topological ordering when persisting eventsErik Johnston2018-05-311-4/+5
| * Add chunk ID to pagination tokenErik Johnston2018-05-312-43/+84
* | Merge pull request #3240 from matrix-org/erikj/events_chunksErik Johnston2018-05-312-15/+201
|\|
| * Rename func to _insert_into_chunk_txnErik Johnston2018-05-301-6/+5
| * Remove unnecessary COALESCEErik Johnston2018-05-301-2/+2
| * CommentsErik Johnston2018-05-301-4/+4
| * Just iterate once rather than create a new setErik Johnston2018-05-301-13/+6
| * Remove redundant conditionsErik Johnston2018-05-301-10/+9
| * Remove unnecessary setErik Johnston2018-05-301-1/+1
| * Correctly loop over events_and_contextsErik Johnston2018-05-301-16/+14
| * Compute new chunks for new eventsErik Johnston2018-05-252-6/+203
|/
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/room_chunksErik Johnston2018-05-2544-174/+647
|\
| * Merge pull request #3283 from NotAFile/py3-stateAmber Brown2018-05-241-23/+25
| |\
| | * py3-ize state.pyAdrian Tschira2018-05-241-23/+25
| * | Merge pull request #3279 from NotAFile/py3-more-iteritemsAmber Brown2018-05-241-4/+6
| |\ \
| | * | more iteritemsAdrian Tschira2018-05-241-4/+6
| | |/
| * | Merge pull request #3280 from NotAFile/py3-more-miscAmber Brown2018-05-245-11/+13
| |\ \ | | |/ | |/|
| | * Misc. py3 fixesAdrian Tschira2018-05-245-11/+13
| |/
| * Merge pull request #3278 from NotAFile/py3-storage-baseAmber Brown2018-05-241-17/+22
| |\
| | * Py3 storage/_base.pyAdrian Tschira2018-05-241-17/+22
| * | Merge pull request #3244 from NotAFile/py3-six-4Amber Brown2018-05-2415-49/+69
| |\ \
| | * | replace some iteritems with sixAdrian Tschira2018-05-1915-49/+69
| * | | Merge pull request #3246 from NotAFile/py3-repr-stringAmber Brown2018-05-241-1/+1
| |\ \ \
| | * | | use repr, not strAdrian Tschira2018-05-191-1/+1
| | |/ /
| * | | Merge pull request #3247 from NotAFile/py3-miscAmber Brown2018-05-243-5/+18
| |\ \ \
| | * | | use stand-in value if maxint is not availableAdrian Tschira2018-05-191-1/+7
| | * | | fix py3 intern and remove unnecessary py3 encodeAdrian Tschira2018-05-191-1/+6
| | * | | py3-ize url previewAdrian Tschira2018-05-191-3/+5
| | |/ /
| * | | Merge pull request #3245 from NotAFile/batch-iterAmber Brown2018-05-241-0/+18
| |\ \ \ | | |_|/ | |/| |
| | * | Add batch_iter to utilsAdrian Tschira2018-05-191-0/+18
| | |/
| * | Merge pull request #3277 from matrix-org/dbkr/remove_from_user_dirDavid Baker2018-05-242-0/+11
| |\ \
| | * | Remove users from user directory on deactivateDavid Baker2018-05-242-0/+11
| * | | Merge pull request #3243 from NotAFile/py3-six-3Erik Johnston2018-05-246-11/+23
| |\ \ \
| | * | | Replace some more comparisons with sixAdrian Tschira2018-05-196-11/+23
| | | |/ | | |/|
| * | | Merge branch 'master' into developNeil Johnson2018-05-242-5/+24
| |\ \ \ | | |_|/ | |/| |
| | * | Update CHANGES.rst v0.30.0 release-v0.30.0Neil Johnson2018-05-241-5/+5
| | * | Update CHANGES.rstNeil Johnson2018-05-241-1/+1
| | * | update for v0.30.0Neil Johnson2018-05-241-4/+23
| | * | bump versionNeil Johnson2018-05-241-1/+1
| * | | Merge pull request #3261 from matrix-org/erikj/pagination_fixesErik Johnston2018-05-241-9/+22
| |\ \ \
| | * | | Use iter* methodsErik Johnston2018-05-221-7/+7
| | * | | Fix that states is a dict of dictsErik Johnston2018-05-221-1/+4
| | * | | get_domains_from_state returns list of tuplesErik Johnston2018-05-221-2/+12
| * | | | Merge pull request #3267 from matrix-org/erikj/iter_filterErik Johnston2018-05-241-5/+5
| |\ \ \ \
| | * | | | s/values/itervalues/Erik Johnston2018-05-231-1/+1
| | * | | | Use iter* methods for _filter_events_for_serverErik Johnston2018-05-231-4/+4
| * | | | | Merge branch 'release-v0.30.0' into developRichard van der Hoff2018-05-248-19/+128
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge pull request #3273 from matrix-org/rav/server_notices_avatar_urlRichard van der Hoff2018-05-243-9/+32
| | |\ \ \ \
| | | * | | | Allow overriding the server_notices user's avatarRichard van der Hoff2018-05-233-9/+32
| | * | | | | Merge pull request #3272 from matrix-org/rav/localpart_in_consent_uriRichard van der Hoff2018-05-231-1/+3
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Merge branch 'release-v0.30.0' into rav/localpart_in_consent_uriRichard van der Hoff2018-05-234-8/+55
| | | |\ \ \ \
| | | * | | | | Use the localpart in the consent uriRichard van der Hoff2018-05-231-1/+3
| | * | | | | | Merge docs on consent bits from PR #3268 into release branchRichard van der Hoff2018-05-234-23/+271
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Merge pull request #3271 from matrix-org/rav/consent_uri_in_messagesRichard van der Hoff2018-05-233-7/+50
| | |\ \ \ \ \ \
| | | * | | | | | Support for putting %(consent_uri)s in messagesRichard van der Hoff2018-05-233-7/+50
| | | | |/ / / / | | | |/| | | |
| | * | | | | | fix typoRichard van der Hoff2018-05-231-1/+1
| | * | | | | | Merge pull request #3270 from matrix-org/rav/block_remote_server_noticesRichard van der Hoff2018-05-231-0/+4
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Block attempts to send server notices to remote usersRichard van der Hoff2018-05-231-0/+4
| | |/ / / / /
| | * | | | | style v0.30.0-rc1Neil Johnson2018-05-231-3/+4
| | * | | | | bump version and changelogNeil Johnson2018-05-232-1/+37
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #3268 from matrix-org/rav/privacy_policy_docsRichard van der Hoff2018-05-234-23/+271
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | consent_tracking.md: clarify linkRichard van der Hoff2018-05-231-1/+1
| | * | | minor post-review tweaksRichard van der Hoff2018-05-232-5/+5
| | * | | mention public_baseurlRichard van der Hoff2018-05-231-0/+9
| | * | | fix wrappingRichard van der Hoff2018-05-231-1/+3
| | * | | Using the manhole to send server noticesRichard van der Hoff2018-05-231-0/+13
| | * | | Notes on the manholeRichard van der Hoff2018-05-231-0/+43
| | * | | consent_tracking: formatting etcRichard van der Hoff2018-05-231-8/+7
| | * | | server_notices.md: fix linkRichard van der Hoff2018-05-231-2/+2
| | * | | consent tracking docsRichard van der Hoff2018-05-233-25/+154
| | * | | Some docs about server noticesRichard van der Hoff2018-05-231-0/+53
| |/ / /
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/room_chunksErik Johnston2018-05-2348-212/+1290
|\| | |
| * | | Merge pull request #3265 from matrix-org/erikj/limit_paginationErik Johnston2018-05-221-9/+6
| |\ \ \
| | * | | Remove unused string formatting paramErik Johnston2018-05-221-1/+0
| | * | | Don't support limitless paginationErik Johnston2018-05-221-8/+6
| |/ / /
| * | | fix synchrotronhera2018-05-221-1/+1
| * | | custom error code for not leaving server notices roomRichard van der Hoff2018-05-222-0/+2
| * | | comment typoDavid Baker2018-05-221-1/+1
| * | | Merge pull request #3262 from matrix-org/rav/has_already_consentedRichard van der Hoff2018-05-223-5/+25
| |\ \ \
| | * | | Add a 'has_consented' template var to consent formsRichard van der Hoff2018-05-223-4/+21
| | * | | Enable auto-escaping for the consent templatesRichard van der Hoff2018-05-221-1/+4
| * | | | Merge pull request #3263 from matrix-org/rav/fix_jinja_depRichard van der Hoff2018-05-221-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix dependency on jinja2Richard van der Hoff2018-05-221-1/+1
| |/ / /
| * | | Merge pull request #3257 from matrix-org/rav/fonx_on_no_consentRichard van der Hoff2018-05-226-2/+179
| |\ \ \ | | |/ / | |/| |
| | * | Reject attempts to send event before privacy consent is givenRichard van der Hoff2018-05-226-2/+179
| |/ /
| * | Merge pull request #3236 from matrix-org/rav/consent_noticeRichard van der Hoff2018-05-2215-21/+331
| |\ \
| | * | Stub out ServerNoticesSender on the workersRichard van der Hoff2018-05-226-8/+66
| | * | Move consent config parsing into ConsentConfigRichard van der Hoff2018-05-224-15/+21
| | * | Send users a server notice about consentRichard van der Hoff2018-05-2211-11/+255
| | * | Rename 'version' param on user consent configRichard van der Hoff2018-05-222-5/+7
| * | | Merge pull request #3258 from matrix-org/erikj/fixup_logcontext_rusageErik Johnston2018-05-221-11/+27
| |\ \ \
| | * | | CommentErik Johnston2018-05-221-1/+1
| | * | | Fix logcontext resource usage trackingErik Johnston2018-05-221-11/+27
| |/ / /
| * | | Merge pull request #3252 from matrix-org/erikj/in_flight_requestsErik Johnston2018-05-222-2/+162
| |\ \ \ | | |/ / | |/| |
| | * | Don't store contextErik Johnston2018-05-221-8/+5
| | * | Move in_flight_requests_count to be a callback metricErik Johnston2018-05-221-10/+21
| | * | Add in flight request metricsErik Johnston2018-05-212-2/+154
| | |/
| * | Merge pull request #3255 from matrix-org/rav/fix_transactionsRichard van der Hoff2018-05-212-21/+96
| |\ \
| | * | Fix logcontext leak in HttpTransactionCacheRichard van der Hoff2018-05-212-25/+42
| | * | Stop the transaction cache caching failuresRichard van der Hoff2018-05-212-9/+67
| * | | Merge pull request #3251 from matrix-org/cohort_analyticsNeil Johnson2018-05-211-1/+5
| |\ \ \ | | |/ / | |/| |
| | * | Tighter filtering for user_daily_visitsNeil Johnson2018-05-181-1/+5
| | |/
| * | Merge pull request #3239 from ptman/developMichael Kaye2018-05-211-2/+2
| |\ \ | | |/ | |/|
| | * Add lxml to docker image for web previewsPaul Tötterman2018-05-181-2/+2
| * | Merge pull request #3241 from matrix-org/fix_user_visits_insertionNeil Johnson2018-05-181-1/+1
| |\ \ | | |/ | |/|
| | * fix psql compatability bugNeil Johnson2018-05-181-1/+1
| |/
| * Merge branch 'master' into developNeil Johnson2018-05-185-19/+45
| |\
| | * Merge tag 'v0.29.1'Neil Johnson2018-05-184-10/+22
| | |\
| | | * Merge branch 'release-v0.29.0' of https://github.com/matrix-org/synapse into ... v0.29.1 release-v0.29.0Neil Johnson2018-05-182-2/+8
| | | |\
| | | | * bump version, change logNeil Johnson2018-05-172-2/+8
| | | * | light grammar changesNeil Johnson2018-05-171-4/+4
| | | * | Note that secrets need to be retained.Michael Kaye2018-05-171-2/+7
| | | * | Document macaroon env var correctlyMichael Kaye2018-05-171-2/+2
| | | * | Reference synapse docker image and docker-composeMichael Kaye2018-05-171-2/+3
| | | |/
| | * | Merge pull request #1756 from rubo77/patch-4Richard van der Hoff2018-05-171-9/+23
| | |\ \ | | | |/ | | |/|
| | | * postgres.rst: Add instructions how to setup the postgres user and clarify the...rubo772018-05-171-9/+23
| | |/
| * | Merge pull request #3232 from matrix-org/rav/server_notices_roomRichard van der Hoff2018-05-1810-7/+309
| |\ \
| | * | Better docstringsRichard van der Hoff2018-05-181-0/+16
| | * | Make sure we reject attempts to invite the notices userRichard van der Hoff2018-05-183-0/+20
| | * | Replace inline docstrings with "Attributes" in class docstringRichard van der Hoff2018-05-181-23/+15
| | * | fix missing yield for server_notices_roomRichard van der Hoff2018-05-171-3/+4
| | * | Infrastructure for a server notices roomRichard van der Hoff2018-05-179-7/+280
| * | | Merge pull request #3235 from matrix-org/rav/fix_receipts_deferredRichard van der Hoff2018-05-181-7/+11
| |\ \ \
| | * | | Fix error in handling receiptsRichard van der Hoff2018-05-181-7/+11
| | |/ /
| * | | Merge pull request #3233 from matrix-org/rav/remove_dead_codeRichard van der Hoff2018-05-181-55/+0
| |\ \ \
| | * | | Remove unused `update_external_syncs`Richard van der Hoff2018-05-171-55/+0
| | |/ /
| * | | Merge pull request #3221 from matrix-org/erikj/purge_tokenErik Johnston2018-05-183-37/+69
| |\ \ \ | | |/ / | |/| |
| | * | Clarify commentErik Johnston2018-05-161-1/+2
| | * | CommentsErik Johnston2018-05-161-0/+8
| | * | Move and rename variableErik Johnston2018-05-161-3/+3
| | * | Make purge_history operate on tokensErik Johnston2018-05-153-21/+25
| | * | Use events_to_purge table rather than tokenErik Johnston2018-05-151-15/+34
| * | | Merge pull request #3225 from matrix-org/rav/move_creation_handlerRichard van der Hoff2018-05-176-11/+19
| |\ \ \
| | * | | Move RoomCreationHandler out of synapse.handlers.HandlersRichard van der Hoff2018-05-176-11/+19
* | | | | Merge pull request #3226 from matrix-org/erikj/chunk_baseErik Johnston2018-05-187-1/+966
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | CommentsErik Johnston2018-05-181-14/+16
| * | | | More commentsErik Johnston2018-05-173-7/+18
| * | | | Document case of unconnected chunksErik Johnston2018-05-171-0/+4
| * | | | Make insert_* functions internal and reorder funcsErik Johnston2018-05-173-119/+123
| * | | | Increase range of rebalance intervalErik Johnston2018-05-171-7/+3
| * | | | Improve documentation and commentsErik Johnston2018-05-173-10/+58
| * | | | Add note about index in changelogErik Johnston2018-05-171-1/+8
| * | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/chunk_baseErik Johnston2018-05-1755-283/+1678
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #3212 from matrix-org/erikj/epa_streamErik Johnston2018-05-173-40/+18
|\ \ \ \ \
* \ \ \ \ \ Merge branch 'master' into developNeil Johnson2018-05-162-3/+71
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | bump version and changelog for 0.29.0 v0.29.0Neil Johnson2018-05-162-1/+5
| * | | | further musical chairsNeil Johnson2018-05-141-2/+3
| * | | | rearrange and collect related PRsNeil Johnson2018-05-141-26/+27
| * | | | v0.29.0-rc1: bump version and change log v0.29.0-rc1Neil Johnson2018-05-142-3/+65
| | |_|/ | |/| |
* | | | Merge pull request #3163 from matrix-org/cohort_analyticsNeil Johnson2018-05-167-5/+122
|\ \ \ \
| * | | | remove empty lineNeil Johnson2018-05-161-1/+0
| * | | | remove unused method recurring_user_daily_visit_statsNeil Johnson2018-05-161-3/+0
| * | | | style and further contraining queryNeil Johnson2018-05-161-8/+12
| * | | | pep8Neil Johnson2018-05-151-1/+0
| * | | | Limit query load of generate_user_daily_visitsNeil Johnson2018-05-152-27/+54
| * | | | instead of inserting user daily visit data at the end of the day, instead ins...Neil Johnson2018-05-142-43/+30
| * | | | Merge branch 'develop' of https://github.com/matrix-org/synapse into cohort_a...Neil Johnson2018-05-14120-1181/+2386
| |\ \ \ \
| * | | | | remove user agent from data model, will just join on user_ipsNeil Johnson2018-05-011-12/+11
| * | | | | add inidexes based on usageNeil Johnson2018-05-011-6/+2
| * | | | | 10 mins seems more reasonable that every minuteNeil Johnson2018-05-011-1/+1
| * | | | | pep8Neil Johnson2018-04-251-3/+4
| * | | | | Generate user daily statsNeil Johnson2018-04-256-5/+112
| * | | | | ignore atom editor python ide filesNeil Johnson2018-04-251-0/+1
* | | | | | Merge pull request #3213 from matrix-org/rav/consent_handlerRichard van der Hoff2018-05-1614-5/+446
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | ConsentResource to gather policy consent from usersRichard van der Hoff2018-05-1514-5/+446
* | | | | | Merge pull request #3201 from matrix-org/dbkr/leave_rooms_on_deactivateDavid Baker2018-05-143-2/+143
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Catch failure to part user from roomDavid Baker2018-05-101-7/+13
| * | | | | Many docstringsDavid Baker2018-05-102-0/+36
| * | | | | Oops, don't call function passed to run_in_backgroundDavid Baker2018-05-101-1/+1
| * | | | | Prefix internal functionsDavid Baker2018-05-091-7/+7
| * | | | | Add the schema fileDavid Baker2018-05-091-0/+25
| * | | | | Indent failDavid Baker2018-05-091-1/+1
| * | | | | Part deactivated users in the backgroundDavid Baker2018-05-092-1/+61
| * | | | | Part user from rooms on account deactivateDavid Baker2018-05-081-1/+15
* | | | | | Merge pull request #2846 from kaiyou/feat-dockerfileMichael Kaye2018-05-1110-0/+541
|\ \ \ \ \ \
| * | | | | | Add Docker packaging in the author listkaiyou2018-05-041-0/+3
| * | | | | | Merge remote-tracking branch 'upstream/master' into feat-dockerfilekaiyou2018-05-0269-496/+1028
| |\ \ \ \ \ \
| * | | | | | | Make the logging level configurablekaiyou2018-05-012-3/+4
| * | | | | | | Fix the documentation about 'POSTGRES_DB'kaiyou2018-05-011-1/+1
| * | | | | | | Merge remote-tracking branch 'upstream/master' into feat-dockerfilekaiyou2018-04-1451-279/+965
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into feat-dockerfilekaiyou2018-04-08179-4356/+8696
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into feat-dockerfilekaiyou2018-03-1727-39/+46
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Disable logging to file and rely on the console when using Dockerkaiyou2018-02-101-8/+1
| * | | | | | | | | | Explicitely provide the postgres password to synapse in the Compose examplekaiyou2018-02-101-0/+1
| * | | | | | | | | | Remove an accidentally committed test configurationkaiyou2018-02-101-1/+1
| * | | | | | | | | | Generate macaroon and registration secrets, then store the results to the dat...kaiyou2018-02-102-6/+15
| * | | | | | | | | | Fix the path to the log config filekaiyou2018-02-092-2/+2
| * | | | | | | | | | Make SYNAPSE_MACAROON_SECRET_KEY a mandatory optionkaiyou2018-02-092-3/+4
| * | | | | | | | | | Specify the Docker registry for the postgres imagekaiyou2018-02-081-1/+1
| * | | | | | | | | | Specify the Docker registry in the build tagkaiyou2018-02-081-1/+1
| * | | | | | | | | | Make it clear that the image has two modes of operationkaiyou2018-02-081-5/+24
| * | | | | | | | | | Update to Alpine 3.7 and switch to libresslkaiyou2018-02-081-2/+2
| * | | | | | | | | | Enable email server configuration from environment variableskaiyou2018-02-082-16/+24
| * | | | | | | | | | Honor the SYNAPSE_REPORT_STATS parameter in the Docker imagekaiyou2018-02-081-0/+5
| * | | | | | | | | | Disable the Web client in the Docker imagekaiyou2018-02-082-4/+3
| * | | | | | | | | | Use 'synapse' as a default postgres user in Docker exampleskaiyou2018-02-082-3/+3
| * | | | | | | | | | Refactor the start script to better handle mandatory parameterskaiyou2018-02-083-24/+35
| * | | | | | | | | | Rename the permissions variable to avoid confusionkaiyou2018-02-081-3/+3
| * | | | | | | | | | Add some documentation about high performance storagekaiyou2018-02-081-2/+7
| * | | | | | | | | | Make it clear that two modes are avaiable in the documentation, improve the c...kaiyou2018-02-082-9/+20
| * | | | | | | | | | Support loading application service files from /data/appservices/kaiyou2018-02-053-2/+18
| * | | | | | | | | | Add the non-tls port to the expose listkaiyou2018-02-051-1/+1
| * | | | | | | | | | Only generate configuration files when necessarykaiyou2018-02-051-5/+7
| * | | | | | | | | | Do not copy documentation files to the Docker root folderkaiyou2018-02-051-1/+1
| * | | | | | | | | | Point to the 'latest' tag in the Docker documentationkaiyou2018-02-052-2/+2
| * | | | | | | | | | Fix a typo in the Docker READMEkaiyou2018-02-051-1/+1
| * | | | | | | | | | Document the cache factor environment variable for Dockerkaiyou2018-02-051-0/+1
| * | | | | | | | | | Add dynamic TURN configuration in the Docker imagekaiyou2018-02-052-2/+14
| * | | | | | | | | | Add dynamic recaptcha configuration in the Docker imagekaiyou2018-02-052-0/+11
| * | | | | | | | | | Remove docker related files from the python manifestkaiyou2018-02-051-0/+1
| * | | | | | | | | | Run the server as an unprivileged userkaiyou2018-02-042-5/+8
| * | | | | | | | | | Fix multiple typoskaiyou2018-02-043-10/+17
| * | | | | | | | | | Add the build cache/ folder to gitignorekaiyou2018-02-041-0/+1
| * | | | | | | | | | Update sumperdump Docker readme to match this image propertieskaiyou2018-02-041-38/+64
| * | | | | | | | | | Remove etc/service files from rob's branchkaiyou2018-02-043-131/+0
| * | | | | | | | | | Merge remote-tracking branch 'origin/rob/docker' into feat-dockerfilekaiyou2018-02-044-0/+201
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | docker: s/matrix-org/matrixdotorg/gRobert Swain2017-09-292-5/+5
| | * | | | | | | | | | docker: Initial Dockerfile and docker-compose.yamlRobert Swain2017-09-285-0/+259
| * | | | | | | | | | | Reuse environment variables of the postgres containerkaiyou2018-02-042-9/+14
| * | | | | | | | | | | Provide an example docker compose filekaiyou2018-02-042-0/+34
| * | | | | | | | | | | Install the postgres dependencieskaiyou2018-02-041-2/+2
| * | | | | | | | | | | Support an external postgresql config in the Docker imagekaiyou2018-02-041-2/+11
| * | | | | | | | | | | Generate shared secrets if not defined in the environmentkaiyou2018-02-041-4/+11
| * | | | | | | | | | | Generate any missing keys before starting synapsekaiyou2018-02-041-12/+13
| * | | | | | | | | | | Allow for a wheel cache and include missing files in the buildkaiyou2018-02-043-6/+13
| * | | | | | | | | | | Add template config files for the Docker imagekaiyou2018-02-032-0/+217
| * | | | | | | | | | | Initial commit including a Dockerfile for synapsekaiyou2018-02-032-0/+45
* | | | | | | | | | | | Merge pull request #3208 from matrix-org/rav/more_refactor_request_handlerRichard van der Hoff2018-05-1123-27/+28
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Set Server header in SynapseRequestRichard van der Hoff2018-05-1023-27/+28
* | | | | | | | | | | | | Merge pull request #3209 from damir-manapov/masterRichard van der Hoff2018-05-111-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | transaction_id, destination twiceDamir Manapov2018-05-101-2/+0
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into developRichard van der Hoff2018-05-110-0/+0
|\| | | | | | | | | | | | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | missing word :|Matthew Hodgson2018-05-011-1/+1
| * | | | | | | | | | Merge branch 'release-v0.28.1'Matthew Hodgson2018-05-011-3/+3
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge pull request #3203 from matrix-org/rav/refactor_request_handlerRichard van der Hoff2018-05-109-251/+339
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove redundant request_handler decoratorRichard van der Hoff2018-05-107-38/+42
| * | | | | | | | | | | | Factor wrap_request_handler_with_logging out of wrap_request_handlerRichard van der Hoff2018-05-101-54/+66
| * | | | | | | | | | | | Remove include_metrics paramRichard van der Hoff2018-05-101-17/+7
| * | | | | | | | | | | | Move outgoing_responses_counter handling to RequestMetricsRichard van der Hoff2018-05-102-4/+2