297 Commits (0d9d094882609185f44a438040b80723b0849512)

Author SHA1 Message Date
  Pēteris Caune bbd2786e0f
Optimize queries and fix team member sorting 3 years ago
  Pēteris Caune e1c3beb4e9
Add test cases for manager operations 3 years ago
  Pēteris Caune 4f83f8c06b
Fix a 403 when transferring a project to a read-only team member 3 years ago
  swoga 9640d2242f feat: add manager role 3 years ago
  Pēteris Caune ce9ff3ac42
Add a migration to remove Member.rw 3 years ago
  Pēteris Caune cb799dbd29
Remove the Member.rw field (superseded by Member.role) 3 years ago
  Pēteris Caune 936a5213f8
Switch from Member.rw to Member.role as the source of truth 3 years ago
  Pēteris Caune d19cb8c681
Add a data migration to populate Member.role 3 years ago
  Pēteris Caune 5230dbb425
Add Member.role field 3 years ago
  Pēteris Caune e46000ecdf
Add admin action to log in as any user 3 years ago
  Pēteris Caune 61a8a8de26
Remove Profile.reports_allowed (obsolete) 3 years ago
  Pēteris Caune 8a154cbaf5
Expose Credentials model in Django admin 3 years ago
  Pēteris Caune 6c10980889
Add Account Settings > Appearance page 3 years ago
  Pēteris Caune a0cd2c63e9
Update report templates for weekly reports 4 years ago
  Pēteris Caune 8ce09ab9e5
Widen report time window to 9AM - 11AM 4 years ago
  Pēteris Caune 548b2ac33c
Update the signup form to collect browser's timezone 4 years ago
  Pēteris Caune fa5dd8b45a
Add mitigation for bad tz values 4 years ago
  Pēteris Caune df44ee58c0
Add an option for weekly reports (in addition to monthly) 4 years ago
  Pēteris Caune 03a538c5e2
Add Profile.reports field 4 years ago
  Pēteris Caune e090aa5403
Improve the handling of unknown email addresses in the Sign In form 4 years ago
  Pēteris Caune 6ed983cdd5
Improve copy in "Profile" > "Email and Password" section 4 years ago
  Pēteris Caune 6c8b6a2a19
Remove functools.cached_property usage 4 years ago
  Pēteris Caune 738a648407
Improve project sorting in the "My Projects" page 4 years ago
  Pēteris Caune 67d11e8d40
Fix the month boundary calculation in monthly reports 4 years ago
  Pēteris Caune 68b1d5bb8b
Fix the "Email Reports" screen to clear Profile.next_nag_date 4 years ago
  Pēteris Caune 1d6b75d5dc
Move Profile *model* tests to test_profile_model 4 years ago
  Pēteris Caune 7ba5fcbb71
Fix sendalerts to clear Profile.next_nag_date if all checks up 4 years ago
  Pēteris Caune 5321f772fe
Add a link to check's details page in Slack notifications 4 years ago
  Pēteris Caune 725be65bdd
Add the PROMETHEUS_ENABLED setting 4 years ago
  Pēteris Caune 8fe8e0f605
Update alert email template: more information, less styling 4 years ago
  Pēteris Caune dfd159ab18
Add a "Lost password?" link with instructions in the Sign In page 4 years ago
  Shea Polansky 54a95a0ee2
Add http header auth (#457) 4 years ago
  Pēteris Caune 0b4251bdee
Add logic to handle exceptions thrown by the fido2 library 4 years ago
  Pēteris Caune 3cfc31610a
Add extra security checks in the login_webauthn view 4 years ago
  Pēteris Caune 8448f882cf
Add notes about adding a second key, and removing the last key 4 years ago
  Pēteris Caune 568a287850
Fix WebAuthn registration to use random bytes for user handle 4 years ago
  Pēteris Caune 8dbf9e02af
Fix capitalization, Webauthn -> WebAuthn 4 years ago
  Pēteris Caune 7124383a53
Add checks for RP_ID, add a 2FA section in README 4 years ago
  Pēteris Caune 9401bc3987
Update the "Close Account" function to use confirmation codes 4 years ago
  Pēteris Caune 48750ee668
Update "Change Password" to show messages in panel's footer 4 years ago
  Pēteris Caune fb79948759
Update the "Change Email" function to use confirmation codes 4 years ago
  Pēteris Caune ed6b15bfa9
Update the "Set Password" function to use confirmation codes 4 years ago
  Pēteris Caune 1ca4caa3a8
Update the set_password view to use update_session_auth_hash 4 years ago
  Pēteris Caune adb7702f39
Rename login_tfa to login_webauthn 4 years ago
  Pēteris Caune 7639f0dd69
Add test cases for the login_tfa view 4 years ago
  Pēteris Caune d0f327b213
Add Base64Field field (base64-encoded binary data) 4 years ago
  Pēteris Caune 839c309cf7
Refactor for testability, add more test cases 4 years ago
  Pēteris Caune 155a1f132b
Simplify super() calls in tests 4 years ago
  Pēteris Caune 155226d82a
Add tests for sudo mode 4 years ago
  Pēteris Caune ecf964ea3b
Remove a verify_origin workaround 4 years ago