ansuz
|
08941fa85b
|
remove log statements from login process
|
10 months ago |
yflory
|
035707bd38
|
Fix freeze effect after typing a wrong password in login/register
|
11 months ago |
ansuz
|
6425d492f1
|
move credential.js from customize.dist/ to www/common/
|
1 year ago |
yflory
|
e927562006
|
Fix registration with Internet Explorer
|
1 year ago |
ansuz
|
e3907f15d1
|
recover keys when logging in if necessary
|
2 years ago |
ansuz
|
a5cffe7eb2
|
abort sequenced actions whenever you callback
|
2 years ago |
ansuz
|
32d84e8f36
|
initialize new registrations with a v2 hash
|
2 years ago |
ansuz
|
e6d4bced18
|
clean up extraneous variables and log statements
|
2 years ago |
ansuz
|
8a18698c03
|
initialize newly registered users with a v2 drive hash
|
2 years ago |
ansuz
|
1d8943e673
|
support deprecation of non-owned drives
|
2 years ago |
ansuz
|
54bc29f28c
|
WIP maybe I missed something
|
2 years ago |
ansuz
|
0a9ea95796
|
always set userHash in localStorage even with modern users
|
2 years ago |
ansuz
|
16f276a18c
|
fix anon pad import
|
2 years ago |
ansuz
|
a15e232469
|
complete modern user registration/login. general cleanup
|
2 years ago |
ansuz
|
3d4b693722
|
use correctly scoped variable
|
2 years ago |
ansuz
|
57a39258c3
|
WIP big commit
|
2 years ago |
ansuz
|
cfc81e8c96
|
allocate blockSeed as Uint8Array
|
2 years ago |
ansuz
|
01614c4256
|
verify old user password before proceeding to change passwords
|
2 years ago |
ansuz
|
85bcaa51f7
|
export a constant for the number of required bytes at login time
allocate bytes for blockSeed when changing passwords
|
2 years ago |
ansuz
|
89e64a7243
|
dispense bytes for block location
|
2 years ago |
ansuz
|
184708f859
|
fix login from register page
|
2 years ago |
ansuz
|
6fde027a6c
|
add some TODOs
|
2 years ago |
ansuz
|
508521664f
|
use nthen to sequence async events
|
2 years ago |
ansuz
|
577dea4c75
|
clientside implementation of block signing and encryption
|
2 years ago |
yflory
|
d6d53e4068
|
Bump drive version for new users
|
2 years ago |
yflory
|
a773c47950
|
Fix loading screen in login and register
|
2 years ago |
yflory
|
5c2ee778ad
|
Initialize new users' drive to the latest version
|
2 years ago |
ansuz
|
a4674e40e1
|
fix bug in register page which locks up the registration form
|
2 years ago |
yflory
|
ebef99e5cf
|
Owned drive
|
2 years ago |
yflory
|
22f130d948
|
Remove lag when displaying loading screen in login and register
|
2 years ago |
yflory
|
f18917f0ac
|
Fix race condition at registration
|
2 years ago |
yflory
|
c210f097c0
|
Refactor login part two
|
2 years ago |
yflory
|
5bba9b6c39
|
Refactor login to remove duplicate code
|
2 years ago |
ansuz
|
5346afe51f
|
step towards customizable login functionality
|
3 years ago |
ansuz
|
65a1decd73
|
step towards customizable login functionality
|
3 years ago |
ansuz
|
701af29192
|
fix broken register/login process
|
3 years ago |
yflory
|
280a7c2765
|
Clean cryptpad-common
|
3 years ago |
yflory
|
30c8c253dd
|
Remove util and hash from common
|
3 years ago |
ansuz
|
5a1abc8986
|
let's try using actual js syntax
|
3 years ago |
ansuz
|
520b8967fd
|
allow people with short passwords to log in
|
3 years ago |
ansuz
|
bca9ba66cb
|
enforce a configurable minimum password length when registering
|
3 years ago |
ansuz
|
e353627204
|
log users out if they do not have curve keys. add curve keys to object on registration and login.
|
3 years ago |
ansuz
|
78b11584f8
|
remove unused variables
|
3 years ago |
Caleb James DeLisle
|
c341fa8e94
|
Pull jquery using require.js rather than as a script tag and fix require to pass jquery as a parameter
|
3 years ago |
ansuz
|
0a6373852e
|
add signing keys to user object at login and register time
|
3 years ago |
ansuz
|
09afba80db
|
add support for logging in from register page
|
3 years ago |
ansuz
|
fbcf4ccec4
|
force usernames to be lowercase
|
3 years ago |
ansuz
|
e100110741
|
implement log in as an api
|
3 years ago |