David Baker
|
7c35107a37
|
Update 3pids section visibility when id server set / unset
|
2019-08-13 18:40:27 +01:00 |
|
David Baker
|
c80c8dcf24
|
prefill id server box with default if there isn't one
|
2019-08-13 17:55:10 +01:00 |
|
David Baker
|
596ff93049
|
unused import
|
2019-08-13 16:38:46 +01:00 |
|
David Baker
|
2539da0dfa
|
Use fetch instead of browser-request
|
2019-08-13 16:37:56 +01:00 |
|
David Baker
|
31fd36efba
|
use accessiblebutton
|
2019-08-13 16:20:30 +01:00 |
|
David Baker
|
02504b9959
|
make it work again
|
2019-08-13 12:59:34 +01:00 |
|
David Baker
|
e5f913bc11
|
Merge remote-tracking branch 'origin/develop' into dbkr/change_is
|
2019-08-13 12:56:58 +01:00 |
|
David Baker
|
7afaba3bf1
|
link to doc issue
|
2019-08-13 11:05:41 +01:00 |
|
David Baker
|
860a9dbc82
|
s/tooltip/tooltipContent/
|
2019-08-13 11:01:04 +01:00 |
|
David Baker
|
c36c3a9b33
|
other general grammar
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
|
2019-08-13 10:51:26 +01:00 |
|
David Baker
|
934b711936
|
write Identity Server out in full to be less confusing
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
|
2019-08-13 10:48:56 +01:00 |
|
David Baker
|
c732ae3aa9
|
Correct license header
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
|
2019-08-13 10:46:42 +01:00 |
|
David Baker
|
12eeb20574
|
Merge pull request #3291 from matrix-org/t3chguy/fix_RoomAvatarEvent
Fix wrong default-letter-avatar for RoomAvatarEvent
|
2019-08-13 09:32:26 +01:00 |
|
Michael Telatynski
|
bb23374b8a
|
Merge pull request #3304 from matrix-org/t3chguy/un-hardcode-themes-in-settings
Consolidate Themes into ThemeController. Remove hardcoded themes in view
|
2019-08-12 15:57:56 +01:00 |
|
David Baker
|
4d33438acb
|
c+p fail
|
2019-08-12 14:46:04 +01:00 |
|
David Baker
|
f358b6162d
|
Remove the access token for the old IS
Pretty important that we don't send that to the new IS...
|
2019-08-12 14:38:49 +01:00 |
|
Michael Telatynski
|
7bdac85a2a
|
Break themes out into a separate file
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2019-08-12 14:24:12 +01:00 |
|
Michael Telatynski
|
691b9145ee
|
Merge pull request #3303 from matrix-org/t3chguy/ModularServerConfig_extend_ServerConfig
Deduplicate code in ModularServerConfig by extending ServerConfig
|
2019-08-12 14:19:17 +01:00 |
|
David Baker
|
bc088e4472
|
add comment
|
2019-08-12 13:31:31 +01:00 |
|
David Baker
|
10b19622db
|
Don't clear field on failure
|
2019-08-12 13:29:52 +01:00 |
|
David Baker
|
bc66545fd0
|
shorten url by default
|
2019-08-12 13:11:05 +01:00 |
|
David Baker
|
06905bc5bb
|
Actually appease linter
|
2019-08-12 12:05:25 +01:00 |
|
David Baker
|
bf9caa7fd8
|
add the rest of the files
|
2019-08-12 11:51:44 +01:00 |
|
David Baker
|
417d9b6af8
|
nicer way to appease linter
|
2019-08-12 11:50:11 +01:00 |
|
Michael Telatynski
|
916af736ad
|
Consolidate Themes into ThemeController. Remove hardcoded themes in view
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2019-08-11 03:43:34 +01:00 |
|
Michael Telatynski
|
3e08bf6ecb
|
Deduplicate code in ModularServerConfig by extending ServerConfig
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2019-08-11 03:34:12 +01:00 |
|
David Baker
|
4075cdde7f
|
lint
|
2019-08-09 18:59:57 +01:00 |
|
Michael Telatynski
|
242f23c753
|
RegistrationForm: the Fields are controlled, fix default values
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2019-08-09 18:08:17 +01:00 |
|
David Baker
|
c76514fceb
|
Add UI in settings to change ID Server
Just changes the current ID server being used
To come in subsequent PRs:
* Store this in account data
* Check for terms or support the proper UI for accepting terms when setting
* Support disconnecting
Part 1 of https://github.com/vector-im/riot-web/issues/10094
Requires https://github.com/matrix-org/matrix-js-sdk/pull/1013
|
2019-08-09 18:07:58 +01:00 |
|
Michael Telatynski
|
13c7149592
|
Merge pull request #3294 from matrix-org/t3chguy/mount-guard
Add mount-guards to MImageBody
|
2019-08-09 16:55:08 +01:00 |
|
David Baker
|
fcdbce1dda
|
Change throttle to debounce
And add an explanation of whyI think one's more apropriate than the
other for this.
|
2019-08-09 15:30:05 +01:00 |
|
Michael Telatynski
|
72a83a8e6e
|
Add mount-guards to MImageBody
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2019-08-09 14:51:07 +01:00 |
|
Michael Telatynski
|
ee3542453e
|
Fix RoomAvatarEvent historic fallback
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2019-08-09 11:31:04 +01:00 |
|
Michael Telatynski
|
423a74c99c
|
Clean up implementation
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2019-08-08 20:21:53 +01:00 |
|
Michael Telatynski
|
28b42d512a
|
Use the room name rather than sender name for fallback room avatar event
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2019-08-08 20:07:38 +01:00 |
|
J. Ryan Stinnett
|
c2f81a00c4
|
Merge pull request #3288 from matrix-org/jryans/user-settings-toggle-3pid
Add controls for toggling discovery in user settings
|
2019-08-08 17:48:17 +01:00 |
|
Travis Ralston
|
07d6fa7fdb
|
Merge pull request #3286 from matrix-org/travis/immutable-dms/basic
Reuse DMs whenever possible instead of asking to reuse them
|
2019-08-08 07:26:17 -06:00 |
|
J. Ryan Stinnett
|
11cf7493d9
|
Disable binding 3PIDs when adding to account
Binding 3PIDs on the IS is now handled by a separate step in the Discovery
section of settings.
Fixes https://github.com/vector-im/riot-web/issues/10510
|
2019-08-08 11:52:21 +01:00 |
|
J. Ryan Stinnett
|
178d6605c4
|
Add controls for toggling discovery in user settings
This adds controls for each 3PID to allow the user to choose whether it's bound
on the IS.
Fixes https://github.com/vector-im/riot-web/issues/10159
|
2019-08-08 11:35:35 +01:00 |
|
David Baker
|
54ca7b708e
|
Merge pull request #3285 from matrix-org/dbkr/work_without_is
Work with no ID server set
|
2019-08-08 09:48:44 +01:00 |
|
Travis Ralston
|
f85898cdca
|
Remove ChatCreateOrReuseDialog
Part of https://github.com/vector-im/riot-web/issues/10416
All usages of the dialog have been replaced with new DM logic.
|
2019-08-07 12:18:41 -06:00 |
|
Travis Ralston
|
3144b9f1a2
|
Disable 'Start New Chat' button in MemberInfo if we already have chats
Part of https://github.com/vector-im/riot-web/issues/10416
|
2019-08-07 12:06:27 -06:00 |
|
David Baker
|
d31f1ea7f2
|
Disable addign threepids if no IS configured
|
2019-08-07 11:51:42 +01:00 |
|
David Baker
|
366f7e277a
|
Make registration work without an IS.
|
2019-08-07 11:15:56 +01:00 |
|
Bruno Windels
|
66ef08120e
|
Merge pull request #3282 from matrix-org/bwindels/extract-common-editor-code
Split MessageEditor up in edit-specifics & reusable parts for main composer
|
2019-08-07 07:58:52 +00:00 |
|
Michael Telatynski
|
f6dbeef204
|
Merge pull request #3257 from matrix-org/t3chguy/slashcommands_help
Add help slash command
|
2019-08-06 18:50:49 +01:00 |
|
Michael Telatynski
|
c022f58f3b
|
Merge pull request #3278 from matrix-org/t3chguy/electron_keep_alt_menu
Allow setting in electron whether or not to auto hide menu bar
|
2019-08-06 18:20:22 +01:00 |
|
Michael Telatynski
|
daf1a794e6
|
Merge pull request #3276 from matrix-org/t3chguy/react16_1
Progress towards React 16 compatibility
|
2019-08-06 18:09:30 +01:00 |
|
Michael Telatynski
|
5d048972ab
|
delint
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2019-08-06 18:06:47 +01:00 |
|
Michael Telatynski
|
ae834f8d05
|
Split out SlashCommandHelpDialog, group by category and style it
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2019-08-06 18:03:38 +01:00 |
|