summaryrefslogtreecommitdiff
path: root/src/api/mod.rs
AgeCommit message (Expand)Author
2024-07-12Improved HTTP client (#4740)Daniel García
2024-06-23Change API and structs to camelCase (#4386)Daniel García
2024-04-27Implement custom DNS resolver (#3988)Daniel García
2024-03-17Remove custom WebSocket code (#4001)Mathijs van Veluw
2024-01-27Improve file limit handling (#4242)Daniel García
2023-11-12Add Protected Actions Check (#4067)Mathijs van Veluw
2023-08-13Implement login-with-deviceBernd Schoolmann
2023-06-11feat: Push NotificationsGeekCornerGH
2022-12-01Add Organizational event logging featureBlackDex
2022-11-28redirect to admin login page when forward failsStefan Melmuk
2022-10-20group supportMFijak
2022-10-15use static_files() for email attachmentsStefan 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-02-27Update to rocket 0.5 and made code async, missing updating all db calls, that...Daniel García
2021-10-28Add email notifications for incomplete 2FA loginsJeremy Lin
2021-09-17Add Emergency contact featurethelittlefireman
2021-06-19Fix clippy lintsDaniel García
2021-06-16Support for webauthn and u2f->webauthn migrationsDaniel García
2021-04-06Merge remote-tracking branch 'origin/master' into fmtJake Howard
2021-04-06Modify rustfmt fileJake Howard
2021-04-05Add support for auto-deleting trashed itemsJeremy Lin
2021-04-05Add a generic job schedulerJeremy Lin
2021-03-22Send deletion thread and updated users revisionDaniel García
2020-07-14Removed try_trait and some formatting, particularly around importsDaniel García
2020-05-03Remove unused dependency and simple feature, update dependencies and fix some...Daniel García
2019-02-16Implemented multiple U2f keys, key names, and compromised checksDaniel García
2019-01-25Fix editing users from collections menuDaniel García
2018-12-30Start using rustfmt and some style changes to make some lines shorterDaniel García
2018-12-30Implemented proper error handling, now we can do `user.save($conn)?;` and it ...Daniel García
2018-12-30Initial version of admin panel, list users and reload user list works. No ser...Daniel García
2018-12-07Migrate to rust 2018 editionDaniel García
2018-11-01Updated bw_rs to Rocket version 0.4-rc1Daniel García
2018-08-30Initial version of websockets notification support.Daniel García
2018-08-24Implemented basic support for prelogin and notification negotiationDaniel García
2018-07-13Ignore U2F challenge if not provided. Also checked that error_code has to be ...Daniel García
2018-07-12Implemented U2F, refactored Two Factor authentication, registering U2F device...Daniel García
2018-06-11Some style changes, removed useless matches and formatsDaniel García
2018-06-01Make sure the inputs are always in the same case (PascalCase, which is what u...Daniel García
2018-05-26Make sure TOTP codes can be both Numbers or Strings, fixes #30Daniel García
2018-05-04Implemented some admin methods, inserted CollectionsUsers only when Org acces...Daniel García
2018-02-23Fixed cipher import, created missing data structs instead of using generic Va...Daniel García
2018-02-17Detect device type correctly and shorten return types of functionsDaniel García
2018-02-10First working versionDaniel García