Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
4fa74c7606ff302b0f255e418299eacdc1b5ca7f
Select Git revision
Branches
5
fix-alias-resolution-server-list
master
default
meow-patchset
patchset-base
verifiable-forwarded-events
Tags
20
meow-patchset-v1.127.1
v1.127.1
meow-patchset-v1.127.0
v1.127.0
v1.127.0rc1
meow-patchset-v1.126.0
v1.126.0
v1.126.0rc3
meow-patchset-v1.125.0
meow-patchset-v1.126.0rc2
v1.126.0rc2
v1.126.0rc1
v1.125.0
v1.125.0rc1
v1.124.0
v1.124.0rc3
v1.124.0rc2
v1.124.0rc1
v1.123.0
v1.123.0rc1
25 results
Begin with the selected commit
Created with Raphaël 2.2.0
17
Jul
16
15
14
13
10
9
8
7
6
5
3
2
1
30
Jun
26
25
24
23
22
19
18
17
16
15
12
11
10
9
8
5
4
3
2
1
30
May
29
28
27
26
23
22
21
20
19
18
15
14
13
12
11
8
7
6
5
4
3
1
30
Apr
29
28
27
24
23
22
21
20
17
16
15
14
13
11
9
8
7
6
4
3
2
1
31
Mar
Remove Ubuntu Eoan that is now EOL (#7888)
Fix the trace function for async functions. (#7872)
Add help for creating a user via docker (#7885)
Switch to Debian:Slim from Alpine for the docker image (#7839)
Stop using 'device_max_stream_id' (#7882)
Fix TypeError in synapse.notifier (#7880)
Add a default limit (of 100) to get/sync operations. (#7858)
Change "unknown room ver" logging to warning. (#7881)
Convert device handler to async/await (#7871)
Convert synapse.app to async/await. (#7868)
Convert _base, profile, and _receipts handlers to async/await (#7860)
Add admin endpoint to get members in a room. (#7842)
Consistently use `db_to_json` to convert from database values to JSON objects. (#7849)
Combine nginx federation server blocks (#7823)
Optimise queueing of inbound replication commands (#7861)
Reject attempts to join empty rooms over federation (#7859)
Allow moving typing off master (#7869)
Add ability to run multiple pusher instances (#7855)
Merge pull request #7866 from matrix-org/rav/fix_guest_user_id
Add some tiny type annotations (#7870)
changelog
Use a postgres sequence to generate guest user IDs
Use SequenceGenerator for state group ID allocation
Use `PostgresSequenceGenerator` from `MultiWriterIdGenerator`
Add some helper classes for generating ID sequences
Remove obsolete comment.
Ensure that calls to `json.dumps` are compatible with the standard library json. (#7836)
Avoid brand new rooms in `delete_old_current_state_events` (#7854)
Merge branch 'erikj/faster_typing' of github.com:matrix-org/synapse into develop
Allow accounts to be re-activated from the admin APIs. (#7847)
Fix tests
Fix typo
Newsfile
Use get_users_in_room rather than state handler in typing for speed
Fix client reader sharding tests (#7853)
Convert E2E key and room key handlers to async/await. (#7851)
Return the proper 403 Forbidden error during errors with JWT logins. (#7844)
remove `retry_on_integrity_error` wrapper for persist_events (#7848)
Fix bug in per-room message retention policies. (#7850)
Allow email subjects to be customised through Synapse's configuration (#7846)
Loading