Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2017-08-25 | Add _simple_update | Erik Johnston | 1 | -19/+32 |
2017-08-21 | Use BOOLEAN rather than TEXT type | Erik Johnston | 1 | -1/+1 |
2017-08-21 | Groups: Fix mising json.load in initial sync | Erik Johnston | 1 | -1/+7 |
2017-08-11 | Fixup | Erik Johnston | 2 | -9/+14 |
2017-08-09 | Add bulk group publicised lookup API | Erik Johnston | 5 | -0/+142 |
2017-08-08 | Allow update group publicity | Erik Johnston | 2 | -0/+43 |
2017-08-08 | Store whether the user wants to publicise their membership of a group | Erik Johnston | 3 | -0/+7 |
2017-08-04 | Remove stale TODO comments | Erik Johnston | 1 | -10/+0 |
2017-07-24 | Update comment | Erik Johnston | 1 | -2/+2 |
2017-07-24 | Use join rather than joined, etc. | Erik Johnston | 1 | -2/+2 |
2017-07-24 | Fix all the typos | Erik Johnston | 1 | -8/+7 |
2017-07-24 | Include users membership in group in summary API | Erik Johnston | 2 | -0/+60 |
2017-07-24 | Check users/rooms are in group before adding to summary | Erik Johnston | 1 | -0/+25 |
2017-07-24 | Correctly add joins to correct segment | Erik Johnston | 1 | -1/+1 |
2017-07-20 | Remove spurious content param | Erik Johnston | 1 | -1/+1 |
2017-07-20 | Add notifier | Erik Johnston | 1 | -0/+1 |
2017-07-20 | Fix replication. And notify | Erik Johnston | 5 | -4/+119 |
2017-07-20 | Remember to cast to bool | Erik Johnston | 1 | -1/+1 |
2017-07-20 | Fix bug in generating current token | Erik Johnston | 1 | -0/+2 |
2017-07-20 | Add groups to sync stream | Erik Johnston | 8 | -8/+161 |
2017-07-20 | Check values are strings | Erik Johnston | 1 | -1/+4 |
2017-07-20 | Fix a storage desc | Erik Johnston | 1 | -1/+1 |
2017-07-20 | Fix typo | Erik Johnston | 1 | -1/+1 |
2017-07-20 | Add update group profile API | Erik Johnston | 5 | -0/+52 |
2017-07-18 | Comments | Erik Johnston | 4 | -13/+24 |
2017-07-18 | Comments | Erik Johnston | 2 | -103/+88 |
2017-07-18 | Fix permissions | Erik Johnston | 1 | -2/+6 |
2017-07-18 | Add DELETE | Erik Johnston | 1 | -0/+46 |
2017-07-18 | Add 'args' param to post_json | Erik Johnston | 1 | -9/+15 |
2017-07-18 | Fix typos | Erik Johnston | 3 | -12/+22 |
2017-07-18 | Correctly parse query params | Erik Johnston | 1 | -19/+19 |
2017-07-18 | Update federation client pokes | Erik Johnston | 1 | -13/+22 |
2017-07-18 | Add client apis | Erik Johnston | 2 | -10/+188 |
2017-07-18 | Comments | Erik Johnston | 2 | -15/+22 |
2017-07-18 | Use transport client directly | Erik Johnston | 1 | -18/+25 |
2017-07-18 | Comment | Erik Johnston | 1 | -0/+14 |
2017-07-18 | Remove sync stuff | Erik Johnston | 2 | -29/+1 |
2017-07-18 | Add GroupID type | Erik Johnston | 1 | -0/+5 |
2017-07-18 | Remove unused tables | Erik Johnston | 1 | -7/+0 |
2017-07-18 | Remove sync stuff | Erik Johnston | 2 | -70/+0 |
2017-07-17 | Add local group server support | Erik Johnston | 10 | -2/+1248 |
2017-07-14 | Ensure category and role ids are non-null | Erik Johnston | 1 | -0/+24 |
2017-07-14 | Add DEFAULT_ROLE_ID | Erik Johnston | 1 | -4/+5 |
2017-07-14 | Correctly increment orders | Erik Johnston | 1 | -2/+2 |
2017-07-13 | Remove unused functions | Erik Johnston | 1 | -152/+0 |
2017-07-13 | Comments | Erik Johnston | 2 | -12/+32 |
2017-07-13 | Remove TODO | Erik Johnston | 1 | -1/+0 |
2017-07-13 | Add summary APIs to federation | Erik Johnston | 1 | -11/+223 |
2017-07-13 | raise NotImplementedError | Erik Johnston | 1 | -5/+2 |
2017-07-12 | Comments | Erik Johnston | 3 | -5/+79 |
2017-07-12 | Simplify checking if admin | Erik Johnston | 1 | -53/+19 |
2017-07-12 | Add group summary APIs | Erik Johnston | 4 | -2/+970 |
2017-07-12 | Comment | Erik Johnston | 1 | -1/+1 |
2017-07-11 | Move comment | Erik Johnston | 1 | -2/+2 |
2017-07-11 | Add federation API for adding room to group | Erik Johnston | 1 | -0/+18 |
2017-07-11 | Comment | Erik Johnston | 1 | -5/+8 |
2017-07-11 | Typo | Erik Johnston | 1 | -1/+1 |
2017-07-11 | Rename column to attestation_json | Erik Johnston | 2 | -5/+5 |
2017-07-11 | Comments | Erik Johnston | 3 | -5/+9 |
2017-07-11 | split out reducing stuff; just make encode_* static | Krombel | 1 | -35/+27 |
2017-07-11 | Comment | Erik Johnston | 2 | -0/+26 |
2017-07-11 | Remove u/ requirement | Erik Johnston | 1 | -2/+3 |
2017-07-11 | Lift out visibility parsing | Erik Johnston | 1 | -20/+21 |
2017-07-11 | Comments | Erik Johnston | 4 | -43/+132 |
2017-07-11 | Reduce log levels in tcp replication | Erik Johnston | 1 | -2/+2 |
2017-07-11 | Don't compute push actions for backfilled events | Erik Johnston | 1 | -1/+1 |
2017-07-10 | fix test | Krombel | 1 | -1/+3 |
2017-07-10 | Initial group server implementation | Erik Johnston | 11 | -11/+1064 |
2017-07-10 | encode sync-response statically; omit empty objects from sync-response | Krombel | 1 | -33/+48 |
2017-07-07 | Include registration and as stores in frontend proxy | Erik Johnston | 1 | -0/+4 |
2017-07-07 | Add a frontend proxy | Erik Johnston | 2 | -0/+269 |
2017-07-07 | Perf: Don't filter events for push | Erik Johnston | 3 | -36/+21 |
2017-07-06 | Bump version and changelog | Erik Johnston | 2 | -1/+10 |
2017-07-06 | Fix bug where pusherpool didn't start and broke some rooms | Erik Johnston | 3 | -10/+11 |
2017-07-06 | Bump version and changelog github/release-v0.22.0 release-v0.22.0 | Erik Johnston | 2 | -1/+7 |
2017-07-05 | Separate federation servlet into different lists | Erik Johnston | 1 | -8/+16 |
2017-07-05 | Fix caching error in the push evaluator | Richard van der Hoff | 1 | -1/+3 |
2017-07-04 | Bump version and changelog v0.22.0-rc2 | Erik Johnston | 2 | -1/+17 |
2017-07-04 | Update test | Erik Johnston | 1 | -1/+1 |
2017-07-04 | Update README | Erik Johnston | 1 | -7/+4 |
2017-07-04 | Increase default cache factor size. | Erik Johnston | 1 | -1/+1 |
2017-07-04 | Define CACHE_SIZE_FACTOR once | Erik Johnston | 5 | -21/+6 |
2017-06-30 | Improve the error handling for bad invites received over federation | Mark Haines | 1 | -2/+17 |
2017-06-29 | Make into list | Erik Johnston | 1 | -1/+1 |
2017-06-29 | Prefill forward extrems and event to state groups | Erik Johnston | 2 | -2/+13 |
2017-06-29 | Cache macaroon parse and validation | Erik Johnston | 1 | -13/+60 |
2017-06-29 | Use an ExpiringCache for storing registration sessions | Erik Johnston | 2 | -11/+13 |
2017-06-27 | Serialize user ip command as json | Erik Johnston | 1 | -5/+9 |
2017-06-27 | Fix up | Erik Johnston | 5 | -12/+9 |
2017-06-27 | Make workers report to master for user ip updates | Erik Johnston | 9 | -8/+111 |
2017-06-27 | Fix up client ips to read from pending data | Erik Johnston | 4 | -27/+62 |
2017-06-27 | Batch upsert user ips | Erik Johnston | 2 | -21/+39 |
2017-06-26 | Update version and changelog v0.22.0-rc1 | Erik Johnston | 2 | -1/+35 |
2017-06-26 | Remove unused variables | Erik Johnston | 1 | -1/+1 |
2017-06-26 | Fix up indices for users_who_share_rooms | Erik Johnston | 1 | -1/+2 |
2017-06-24 | Change the config file generator to more descriptive explanation of push.reda... | Caleb James DeLisle | 1 | -3/+11 |
2017-06-23 | Fix TravisCI tests for PR #2301 - Fat finger mistake | Caleb James DeLisle | 1 | -0/+0 |
2017-06-23 | Fix TravisCI tests for PR #2301 | Caleb James DeLisle | 3 | -5/+2 |
2017-06-23 | Add configuration parameter to allow redaction of content from push messages ... | Caleb James DeLisle | 3 | -2/+43 |
2017-06-23 | Store URL cache preview downloads seperately | Erik Johnston | 7 | -20/+94 |
2017-06-22 | Make some more params configurable | Erik Johnston | 1 | -5/+8 |
2017-06-22 | Typo. ARGH. | Erik Johnston | 1 | -1/+1 |
2017-06-22 | Fix thinko in unhandled user spam | Erik Johnston | 1 | -2/+2 |
2017-06-22 | Add desc | Erik Johnston | 1 | -0/+1 |
2017-06-21 | Initialise exclusive_user_regex | Erik Johnston | 2 | -15/+22 |
2017-06-21 | Fix for workers | Erik Johnston | 2 | -1/+4 |
2017-06-21 | replaced json.dumps with encode_canonical_json | Krombel | 1 | -1/+2 |
2017-06-21 | Don't work out users who share room with appservice users | Erik Johnston | 1 | -2/+11 |
2017-06-19 | Handle thumbnail urls | Erik Johnston | 1 | -12/+14 |
2017-06-19 | Add API to quarantine media | Erik Johnston | 7 | -5/+119 |
2017-06-19 | Handle all cases of sending membership events | Erik Johnston | 1 | -0/+5 |
2017-06-19 | Remove unused import | Erik Johnston | 1 | -1/+1 |
2017-06-19 | Change to create new room and join other users | Erik Johnston | 2 | -10/+70 |
2017-06-19 | Forget room | Erik Johnston | 1 | -0/+2 |
2017-06-19 | Add shutdown room API | Erik Johnston | 6 | -1/+134 |
2017-06-19 | Reject local events that don't round trip the DB | Erik Johnston | 1 | -0/+9 |
2017-06-16 | add missing boolean to synapse_port_db | Matthew | 1 | -0/+1 |
2017-06-16 | fix synapse_port script | Matthew | 1 | -1/+1 |
2017-06-16 | Initial worker impl | Erik Johnston | 6 | -7/+328 |
2017-06-16 | allow Authorization header which handling got implemented in #1098 | Krombel | 1 | -1/+1 |
2017-06-15 | Bump version and changelog | Erik Johnston | 2 | -1/+9 |
2017-06-15 | Typo | Erik Johnston | 1 | -1/+3 |
2017-06-15 | Include users who share room with requester in user directory | Erik Johnston | 3 | -26/+47 |
2017-06-15 | Implement updating users who share rooms on the fly | Erik Johnston | 2 | -24/+235 |
2017-06-15 | Implement initial population of users who share rooms table | Erik Johnston | 2 | -9/+193 |
2017-06-15 | Add DB schema for tracking users who share rooms | Erik Johnston | 2 | -1/+33 |
2017-06-15 | Add some more stats | Erik Johnston | 3 | -0/+35 |
2017-06-15 | Remove unhelpful test | Erik Johnston | 1 | -115/+0 |
2017-06-14 | Fix phone home stats | Erik Johnston | 3 | -107/+56 |
2017-06-14 | add notes on running out of FDs | Matthew Hodgson | 1 | -0/+24 |
2017-06-13 | Fix user directory insertion due to missing room_id | Erik Johnston | 2 | -4/+9 |
2017-06-13 | Fix up sql | Erik Johnston | 1 | -10/+12 |
2017-06-13 | Fix user dir to not assume existence of user | Erik Johnston | 1 | -22/+37 |
2017-06-13 | Throw exception when not retrying when downloading media | Erik Johnston | 1 | -0/+1 |
2017-06-13 | Don't assume existance of events when updating user directory | Erik Johnston | 1 | -3/+6 |
2017-06-13 | Tweak the ranking of PG user dir search | Erik Johnston | 1 | -13/+40 |
2017-06-13 | Add cache for is_host_joined | Erik Johnston | 3 | -2/+7 |
2017-06-09 | Fix replication | Erik Johnston | 2 | -2/+2 |
2017-06-09 | Comments | Erik Johnston | 1 | -0/+3 |
2017-06-09 | Cache state deltas | Erik Johnston | 1 | -3/+12 |
2017-06-09 | Rewrite conditional | Erik Johnston | 1 | -1/+1 |
2017-06-09 | Comment | Erik Johnston | 1 | -0/+2 |
2017-06-09 | Tweak SQL | Erik Johnston | 1 | -3/+6 |
2017-06-09 | Fix has_any_entity_changed | Erik Johnston | 1 | -4/+4 |
2017-06-09 | Add missing notifier | Erik Johnston | 1 | -1/+2 |
2017-06-09 | Fix replication | Erik Johnston | 1 | -1/+0 |
2017-06-09 | Change is_host_joined to use current_state table | Erik Johnston | 4 | -54/+28 |
2017-06-09 | Mark remote invite rejections as outliers | Erik Johnston | 1 | -0/+1 |
2017-06-08 | Ensure we don't use unpersisted state group as prev group | Erik Johnston | 2 | -7/+19 |
2017-06-07 | Fix bug where state_group tables got corrupted | Erik Johnston | 3 | -10/+24 |
2017-06-07 | Don't start user_directory handling on workers | Erik Johnston | 2 | -3/+3 |
2017-06-07 | Add some logging to user directory | Erik Johnston | 1 | -0/+7 |
2017-06-07 | When pruning, delete from device_lists_outbound_last_success | Erik Johnston | 1 | -0/+8 |
2017-06-07 | Keep pruning background task | Erik Johnston | 1 | -0/+45 |
2017-06-07 | Comments | Erik Johnston | 2 | -0/+15 |
2017-06-07 | Remove spurious log lines | Erik Johnston | 3 | -4/+0 |
2017-06-07 | Split up device_lists_outbound_pokes table for faster updates. | Erik Johnston | 2 | -58/+57 |
2017-06-07 | Increase size of IP cache | Erik Johnston | 1 | -1/+6 |
2017-06-06 | Fix typo when getting app name | Erik Johnston | 1 | -1/+1 |
2017-06-06 | Fix wrong number of arguments | Erik Johnston | 1 | -1/+1 |
2017-06-01 | Handle profile updates in user directory | Erik Johnston | 2 | -0/+74 |
2017-06-01 | Fix sqlite | Erik Johnston | 1 | -1/+1 |
2017-06-01 | Split the table in two | Erik Johnston | 4 | -31/+138 |
2017-06-01 | Tweak search query | Erik Johnston | 1 | -1/+1 |
2017-06-01 | Tweak search query | Erik Johnston | 1 | -2/+2 |
2017-06-01 | Comments | Erik Johnston | 1 | -3/+3 |
2017-06-01 | Check if host is still in room | Erik Johnston | 1 | -0/+11 |
2017-06-01 | Remove spurious inlineCallbacks | Erik Johnston | 1 | -1/+0 |
2017-06-01 | Fix removing users | Erik Johnston | 1 | -0/+5 |
2017-06-01 | Bug fixes and logging | Erik Johnston | 2 | -2/+22 |
2017-06-01 | Order by if they have profile info | Erik Johnston | 1 | -2/+11 |
2017-06-01 | Use prefix matching | Erik Johnston | 1 | -5/+29 |
2017-05-31 | Comment on why arbitrary comments | Erik Johnston | 1 | -2/+6 |
2017-05-31 | Use unique indices | Erik Johnston | 1 | -2/+2 |
2017-05-31 | Comment briefly on how we keep user_directory up to date | Erik Johnston | 1 | -0/+10 |
2017-05-31 | Convert to int | Erik Johnston | 1 | -0/+1 |
2017-05-31 | Lifts things into separate function | Erik Johnston | 1 | -56/+54 |
2017-05-31 | Typos | Erik Johnston | 1 | -8/+8 |
2017-05-31 | Fix tests | Erik Johnston | 2 | -2/+3 |
2017-05-31 | Fix typo | Erik Johnston | 1 | -1/+1 |
2017-05-31 | Limit number of things we fetch out of the db | Erik Johnston | 1 | -9/+30 |
2017-05-31 | Add stream change cache | Erik Johnston | 4 | -1/+34 |
2017-05-31 | Split out directory and search tables | Erik Johnston | 2 | -29/+56 |
2017-05-31 | Pull max id from correct table | Erik Johnston | 2 | -4/+10 |
2017-05-31 | Handle the server leaving a public room | Erik Johnston | 4 | -3/+46 |
2017-05-31 | Add comments | Erik Johnston | 4 | -45/+173 |
2017-05-31 | Weight differently | Erik Johnston | 2 | -10/+31 |
2017-05-31 | Use POST | Erik Johnston | 1 | -1/+1 |
2017-05-31 | Add REST API | Erik Johnston | 2 | -0/+61 |
2017-05-31 | Add search | Erik Johnston | 2 | -0/+38 |
2017-05-31 | Update room column when room becomes unpublic | Erik Johnston | 2 | -2/+31 |
2017-05-31 | Add call later | Erik Johnston | 1 | -0/+2 |
2017-05-31 | Start later | Erik Johnston | 1 | -1/+4 |
2017-05-31 | Don't go round in circles | Erik Johnston | 1 | -4/+2 |
2017-05-31 | Add user_directory to database | Erik Johnston | 6 | -1/+444 |
2017-05-30 | Add comment | Erik Johnston | 1 | -1/+1 |
2017-05-30 | Add clobbered event_id | Erik Johnston | 2 | -1/+3 |
2017-05-30 | Add current_state_delta_stream table | Erik Johnston | 2 | -8/+48 |
2017-05-26 | Handle None state group correctly | Erik Johnston | 2 | -4/+7 |
2017-05-26 | Fix typing tests | Erik Johnston | 2 | -7/+7 |
2017-05-25 | Faster cache for get_joined_hosts | Erik Johnston | 5 | -29/+117 |
2017-05-25 | Don't return weird prev_group | Erik Johnston | 1 | -8/+13 |
2017-05-25 | Remove unused options | Erik Johnston | 1 | -11/+4 |
2017-05-24 | Add background task to clear out old event_auth | Erik Johnston | 3 | -1/+74 |
2017-05-24 | Only store event_auth for state events | Erik Johnston | 3 | -12/+44 |
2017-05-23 | Remove redundant invalidation | Erik Johnston | 1 | -3/+0 |
2017-05-23 | Missed an invalidation | Erik Johnston | 1 | -0/+3 |
2017-05-22 | actually trim oversize og:description meta | Matthew Hodgson | 1 | -0/+2 |
2017-05-22 | Only load jinja2 templates once | Erik Johnston | 5 | -60/+106 |
2017-05-22 | Add missing storage function to slave store | Erik Johnston | 1 | -0/+2 |
2017-05-22 | Comment | Erik Johnston | 1 | -0/+2 |
2017-05-22 | Remove spurious log level guards | Erik Johnston | 1 | -6/+3 |
2017-05-22 | Stream count_e2e_one_time_keys cache invalidation | Erik Johnston | 1 | -13/+18 |
2017-05-22 | Pull out if statement from for loop | Erik Johnston | 1 | -6/+14 |
2017-05-22 | Update list cache to handle one arg case | Erik Johnston | 1 | -17/+33 |
2017-05-22 | Check if current event is a membership event | Erik Johnston | 1 | -4/+9 |
2017-05-22 | Add debug logging | Erik Johnston | 1 | -0/+24 |
2017-05-22 | Comment | Erik Johnston | 1 | -1/+4 |
2017-05-22 | Use tuple unpacking | Erik Johnston | 1 | -2/+2 |
2017-05-19 | Speed up calculating push rules | Erik Johnston | 1 | -8/+19 |
2017-05-19 | Add count of one time keys to sync stream | Erik Johnston | 2 | -0/+12 |
2017-05-19 | Fix invalidation of get_users_with_read_receipts_in_room | Erik Johnston | 1 | -1/+3 |
2017-05-19 | Move invalidation cb to its own structure | Erik Johnston | 1 | -6/+15 |
2017-05-19 | Store ActionGenerator in HomeServer | Erik Johnston | 5 | -7/+10 |
2017-05-18 | Don't push users who have left | Erik Johnston | 1 | -1/+4 |
2017-05-18 | Increase size of push rule caches | Erik Johnston | 1 | -2/+2 |
2017-05-18 | Make get_if_app_services_interested_in_user faster | Erik Johnston | 4 | -13/+34 |
2017-05-18 | Remove size of push get_rules cache | Erik Johnston | 1 | -1/+1 |
2017-05-18 | Bump changelog and version github/release-v0.21.0 release-v0.21.0 | Erik Johnston | 2 | -1/+7 |
2017-05-18 | Add comment | Erik Johnston | 1 | -0/+3 |
2017-05-17 | Correct a typo in UPGRADE.rst | Aaron Raimist | 1 | -1/+1 |
2017-05-17 | Faster push rule calculation via push specific cache | Erik Johnston | 3 | -47/+249 |
2017-05-17 | Make get_state_groups_from_groups faster. | Erik Johnston | 3 | -41/+58 |
2017-05-17 | Update changelog v0.21.0-rc3 | Erik Johnston | 1 | -1/+2 |
2017-05-17 | Spelling | Erik Johnston | 1 | -2/+2 |
2017-05-17 | Bump changelog and version | Erik Johnston | 2 | -1/+25 |
2017-05-17 | Comment | Erik Johnston | 1 | -0/+5 |
2017-05-17 | Short circuit when we have delta ids | Erik Johnston | 1 | -3/+19 |
2017-05-16 | Speed up get_joined_hosts | Erik Johnston | 2 | -2/+4 |
2017-05-16 | Make presence use cached users/hosts in room | Erik Johnston | 2 | -4/+4 |
2017-05-16 | Speed up get_domain_from_id | Erik Johnston | 1 | -3/+3 |
2017-05-16 | Remove spurious merge artifacts | Erik Johnston | 1 | -13/+0 |
2017-05-16 | Take a copy before prefilling, as it may be a frozendict | Erik Johnston | 1 | -1/+1 |
2017-05-15 | avoid access-error if no filter_id matches | Krombel | 1 | -3/+3 |
2017-05-15 | Don't log exceptions for NotRetryingDestination | Erik Johnston | 1 | -1/+3 |
2017-05-15 | Fixed syntax nits | Pablo Saavedra | 2 | -5/+6 |
2017-05-15 | Update comment | Erik Johnston | 1 | -1/+2 |
2017-05-15 | Comments | Erik Johnston | 2 | -3/+6 |
2017-05-15 | Add more granular event send metrics | Erik Johnston | 1 | -0/+12 |
2017-05-15 | Prefill state caches | Erik Johnston | 3 | -6/+20 |