element-web/electron_app/src
David Baker 751a1dc543 Add tool to migrate logins between origins
App checks at startup for an existing session, if there isn't one,
it will start the tool to check for a login in the file:// origin.
If there is one, it will copy the login over to the vector://vector
origin.

In principle this could also be used to migrate logins between
other origins on the web if this were ever required.

This includes a minified copy of the browserified js-sdk with
a getAllEndToEndSessions() function added to the crypto store
(https://github.com/matrix-org/matrix-js-sdk/pull/812). This is
not great, but for a short-lived tool this seems better than
introducing more entry points into webpack only used for the
electron app.
2018-12-21 19:14:25 +00:00
..
electron-main.js Add tool to migrate logins between origins 2018-12-21 19:14:25 +00:00
originMigrator.js Add tool to migrate logins between origins 2018-12-21 19:14:25 +00:00
preload.js Missing include 2018-12-19 12:25:32 +00:00
squirrelhooks.js tidy electron files, they were starting to annoy me 2017-05-22 19:21:52 +01:00
tray.js Merge branches 'develop' and 't3chguy/updating_stuff' of github.com:vector-im/riot-web into t3chguy/updating_stuff 2017-06-22 15:04:33 +01:00
updater.js store window ref globally so when splitting files its easier to access. 2017-06-12 13:50:45 +01:00
vectormenu.js Fix menu on change keyboard language issue #4345 2017-07-18 09:23:32 +03:00
webcontents-handler.js Hide URL options for e2e blob: URL images 2018-05-18 12:00:55 +01:00