Commit Graph

  • 3c880b4d75 Merge pull request #2934 from matrix-org/dbkr/trigger_riot_web David Baker 2019-04-26 17:44:18 +01:00
  • 77dff119db Fix variable scope in redeployer David Baker 2019-04-26 16:26:48 +01:00
  • 0718d438b8 Fix more typos in redeployer David Baker 2019-04-26 16:19:49 +01:00
  • 3a2541d3bf more logging for auto-deployer David Baker 2019-04-26 16:16:14 +01:00
  • 00d33599f0 Merge pull request #9577 from vector-im/dbkr/convert_redeploy_server_to_buildkite David Baker 2019-04-26 16:04:04 +01:00
  • 74abaa4abc wrong number of spaces David Baker 2019-04-26 16:02:12 +01:00
  • 38d5b2c21c Trigger riot-web build David Baker 2019-04-26 15:54:35 +01:00
  • f49732b036 Link to buildkite webhook docs David Baker 2019-04-26 15:41:20 +01:00
  • 73144c3493 Typing is hard J. Ryan Stinnett 2019-04-26 15:40:23 +01:00
  • c5e7e82b46 I can't type buildkite J. Ryan Stinnett 2019-04-26 15:40:05 +01:00
  • af6ad9355d Convert redeploy.py to buildkite David Baker 2019-04-26 15:26:03 +01:00
  • 6c4c908678 consistent capitalisation in buildkite pipelines David Baker 2019-04-26 15:09:01 +01:00
  • ae62a46a97 Merge pull request #9568 from vector-im/dbkr/buildkite_cd David Baker 2019-04-26 14:43:43 +01:00
  • bf84c64ea9 Only bother packaging the develop branch David Baker 2019-04-26 14:38:36 +01:00
  • 5ac8a42681 Merge remote-tracking branch 'origin/develop' into dbkr/buildkite_cd David Baker 2019-04-26 14:37:11 +01:00
  • 03b1914112 Merge pull request #9571 from vector-im/dbkr/package_dont_fail_if_no_local_config David Baker 2019-04-26 14:36:28 +01:00
  • ff21bde839 Merge branch 'dbkr/package_dont_fail_if_no_local_config' into dbkr/buildkite_cd David Baker 2019-04-26 14:28:45 +01:00
  • c62da0eda6 Don't fail if there's no local config to remove David Baker 2019-04-26 14:13:02 +01:00
  • 932d3a054c Merge remote-tracking branch 'origin/develop' into dbkr/buildkite_cd David Baker 2019-04-26 13:22:39 +01:00
  • a67fd48720 Merge pull request #9567 from vector-im/dbkr/bye_bye_jenkins David Baker 2019-04-26 13:19:33 +01:00
  • afc2b48073 combine sets David Baker 2019-04-26 12:22:32 +01:00
  • 093d30121d Try running packager with buildkite David Baker 2019-04-26 12:21:21 +01:00
  • 1b8583fa51 Change jenkins script to package script David Baker 2019-04-26 11:25:41 +01:00
  • ea37e777cf Add reactions feature to config sample J. Ryan Stinnett 2019-04-26 10:56:35 +01:00
  • 147c287acd Fix typo in Settings docs J. Ryan Stinnett 2019-04-26 10:45:13 +01:00
  • 3e6719e8ab Wait for password validation J. Ryan Stinnett 2019-04-25 18:10:41 +01:00
  • 443a15eeb9 actually clear bit 63 instead of bit 55 Hubert Chathi 2019-04-24 18:09:23 -04:00
  • d5e1836e86 Merge pull request #2933 from matrix-org/jryans/auth-validation J. Ryan Stinnett 2019-04-25 15:59:48 +01:00
  • af17829229 Blur active field before submit validation J. Ryan Stinnett 2019-04-25 11:27:03 +01:00
  • 26f732723e Animate tooltips when hiding as well as showing J. Ryan Stinnett 2019-04-25 11:10:35 +01:00
  • 0b42ded007 Style complexity progress bars more heavily J. Ryan Stinnett 2019-04-24 09:42:52 +01:00
  • aec14e64fa Throttle validation in response to user input J. Ryan Stinnett 2019-04-23 17:59:19 +01:00
  • 67d7091dcd Password score progress should be full width in tooltip J. Ryan Stinnett 2019-04-23 16:35:11 +01:00
  • a20d23daf3 Remove older password length check J. Ryan Stinnett 2019-04-23 15:05:03 +01:00
  • 4f41161a47 Check password complexity during registration J. Ryan Stinnett 2019-04-23 14:55:57 +01:00
  • 008ca3543b Migrate passwords on registration to new validation J. Ryan Stinnett 2019-04-18 23:29:05 +01:00
  • aaf745ae2a Migrate phone number on registration to new validation J. Ryan Stinnett 2019-04-18 23:05:55 +01:00
  • 9064875312 Migrate email on registration to new validation J. Ryan Stinnett 2019-04-18 22:53:46 +01:00
  • 1cbb4be6f7 Add support for validating more strictly at submit time J. Ryan Stinnett 2019-04-18 21:33:37 +01:00
  • a7c37733b8 Rebalance margins in validation tooltip J. Ryan Stinnett 2019-04-18 21:22:37 +01:00
  • 778697abf1 Use input element's value directly J. Ryan Stinnett 2019-04-18 17:37:07 +01:00
  • 5d95c31875 Focus the first invalid field J. Ryan Stinnett 2019-04-17 14:23:59 +01:00
  • 62a01e7a37 Track per-field validity with new-style validation J. Ryan Stinnett 2019-04-17 11:39:11 +01:00
  • 37e09b5569 Add check and x icons for validation feedback J. Ryan Stinnett 2019-04-16 18:49:03 +01:00
  • 87f13cfe55 Add focus handling to validation J. Ryan Stinnett 2019-04-16 18:12:13 +01:00
  • 338d83ab55 Add validation feedback helper J. Ryan Stinnett 2019-04-16 16:52:31 +01:00
  • 37ecf2a623 Remove unused ref from Field component J. Ryan Stinnett 2019-04-16 15:40:04 +01:00
  • f82f9ecdb2 Use a stronger password J. Ryan Stinnett 2019-04-25 14:28:39 +01:00
  • 1ffe0d1a24 Report location of Synpase log J. Ryan Stinnett 2019-04-25 14:23:51 +01:00
  • 2527995e2e Only install the minimum deps to pass J. Ryan Stinnett 2019-04-25 14:23:10 +01:00
  • cc5911b4aa Remove redundant and incorrect riot-desktop install instructions (#9558) Richard van der Hoff 2019-04-25 13:22:32 +01:00
  • 28d50100d8 Merge pull request #9555 from jryans/rm-config-from-package J. Ryan Stinnett 2019-04-25 09:40:44 +01:00
  • 8ef464597f Merge pull request #9550 from uhoreg/olm-3.1.0 Hubert Chathi 2019-04-24 18:19:22 -04:00
  • 2c64a4f3a1 update yarn.lock with olm release Hubert Chathi 2019-04-24 12:02:41 -04:00
  • a803af3a88 Merge pull request #2931 from jryans/connect-key-backup-more J. Ryan Stinnett 2019-04-24 15:59:51 +01:00
  • 8002d98f50 Remove config.json from package dir J. Ryan Stinnett 2019-04-24 11:27:07 +01:00
  • 4784d5e9f2 Also say "Connect ..." on remaining key backup buttons J. Ryan Stinnett 2019-04-24 11:05:27 +01:00
  • 2ddaa06e67 Rebuild strings J. Ryan Stinnett 2019-04-24 11:01:32 +01:00
  • 9519ad46a1 use the release version of olm 3.1.0 Hubert Chathi 2019-04-23 18:08:07 -04:00
  • 0e5e622dc9 Merge pull request #2929 from z3ntu/user-select J. Ryan Stinnett 2019-04-23 18:57:56 +01:00
  • 12f92c49a6 Mark a few CSS classes as not selectable Luca Weiss 2019-04-21 23:18:06 +02:00
  • 020d210cb0 Use uk.half-shot.* Will Hunt 2019-04-23 16:23:58 +01:00
  • 9de8920869 Remove trailing space Will Hunt 2019-04-22 23:04:03 +01:00
  • 874b61e451 Merge branch 'hs/custom-notif-sounds' of github.com:Half-Shot/matrix-react-sdk into hs/custom-notif-sounds Will Hunt 2019-04-21 18:05:27 +01:00
  • 8258e93337 Use m.notification.sound Will Hunt 2019-04-21 18:03:54 +01:00
  • 0f2cd6ea73 Stick behind a feature flag Will Hunt 2019-04-21 18:01:26 +01:00
  • b11050d327 Check for sound before logging it Katie Wolfe 2019-04-21 12:35:59 +01:00
  • 776210c135 Use settings store Will Hunt 2019-04-19 22:31:51 +01:00
  • d33df45c5e Linting Will Hunt 2019-04-19 21:42:18 +01:00
  • 63ab7736ca Add a fancy room tab and uploader Will Hunt 2019-04-19 16:27:30 +01:00
  • cd8647188f Support account level custom sounds too Will Hunt 2019-04-19 14:10:10 +01:00
  • b0bacdba15 Simplyify Will Hunt 2019-04-19 13:21:58 +01:00
  • f14d96e069 Look in room account data for custom notif sounds Will Hunt 2019-04-19 12:36:32 +01:00
  • 370741fc43 Merge pull request #48 from matrix-org/bwindels/stylepreviewbar Bruno Windels 2019-04-18 11:36:16 +00:00
  • 9917bed942 Merge pull request #2883 from YaoiFangirl420/cleanup_message_composer J. Ryan Stinnett 2019-04-18 10:14:01 +01:00
  • 0fbe10a816 Merge pull request #2925 from matrix-org/bwindels/stylepreviewbar Bruno Windels 2019-04-18 08:50:56 +00:00
  • faecceb3b4 remove manual order so component order follows markup order Bruno Windels 2019-04-18 09:20:26 +02:00
  • 597b3e16e0 Merge pull request #9517 from vector-im/dbkr/fix_deploy_script_include_default David Baker 2019-04-17 18:46:56 +01:00
  • addca871ad Fix default for --include arg David Baker 2019-04-17 18:31:36 +01:00
  • dd911d18cb dont show right panel when previewing a room without invite, as its empty Bruno Windels 2019-04-17 19:29:39 +02:00
  • 0a463472b3 update prop types (and fix typo) Bruno Windels 2019-04-17 19:05:52 +02:00
  • 190143ca6c dispatch for user screen Bruno Windels 2019-04-17 18:26:07 +02:00
  • d5cc835a93 PR feedback Bruno Windels 2019-04-17 18:23:49 +02:00
  • 9f494fcc58 Merge pull request #2907 from matrix-org/anoa/no_big_pills_pls Travis Ralston 2019-04-17 10:15:16 -06:00
  • 232fd8656b Merge pull request #2923 from rosston/alt-enter-mac J. Ryan Stinnett 2019-04-17 16:19:57 +01:00
  • 65784afb91 Merge pull request #2924 from jryans/password-on-server-name J. Ryan Stinnett 2019-04-17 15:23:03 +01:00
  • c5986395ef propagate env to e2e tests so they can get correct branch of e2e tests Bruno Windels 2019-04-17 14:13:12 +02:00
  • 66e10e904d remove obsolete translations Bruno Windels 2019-04-17 11:46:20 +02:00
  • 8e750e18d7 add class for message case for e2e tests Bruno Windels 2019-04-17 11:46:04 +02:00
  • 20d80e695c adjust selectors for join and accept button in room preview bar Bruno Windels 2019-04-17 11:44:32 +02:00
  • 22874f62ab Merge branch 'develop' into bwindels/stylepreviewbar Bruno Windels 2019-04-17 11:06:21 +02:00
  • 1100320351 make non-member inviter name also bold Bruno Windels 2019-04-17 11:02:58 +02:00
  • 86620839ae make username clickable Bruno Windels 2019-04-17 10:57:45 +02:00
  • adc23faf4b Test defaultServerName before showing it on forgot password J. Ryan Stinnett 2019-04-17 09:35:45 +01:00
  • 2c0504d596 Merge pull request #9500 from axelsimon/patch-1 David Baker 2019-04-17 09:34:35 +01:00
  • 8a371080d7 colored inviter name and layout Bruno Windels 2019-04-17 10:22:35 +02:00
  • eeaa7143ac move name coloring out of sender profile Bruno Windels 2019-04-17 10:21:30 +02:00
  • 434e8cc937 Changed the Debian repo key and public key URLs axel simon 2019-04-16 21:03:53 +02:00
  • e0c976e96e Merge branch 'develop' into cleanup_message_composer Travis Ralston 2019-04-16 11:18:52 -06:00
  • 56ade1ead5 WIP on showing inviter avatar Bruno Windels 2019-04-16 18:48:47 +02:00