21 Commits (760e0ab805c3e7610777ddad2c7d8392b765c7c6)

Author SHA1 Message Date
Roman Hargrave 760e0ab805 Initial u2f fix 6 years ago
janost e985221b50 User::save() should return QueryResult instead of bool 6 years ago
Miroslav Prasil d9457e929c Add continuation token when we return object list 6 years ago
Daniel García 8651df8c2a
Fixed some lint issues 7 years ago
Daniel García d3f357b708 Implemented PUT for u2f registration 7 years ago
Kumar Ankur 5f6d721c09 Implemented PUT for /two-factor/authenticator and /two-factor/disable 7 years ago
Daniel García 819622e310 Documented U2F, removed debug prints, and documented missing features 7 years ago
Daniel García 75615bb5c8 Ignore U2F challenge if not provided. Also checked that error_code has to be 0 for a successfull registration 7 years ago
Daniel García 6378d96d1a Add some extra debug prints 7 years ago
Daniel García dae92b9018 Implemented U2F, refactored Two Factor authentication, registering U2F device and authentication should work. Works on Chrome on MacOS with a virtual device. 7 years ago
Daniel García 483066b9a0 Some style changes, removed useless matches and formats 7 years ago
Daniel García b0ee5f6570 Improved two factor auth 7 years ago
Daniel García 5ec728683e Make sure the inputs are always in the same case (PascalCase, which is what upstream seems to prefer most of the time) 7 years ago
Daniel García 1a4b1a8254 Enabled unused variable warning again, fixed some possible bugs where we didn't check some parameters, and explicitly marked all unused parameters (mostly orgheaders) 7 years ago
Daniel García 2cf46e1a5f Make sure TOTP codes can be both Numbers or Strings, fixes #30 7 years ago
Daniel García dfefbf1f31 Fixed cipher import, created missing data structs instead of using generic Value, and fixed some warnings 7 years ago
Daniel García d6a1a9b274 Detect device type correctly and shorten return types of functions 7 years ago
Daniel García 84a75c871b Improved error messagees, implemented delete ciphers, attachments and account, implemented two factor recovery. 7 years ago
Daniel García 31bf2bc2b1 Solved some warnings 7 years ago
Daniel García b54684b677 Upload and download attachments, and added License file 7 years ago
Daniel García 5cd40c63ed First working version 7 years ago