aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2024-12-05Update Rust and crates (#5248)Mathijs van Veluw
2024-10-19Hide user name on invite status (#5110)Mathijs van Veluw
2024-10-11Fix `--version` from failing without config (#5055)1.32.2Mathijs van Veluw
2024-10-06Fix compiling for Windows targets (#5053)Mathijs van Veluw
2024-09-23Add extra linting (#4977)1.32.1Mathijs van Veluw
2024-09-01Add a CLI feature to backup the SQLite DB (#4906)Mathijs van Veluw
2024-07-24Add support for MFA with Duo's Universal Prompt (#4637)0x0fbc
2024-07-24Allow to override log level for specific target (#4305)Timshel
2024-07-17Fix for RSA Keys which are read only (#4744)Mathijs van Veluw
2024-07-12Improved HTTP client (#4740)Daniel García
2024-06-23Change API and structs to camelCase (#4386)Daniel García
2024-04-27Some fixes for the new mobile apps (#4526)Daniel García
2024-04-27Implement custom DNS resolver (#3988)Daniel García
2024-03-23Update Rust and crates (#4445)Mathijs van Veluw
2024-03-17refactor: replace panic with a graceful exit (#4402)Helmut K. C. Tessarek
2024-03-17Remove custom WebSocket code (#4001)Mathijs van Veluw
2024-03-17Improve JWT key initialization and avoid saving public key (#4085)Daniel García
2024-02-08Update Rust, crates and web-vault (#4328)Mathijs van Veluw
2024-02-02Add Kubernetes environment detection (#4290)Mathijs van Veluw
2023-10-21tokio::signal::unix::SignalKind::hangup().as_raw_value() insted of 1Tobias Bölz
2023-10-21Reopen log file on SIGHUPTobias Bölz
2023-10-07filter handlebars logsStefan Melmuk
2023-08-13Implement login-with-deviceBernd Schoolmann
2023-04-30Prevent some `::_` logs from outputtingBlackDex
2023-03-25Some small fixes and updatesBlackDex
2023-03-11Merge ClientIp with Headers.BlackDex
2023-03-07Upd Crates, Rust, MSRV, GHA and remove BacktraceBlackDex
2023-03-04Admin token Argon2 hashing supportBlackDex
2023-02-07add argon2 kdf fieldsHelmut K. C. Tessarek
2023-01-11Add avatar color supportBlackDex
2023-01-09Resolve uninlined_format_args clippy warningsBlackDex
2022-12-12Remove ctrlc crate and some updatesBlackDex
2022-12-03Add dev-only query logging supportBlackDex
2022-12-01Add Organizational event logging featureBlackDex
2022-11-28redirect to admin login page when forward failsStefan Melmuk
2022-11-08Update Rust version, deps and workflowBlackDex
2022-10-23Update to diesel2Daniel García
2022-10-12add check if data folder is a directoryStefan Melmuk
2022-09-25add api_not_found catcher for 404 errors in /apiStefan Melmuk
2022-09-25add not_found catcher for 404 errorsStefan Melmuk
2022-07-20Fix persistent folder check within containersBlackDex
2022-07-15Remove read_file and read_file_string and replace them with the std alternativesDaniel García
2022-07-10Add more clippy checks for better code/readabilityBlackDex
2022-06-26Small change in log-level for better debuggingBlackDex
2022-06-04Re-Base, Update crates and small change.BlackDex
2022-06-04Move to job_scheduler_ngDaniel García
2022-05-26Add a persistent volume check.BlackDex
2022-05-21Fix upload limits and disable color logsBlackDex
2022-05-11Dependency updatesDaniel García
2022-05-06Improve sync speed and updated dep. versionsBlackDex