Commit Graph

  • 93673eff12 Use a global WatchManager for settings Travis Ralston 2019-02-26 12:43:10 -07:00
  • 426bdafe22 Merge pull request #2672 from jryans/password-validation J. Ryan Stinnett 2019-02-26 18:20:38 +00:00
  • 4b29d5e228 Clarify finding first non-null field error J. Ryan Stinnett 2019-02-26 16:41:17 +00:00
  • da7b05f706 Merge pull request #2687 from matrix-org/travis/generate-sample-config Travis Ralston 2019-02-26 09:30:36 -07:00
  • f82cc28f96 Merge pull request #2701 from matrix-org/travis/fix-invites Travis Ralston 2019-02-26 09:26:32 -07:00
  • c920dd2e8a check top of node instead of bottom, since coming in from last Bruno Windels 2019-02-26 16:26:24 +01:00
  • 42030796c7 remove test for #528 as we removed that fix Bruno Windels 2019-02-25 18:48:42 +01:00
  • ba5f16358f fall back to InteractionObserver for detecting timeline resizes Bruno Windels 2019-02-22 18:30:22 +01:00
  • 8bb8ec141e clear min-height on timeline resets and other occasions where we load it Bruno Windels 2019-02-22 16:23:05 +01:00
  • 32f055bec2 clarify why we need this Bruno Windels 2019-02-22 14:48:56 +01:00
  • db7203ed71 make sure the min-height doesn't get cleared by checkScroll Bruno Windels 2019-02-22 14:48:33 +01:00
  • 3823642863 some cleanup Bruno Windels 2019-02-22 13:16:16 +01:00
  • 41ae618d0e only clear min-height on scroll & adding items (componentDidUpdate) Bruno Windels 2019-02-22 13:12:52 +01:00
  • 03784e586c replace getBoundingClientRect() with offset/scrollTop & clientHeight Bruno Windels 2019-02-21 19:28:55 +01:00
  • ecb074862e remove fix for old chrome bug Bruno Windels 2019-02-21 18:51:58 +01:00
  • b3e6cbfddd restore scroll state when timeline resizes using ResizeObserver Bruno Windels 2019-02-21 18:51:18 +01:00
  • 68ba14909b Merge pull request #2671 from matrix-org/bwindels/permalinkperf Bruno Windels 2019-02-26 10:48:20 +01:00
  • 0a404d5adc Merge pull request #2702 from matrix-org/nadonomy/room-list Bruno Windels 2019-02-26 10:43:21 +01:00
  • 4d95af705d fix lint Bruno Windels 2019-02-26 10:26:33 +01:00
  • 18b27a72d8 Merge pull request #2692 from matrix-org/t3chguy/room_context_menu_settings Travis Ralston 2019-02-25 20:28:38 -07:00
  • 28805da9f6 Merge pull request #2689 from matrix-org/t3chguy/roomnick Travis Ralston 2019-02-25 20:28:13 -07:00
  • 7029695224 make it i18n friendly Michael Telatynski 2019-02-25 23:26:24 +00:00
  • f6021e78b1 Merge pull request #2697 from matrix-org/t3chguy/pretty_Devtools Travis Ralston 2019-02-25 16:13:14 -07:00
  • 8d149575ea Merge branches 'develop' and 't3chguy/room_context_menu_settings' of github.com:matrix-org/matrix-react-sdk into t3chguy/room_context_menu_settings Michael Telatynski 2019-02-25 23:12:06 +00:00
  • d4b6ce6932 Apply PR feedback, don't change room to go to its settings Michael Telatynski 2019-02-25 23:08:51 +00:00
  • dd9077f1e4 Merge branches 'develop' and 't3chguy/pretty_Devtools' of github.com:matrix-org/matrix-react-sdk into t3chguy/pretty_Devtools Michael Telatynski 2019-02-25 22:39:37 +00:00
  • 56d58f8600 make better use of space Michael Telatynski 2019-02-25 22:38:33 +00:00
  • fd2acb18f3 Merge branches 'develop' and 't3chguy/roomnick' of github.com:matrix-org/matrix-react-sdk into t3chguy/roomnick Michael Telatynski 2019-02-25 22:24:45 +00:00
  • 175938f5a0 set membership in case we don't get the ev Michael Telatynski 2019-02-25 22:15:50 +00:00
  • 5bdd61111d Fix textareas Michael Telatynski 2019-02-25 22:12:06 +00:00
  • 3d152da822 Support custom tags in the new algorithm Travis Ralston 2019-02-25 13:39:08 -07:00
  • e083d50e31 Merge branch 'develop' into travis/fix-invites Travis Ralston 2019-02-25 12:41:19 -07:00
  • 9a42d2edee Merge pull request #2685 from matrix-org/travis/settings-cleanup-1 Travis Ralston 2019-02-25 11:53:23 -07:00
  • 1aef157d2a Fix variable reference Travis Ralston 2019-02-25 11:52:34 -07:00
  • 88dfd3287f Normalise room list font weight and make bold when there are unreads. Nad Chishtie 2019-02-25 17:57:48 +01:00
  • 24099de2a4 Merge branch 'develop' into travis/settings-cleanup-1 Travis Ralston 2019-02-25 10:56:43 -07:00
  • e0a5eeca75 Merge pull request #2686 from matrix-org/travis/old-room-sorting Travis Ralston 2019-02-25 10:51:10 -07:00
  • cdf09300ac Merge remote-tracking branch 'origin/develop' into travis/settings-cleanup-1 Travis Ralston 2019-02-25 10:44:33 -07:00
  • 77f979ed6d also pass permalinkCreator here Bruno Windels 2019-02-25 16:50:44 +01:00
  • a7db42c6cf use nesting instead of short-circuited && operator Bruno Windels 2019-02-25 16:21:23 +01:00
  • b8c6bed906 adjust permalink code for tombstone message Bruno Windels 2019-02-25 16:15:42 +01:00
  • fb672ffb28 change handling of event permalinks in replies Bruno Windels 2019-02-25 16:08:07 +01:00
  • 31dda34e6b use new permalink class in share dialog & context menu Bruno Windels 2019-02-25 15:35:09 +01:00
  • f7ea9cfeb2 rename all instances of permalinkCreator Bruno Windels 2019-02-22 12:22:36 +01:00
  • be3d12721c check room exists Bruno Windels 2019-02-22 12:00:00 +01:00
  • fe71c17bb7 keep previous >= pl limit Bruno Windels 2019-02-22 11:53:07 +01:00
  • 63504fcc17 dont assume there are powerlevels set Bruno Windels 2019-02-22 11:48:30 +01:00
  • f97ea37717 permalink is one word Bruno Windels 2019-02-22 11:45:43 +01:00
  • 476b81fc1e add test for membership change Bruno Windels 2019-02-21 17:58:23 +01:00
  • db5a2138ea this is dead code actually, can go Bruno Windels 2019-02-21 17:52:25 +01:00
  • ed4960f1c5 nicer formatting Bruno Windels 2019-02-21 17:52:18 +01:00
  • b9c3919dc1 calculate highest pl from load! Bruno Windels 2019-02-21 17:52:02 +01:00
  • 35809dc7d5 also update highest power level when acls come in Bruno Windels 2019-02-21 17:51:46 +01:00
  • 12f55391db observe powerlevels from state event, less handlers this way Bruno Windels 2019-02-21 17:51:20 +01:00
  • 5ef673e80e port existing tests Bruno Windels 2019-02-21 17:06:06 +01:00
  • 29be28919d create permalink creator in roomview and pass it on to the event tiles Bruno Windels 2019-02-21 15:44:20 +01:00
  • 8d929add18 delegate to class when needing a roomId permalink Bruno Windels 2019-02-21 15:38:17 +01:00
  • d4c6198fa3 update copyright Bruno Windels 2019-02-21 15:38:09 +01:00
  • d3f0b609f5 use URL instead of creating new a element Bruno Windels 2019-02-21 15:37:52 +01:00
  • c2791b9470 refactor pickServerCandidates into statefull class Bruno Windels 2019-02-21 15:36:37 +01:00
  • a26b62ef94 Merge pull request #2703 from matrix-org/bwindels/fixhighlightdep Bruno Windels 2019-02-25 18:35:41 +01:00
  • 37f54a929b pin highlight.js as they seem to have broken something in 9.15.2 Bruno Windels 2019-02-25 18:24:59 +01:00
  • 5bf9f721c8 Port minimize to tray to new settings tab (post-merge) Travis Ralston 2019-02-25 09:43:39 -07:00
  • 4801b25f77 Merge remote-tracking branch 'origin/develop' into travis/settings-cleanup-1 Travis Ralston 2019-02-25 09:40:50 -07:00
  • addc7e519b Merge pull request #2699 from matrix-org/travis/fix-bug-in-notifications Travis Ralston 2019-02-25 07:31:59 -07:00
  • 8049d5c2b2 Merge pull request #2684 from matrix-org/travis/fix-e2e-menu-item Travis Ralston 2019-02-25 07:31:17 -07:00
  • 4d1872d0ab Merge pull request #2700 from matrix-org/travis/revert-debugging-7838 Travis Ralston 2019-02-25 07:26:31 -07:00
  • 4beeba6cf6 Translated using Weblate (Swedish) Joar Wandborg 2019-02-25 10:57:37 +00:00
  • 0c742e5424 Translated using Weblate (Swedish) Tim Stahel 2019-02-15 11:10:34 +00:00
  • 2f50aca7ce Translated using Weblate (Swedish) Tim Stahel 2019-02-15 11:14:24 +00:00
  • 5f760fbf4a Change the room list algo to eagerly delete and carefully insert Travis Ralston 2019-02-24 19:44:47 -07:00
  • 1c10b3050d Revert "Add some logging for riot-web#7838" Travis Ralston 2019-02-24 18:05:40 -07:00
  • a5a4c167e8 Merge pull request #8911 from vector-im/t3chguy/no-update Travis Ralston 2019-02-24 18:00:54 -07:00
  • c12bea06c8 Merge pull request #2698 from matrix-org/t3chguy/room_member_filter_clear Travis Ralston 2019-02-24 18:00:02 -07:00
  • 2b9b07c29d Merge pull request #2696 from matrix-org/t3chguy/pretty_view_source Travis Ralston 2019-02-24 17:55:07 -07:00
  • acbd3fb748 Merge pull request #2695 from matrix-org/t3chguy/guest_share_community Travis Ralston 2019-02-24 17:52:05 -07:00
  • e8e9e9bcdc Merge pull request #2694 from matrix-org/t3chguy/mx_WhoIsTypingTile_remainingAvatarPlaceholder Travis Ralston 2019-02-24 17:51:10 -07:00
  • 6cc534e503 Fix NPE relating to toggling notifications Travis Ralston 2019-02-24 17:44:55 -07:00
  • 896a8c1c1d Merge pull request #2693 from matrix-org/t3chguy/search_toggle Travis Ralston 2019-02-24 17:41:23 -07:00
  • 8ca1c96df4 Merge pull request #2691 from matrix-org/t3chguy/user_typing_memberinfo Travis Ralston 2019-02-24 17:38:25 -07:00
  • c261879ba7 Merge pull request #2690 from matrix-org/t3chguy/share_permalink Travis Ralston 2019-02-24 17:37:25 -07:00
  • f0353dbc3f Merge pull request #2688 from matrix-org/t3chguy/minimize_tray Travis Ralston 2019-02-24 17:33:26 -07:00
  • 9e11c70416 Merge pull request #8908 from vector-im/t3chguy/minimize_tray Travis Ralston 2019-02-24 17:33:14 -07:00
  • ef3b729ff4 s/google.com/recaptcha.net/ as per https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally Matthew Hodgson 2019-02-24 23:35:08 +00:00
  • ffacf30722 Allow disabling update mechanism Michael Telatynski 2019-02-24 04:52:07 +00:00
  • ee47e0f72e pass through className Michael Telatynski 2019-02-24 04:44:38 +00:00
  • 5052039b36 Re-use SearchBox from filter rooms for filter room members Michael Telatynski 2019-02-24 04:42:04 +00:00
  • dbf540074d replace text Inputs in Devtools with Field bcuz prettier Michael Telatynski 2019-02-24 04:28:42 +00:00
  • 7b88d5d21c make ViewSource less awkward Michael Telatynski 2019-02-24 03:43:44 +00:00
  • e6bf9fe9bf Fix share community for guests Michael Telatynski 2019-02-24 03:25:02 +00:00
  • fa5f1df194 Fix z ordering of the overflow tile Michael Telatynski 2019-02-24 03:18:21 +00:00
  • e12e2c4a3d tidy Michael Telatynski 2019-02-24 02:57:13 +00:00
  • ac17e22556 Toggle Search using Room Header button Michael Telatynski 2019-02-24 02:56:27 +00:00
  • 393fd26a42 Settings button in Room Context Menu Michael Telatynski 2019-02-24 02:42:41 +00:00
  • c99b4bda32 view user on click typing tile Michael Telatynski 2019-02-24 02:30:45 +00:00
  • f2624beca4 Change Share Message to Share Permalink if !m.room.message||redacted Michael Telatynski 2019-02-24 02:03:20 +00:00
  • 4472c66b96 delint s'more Michael Telatynski 2019-02-24 01:38:31 +00:00
  • 5a3b9ae454 more matching Michael Telatynski 2019-02-24 01:38:21 +00:00
  • f16b9d76f4 add roomnick SlashCommand Michael Telatynski 2019-02-24 01:36:47 +00:00
  • 717495c4e0 specify return types to match superclass Michael Telatynski 2019-02-24 01:21:18 +00:00