43 Commits (595a809ce1e6096ce3072178f85985c8f77005e8)

Author SHA1 Message Date
Mathijs van Veluw 1e42755187
Update chrono and sqlite (#4436) 1 year ago
Stefan Melmuk 3b283c289e
register missing push devices at login (#3792) 1 year ago
Mathijs van Veluw eccb3ab947
Decrease JWT Refresh/Auth token (#4163) 1 year ago
Bernd Schoolmann 8d7b3db33d Implement login-with-device 2 years ago
Bernd Schoolmann e4606431d1
Fix mobile push blocking requests and spamming push server 2 years ago
BlackDex 4219249e11
Add support for Organization token 2 years ago
GeekCornerGH 2d66292350
feat: Push Notifications 2 years ago
Samuel Tardieu d0baa23f9a Use constant size generic parameter for random bytes generation 3 years ago
Daniel García 8409b31d6b
Update to diesel2 3 years ago
BlackDex 55d7c48b1d
Add more clippy checks for better code/readability 3 years ago
BlackDex 3ca85028ea
Improve sync speed and updated dep. versions 3 years ago
BlackDex c4d565b15b
Update login API code 3 years ago
BlackDex 87e08b9e50
Async/Awaited all db methods 4 years ago
BlackDex 775d07e9a0
Async/Awaited all db methods 4 years ago
Jeremy Lin 8f7900759f Fix `scope` and `refresh_token` for API key logins 3 years ago
Jeremy Lin c476e19796 Add email notifications for incomplete 2FA logins 4 years ago
Daniel García 9254cf9d9c
Fix clippy lints 4 years ago
Jake Howard 3ab90259f2
Modify rustfmt file 4 years ago
Jake Howard 0af3956abd
Run `cargo fmt` on codebase 4 years ago
Jake Howard 49af9cf4f5
Correctly camelCase acronyms 4 years ago
Daniel García ce62e898c3
Remove debug impl from database structs 4 years ago
janost 1eb5495802 Show latest active device as last active on admin page 4 years ago
Daniel García 0365b7c6a4
Add support for multiple simultaneous database features by using macros. 5 years ago
theycallmesteve 632f4d5453
Whitespace fixes 5 years ago
Daniel García 9cca64003a
Remove unused dependency and simple feature, update dependencies and fix some clippy lints 5 years ago
BlackDex 1ee8e44912 Fixed issue #965 5 years ago
tomuta bd1e8be328 Implement change-email, email-verification, account-recovery, and welcome notifications 6 years ago
Michael Powers f5f9861a78
Adds support for PostgreSQL which resolves #87 and is mentioned in #246. 6 years ago
Emil Madsen ab95a69dc8 Rework migrations for MySQL 6 years ago
Daniel García 834c847746
Implement admin JWT cookie, separate JWT issuers for each type of token and migrate admin page to handlebars template 6 years ago
Daniel García 30e768613b
Start using rustfmt and some style changes to make some lines shorter 6 years ago
Daniel García 6a99849a1e
Implemented proper error handling, now we can do `user.save($conn)?;` and it works. 6 years ago
Daniel García 4e827e4f8a
Implement better retry and use it while saving device 6 years ago
Daniel García 7adc045b80
Updated IP logging to use client_ip, to match old remote behavior. 6 years ago
Daniel García 94810c106a
Migrate to rust 2018 edition 6 years ago
Daniel García 6364c05789
Fix attachments during key rotation, add individual attachment key 7 years ago
janost 58a78ffa54 Device::save() should return QueryResult instead of bool 7 years ago
Miroslav Prasil a28caa33ef Implement poor man's admin panel 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 b0ee5f6570 Improved two factor auth 7 years ago
Daniel García 4093bf92fe Initial organizations functionality: Creating orgs and inviting users 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 912901780e Updated modified date when saving and removed hardcoded attachment domain 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