Commit graph

51 commits

Author SHA1 Message Date
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
ansuz
01614c4256 verify old user password before proceeding to change passwords 2018-06-22 15:34:50 +02:00
ansuz
85bcaa51f7 export a constant for the number of required bytes at login time
allocate bytes for blockSeed when changing passwords
2018-06-22 11:41:10 +02:00
ansuz
89e64a7243 dispense bytes for block location 2018-06-21 16:52:04 +02:00
ansuz
10c76c6d4b Merge branch 'staging' into modern-users 2018-06-21 10:42:41 +02:00
ansuz
184708f859 fix login from register page 2018-06-21 10:40:09 +02:00
ansuz
6fde027a6c add some TODOs 2018-06-21 10:26:46 +02:00
ansuz
508521664f use nthen to sequence async events 2018-06-21 10:26:23 +02:00
ansuz
577dea4c75 clientside implementation of block signing and encryption 2018-06-19 16:38:49 +02:00
yflory
d6d53e4068 Bump drive version for new users 2018-05-04 15:48:55 +02:00
yflory
009eb13fc3 Merge branch 'master' into staging 2018-04-27 17:51:12 +02:00
yflory
a773c47950 Fix loading screen in login and register 2018-04-19 14:21:26 +02:00
yflory
5c2ee778ad Initialize new users' drive to the latest version 2018-04-18 18:50:46 +02:00
ansuz
a4674e40e1 fix bug in register page which locks up the registration form 2018-04-12 14:33:47 +02:00
yflory
ebef99e5cf Owned drive 2018-03-14 16:32:17 +01:00
yflory
22f130d948 Remove lag when displaying loading screen in login and register 2018-02-26 10:41:37 +01:00
yflory
f18917f0ac Fix race condition at registration 2018-02-08 12:24:34 +01:00
yflory
c210f097c0 Refactor login part two 2018-02-07 17:14:15 +01:00
yflory
5bba9b6c39 Refactor login to remove duplicate code 2018-02-06 18:45:12 +01:00