Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Merge branch 'master' of github.com:matrix-org/synapse into release-v0.2.0 | Erik Johnston | 2014-09-02 | 4 | -4/+56 |
|\ | | | | | | | | | | | | | Conflicts: synapse/notifier.py webclient/room/room-controller.js webclient/room/room.html | ||||
| * | 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 |
| | | | | | | | | master having added to develop) | ||||
| * | 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 |
| | | | | | | | | AngularJS will instantiate it when discovering ng-controller in their respective html files | ||||
* | | 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 ↵ | Paul "LeoNerd" Evans | 2014-09-02 | 1 | -3/+13 |
| | | | | | | | | 'presence' or 'state' | ||||
* | | '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 ↵ | Emmanuel ROHEE | 2014-09-02 | 5 | -0/+60 |
| | | | | | | | | avatar image. The width of this bar depends on the power level. | ||||
* | | Ensure that event source unit tests could cope with ↵ | Paul "LeoNerd" Evans | 2014-09-02 | 1 | -14/+20 |
| | | | | | | | | get_new_events_for_user() returning a Deferred | ||||
* | | 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' ↵ | David Baker | 2014-09-02 | 1 | -2/+5 |
| | | | | | | | | section that only tells you how to get started half way through. | ||||
* | | 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 ↵ | Kegan Dougal | 2014-09-02 | 1 | -0/+26 |
| | | | | | | | | implemented. | ||||
* | | 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 ↵ | Emmanuel ROHEE | 2014-09-02 | 1 | -2/+6 |
| | | | | | | | | | | | | initialSync is done | ||||
* | | | given everything's apparently gone https:// by default for c-s, change this ↵ | Matthew Hodgson | 2014-09-01 | 1 | -1/+5 |
| | | | | | | | | | | | | hardcoding... | ||||
* | | | 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 ↵ | Paul "LeoNerd" Evans | 2014-09-01 | 2 | -6/+0 |
| | | | | | | | | | | | | redundant code paths | ||||
* | | | No need to test is_presence_visible in _start_polling_local because we know ↵ | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -4/+0 |
| | | | | | | | | | | | | it will be by when it's called | ||||
* | | | 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 ↵ | Erik Johnston | 2014-09-01 | 1 | -1/+1 |
| | | | | | | | | | | | | reality, it's enough to just run the im.sql through your db and change the schema version) | ||||
* | | | 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 ↵ | Erik Johnston | 2014-09-01 | 7 | -48/+218 |
| | | | | | | | | | | | | | | | | | | | | send_evnet_level/add_state_level events. | ||||
| * | | | | 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 ↵ | Emmanuel ROHEE | 2014-09-01 | 4 | -5/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | aliases for now) and its users displaynames or ids | ||||
* | | | | | | Little bit more on syncing APIs, need to know more about responses before ↵ | Kegan Dougal | 2014-09-01 | 1 | -8/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | more work can be done on it. | ||||
* | | | | | | 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 ↵ | David Baker | 2014-09-01 | 5 | -40/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | therefore into the index page rather than the rooms page). | ||||
* | | | | | | 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 ↵ | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | membership event objects, as per interface contract | ||||
* | | | | | | 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 ↵ | David Baker | 2014-09-01 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | it displays when refreshed. | ||||
* | | | | | | Just show 'Call' for call events. Don't just splat out the content of the ↵ | David Baker | 2014-09-01 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | event for other events: it's rarely going to be sesnible. | ||||
| * | | | | | 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 ↵ | Paul "LeoNerd" Evans | 2014-09-01 | 4 | -41/+82 |
| | | | | | | | | | | | | | | | | | | | | | | | | different semantics | ||||
* | | | | | | 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 ↵ | Emmanuel ROHEE | 2014-09-01 | 1 | -5/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | indicated as offline | ||||
* | | | | | | Rename 'state' presence key to the much more obvious 'presence'; maintain a ↵ | Paul "LeoNerd" Evans | 2014-09-01 | 7 | -78/+147 |
| | | | | | | | | | | | | | | | | | | | | | | | | legacy 'state' copy for now | ||||
* | | | | | | Fleshed out joining/leaving rooms. Added M_LIMIT_EXCEEDED standard error ↵ | Kegan Dougal | 2014-09-01 | 1 | -12/+64 |
| | | | | | | | | | | | | | | | | | | | | | | | | code for rate limited requests. | ||||
* | | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | for viewing the c-s json api. | ||||
* | | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | to display the previous matrix id | ||||
* | | | | | 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 ↵ | Matthew Hodgson | 2014-08-31 | 27 | -93/+93 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | than /matrix to make it easier for existing websites to mount a HS in their namespace without collisions. perl -pi -e 's#/matrix#/_matrix#g' ./cmdclient/console.py ./docs/client-server/howto.rst ./docs/client-server/specification.rst ./docs/client-server/swagger_matrix/directory ./docs/client-server/swagger_matrix/events ./docs/client-server/swagger_matrix/login ./docs/client-server/swagger_matrix/presence ./docs/client-server/swagger_matrix/profile ./docs/client-server/swagger_matrix/registration ./docs/client-server/swagger_matrix/rooms ./docs/server-server/specification.rst ./graph/graph.py ./jsfiddles/create_room_send_msg/demo.js ./jsfiddles/event_stream/demo.js ./jsfiddles/example_app/demo.js ./jsfiddles/register_login/demo.js ./jsfiddles/room_memberships/demo.js ./synapse/api/urls.py ./tests/federation/test_federation.py ./tests/handlers/test_presence.py ./tests/handlers/test_typing.py ./tests/rest/test_events.py ./tests/rest/test_presence.py ./tests/rest/test_profile.py ./tests/rest/test_rooms.py ./webclient/components/fileUpload/file-upload-service.js ./webclient/components/matrix/matrix-service.js | ||||
* | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add a simple CSS template across the app for navigation & cosmetics - split login into login & register, and totally reskin it - restructure room CSS to play nicely with it - implement basis 1:1 chat from user pages - disable autofocus on iOS to improve UX | ||||
* | | | | | 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 ↵ | Matthew Hodgson | 2014-08-31 | 2 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | communicator(!)) | ||||
* | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * No need to inform clients of status of remote users; as that will arrive in due course anyway. We don't -have- the state currently, so we'd only send an unknown message * Remember to bump the presence serial for the event source, so the notifiers will wake up and report it | ||||
* | | | | | 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 ↵ | Paul "LeoNerd" Evans | 2014-08-29 | 5 | -30/+33 |
| | | | | | | | | | | | | | | | | | | | | that source, not overall eventstream tokens | ||||
* | | | | | 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 ↵ | Paul "LeoNerd" Evans | 2014-08-29 | 1 | -9/+3 |
| | | | | | | | | | | | | | | | | | | | | implementation; this at least reduces the number of places in source code the individual parts are stored | ||||
* | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | the local storage | ||||
* | | | | | 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 ↵ | Paul "LeoNerd" Evans | 2014-08-29 | 4 | -129/+132 |
| | | | | | | | | | | | | | | | | | | | | easier to find the code | ||||
* | | | | | 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 ↵ | Emmanuel ROHEE | 2014-08-29 | 3 | -14/+39 |
| | | | | | | | | | | | | | | | | | | | | denied permission to display them. | ||||
| * | | | | 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 |
| | | | | | | | | | | | | | | | | hide the somewhat user unfriendly call state. | ||||
* | | | | 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 ↵ | Erik Johnston | 2014-08-29 | 5 | -90/+200 |
| | | | | | | | | | | | | | | | | | | | | correct user. Fix presence tests. | ||||
| | * | | | 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 ↵ | Erik Johnston | 2014-08-28 | 1 | -53/+66 |
| | | | | | | | | | | | | | | | | | | | | common room | ||||
| | * | | | Don't query the rooms members table so much by using the new notifier api ↵ | Erik Johnston | 2014-08-28 | 2 | -62/+46 |
| | | | | | | | | | | | | | | | | | | | | that allows you to specify room_ids to notify. | ||||
| | * | | | Merge branch 'develop' of github.com:matrix-org/synapse into presence_logging | Erik Johnston | 2014-08-28 | 20 | -289/+483 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: synapse/handlers/presence.py | ||||
| | * | | | | 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, ↵ | Kegan Dougal | 2014-08-29 | 1 | -33/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | events and federation. | ||||
* | | | | | | Change call signalling messages to be their own types of room events rather ↵ | David Baker | 2014-08-29 | 5 | -18/+27 |
|/ / / / / | | | | | | | | | | | | | | | | than room messages with different msgtypes: room messages should be things that the client can display as a unit message to the user. | ||||
* | | | | | Merge branch 'voip' into develop | David Baker | 2014-08-29 | 7 | -3/+379 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: webclient/room/room-controller.js | ||||
| * | | | | | 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 ↵ | Emmanuel ROHEE | 2014-08-29 | 2 | -10/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | notified by an error when there is a network issue. Thus, we can retry with a new request. | ||||
* | | | | | | Redo architecture diagram. Reword parts of federation. Formatting fixes and ↵ | Kegan Dougal | 2014-08-29 | 1 | -81/+97 |
| | | | | | | | | | | | | | | | | | | | | | | | | tweaks. | ||||
* | | | | | | Recents update: do not care of events coming from the past (they are fired ↵ | Emmanuel ROHEE | 2014-08-29 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | when doing pagination of room messages in the past) | ||||
* | | | | | | 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 ↵ | Kegan Dougal | 2014-08-28 | 1 | -106/+146 |
| | | | | | | | | | | | | | | | | | | | | | | | | copypastaed sections to be terser. | ||||
* | | | | | | Initial room event stream token must be s0, not s1, or everyone will miss ↵ | Paul "LeoNerd" Evans | 2014-08-28 | 1 | -1/+1 |
| |_|/ / / |/| | | | | | | | | | | | | | | the very first room event | ||||
* | | | | | 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 |
| | | | | | |||||
| | | * | | Add store for server certificates and keys | Mark Haines | 2014-08-28 | 3 | -1/+135 |
| |_|/ / |/| | | | |||||
* | | | | Do a smart update of the recents from the events stream rather than ↵ | Emmanuel ROHEE | 2014-08-28 | 1 | -7/+21 |
| | | | | | | | | | | | | | | | | hammering initialSync each time | ||||
* | | | | Flesh out m.room.message msgtypes | Kegan Dougal | 2014-08-28 | 1 | -10/+102 |
| | | | | |||||
* | | | | Remove get_state_for_room function from federation handler | Mark Haines | 2014-08-28 | 3 | -17/+29 |
| | | | | |||||
* | | | | use @wraps to set the __name__ __module__ and __doc__ correctly for logged ↵ | Mark Haines | 2014-08-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | functions | ||||
* | | | | When opening this page, do not join a room already joined | Emmanuel ROHEE | 2014-08-28 | 1 | -26/+51 |
| | | | | |||||
* | | | | Added waitForInitialSyncCompletion so that clients can know when they can ↵ | Emmanuel ROHEE | 2014-08-28 | 2 | -9/+24 |
| | | | | | | | | | | | | | | | | access to the data retrieved by the initialSync Request | ||||
* | | | | BF: Made member events parsing work (handleEvents expects an array of events) | Emmanuel ROHEE | 2014-08-28 | 1 | -8/+4 |
| | | | | |||||
* | | | | Cleaned up deps | Emmanuel ROHEE | 2014-08-28 | 3 | -6/+6 |
| | | | | |||||
* | | | | Support multiple login flows when deciding how to login. Updated cmdclient ↵ | Kegan Dougal | 2014-08-28 | 3 | -16/+23 |
| | | | | | | | | | | | | | | | | and spec. Webclient doesn't need updating for this. | ||||
* | | | | Fleshed out login spec. | Kegan Dougal | 2014-08-28 | 1 | -158/+164 |
| | | | | |||||
* | | | | Fix pyflakes warnings | Mark Haines | 2014-08-28 | 4 | -10/+4 |
| | | | | |||||
* | | | | Merge backfill_ and backfill in federation handler | Mark Haines | 2014-08-28 | 1 | -18/+5 |
| |/ / |/| | | |||||
* | | | Fix bug where we used UserID objects instead of strigns | Erik Johnston | 2014-08-28 | 1 | -1/+2 |
| | | | |||||
* | | | Added skeleton specification for a general feel of the layout. | Kegan Dougal | 2014-08-28 | 1 | -0/+648 |
| |/ |/| | |||||
* | | Fix typo in NullSource.get_pagination_rows. Remove unused import. | Erik Johnston | 2014-08-28 | 1 | -2/+1 |
| | | |||||
* | | Start the events stream once the app starts (if credentials are in cache) or ↵ | Emmanuel ROHEE | 2014-08-28 | 4 | -9/+4 |
| | | | | | | | | once the user gets logged in | ||||
* | | Shuffle files around in /docs | Kegan Dougal | 2014-08-28 | 6 | -0/+0 |
|/ | |||||
* | Fix up the various presence-related tests so that if they're not skipped, ↵ | Paul "LeoNerd" Evans | 2014-08-27 | 3 | -12/+26 |
| | | | | they still PASS | ||||
* | Define a NullSource useful for unit-testing | Paul "LeoNerd" Evans | 2014-08-27 | 1 | -0/+16 |
| | |||||
* | Split out MessageHandler | Erik Johnston | 2014-08-27 | 3 | -276/+305 |
| | |||||
* | Wired the recents list with the stream events for realtime update | Emmanuel ROHEE | 2014-08-27 | 1 | -9/+10 |
| | |||||
* | Merge branch 'develop' into storage_transactions | Mark Haines | 2014-08-27 | 5 | -7/+11 |
|\ | | | | | | | | | | | Conflicts: tests/handlers/test_federation.py tests/handlers/test_room.py | ||||
| * | Fix tests. | Erik Johnston | 2014-08-27 | 2 | -4/+3 |
| | | |||||
| * | If timeout=0, return immediately | Erik Johnston | 2014-08-27 | 1 | -1/+5 |
| | | |||||
| * | Add python shebang line and chmod +x setup.py | Paul "LeoNerd" Evans | 2014-08-27 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'develop' into storage_transactions | Mark Haines | 2014-08-27 | 23 | -646/+727 |
|\| | | | | | | | | | | | Conflicts: synapse/handlers/room.py synapse/storage/stream.py | ||||
| * | Merge branch 'develop' of github.com:matrix-org/synapse into develop | Erik Johnston | 2014-08-27 | 8 | -13/+284 |
| |\ | |||||
| | * | improve iOS layout a bit | Matthew Hodgson | 2014-08-27 | 1 | -0/+10 |
| | | | |||||
| | * | Added /rooms/$roomid/state and /rooms/$roomid/initialSync to API docs. | Kegan Dougal | 2014-08-27 | 1 | -0/+73 |
| | | | |||||
| | * | BF: mFileInput dependency got lost somewhere and upload buttons did not work ↵ | Emmanuel ROHEE | 2014-08-27 | 2 | -2/+2 |
| | | | | | | | | | | | | anymore | ||||
| * | | Comments! | Erik Johnston | 2014-08-27 | 1 | -0/+35 |
| | | | |||||
| * | | Remove stale FIXMEs | Erik Johnston | 2014-08-27 | 1 | -2/+0 |
| | | | |||||
| * | | Remove store_id from notifier.on_new_room_event calls. | Erik Johnston | 2014-08-27 | 2 | -13/+8 |
| | | | |||||
| * | | Merge branch 'stream_refactor' into develop | Erik Johnston | 2014-08-27 | 17 | -636/+599 |
| |\ \ | |||||
| | * | | Turn off presence again. | Erik Johnston | 2014-08-27 | 1 | -2/+2 |
| | | | | |||||
| | * | | Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor | Erik Johnston | 2014-08-27 | 14 | -111/+289 |
| | |\ \ | |||||
| | * | | | Index sources in a nicer fashion. | Erik Johnston | 2014-08-27 | 3 | -16/+15 |
| | | | | | |||||
| | * | | | Convert get_paginat_rows to use PaginationConfig. This allows people to ↵ | Erik Johnston | 2014-08-27 | 3 | -41/+61 |
| | | | | | | | | | | | | | | | | | | | | supply directions. | ||||
| | * | | | PEP8 tweaks. | Erik Johnston | 2014-08-27 | 5 | -10/+12 |
| | | | | | |||||
| | * | | | Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor | Erik Johnston | 2014-08-27 | 23 | -748/+771 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: synapse/handlers/events.py synapse/rest/events.py synapse/rest/room.py | ||||
| | * | | | | Implement presence event source. Change the way the notifier indexes listeners | Erik Johnston | 2014-08-27 | 5 | -80/+107 |
| | | | | | | |||||
| | * | | | | Enable presence again. Fix up api to match old api. | Erik Johnston | 2014-08-26 | 5 | -10/+35 |
| | | | | | | |||||
| | * | | | | Fix exceptions so that the event stream works. Presence like events are ↵ | Erik Johnston | 2014-08-26 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | turned off currently. | ||||
| | * | | | | Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor | Erik Johnston | 2014-08-26 | 10 | -161/+85 |
| | |\ \ \ \ | |||||
| | * | | | | | WIP: Completely change how event streaming and pagination work. This ↵ | Erik Johnston | 2014-08-26 | 16 | -655/+437 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | reflects the change in the underlying storage model. | ||||
| | * | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor | Erik Johnston | 2014-08-26 | 8 | -17/+22 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor | Erik Johnston | 2014-08-26 | 11 | -31/+11 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor | Erik Johnston | 2014-08-26 | 7 | -39/+42 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor | Erik Johnston | 2014-08-26 | 7 | -12/+319 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor | Erik Johnston | 2014-08-26 | 63 | -800/+3107 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Use new StreamToken in pagination config | Erik Johnston | 2014-08-21 | 1 | -5/+9 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Add in StreamToken type | Erik Johnston | 2014-08-21 | 1 | -0/+74 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Return the store_id from persist_event | Mark Haines | 2014-08-27 | 1 | -1/+3 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'develop' into storage_transactions | Mark Haines | 2014-08-27 | 34 | -792/+1341 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Added RestServlet for /rooms/$roomid/initialSync | Kegan Dougal | 2014-08-27 | 1 | -0/+30 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Added RestServlet for /rooms/$roomid/state | Kegan Dougal | 2014-08-27 | 1 | -0/+16 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Highlight the current room in the recents list | Emmanuel ROHEE | 2014-08-27 | 4 | -2/+16 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Added the recents component at the left hand side of the room page | Emmanuel ROHEE | 2014-08-27 | 2 | -1/+14 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Added generic state/non-state event sending to the API docs. | Kegan Dougal | 2014-08-27 | 1 | -8/+123 |
| |/ / / / / / / / / / | |||||
| * | | | | | | | | / | api docs: Finished adding all C-S APIs. Added initialSync, publicRooms, ↵ | Kegan Dougal | 2014-08-27 | 4 | -53/+331 |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | membership changes (generic and RPCy) and directory paths. | ||||
| * | | | | | | | | | BF: use room_id if there is no alias | Emmanuel ROHEE | 2014-08-27 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Sort recents in anti-chronological order | Emmanuel ROHEE | 2014-08-27 | 3 | -1/+49 |
| | | | | | | | | | |