- 10 Sep, 2019 1 commit
-
-
Sébastien Blin authored
+ Add backup page + Separate PIN/backup + Some renames + Add connect to JAMS Change-Id: Ia173231837d6ef560957d99728f1b87447319ccc
-
- 02 Jan, 2019 1 commit
-
-
Sébastien Blin authored
Change-Id: I5ce8f86371ac870a0be34098473f88c71214ff3d
-
- 07 Dec, 2018 1 commit
-
-
Sébastien Blin authored
Change-Id: I7b8e5a2d08ecbdcb9baba84e6df811c1012299db Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- 05 Jul, 2018 1 commit
-
-
Sébastien Blin authored
Link the account settings page to the new models in LRC. ** Summary changes ** + Link AvatarManipulation to new models and change the size of the widget + Redo the account combobox selector to show the avatar + Add the ability to see disabled accounts and linked conversations + Redo the whole accounts settings page and reorganize settings + Link the username registration widgets to new LRC + Add the ability to create SIP accounts from the wizard Change-Id: I43b15d1279ce1e3c8dee97b46fa6317aba272635 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 14 May, 2018 1 commit
-
-
Hugo Lefeuvre authored
Whenever the preview is created and run in the account creation wizard, there is no way to stop it. This is very annoying because it grabs the webcam rights without releasing them, and the camera led stays on, giving the user the impression to be observed. In this patch we add a mechanism similar to what is done in the general settings tab: we destroy and create the preview each time the preview is made visible / hidden. While not the most elegant solution it allows us to run the preview if and only if it is displayed & stop it otherwise. Also, we fix various issues in the account view: - when + icon is double clicked, the settings space becomes blank. Now if + is clicked while account wizard is open, the account wizard gets closed. - when an account is selected in the account selection tab while the wizard is displayed, nothing "seems to happen". Instead, quit the wizard and open the selected tab. - when account view is openened for the first time, the settings space is blank. Instead, default select an account. Change-Id: I1e12333e654f70d590886e2aa4f5112154f3068a Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- 31 Jan, 2018 1 commit
-
-
Guillaume Roguez authored
Change-Id: Ifb26147e6faf37f5ac4f5ffac582ee069902d382 Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
-
- 19 Jul, 2017 1 commit
-
-
Guillaume Roguez authored
Change-Id: I33ca01c957d3058c10081555637be835d5cb4446
-
- 13 Oct, 2016 1 commit
-
-
aviau authored
This patch implements multi-device support: - The account creation wizzard has now two options "Existing Ring account" and "New Ring account". "Existing Ring account": Allows for fetching a Ring account archive from the DHT. Requires pin and password. "New Ring account": This is the previously existing wizard. It was modified to ask for a password which will be used to encrypt the account archive. This password is then required for exporting the account on the Ring. - Creating a new Ring account with the "+" button now triggers the account creation wizard. - The account menu now has a "devices" tab. This tab contains a table with device names (currently a short hash) and device ids (a long hash). In the "devices" tab, there is an "add device" button which allows for exporting the current account to the Ring, giving a pin to the user. - When the client encounters old-format accounts, it will trigger a migration popup which asks the user for a password. This password will be used to create an archive and encrypt it. One password will be asked for each Ring account to migrate. Change-Id: I3d52b2b7ca4f82cb477ee294c962b5d50d5c6a04 Tuleap: #896
-