| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'develop' of github.com:matrix-org/synapse into develop | Erik Johnston | 2014-09-03 | 10 | -177/+247 |
|\ |
|
| * | Edited /presence REST servlet to raise SynapseErrors to return a standard err... | Kegan Dougal | 2014-09-03 | 1 | -7/+12 |
| * | Update API docs to use 'presence' key not 'state'. Fixed error messages when ... | Kegan Dougal | 2014-09-03 | 2 | -2/+2 |
| * | Fixed /presence APIs to urldecode user IDs. | Kegan Dougal | 2014-09-03 | 1 | -1/+5 |
| * | Fixed GET /events/$id to be not broken. | Kegan Dougal | 2014-09-03 | 1 | -1/+3 |
| * | move contentrepo class to it's own file | Mark Haines | 2014-09-03 | 3 | -163/+194 |
| * | URL decode user IDs for /profile REST path segments. | Kegan Dougal | 2014-09-03 | 1 | -0/+6 |
| * | Make API docs not lie on registration/login. | Kegan Dougal | 2014-09-03 | 2 | -2/+24 |
* | | Add option to change content repo location | Erik Johnston | 2014-09-03 | 3 | -4/+20 |
|/ |
|
* | Update port numbers. | Kegan Dougal | 2014-09-03 | 7 | -7/+7 |
* | Better indicate in the page feedback section that a user can't join a room (b... | Emmanuel ROHEE | 2014-09-03 | 1 | -1/+2 |
* | Fill out power level bits in the spec | Erik Johnston | 2014-09-03 | 1 | -42/+63 |
* | Rename the 'do_users_share_a_room' to something slightly less verb-sounding | Paul "LeoNerd" Evans | 2014-09-03 | 4 | -6/+6 |
* | Allow optional non-suppression of exceptions through the Distributor | Paul "LeoNerd" Evans | 2014-09-03 | 2 | -7/+34 |
* | Neater is_presence_visible() code | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -9/+8 |
* | Do not show banned people in member list. Format ban events strings in room a... | Emmanuel ROHEE | 2014-09-03 | 3 | -4/+10 |
* | Prefix API links with /docs/api/client-server so they should link through cor... | Kegan Dougal | 2014-09-03 | 1 | -15/+15 |
* | cmdclient: Fixed /join to work with the updated c-s API. | Kegan Dougal | 2014-09-03 | 1 | -1/+1 |
* | Added /ban command | Emmanuel ROHEE | 2014-09-03 | 2 | -1/+29 |
* | Made IRC style command easier to handle specifically for possible arguments | Emmanuel ROHEE | 2014-09-03 | 1 | -10/+22 |
* | cmdclient: Now works correctly with user localpart login. Default to 8008 not... | Kegan Dougal | 2014-09-03 | 1 | -3/+7 |
* | Merge branch 'master' into develop | Erik Johnston | 2014-09-03 | 7 | -6/+69 |
|\ |
|
| * | Add database upgrade script v0.2.0 | Erik Johnston | 2014-09-02 | 1 | -0/+10 |
| * | Un block quote list | Erik Johnston | 2014-09-02 | 1 | -3/+3 |
| * | Try and remove annoying italics in github rst viewer | Erik Johnston | 2014-09-02 | 1 | -1/+2 |
| * | Remove an annoying 'the' | Erik Johnston | 2014-09-02 | 1 | -1/+1 |
| * | Don't so heavily suggest you need to edit the default config. List the change... | Erik Johnston | 2014-09-02 | 1 | -3/+7 |
| * | Fix spelling | Erik Johnston | 2014-09-02 | 1 | -1/+1 |
| * | Hide the email textbox during registeration has it has not been wired up yet. | Erik Johnston | 2014-09-02 | 1 | -2/+2 |
| * | Bump version and changelog | Erik Johnston | 2014-09-02 | 4 | -2/+50 |
| * | Update default endpoint port to match the default ports in the config | Erik Johnston | 2014-09-02 | 1 | -2/+2 |
* | | Add ban support: /rooms/$roomid/ban with { user_id : foo } | Kegan Dougal | 2014-09-03 | 1 | -2/+2 |
* | | Add copyright notices and fix pyflakes errors | Mark Haines | 2014-09-03 | 7 | -7/+59 |
* | | Set status message for ratelimit error responses | Mark Haines | 2014-09-03 | 3 | -6/+12 |
* | | Merge branch 'ratelimiting' into develop | Mark Haines | 2014-09-03 | 14 | -10/+244 |
|\ \ |
|
| * | | Fix tests to support ratelimiting | Mark Haines | 2014-09-03 | 3 | -2/+64 |
| * | | Raise LimitExceedError when the ratelimiting is throttling requests | Mark Haines | 2014-09-03 | 2 | -11/+29 |
| * | | rate limiting for message sending | Mark Haines | 2014-09-02 | 4 | -4/+7 |
| * | | Add ratelimiting config | Mark Haines | 2014-09-02 | 1 | -0/+21 |
| * | | Add ratelimiting function to basehandler | Mark Haines | 2014-09-02 | 5 | -1/+27 |
| * | | Test ratelimiter | Mark Haines | 2014-09-02 | 3 | -19/+87 |
| * | | Ratelimiter object | Mark Haines | 2014-09-02 | 1 | -0/+36 |
* | | | howto: Link jsfiddles correctly. Hide ugly TODOs. | Kegan Dougal | 2014-09-03 | 1 | -10/+22 |
* | | | doc generator | Matthew Hodgson | 2014-09-03 | 3 | -0/+792 |
* | | | fix rst | Matthew Hodgson | 2014-09-03 | 1 | -16/+26 |
* | | | don't echo password to stdout... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | | | more critique | Matthew Hodgson | 2014-09-02 | 1 | -1/+2 |
* | | | Edited room creation section to mention all the events created when the room is. | Kegan Dougal | 2014-09-02 | 1 | -1/+16 |
* | | | Added Qs which should be answered in the marked TODOs | Kegan Dougal | 2014-09-02 | 1 | -7/+7 |
* | | | only need one voip section :) | Matthew Hodgson | 2014-09-02 | 1 | -5/+0 |
* | | | general documentation review and editing | Matthew Hodgson | 2014-09-02 | 2 | -52/+156 |
* | | | fix quickstart slightly | Matthew Hodgson | 2014-09-02 | 1 | -6/+6 |
* | | | Added the new power level related events which were recently introduced. | Kegan Dougal | 2014-09-02 | 1 | -0/+60 |
* | | | Added more room alias bullet points. | Kegan Dougal | 2014-09-02 | 1 | -2/+4 |
* | | | Finished up Identity section in the architecture section. | Kegan Dougal | 2014-09-02 | 1 | -7/+20 |
* | | | Minor formatting tweaks. | Kegan Dougal | 2014-09-02 | 1 | -4/+4 |
* | | | Added section on rate limiting. | Kegan Dougal | 2014-09-02 | 1 | -3/+15 |
* | | | ALL THE LINKS! Most APIs now link to relative paths off the doc, outlined at ... | Kegan Dougal | 2014-09-02 | 1 | -18/+52 |
* | | | roomName directive: Take into account invited users. | Emmanuel ROHEE | 2014-09-02 | 1 | -1/+38 |
* | | | More formatting, more TODOs. Settled on a way of linking to external API docs... | Kegan Dougal | 2014-09-02 | 1 | -31/+53 |
* | | | spec: Added internal links to different sections. Added NOTE and WARNING admo... | Kegan Dougal | 2014-09-02 | 1 | -64/+123 |
* | | | make power level more visible | Matthew Hodgson | 2014-09-02 | 1 | -3/+3 |
* | | | Attempt to make avatar change clearer | Emmanuel ROHEE | 2014-09-02 | 2 | -4/+15 |
* | | | BF: Reset base timer time ($scope.now) everytime last_active_ago is touched | Emmanuel ROHEE | 2014-09-02 | 1 | -7/+6 |
* | | | Updated howto.rst to use the new APIs. Updated JSFiddles to use 8008. Linked ... | Kegan Dougal | 2014-09-02 | 11 | -138/+465 |
| |/
|/| |
|
* | | Merge branch 'master' of github.com:matrix-org/synapse into release-v0.2.0 | Erik Johnston | 2014-09-02 | 4 | -4/+56 |
|\ \ |
|
| * | | v0.1.2 v0.1.2 | David Baker | 2014-08-29 | 3 | -2/+8 |
| * | | Give basic feedback on the state of VoIP calls in the UI (manually adding to ... | David Baker | 2014-08-29 | 3 | -3/+6 |
| * | | Version bump for bug fix. v0.1.1 | Erik Johnston | 2014-08-29 | 3 | -2/+9 |
| * | | Merge branch 'hotfixes-v0.1.0' of github.com:matrix-org/synapse | Erik Johnston | 2014-08-29 | 1 | -2/+19 |
| |\ \ |
|
| | * | | When notifying listeners, don't do so in a serial fashion | Erik Johnston | 2014-08-29 | 1 | -2/+19 |
| |/ / |
|
| * | | Bump version and change log v0.1.0 | Erik Johnston | 2014-08-29 | 3 | -2/+24 |
* | | | BF: Prevent controllers from being instantiated twice. | Emmanuel ROHEE | 2014-09-02 | 1 | -14/+7 |
* | | | Handle "m.room.create" in order to inform controllers about new rooms | Emmanuel ROHEE | 2014-09-02 | 3 | -5/+29 |
* | | | Order matters when adding REST servlets | Paul "LeoNerd" Evans | 2014-09-02 | 1 | -21/+21 |
* | | | Fix bug where we didn't correctly store the ops power levels event. | Erik Johnston | 2014-09-02 | 3 | -1/+9 |
* | | | Whoops: Put /events parameters object in the right part of the api tree. | Kegan Dougal | 2014-09-02 | 1 | -17/+18 |
* | | | Updated API docs with new keys on /createRoom and new API /rooms/$roomid/ban | Kegan Dougal | 2014-09-02 | 1 | -0/+54 |
* | | | Add rest endpoint for the whole user profile | David Baker | 2014-09-02 | 1 | -0/+21 |
* | | | More ban spec. Added 'name' and 'topic' keys to /createRoom. | Kegan Dougal | 2014-09-02 | 1 | -13/+33 |
* | | | Safer handling of incoming presence EDUs that may or maynot contain 'presence... | Paul "LeoNerd" Evans | 2014-09-02 | 1 | -3/+13 |
* | | | 'continue' to go to the next item in a for loop, not 'break' | Paul "LeoNerd" Evans | 2014-09-02 | 1 | -1/+1 |
* | | | By default, only room ops can change the name and topic. | Erik Johnston | 2014-09-02 | 1 | -0/+2 |
| |/
|/| |
|
* | | Remove option for disabling webclient because it was confusing | Mark Haines | 2014-09-02 | 1 | -4/+1 |
* | | Fix room permissions test | Erik Johnston | 2014-09-02 | 1 | -0/+3 |
* | | Implement auth for kicking. | Erik Johnston | 2014-09-02 | 1 | -3/+10 |
* | | Add message to assertion | Erik Johnston | 2014-09-02 | 1 | -1/+1 |
* | | Default HTTP and HTTPS ports to 8008 and 8448 | Erik Johnston | 2014-09-02 | 1 | -2/+4 |
* | | Make the demo listen on both HTTP and HTTPS ports | Erik Johnston | 2014-09-02 | 1 | -3/+5 |
* | | os.makedirs is almost but not entirely unlike mkdir -p | Mark Haines | 2014-09-02 | 1 | -1/+2 |
* | | Fix typo when reading TLS config | Mark Haines | 2014-09-02 | 1 | -1/+1 |
* | | Represent user power level in a room by a red bar at the bottom of his avatar... | Emmanuel ROHEE | 2014-09-02 | 5 | -0/+60 |
* | | Ensure that event source unit tests could cope with get_new_events_for_user()... | Paul "LeoNerd" Evans | 2014-09-02 | 1 | -14/+20 |
* | | Make the config directory if the directory doesn't exisit when generating config | Mark Haines | 2014-09-02 | 1 | -0/+1 |
* | | More helpful error messages for missing config | Mark Haines | 2014-09-02 | 3 | -6/+29 |
* | | Yet more bullet points on various sections. | Kegan Dougal | 2014-09-02 | 1 | -11/+45 |
* | | BF: Armed updateMemberListPresenceAge only once | Emmanuel ROHEE | 2014-09-02 | 1 | -1/+3 |
* | | Make the intro bit a separate section rather than have a 'quick start' sectio... | David Baker | 2014-09-02 | 1 | -2/+5 |
* | | Add support for setting room name and topic when creating rooms | Erik Johnston | 2014-09-02 | 1 | -4/+29 |
* | | Added section on banning users, currently in flux as the API changes / is imp... | Kegan Dougal | 2014-09-02 | 1 | -0/+26 |
* | | Merge remote-tracking branch 'origin/develop' into develop | Emmanuel ROHEE | 2014-09-02 | 1 | -4/+12 |
|\ \ |
|
| * | | Expanded on bullet points in several sections. | Kegan Dougal | 2014-09-02 | 1 | -4/+12 |
* | | | Merge branch 'withoutYAML' into develop | Emmanuel ROHEE | 2014-09-02 | 1 | -2/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | BF: Take into account MEMBER_EVENT and PRESENCE_EVENT events only after the i... | Emmanuel ROHEE | 2014-09-02 | 1 | -2/+6 |
* | | | given everything's apparently gone https:// by default for c-s, change this h... | Matthew Hodgson | 2014-09-01 | 1 | -1/+5 |
* | | | Add unsecure listener port to homeserver | Mark Haines | 2014-09-01 | 2 | -8/+17 |
* | | | enable ECDHE ciphers | Mark Haines | 2014-09-01 | 1 | -0/+6 |
* | | | Reënable presence visibility permission checking now it's not used on redund... | Paul "LeoNerd" Evans | 2014-09-01 | 2 | -6/+0 |
* | | | No need to test is_presence_visible in _start_polling_local because we know i... | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -4/+0 |
* | | | specify metavars in argparse | Matthew Hodgson | 2014-09-01 | 1 | -2/+3 |
* | | | add pyyaml dependency for config files | Mark Haines | 2014-09-01 | 1 | -0/+1 |
* | | | Use yaml for config file | Mark Haines | 2014-09-01 | 1 | -11/+6 |
* | | | Don't set a 'default' key in the creation event | Erik Johnston | 2014-09-01 | 1 | -1/+0 |
* | | | Use pregenerated DH params when generating config | Mark Haines | 2014-09-01 | 1 | -7/+29 |
* | | | That was a breaking db change. You need to recreate the databases. (In realit... | Erik Johnston | 2014-09-01 | 1 | -1/+1 |
* | | | Merge branch 'room_config' into develop | Erik Johnston | 2014-09-01 | 12 | -48/+579 |
|\ \ \ |
|
| * | | | Don't put required power levels on permission state events | Erik Johnston | 2014-09-01 | 1 | -2/+4 |
| * | | | Merge branch 'develop' of github.com:matrix-org/synapse into room_config | Erik Johnston | 2014-09-01 | 17 | -248/+655 |
| |\ \ \ |
|
| * | | | | Fix the tests to include new db calls | Erik Johnston | 2014-09-01 | 2 | -6/+20 |
| * | | | | Add all the necessary checks to make banning work. | Erik Johnston | 2014-09-01 | 6 | -6/+54 |
| * | | | | Merge branch 'develop' of github.com:matrix-org/synapse into room_config | Erik Johnston | 2014-09-01 | 43 | -252/+11416 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | Add beginnings of ban support. | Erik Johnston | 2014-09-01 | 8 | -29/+122 |
| * | | | | Implement power level lists, default power levels and send_evnet_level/add_st... | Erik Johnston | 2014-09-01 | 7 | -48/+218 |
| * | | | | Merge branch 'develop' of github.com:matrix-org/synapse into room_config | Erik Johnston | 2014-09-01 | 62 | -897/+1411 |
| |\ \ \ \ |
|
| * | | | | | Start adding storage for new events. | Erik Johnston | 2014-08-29 | 3 | -0/+121 |
| * | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into room_config | Erik Johnston | 2014-08-29 | 33 | -351/+1976 |
| |\ \ \ \ \ |
|
| * | | | | | | Create the correct events with the right configuration when creating a new room. | Erik Johnston | 2014-08-28 | 5 | -21/+104 |
* | | | | | | | Update readme with instructions on how to generate configs for homeservers | Mark Haines | 2014-09-01 | 1 | -2/+12 |
| |_|_|_|/ /
|/| | | | | |
|
* | | | | | | Merge branch 'server2server_tls' into develop | Mark Haines | 2014-09-01 | 17 | -248/+655 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Fix SSL for federation http client | Mark Haines | 2014-09-01 | 2 | -2/+2 |
| * | | | | | Merge remote-tracking branch 'origin/develop' into server2server_tls | Mark Haines | 2014-09-01 | 10 | -100/+260 |
| |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
* | | | | | | Follow API renaming. state -> presence. mtime_ago -> last_active_ago | Emmanuel ROHEE | 2014-09-01 | 3 | -16/+15 |
* | | | | | | Small formatting errors | Kegan Dougal | 2014-09-01 | 1 | -2/+2 |
* | | | | | | fix lying docs | David Baker | 2014-09-01 | 1 | -14/+3 |
* | | | | | | Added roomName, a directive to compute a room name based on its alias (not al... | Emmanuel ROHEE | 2014-09-01 | 4 | -5/+45 |
* | | | | | | Little bit more on syncing APIs, need to know more about responses before mor... | Kegan Dougal | 2014-09-01 | 1 | -8/+42 |
* | | | | | | Oops, show the voice call button once a call has ended | David Baker | 2014-09-01 | 1 | -1/+1 |
* | | | | | | Added docs on presence 'last_active' field | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -0/+8 |
* | | | | | | Fairly simple move of the call status widget to the header bar (and therefore... | David Baker | 2014-09-01 | 5 | -40/+44 |
* | | | | | | Flesh out Room Events. | Kegan Dougal | 2014-09-01 | 1 | -17/+99 |
* | | | | | | BF: Check config exists (=defined in the localstorage) before using it | Emmanuel ROHEE | 2014-09-01 | 1 | -2/+6 |
| * | | | | | Enable SSL for s2s http client | Mark Haines | 2014-09-01 | 2 | -3/+7 |
| * | | | | | Add server TLS context factory | Mark Haines | 2014-09-01 | 1 | -0/+23 |
| * | | | | | Merge branch 'develop' into server2server_tls | Mark Haines | 2014-09-01 | 8 | -25/+126 |
| |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
* | | | | | | missing semicolon | David Baker | 2014-09-01 | 1 | -1/+1 |
* | | | | | | Bump a user's presence last_active time every time they send a message to a room | Paul "LeoNerd" Evans | 2014-09-01 | 2 | -0/+10 |
* | | | | | | Have MemoryDataStore's get_rooms_for_user_where_membership_is() return room m... | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -2/+3 |
* | | | | | | Perform room unit tests with 'local' users actually in the right domain ;) | Paul "LeoNerd" Evans | 2014-09-01 | 2 | -6/+10 |
* | | | | | | Specced out state/non-state events. Start working on the myriad of syncing APIs. | Kegan Dougal | 2014-09-01 | 1 | -15/+94 |
* | | | | | | Handle call events in the recents view as well to get consistency with what i... | David Baker | 2014-09-01 | 1 | -0/+5 |
* | | | | | | Just show 'Call' for call events. Don't just splat out the content of the eve... | David Baker | 2014-09-01 | 1 | -1/+3 |
| * | | | | | Listen using SSL | Mark Haines | 2014-09-01 | 2 | -2/+8 |
| * | | | | | Merge branch 'develop' into server2server_tls | Mark Haines | 2014-09-01 | 34 | -142/+11045 |
| |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
* | | | | | | Rename API-visible 'mtime' presence field to 'last_active'; slightly differen... | Paul "LeoNerd" Evans | 2014-09-01 | 4 | -41/+82 |
* | | | | | | Fixed presence change that occurs -Xs ago | Emmanuel ROHEE | 2014-09-01 | 1 | -0/+5 |
* | | | | | | Fixed presence state update. Specifically, the current user was sometimes ind... | Emmanuel ROHEE | 2014-09-01 | 1 | -5/+23 |
* | | | | | | Rename 'state' presence key to the much more obvious 'presence'; maintain a l... | Paul "LeoNerd" Evans | 2014-09-01 | 7 | -78/+147 |
* | | | | | | Fleshed out joining/leaving rooms. Added M_LIMIT_EXCEEDED standard error code... | Kegan Dougal | 2014-09-01 | 1 | -12/+64 |
* | | | | | | Don't show the hang up button once tha call has ended | David Baker | 2014-09-01 | 1 | -1/+1 |
* | | | | | | Added /web folder which contains html/css (based off the default swagger-ui) ... | Kegan Dougal | 2014-09-01 | 17 | -0/+10718 |
* | | | | | | Renamed json files because: paths. | Kegan Dougal | 2014-09-01 | 8 | -7/+7 |
| |_|_|/ /
|/| | | | |
|
| * | | | | Fix homeserver config parsing | Mark Haines | 2014-09-01 | 9 | -36/+66 |
| * | | | | Merge branch 'develop' into server2server_tls | Mark Haines | 2014-09-01 | 60 | -747/+1291 |
| |\ \ \ \
| |/ / / /
|/| | | | |
|
* | | | | | add another public wishlist item | Matthew Hodgson | 2014-09-01 | 1 | -0/+1 |
* | | | | | make the little logos clickable for Erik | Matthew Hodgson | 2014-09-01 | 6 | -7/+7 |
* | | | | | Start digging into invite/join/leave sections. | Kegan Dougal | 2014-09-01 | 1 | -10/+51 |
* | | | | | BF: Pass desired_user_id to register API. And update the app header to avoid ... | Emmanuel ROHEE | 2014-09-01 | 2 | -2/+10 |
* | | | | | licenses, please... | Matthew Hodgson | 2014-09-01 | 2 | -2/+32 |
* | | | | | fix footer on non-room pages | Matthew Hodgson | 2014-09-01 | 1 | -1/+0 |
* | | | | | don't make HS ports explicit if it's the default for the protocol | Matthew Hodgson | 2014-08-31 | 2 | -2/+8 |
* | | | | | missed a s#/matrix#/_matrix/g | Matthew Hodgson | 2014-08-31 | 1 | -1/+1 |
* | | | | | change the world: make the default matrix API URL prefix /_matrix rather than... | Matthew Hodgson | 2014-08-31 | 27 | -93/+93 |
* | | | | | make lightbox a bit less ugly | Matthew Hodgson | 2014-08-31 | 1 | -2/+6 |
* | | | | | only show presence timings if we know them | Matthew Hodgson | 2014-08-31 | 1 | -1/+1 |
* | | | | | nasty big monolithic commit of a whole bunch of UI/UX improvements: | Matthew Hodgson | 2014-08-31 | 15 | -310/+356 |
* | | | | | factor out mobile css into its own file | Matthew Hodgson | 2014-08-31 | 1 | -0/+92 |
* | | | | | factor out the signup process into its own controller | Matthew Hodgson | 2014-08-31 | 2 | -0/+127 |
* | | | | | moar logos! | Matthew Hodgson | 2014-08-31 | 2 | -0/+0 |
* | | | | | switch default profile image to one of our own devising (dating back to commu... | Matthew Hodgson | 2014-08-31 | 2 | -0/+0 |
* | | | | | add a basic wishlist | Matthew Hodgson | 2014-08-31 | 1 | -0/+6 |
* | | | | | tweaks to settings page | Matthew Hodgson | 2014-08-30 | 2 | -28/+16 |
* | | | | | actually add a 'home' button | Matthew Hodgson | 2014-08-30 | 1 | -0/+1 |
* | | | | | shrink text bubble font a bit; make image thumbnails always fit in their bubbles | Matthew Hodgson | 2014-08-30 | 1 | -1/+6 |
* | | | | | Bugfixes on presence pushes on user joining: | Paul "LeoNerd" Evans | 2014-08-29 | 2 | -66/+79 |
* | | | | | Renamed get_current_token_part to get_current_key | Paul "LeoNerd" Evans | 2014-08-29 | 4 | -10/+10 |
* | | | | | Have EventSource's get_new_events_for_user() API work only on keys within tha... | Paul "LeoNerd" Evans | 2014-08-29 | 5 | -30/+33 |
* | | | | | Bugfix for rest presence test - datastore needs to implement profile methods | Paul "LeoNerd" Evans | 2014-08-29 | 1 | -0/+10 |
* | | | | | TypingNotificationEventSource has to return proper tokens, not int 0 | Paul "LeoNerd" Evans | 2014-08-29 | 1 | -2/+2 |
* | | | | | Rename 'events_key' to 'room_key' so it matches the name of the event source | Paul "LeoNerd" Evans | 2014-08-29 | 4 | -10/+10 |
* | | | | | Give basic feedback on the state of VoIP calls in the UI. | David Baker | 2014-08-29 | 3 | -3/+6 |
* | | | | | todo | Matthew Hodgson | 2014-08-29 | 1 | -1/+1 |
* | | | | | fix mobile skin by hiding recents LHS in /rooms | Matthew Hodgson | 2014-08-29 | 1 | -0/+2 |
* | | | | | Added case-sensitivity notes on IDs, added TODO on UTF-8. | Kegan Dougal | 2014-08-29 | 1 | -7/+15 |
* | | | | | Define a new event stream data source for typing notifications (currently null) | Paul "LeoNerd" Evans | 2014-08-29 | 4 | -11/+33 |
* | | | | | Avoid hardcoding names of individual stream token keys in its own implementat... | Paul "LeoNerd" Evans | 2014-08-29 | 1 | -9/+3 |
* | | | | | oops. Should not have c+p all lines | Emmanuel ROHEE | 2014-08-29 | 1 | -2/+0 |
* | | | | | Implemented /nick | Emmanuel ROHEE | 2014-08-29 | 1 | -0/+4 |
* | | | | | Get user display name and avatar from the server rather than storing them in ... | Emmanuel ROHEE | 2014-08-29 | 4 | -21/+68 |
* | | | | | update presence times in realtime through the magic of two-way binding | Matthew Hodgson | 2014-08-29 | 2 | -35/+15 |
* | | | | | Use str.join() properly | Paul "LeoNerd" Evans | 2014-08-29 | 1 | -2/+1 |
* | | | | | Move the *EventSource classes into the handlers they relate to, so it's easie... | Paul "LeoNerd" Evans | 2014-08-29 | 4 | -129/+132 |
* | | | | | Rooms: More subsections, more bullet points, more detail. | Kegan Dougal | 2014-08-29 | 1 | -9/+88 |
* | | | | | Show desktop notification state. Provide help if the user has previously deni... | Emmanuel ROHEE | 2014-08-29 | 3 | -14/+39 |
| * | | | | Merge branch 'develop' into server2server_tls | Mark Haines | 2014-08-31 | 43 | -794/+1800 |
| |\ \ \ \ |
|
| | * | | | | Add config tree to synapse. Add support for reading config from a file | Mark Haines | 2014-08-31 | 9 | -231/+441 |
| |/ / / /
|/| | | | |
|
* | | | | | better support for call hangups | David Baker | 2014-08-29 | 1 | -16/+16 |
* | | | | | Fix JSFiddles to work with the new C-S API. | Kegan Dougal | 2014-08-29 | 6 | -81/+93 |
* | | | | | Update API swagger JSON to default to POSTs not PUTs when describing the API. | Kegan Dougal | 2014-08-29 | 1 | -61/+19 |
* | | | | | Merge branch 'release-v0.1.0' into develop | Emmanuel ROHEE | 2014-08-29 | 0 | -0/+0 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | The away state is unavailable not offline | Emmanuel ROHEE | 2014-08-29 | 1 | -7/+7 |
* | | | | | The away state is unavailable not offline | Emmanuel ROHEE | 2014-08-29 | 1 | -7/+7 |
| |_|_|/
|/| | | |
|
* | | | | Merge branch 'release-v0.1.0' into develop | David Baker | 2014-08-29 | 2 | -3/+7 |
|\| | | |
|
| * | | | Only show voice call button if there are exactly 2 members in the room. Also ... | David Baker | 2014-08-29 | 2 | -3/+7 |
* | | | | Merge branch 'develop' of github.com:matrix-org/synapse into develop | Erik Johnston | 2014-08-29 | 1 | -4/+81 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Flesh out API standards. | Kegan Dougal | 2014-08-29 | 1 | -4/+81 |
* | | | | Oops, forgot a s/sendObject/sendEvent/ - make messages work again! | David Baker | 2014-08-29 | 1 | -1/+1 |
|/ / / |
|
* | | | Don't break if the call ends before it connects | David Baker | 2014-08-29 | 1 | -12/+20 |
* | | | Get the equalities right. | Erik Johnston | 2014-08-29 | 2 | -4/+10 |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into develop | David Baker | 2014-08-29 | 11 | -206/+423 |
|\ \ \ |
|
| * | | | Show notifications only when the user is detected as idle | Emmanuel ROHEE | 2014-08-29 | 1 | -10/+9 |
| * | | | Merge branch 'presence_logging' into develop | Erik Johnston | 2014-08-29 | 9 | -163/+346 |
| |\ \ \ |
|
| | * | | | Fix a couple of bugs in presence handler related to pushing updatesto the cor... | Erik Johnston | 2014-08-29 | 5 | -90/+200 |
| | * | | | Turn of trace_function logging | Erik Johnston | 2014-08-28 | 2 | -10/+10 |
| | * | | | Only poll remote users if they are in our presence list, rather than in a com... | Erik Johnston | 2014-08-28 | 1 | -53/+66 |
| | * | | | Don't query the rooms members table so much by using the new notifier api tha... | Erik Johnston | 2014-08-28 | 2 | -62/+46 |
| | * | | | Merge branch 'develop' of github.com:matrix-org/synapse into presence_logging | Erik Johnston | 2014-08-28 | 20 | -289/+483 |
| | |\ \ \ |
|
| | * | | | | Up timeout to 10 minutes | Erik Johnston | 2014-08-28 | 1 | -1/+1 |
| | * | | | | And more logging. | Erik Johnston | 2014-08-28 | 2 | -1/+3 |
| | * | | | | Add more logging. Up the event stream timer to 10s | Erik Johnston | 2014-08-28 | 2 | -1/+4 |
| | * | | | | Add logging to try and figure out what is going on with the presence stuff | Erik Johnston | 2014-08-28 | 4 | -3/+66 |
| * | | | | | Expand architecture section to introduce room IDs, room aliases, user IDs, ev... | Kegan Dougal | 2014-08-29 | 1 | -33/+68 |
* | | | | | | Change call signalling messages to be their own types of room events rather t... | David Baker | 2014-08-29 | 5 | -18/+27 |
|/ / / / / |
|
* | | | | | Merge branch 'voip' into develop | David Baker | 2014-08-29 | 7 | -3/+379 |
|\ \ \ \ \ |
|
| * | | | | | More basic functionality for voip calls (like hanging up) | David Baker | 2014-08-29 | 3 | -5/+69 |
| * | | | | | First basic working VoIP call support | David Baker | 2014-08-28 | 4 | -16/+161 |
| * | | | | | WIP voip support on web client | David Baker | 2014-08-27 | 7 | -3/+170 |
* | | | | | | Cleaned up ng deps. By convention, angular modules must be listed at first | Emmanuel ROHEE | 2014-08-29 | 1 | -3/+3 |
* | | | | | | Added a timeout(40s) to $http stream requests (/events) in order to be notifi... | Emmanuel ROHEE | 2014-08-29 | 2 | -10/+27 |
* | | | | | | Redo architecture diagram. Reword parts of federation. Formatting fixes and t... | Kegan Dougal | 2014-08-29 | 1 | -81/+97 |
* | | | | | | Recents update: do not care of events coming from the past (they are fired wh... | Emmanuel ROHEE | 2014-08-29 | 1 | -2/+4 |
* | | | | | | Display emotes in the recents list | Emmanuel ROHEE | 2014-08-29 | 1 | -0/+5 |
* | | | | | | ng-show exists. So, for clarity, avoid to use ng-hide and double negation test. | Emmanuel ROHEE | 2014-08-29 | 1 | -4/+4 |
* | | | | | | Renamed matrixService.assignRoomAliases into getRoomAliasAndDisplayName | Emmanuel ROHEE | 2014-08-29 | 3 | -32/+45 |
* | | | | | | Fix FederationHandler to event.origin | Mark Haines | 2014-08-28 | 1 | -1/+1 |
* | | | | | | Start fleshing out architecture section. Moar .rst formatting! Reword some co... | Kegan Dougal | 2014-08-28 | 1 | -106/+146 |
* | | | | | | Initial room event stream token must be s0, not s1, or everyone will miss the... | Paul "LeoNerd" Evans | 2014-08-28 | 1 | -1/+1 |
| |_|/ / /
|/| | | | |
|
* | | | | | Only send presence "poll"/"unpoll" EDUs when changing from/to zero remotes | Paul "LeoNerd" Evans | 2014-08-28 | 2 | -8/+47 |
* | | | | | Ability to assert a DeferredMockCallable has received no calls | Paul "LeoNerd" Evans | 2014-08-28 | 1 | -0/+15 |
* | | | | | Avoid AlreadyCalledError from EDU sending failures | Paul "LeoNerd" Evans | 2014-08-28 | 1 | -1/+2 |
* | | | | | Re-enable presence, un-skip presence tests | Paul "LeoNerd" Evans | 2014-08-28 | 4 | -19/+0 |