J. Ryan Stinnett
|
71921ad705
|
Remove unused isPillUrl
|
2021-01-26 14:11:09 +00:00 |
|
J. Ryan Stinnett
|
501c73ae4b
|
Remove outdated comment
|
2021-01-26 14:08:39 +00:00 |
|
Šimon Brandner
|
02b552f958
|
Fixed 15221
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-01-24 12:56:44 +01:00 |
|
Šimon Brandner
|
972c947049
|
More generic layout setting
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-01-23 10:35:35 +01:00 |
|
Michael Telatynski
|
bb50cd56ee
|
Merge pull request #5558 from matrix-org/t3hcguy/socialloginfixup
Improve styling of SSO Buttons for multiple IdPs
|
2021-01-22 10:37:46 +00:00 |
|
J. Ryan Stinnett
|
35bee5c5ea
|
Merge pull request #5522 from SimonBrandner/room-dialog-fixes
Fixes for the general tab in the room dialog
|
2021-01-22 10:34:37 +00:00 |
|
Michael Telatynski
|
928ddeb718
|
Improve styling of SSO Buttons for multiple IdPs
|
2021-01-21 13:33:25 +00:00 |
|
J. Ryan Stinnett
|
6d932e1352
|
Fix lint errors
|
2021-01-14 17:38:06 +00:00 |
|
J. Ryan Stinnett
|
658a8dfa99
|
Use device storage for allowed widgets if account data not supported
With guest accounts, account data is not available, so we use device storage to
hold allowed widgets as a good enough place.
Fixes https://github.com/vector-im/element-web/issues/16145
|
2021-01-14 17:30:25 +00:00 |
|
Šimon Brandner
|
eca8ef3b35
|
Update thumbnails
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-01-14 12:44:48 +01:00 |
|
Šimon Brandner
|
8f91b04eb3
|
Use contextBridge
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-01-14 08:35:04 +01:00 |
|
Šimon Brandner
|
b2850e11db
|
Merge remote-tracking branch 'upstream/develop' into fix-screen-sharing
|
2021-01-13 19:47:07 +01:00 |
|
Šimon Brandner
|
20b1720258
|
Added a line
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-01-05 21:08:25 +01:00 |
|
Šimon Brandner
|
b1010189be
|
Tabbed copyright link
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-01-05 20:41:33 +01:00 |
|
Šimon Brandner
|
bb7e76f69e
|
Hopefully fixed copyrights
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-01-05 20:36:54 +01:00 |
|
Šimon Brandner
|
99dc829369
|
Fixed translation
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-01-05 20:27:11 +01:00 |
|
Šimon Brandner
|
d497594a6f
|
Remove unnecessary line
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-01-05 19:55:08 +01:00 |
|
Šimon Brandner
|
8652c2e653
|
Fixed class names
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-01-05 19:49:09 +01:00 |
|
Šimon Brandner
|
efd889c09a
|
Remove commented line
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-01-05 19:32:59 +01:00 |
|
Šimon Brandner
|
4185d53468
|
Disable add button if the field is empty
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2020-12-29 16:30:20 +01:00 |
|
Šimon Brandner
|
7912091bc5
|
Revert "Hide add button when new item field is empty"
This reverts commit fa99c2e8c5 .
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2020-12-29 16:08:54 +01:00 |
|
Šimon Brandner
|
14a3b88497
|
Consistent formatting
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2020-12-28 08:15:54 +01:00 |
|
Michael Telatynski
|
7af1471052
|
delint2
|
2020-12-27 21:46:56 +00:00 |
|
Michael Telatynski
|
ce5b244a24
|
delint
|
2020-12-27 21:25:48 +00:00 |
|
Michael Telatynski
|
8ee65258be
|
Unfloat the MiniAvatarUploader "tooltip"
|
2020-12-27 21:13:01 +00:00 |
|
Michael Telatynski
|
f4190ccae2
|
Fix mini avatar uploader "working" even without permissions
|
2020-12-27 21:01:51 +00:00 |
|
Šimon Brandner
|
5779a543c9
|
Type cleanup
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2020-12-26 18:10:50 +01:00 |
|
Šimon Brandner
|
322afe6450
|
Remove log
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2020-12-26 18:00:08 +01:00 |
|
Šimon Brandner
|
675ca58eef
|
Improve UI
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2020-12-26 16:56:25 +01:00 |
|
Šimon Brandner
|
eae3c1c496
|
Get screen-sharing working, somehow
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2020-12-26 08:32:51 +01:00 |
|
Šimon Brandner
|
fa99c2e8c5
|
Hide add button when new item field is empty
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2020-12-22 13:14:55 +01:00 |
|
Michael Telatynski
|
2567fcd045
|
add brackets for operator precedence
|
2020-12-17 12:02:16 +00:00 |
|
Michael Telatynski
|
1b2cfa5f05
|
Social Login support both https and mxc icons
|
2020-12-17 10:34:49 +00:00 |
|
Michael Telatynski
|
940fdb8e2f
|
Better adhere to MSC process
|
2020-12-16 10:07:07 +00:00 |
|
Michael Telatynski
|
5be65a525d
|
Improve identifiers and code readability
|
2020-12-09 11:14:06 +00:00 |
|
Michael Telatynski
|
e896b009f1
|
Handle manual hs urls better
|
2020-12-08 10:58:16 +00:00 |
|
Travis Ralston
|
603a1c8ffb
|
Fix linter
|
2020-12-07 15:37:26 -07:00 |
|
Travis Ralston
|
550a5220d9
|
Undocumented linter cleanup
|
2020-12-07 15:12:26 -07:00 |
|
Travis Ralston
|
2c992c456e
|
Merge remote-tracking branch 'origin/develop' into feature_confetti#14676
|
2020-12-07 14:58:56 -07:00 |
|
Michael Telatynski
|
1afece9a14
|
Fix React complaining about unknown DOM props
|
2020-12-03 12:20:48 +00:00 |
|
Michael Telatynski
|
0fd9b55b95
|
Fix SSO buttons for Social Logins
|
2020-12-03 11:08:16 +00:00 |
|
Šimon Brandner
|
19d9ea3477
|
Merge branch 'develop' into feature-multi-language-spell-check
|
2020-12-03 12:06:43 +01:00 |
|
Šimon Brandner
|
db5bc0cb7a
|
Fix formatting
|
2020-12-01 20:36:25 +01:00 |
|
nurjinn jafar
|
111515e794
|
fixed linter problem
|
2020-12-01 17:37:28 +01:00 |
|
Michael Telatynski
|
eb25c39318
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/socials
Conflicts:
src/i18n/strings/en_EN.json
|
2020-12-01 16:33:29 +00:00 |
|
Šimon Brandner
|
e9203d7571
|
Removed unnecessary imports
|
2020-12-01 17:21:23 +01:00 |
|
nurjinn jafar
|
1bf7ff8994
|
null check added
path to confetti fixed after refactoring
|
2020-12-01 17:15:02 +01:00 |
|
Šimon Brandner
|
cf61d50df4
|
Added SpellCheckLanguagesDropdown
|
2020-12-01 16:59:21 +01:00 |
|
Šimon Brandner
|
5d9f5ba979
|
Fix indentation
|
2020-11-30 08:35:51 +01:00 |
|
nurjinn jafar
|
82023dcf42
|
Merge branch 'feature_confetti#14676' of https://github.com/nordeck/matrix-react-sdk into feature_confetti#14676
|
2020-11-27 16:33:15 +01:00 |
|