| Commit message (Expand) | Author | Files | Lines |
2015-11-18 | Apply forgetting properly to historical events | Daniel Wagner-Hall | 2 | -3/+41 |
2015-11-17 | Allow users to forget rooms | Daniel Wagner-Hall | 6 | -4/+81 |
2015-11-17 | Update tests | Erik Johnston | 3 | -0/+17 |
2015-11-17 | Add comment | Erik Johnston | 1 | -0/+2 |
2015-11-17 | Only retry federation requests for a long time for background requests | Erik Johnston | 2 | -7/+20 |
2015-11-17 | Implement required method 'resumeProducing' | Erik Johnston | 1 | -0/+3 |
2015-11-17 | Slightly more aggressive retry timers at HTTP level | Erik Johnston | 1 | -2/+3 |
2015-11-17 | Bump changelog and version | Erik Johnston | 2 | -1/+6 |
2015-11-17 | Always check guest = true in macaroons | Steven Hammerton | 1 | -1/+2 |
2015-11-16 | Run sytests on jenkins | Daniel Wagner-Hall | 1 | -1/+22 |
2015-11-16 | Output results files on jenkins | Daniel Wagner-Hall | 2 | -4/+18 |
2015-11-13 | Don't complain if /make_join response lacks 'prev_state' list (SYN-517) | Paul "LeoNerd" Evans | 1 | -0/+6 |
2015-11-13 | Pull out jenkins script into a checked in script | Daniel Wagner-Hall | 3 | -1/+9 |
2015-11-13 | Allow guests to /room/:room_id/{join,leave} | Daniel Wagner-Hall | 1 | -3/+14 |
2015-11-13 | Bump version and change log v0.11.0-rc2 | Erik Johnston | 2 | -1/+9 |
2015-11-13 | Implementation of state rollback in /sync | Richard van der Hoff | 2 | -4/+69 |
2015-11-13 | Fix a few race conditions in the state calculation | Richard van der Hoff | 2 | -60/+77 |
2015-11-13 | Make handlers.sync return a state dictionary, instead of an event list. | Richard van der Hoff | 2 | -32/+40 |
2015-11-13 | Update some comments | Richard van der Hoff | 4 | -14/+98 |
2015-11-12 | Return non-room events from guest /events calls | Daniel Wagner-Hall | 2 | -3/+20 |
2015-11-12 | Fix missing profile data in federation joins | Erik Johnston | 3 | -6/+13 |
2015-11-12 | Trailing whitespace | Erik Johnston | 1 | -1/+1 |
2015-11-12 | Expand comment | Erik Johnston | 1 | -0/+6 |
2015-11-12 | Fix an issue with ignoring power_level changes on divergent graphs | Richard van der Hoff | 2 | -5/+104 |
2015-11-12 | Comment | Erik Johnston | 1 | -0/+2 |
2015-11-12 | Fix SQL syntax | Erik Johnston | 1 | -2/+3 |
2015-11-12 | Tweak guest access permissions | Daniel Wagner-Hall | 1 | -10/+11 |
2015-11-12 | Use a (hopefully) more efficient SQL query for doing recency based room search | Erik Johnston | 1 | -4/+6 |
2015-11-12 | Fix bug where assumed dict was namedtuple | Erik Johnston | 1 | -1/+1 |
2015-11-12 | Allow guests to set their display names | Daniel Wagner-Hall | 1 | -1/+1 |
2015-11-12 | Consider joined guest users as joined users | Daniel Wagner-Hall | 1 | -12/+21 |
2015-11-12 | Fix race creating directories | Daniel Wagner-Hall | 1 | -1/+5 |
2015-11-11 | Update date v0.11.0-rc1 | Erik Johnston | 1 | -1/+1 |
2015-11-11 | Update CHANGES | Erik Johnston | 1 | -1/+1 |
2015-11-11 | Allow guests to access room context API | Daniel Wagner-Hall | 2 | -5/+11 |
2015-11-11 | Fix param style to work on both sqlite and postgres | Mark Haines | 1 | -2/+6 |
2015-11-11 | Allow guest access to room initialSync | Daniel Wagner-Hall | 2 | -24/+34 |
2015-11-11 | Snakes not camels | Steven Hammerton | 1 | -5/+5 |
2015-11-11 | Fix the background update | Mark Haines | 3 | -17/+19 |
2015-11-11 | Minor review fixes | Steven Hammerton | 2 | -17/+14 |
2015-11-11 | Share more code between macaroon validation | Steven Hammerton | 2 | -57/+17 |
2015-11-10 | Return world_readable and guest_can_join in /publicRooms | Daniel Wagner-Hall | 4 | -29/+71 |
2015-11-10 | Allow guest users to join and message rooms | Daniel Wagner-Hall | 7 | -12/+92 |
2015-11-10 | Use a background task to update databases to use the full text search | Mark Haines | 2 | -80/+28 |
2015-11-10 | Test for background updates | Mark Haines | 2 | -0/+79 |
2015-11-10 | Run the background updates when starting synapse. | Mark Haines | 4 | -10/+67 |
2015-11-09 | Add background update task for reindexing event search | Mark Haines | 1 | -2/+96 |
2015-11-09 | Don't fiddle with results returned by event sources | Richard van der Hoff | 1 | -4/+12 |
2015-11-09 | Get display name from identity server, not client | Daniel Wagner-Hall | 2 | -7/+4 |
2015-11-09 | Add storage module for tracking background updates. | Mark Haines | 2 | -0/+231 |
2015-11-09 | Add a couple of unit tests for room/<x>/messages | Richard van der Hoff | 2 | -1/+57 |
2015-11-09 | SYN-513: Include updates for rooms that have had all their tags deleted | Mark Haines | 2 | -2/+2 |
2015-11-08 | fix comedy important missing comma breaking recent-ordered FTS on sqlite | Matthew Hodgson | 1 | -1/+1 |
2015-11-06 | add a key existence check to tags_by_room to avoid /events 500'ing when testi... | Matthew Hodgson | 1 | -1/+2 |
2015-11-06 | Remove accidentally added ID column | Daniel Wagner-Hall | 1 | -1/+0 |
2015-11-06 | remove references to matrix.org/beta | Matthew Hodgson | 1 | -7/+7 |
2015-11-06 | Updates to fallback CAS login to do new token login | Steven Hammerton | 1 | -26/+12 |
2015-11-05 | Remove anonymous access, since its not ready yet | Erik Johnston | 1 | -2/+1 |
2015-11-05 | Add PR | Erik Johnston | 1 | -1/+1 |
2015-11-05 | Be explicit about what we're doing | Erik Johnston | 1 | -1/+1 |
2015-11-05 | Remove redundant test | Erik Johnston | 1 | -1/+0 |
2015-11-05 | Increment by one, not five | Erik Johnston | 1 | -1/+1 |
2015-11-05 | Bump changelog and version number | Erik Johnston | 2 | -1/+18 |
2015-11-05 | Exchange 3pid invites for m.room.member invites | Daniel Wagner-Hall | 10 | -180/+230 |
2015-11-05 | Fix tox config after fa1cf5ef34 | Daniel Wagner-Hall | 1 | -3/+4 |
2015-11-05 | COMMENTS | Erik Johnston | 1 | -4/+26 |
2015-11-05 | Error handling | Erik Johnston | 1 | -1/+8 |
2015-11-05 | Implement basic pagination for search results | Erik Johnston | 3 | -50/+86 |
2015-11-05 | Open up /events to anonymous users for room events only | Daniel Wagner-Hall | 20 | -82/+299 |
2015-11-05 | Allow hs to do CAS login completely and issue the client with a login token t... | Steven Hammerton | 3 | -5/+218 |
2015-11-04 | Add service URL to CAS config | Steven Hammerton | 1 | -0/+3 |
2015-11-04 | Implement order and group by | Erik Johnston | 2 | -17/+205 |
2015-11-04 | Allow guests to register and call /events?room_id= | Daniel Wagner-Hall | 33 | -167/+272 |
2015-11-04 | Remove fields that are both unspecified and unused from the filter checks, ch... | Mark Haines | 1 | -18/+2 |
2015-11-04 | Remove the LockManager class because it wasn't being used | Mark Haines | 4 | -189/+0 |
2015-11-03 | Don't rearrange transaction_queue | Erik Johnston | 1 | -12/+11 |
2015-11-03 | Fix broken cache for getting retry times. This meant we retried remote destin... | Erik Johnston | 2 | -55/+40 |
2015-11-03 | That TODO was done | Mark Haines | 1 | -1/+0 |
2015-11-03 | Spell "deferred" more correctly | Mark Haines | 1 | -1/+1 |
2015-11-02 | Include read receipts in v2 sync | Mark Haines | 1 | -15/+30 |
2015-11-02 | Retry dead servers a lot less often | Erik Johnston | 2 | -4/+13 |
2015-11-02 | Include room tags in v2 /sync | Mark Haines | 3 | -11/+70 |
2015-11-02 | Remove more unused parameters | Daniel Wagner-Hall | 6 | -13/+2 |
2015-11-02 | Store room tag content and return the content in the m.tag event | Mark Haines | 4 | -22/+41 |
2015-11-02 | Remove unused arguments and code | Daniel Wagner-Hall | 3 | -29/+5 |
2015-10-30 | Support clients supplying older tokens, fix short poll test | Mark Haines | 2 | -3/+3 |
2015-10-30 | Include tags in v1 room initial sync | Mark Haines | 1 | -0/+11 |
2015-10-30 | Add missing column | Daniel Wagner-Hall | 1 | -1/+1 |
2015-10-30 | Include room tags v1 /initialSync | Mark Haines | 1 | -0/+12 |
2015-10-30 | Update the other place check_joined_room is called | Mark Haines | 3 | -2/+4 |
2015-10-29 | Don't mark newly joined room timelines as limited in an incremental sync | Mark Haines | 1 | -3/+5 |
2015-10-29 | Make search API honour limit set in filter | Erik Johnston | 1 | -0/+3 |
2015-10-29 | Inform the client of new room tags using v1 /events | Mark Haines | 6 | -14/+91 |
2015-10-28 | Optionally return event contexts with search results | Erik Johnston | 1 | -1/+52 |
2015-10-28 | Fix pyflakes errors | Mark Haines | 2 | -3/+5 |
2015-10-28 | Add APIs for adding and removing tags from rooms | Mark Haines | 5 | -0/+320 |
2015-10-28 | Docs | Erik Johnston | 2 | -0/+39 |
2015-10-28 | Add room context api | Erik Johnston | 4 | -2/+190 |
2015-10-26 | Implement full_state incremental sync | Richard van der Hoff | 2 | -19/+38 |
2015-10-26 | Fix a 500 error resulting from empty room_ids | Richard van der Hoff | 2 | -3/+8 |
2015-10-26 | Use correct service url | Erik Johnston | 1 | -3/+1 |
2015-10-26 | Add login fallback | Erik Johnston | 5 | -0/+280 |
2015-10-26 | Move static folder into synapse | Erik Johnston | 7 | -1/+3 |
2015-10-23 | Pull out sender when computing search results | Erik Johnston | 1 | -14/+17 |
2015-10-23 | Implement rank function for SQLite FTS | Erik Johnston | 3 | -2/+30 |
2015-10-22 | Don't assume that the event has a room_id or sender | Mark Haines | 1 | -2/+2 |
2015-10-22 | Actually filter results | Erik Johnston | 1 | -3/+5 |
2015-10-22 | Support filtering events represented as dicts. | Mark Haines | 1 | -3/+22 |
2015-10-22 | Rename | Erik Johnston | 1 | -3/+3 |
2015-10-22 | LESS THAN | Erik Johnston | 1 | -1/+2 |
2015-10-22 | Fix receipts for room initial sync | Erik Johnston | 1 | -7/+1 |
2015-10-22 | Use namedtuple as return value | Erik Johnston | 2 | -4/+18 |
2015-10-22 | Limit max number of SQL vars | Erik Johnston | 1 | -4/+6 |
2015-10-22 | Reject events which are too large | Daniel Wagner-Hall | 2 | -1/+30 |
2015-10-22 | PEP8 | Erik Johnston | 1 | -1/+2 |
2015-10-22 | Move FTS to delta 25 | Erik Johnston | 2 | -3/+3 |
2015-10-22 | Don't keep appending report_stats to demo config | Erik Johnston | 1 | -2/+6 |
2015-10-22 | Add config option to disable password login | Erik Johnston | 5 | -4/+46 |
2015-10-21 | Doc string for the SyncHandler.typing_by_room method | Mark Haines | 1 | -0/+12 |
2015-10-21 | Include banned rooms in the archived section of v2 sync | Mark Haines | 2 | -8/+11 |
2015-10-21 | Cap the time to retry txns to appservices to 8.5 minutes | Kegan Dougal | 1 | -2/+2 |
2015-10-21 | Filter room ids before hitting the database | Erik Johnston | 2 | -1/+21 |
2015-10-21 | Filter search results | Erik Johnston | 1 | -2/+7 |
2015-10-21 | Use 403 and message to match handlers/auth | Kegan Dougal | 1 | -3/+1 |
2015-10-20 | Include typing events in initial v2 sync | Mark Haines | 1 | -14/+29 |
2015-10-20 | Docstring | Erik Johnston | 1 | -0/+5 |
2015-10-20 | Refactor api.filtering to have a Filter API | Erik Johnston | 3 | -126/+88 |
2015-10-20 | Allow rejecting invites | Daniel Wagner-Hall | 8 | -93/+353 |
2015-10-20 | Don't 500 when the email doesn't map to a valid user ID. | Kegan Dougal | 1 | -0/+4 |
2015-10-19 | Fix pep8 | Mark Haines | 1 | |