Commit Graph

69 Commits

Author SHA1 Message Date
daria f5a7a346af changed error text on login page
fixed #1207
2023-09-01 14:35:27 +03:00
yflory deb14c412f Fix XXX 2023-07-13 14:12:47 +02:00
yflory c10fc37645 Merge branch 'totp-ui' into 5.4-rc 2023-07-11 10:30:36 +02:00
yflory 9aac9d1c2f TOTP: Use HTTP challenges to write and remove blocks 2023-06-09 15:06:17 +02:00
yflory 8b97742ef6 TOTP: don't store user hash when using block 2023-06-06 16:07:00 +02:00
yflory 5b703c8db5 TOTP: improve login UI 2023-06-06 12:34:24 +02:00
ansuz bd19288869 notes on pending improvements to add before merge/release 2023-05-11 16:42:47 +05:30
ansuz dbe0e782bc lint compliance 2023-05-06 18:55:56 +05:30
ansuz 5cd306a18a add client-side support for TOTP-authenticated sessions 2023-05-06 14:39:23 +05:30
ansuz 08b6009a84 stop including username in login block 2023-03-07 13:29:45 +05:30
ansuz 4968bbf961 WIP limit on block size 2023-01-11 14:50:16 +05:30
Pamplemousse 9019d92291 removing `bower`: migrate `nthen`
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:42 +01:00
Pamplemousse 67b7ea28b8 removing `bower`: migrate `scrypt-async`
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:41 +01:00
Pamplemousse 871110ec12 removing `bower`: migrate `chainpad*`
Also, explicitly add `chainpad-netflux`.

Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:41 +01:00
Pamplemousse 325154e956 removing `bower`: migrate `tweetnacl`
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 08:08:16 +01:00
yflory 70e602d9c9 Prototype install app 2022-12-20 16:57:51 +01:00
ansuz 15cf523144 don't load the janky test framework that we aren't even using 2021-11-22 16:35:35 +05:30
yflory bdfb4db13c lint compliance 2021-10-13 17:32:01 +02:00
yflory 62e7467a94 Fix scrollbar in loading message 2021-10-13 17:30:04 +02:00
ansuz a2ad37a8ad stop supporting IE
1. stop polyfilling promises
2. use named defines for chainpad-listmap and its dependencies while we're at it

use 'bower update' for things to work
2021-09-03 20:00:31 +05:30
ansuz d960c10a31 clear login token when deleting your account and before logging in 2021-08-10 18:46:10 +05:30
ansuz 09cbeefd99 double-check that blocks have been written
even if 'write' calls back with no error
also update the changelog
2021-07-02 14:48:24 +05:30
ansuz c7a731d30c remove hardcoded translation 2021-05-04 13:45:44 +05:30
ansuz 729d51fb9b update block storage APIs 2021-04-29 13:32:19 +05:30
ansuz 50045c08d0 WIP restrict registration 2021-04-26 18:31:33 +05:30
ansuz 75623a4349 call back with error when creating a login block 2021-04-26 18:08:46 +05:30
ansuz 9bb1a7b790 don't create a readme in users' drives on registration 2021-04-14 09:26:09 +05:30
ansuz 02b7ad7669 stop calling a function that hasn't existed for 4 months 2021-03-04 17:14:43 +05:30
yflory d43cb509dc Checkup: test sandbox domain and login block 2021-03-02 16:05:18 +01:00
yflory df8785e79d Bump new account versions 2021-02-26 12:18:17 +01:00
yflory f3d2fc6ad5 Stop using sessionStorage for login redirect and new pad options 2020-10-30 15:00:12 +01:00
yflory 39b3af2ae3 Store language settings in the user object 2020-06-02 10:42:58 +02:00
yflory 0265103cd1 Bump drive version at registration 2020-05-15 15:34:51 +02:00
ansuz 08941fa85b remove log statements from login process 2020-02-27 12:53:14 -05:00
yflory 035707bd38 Fix freeze effect after typing a wrong password in login/register 2020-02-11 14:03:06 +01:00
ansuz 6425d492f1 move credential.js from customize.dist/ to www/common/ 2019-09-27 12:04:31 +02:00
yflory e927562006 Fix registration with Internet Explorer 2019-03-08 17:07:37 +01:00
ansuz e3907f15d1 recover keys when logging in if necessary 2018-09-17 14:31:33 -04:00
ansuz a5cffe7eb2 abort sequenced actions whenever you callback 2018-09-17 14:29:49 -04:00
ansuz 32d84e8f36 initialize new registrations with a v2 hash 2018-07-17 14:49:03 +02:00
ansuz e6d4bced18 clean up extraneous variables and log statements 2018-07-17 14:34:25 +02:00
ansuz 8a18698c03 initialize newly registered users with a v2 drive hash 2018-07-16 17:08:35 +02:00
ansuz 1d8943e673 support deprecation of non-owned drives 2018-07-10 18:09:33 +02:00
ansuz 54bc29f28c WIP maybe I missed something 2018-07-10 15:16:43 +02:00
ansuz 0a9ea95796 always set userHash in localStorage even with modern users 2018-07-10 13:11:22 +02:00
ansuz 16f276a18c fix anon pad import 2018-07-09 14:34:33 +02:00
ansuz a15e232469 complete modern user registration/login. general cleanup 2018-07-09 14:20:38 +02:00
ansuz 3d4b693722 use correctly scoped variable 2018-07-06 11:54:01 +02:00
ansuz 57a39258c3 WIP big commit 2018-07-06 11:36:48 +02:00
ansuz cfc81e8c96 allocate blockSeed as Uint8Array 2018-06-28 15:21:13 +02:00