Commit Graph

1870 Commits (036516d647c6fbd8ec4642a3308e73f71868b1b3)
 

Author SHA1 Message Date
Kegan Dougal d22d9b22b1 Add more modelService unit tests. 10 years ago
Kegan Dougal b93804529d Move getUserPowerLevel to modelService. 10 years ago
Kegan Dougal 78bf5648e7 Fix bug which caused notifications to appear for old messages. 10 years ago
Kegan Dougal c3278a8262 Tidy up room.html member list to use member again, now that scope.members is gone. 10 years ago
Kegan Dougal d4f6d65e1d Add extra checks to duration filter. 10 years ago
Kegan Dougal 5ebd004a10 Actually look for last_active_ago in the right place.. 10 years ago
Kegan Dougal 459863bcff Remove scope.members from RoomController and use modelService instead. This may make things unstable. 10 years ago
David Baker fe3401e037 Be more helpful and tell the user how to generate a config too. 10 years ago
David Baker 933ce76057 Adding --generate-config will not help if the user has not specified a config file. 10 years ago
Kegan Dougal d5a42e9d9c Use modelService for getting current presence state rather than RoomController.members 10 years ago
Erik Johnston b8eca1ffbf Merge pull request #13 from matrix-org/request_logging 10 years ago
Kegan Dougal 49a1b4262d Use modelService to access room member power levels rather than RoomController. 10 years ago
Mark Haines e903c941cb Merge branch 'develop' into request_logging 10 years ago
Kegan Dougal 974206ebe1 Use mUserDisplayName filter in more places. Store power_level[norm] for each RoomMember. 10 years ago
Kegan Dougal 687662c990 Add notification-service unit tests. 10 years ago
Kegan Dougal d1df3cd4d5 Add mUserDisplayName unit tests. 10 years ago
Kegan Dougal 656bf2c60c Unskip unit tests; fix filter dependency. 10 years ago
Kegan Dougal 633137d501 Remove getUserDisplayName and move that logic the filter mUserDisplayName. Update references. Skip tests for now as there are some unresolved DI issues for filters. 10 years ago
Kegan Dougal 3916e23bbd Remove rootScope.presence and replaced with modelService.getUser/setUser. 10 years ago
Kegan Dougal afd2e214bc SYWEB-152: Move up/down history fully to a directive. 10 years ago
Mark Haines 8d8a133c89 SYN-103: Remove "origin" and "destination" keys from edus 10 years ago
Kegan Dougal d085807070 Migrate random bits of desktop notification logic out of roomController and into eventHandlerService where everything else is. 10 years ago
David Baker 58ddff0881 remove stray unmatched css comment 10 years ago
David Baker bfe20c11c3 remove now-unused styles 10 years ago
Mark Haines e7c6d2c9d9 SYN-138: Rewrite synctl in python and include it in the python distribution 10 years ago
David Baker cdb8d746ef Merge with Matthew's killing of ng-animate 10 years ago
Kegan Dougal cadcc6cabe Add commands-service unit tests. 10 years ago
Matthew Hodgson 11da8d0dff remove nganimate dependency as it seems to feature disproportionately highly in the FF profiler, and removing it seems to have stopped my FF stalling for seconds on end 10 years ago
David Baker f842bca471 Kill ng-animate with fire because it's terrible (was causing the page to be very sluggish). Do the call icons in pure CSS3 and use one less image to boot (in some browsers the phone icon will be the wrong browser but they can deal). 10 years ago
Kegan Dougal 0a699df5e8 Wipe the selected room ID on the home screen. 10 years ago
Kegan Dougal 5180285456 SYWEB-152: Unbreak /me 10 years ago
Kegan Dougal 8ce69e802d SYWEB-152: Migrate IRC command logic to commands-service. 10 years ago
David Baker 0046df4b51 This gives just enough space for the vertical scrollbar to be shown without adding a horizontal scrollbar. 10 years ago
Matthew Hodgson c2609b239f suggest ~/.synapse 10 years ago
Matthew Hodgson 28408a9f64 Merge branch 'develop' of git+ssh://github.com/matrix-org/synapse into develop 10 years ago
David Baker 9950ce2334 Detect OpenWebRTC and add workarounds, but comment out the turn server removal for now so we have a live demo of it not working. 10 years ago
David Baker 2b64c573c3 Oops, change videoElement / selector in audio call too. 10 years ago
Kegan Dougal f4a3b194da Fix ability to invite users. Remove unused variables. 10 years ago
Erik Johnston f04b3d5042 Store all signatures on events rather than just dropping them 10 years ago
Kegan Dougal 59cf6f5ec9 Add more recents service unit tests. 10 years ago
Kegan Dougal 3d3f692fd8 Add test coverage to the webclient. Update .gitignore 10 years ago
Erik Johnston b2596c660b Add a few more comments to the federation handler 10 years ago
Erik Johnston e715741abc Update some of the docs in event_federation 10 years ago
Kegan Dougal 813125e122 Make earlier versions of jasmine happy by doing explicit object comparisons 10 years ago
Kegan Dougal 92ea45070c Add recentsService unit tests. 10 years ago
David Baker 9412110c82 comment typo 10 years ago
Kegan Dougal 960b28c90a SYWEB-57: Highlight rooms which have had their bingers go off in blue. 10 years ago
Matthew Hodgson ca386a4b25 various fixes based on truphone feedback 10 years ago
Kegan Dougal 99c445a6d6 Migrate unread messages logic to recentsService. 10 years ago
Kegan Dougal 96cd467cfa Add recents-service to store shared state between recents-controllers. 10 years ago