Skip to content
Snippets Groups Projects
  1. Mar 19, 2024
  2. Mar 17, 2024
  3. Mar 02, 2024
  4. Feb 25, 2024
  5. Feb 19, 2024
    • seiuneko's avatar
      Fix env templateto ensure compatibility with systemd's EnvironmentFile parsing (#4315) · 94b077cb
      seiuneko authored
      * fix: update env template for systemd compatibility
      
      Adjust env template to ensure compatibility with systemd's EnvironmentFile parsing, which only recognizes line-starting comment symbols.
      
      * Refactor SMTP and Rocket settings in .env.template
      
      - Simplify the SMTP_SECURITY and SMTP_PORT options by providing a list of choices and default values
      - Clarify the ROCKET_PORT default value depending on the environment (Docker or not)
      94b077cb
  6. Feb 10, 2024
  7. Feb 08, 2024
    • Mathijs van Veluw's avatar
      Update Rust, crates and web-vault (#4328) · b9bdc9b8
      Mathijs van Veluw authored
      - Updated Rust to v1.76.0
      - Updated crates
      - Updated web-vault to v2024.1.2b
      - Fixed some Clippy lints
      - Moved lint check configuration Cargo.toml
      - Fixed issue with Reset Password Enrollment when logged-in via device
      b9bdc9b8
  8. Feb 03, 2024
  9. Feb 02, 2024
  10. Jan 31, 2024
  11. Jan 30, 2024
  12. Jan 28, 2024
  13. Jan 27, 2024
  14. Jan 26, 2024
  15. Jan 25, 2024
  16. Jan 12, 2024
  17. Jan 10, 2024
  18. Jan 01, 2024
    • Daniel García's avatar
      Update README.md · ae3a153b
      Daniel García authored
      ae3a153b
    • Stefan Melmuk's avatar
      enforce 2FA policy on removal of second factor and login (#3803) · 2c369937
      Stefan Melmuk authored
      * enforce 2fa policy on removal of second factor
      
      users should be revoked when their second factors are removed.
      
      we want to revoke users so they don't have to be invited again and
      organization admins and owners are aware that they no longer have
      access.
      
      we make an exception for non-confirmed users to speed up the invitation
      process as they would have to be restored before they can accept their
      invitation or be confirmed.
      
      if email is enabled, invited users have to add a second factor before
      they can accept the invitation to an organization with 2fa policy.
      and if it is not enabled that check is done when confirming the user.
      
      * use &str instead of String in log_event()
      
      * enforce the 2fa policy on login
      
      if a user doesn't have a second factor check if they are in an
      organization that has the 2fa policy enabled to revoke their access
      2c369937
    • THONY's avatar
      US or EU Data Region Selection (#3752) · d672ad3f
      THONY authored
      
      * add selection of data region for push
      
      * fix cargo check + rewrite config + add check url
      
      * fix clippy error
      
      * add comment in .env.template, adapt config.rs
      
      * Update .env.template
      
      Co-authored-by: default avatarWilliam Desportes <williamdes@wdes.fr>
      
      * Update .env.template
      
      Co-authored-by: default avatarWilliam Desportes <williamdes@wdes.fr>
      
      * Revert "Update .env.template"
      
      This reverts commit 5bed974ba7b9f481792d2228834585f053d47dc3.
      
      * Revert "Update .env.template"
      
      This reverts commit 0760eff95dfaf2a9cf97bb25f6cf7660bdf55173.
      
      * fix /connect/token to push identity
      
      * fix /connect/token to push identity
      
      * Fixed formatting when solving merge conflicts
      
      ---------
      
      Co-authored-by: default avatarWilliam Desportes <williamdes@wdes.fr>
      Co-authored-by: default avatarDaniel García <dani-garcia@users.noreply.github.com>
      d672ad3f
    • Matlink's avatar
      Fix #3413: push to users accessing the collections using groups (#3757) · a641b488
      Matlink authored
      * Fix #3413: push to users acessing the collections using groups
      
      * Notify groups only when enabled
      a641b488
    • Philipp Kolberg's avatar
      Allow customizing the featureStates (#4168) · 98b2178c
      Philipp Kolberg authored
      * Allow customizing the featureStates
      
      Use a comma separated list of features to enable using the FEATURE_FLAGS env variable
      
      * Move feature flag parsing to util
      
      * Fix formatting
      
      * Update supported feature flags
      
      * Rename feature_flags to experimental_client_feature_flags
      
      Additionally, use a caret (^) instead of an exclamation mark (!) to disable features
      
      * Fix formatting issue.
      
      * Add documentation to env template
      
      * Remove functionality to disable feature flags
      
      * Fix JSON key for feature states
      
      * Convert error to warning when feature flag is unrecognized
      
      * Simplify parsing of feature flags
      
      * Fix default value of feature flags in env template
      
      * Fix formatting
      98b2178c
Loading