riot-web/src
David Baker 92762eca74 Fix settings resetting on refresh
Don't clear localstorage when replacing the client: we clear it when logging out so this is just redundant, and since we now use replaceClient to unpickle a session from localstorage, this was blowing away all our setting on every refresh.

Also Move all of the localstorage code to Lifecycle (except device ID but this will probably be generated on the server soon anyway). We previously cleared localstorage on logout in Lifecycle so persist the session in Lifecycle.setLoggedIn() to be symmetrical.
2016-08-10 18:04:22 +01:00
..
autocomplete strip (IRC) displayname suffix from autocomplete 2016-08-03 17:26:05 +05:30
components Merge pull request #401 from matrix-org/rav/avoid_login_for_guest 2016-08-10 15:38:34 +01:00
AddThreepid.js Update function name as per js-sdk PR feedback 2016-07-08 17:53:06 +01:00
Avatar.js
CallHandler.js spell out that conference calling is hit and miss 2016-08-03 19:56:13 +01:00
ContentMessages.js fix upload for video or image files where sniffing the content.info fails 2016-08-03 13:27:06 +01:00
DateUtils.js
Entities.js
HtmlUtils.js improve comment 2016-07-18 01:34:26 +01:00
ImageUtils.js
KeyCode.js
Lifecycle.js Fix settings resetting on refresh 2016-08-10 18:04:22 +01:00
MatrixClientPeg.js Fix settings resetting on refresh 2016-08-10 18:04:22 +01:00
MatrixTools.js Remove now unused MatrixTools.GetRoomForAlias 2016-06-20 17:11:46 +01:00
Modal.js
Notifier.js
ObjectUtils.js
PasswordReset.js Error if email already in use when resetting pw 2016-07-08 18:06:50 +01:00
Presence.js
Resend.js
RichText.js fix: Switch to opacity: 0 for composer emoji. 2016-08-03 18:27:49 +05:30
RoomListSorter.js
ScalarAuthClient.js
SdkConfig.js reposition Login spinner 2016-06-21 19:50:03 +01:00
Signup.js Error on registration if email taken 2016-07-06 15:22:06 +01:00
SignupStages.js Error on registration if email taken 2016-07-06 15:22:06 +01:00
Skinner.js
SlashCommands.js Remove /encrypt command 2016-06-23 13:21:55 +01:00
TabComplete.js Revert merge up from develop 2016-07-27 14:16:17 +01:00
TabCompleteEntries.js Rejig tab complete to make it faster 2016-07-15 16:10:27 +01:00
TextForEvent.js
Tinter.js
UiEffects.js Refactor UI error effects 2016-08-03 15:59:17 +01:00
Unread.js
UserActivity.js
UserSettingsStore.js handle accountData changes, and errors on toggling URL previews 2016-07-20 18:14:16 +01:00
Velociraptor.js Fix warnings emanating from Velociraptor elements 2016-08-01 16:56:25 +01:00
VelocityBounce.js
WhoIsTyping.js
component-index.js Make SessionLoader a function 2016-08-10 11:36:26 +01:00
createRoom.js Merge pull request #350 from matrix-org/wmwragg/spinner-fix 2016-07-19 12:10:31 +01:00
dispatcher.js
email.js
extend.js
index.js
linkify-matrix.js
ratelimitedfunc.js Cancel calls to rate-limited funcs on unmount 2016-08-10 13:39:47 +01:00