Age | Commit message (Expand) | Author |
2024-07-12 | Improved HTTP client (#4740) | Daniel García |
2024-06-23 | Change API and structs to camelCase (#4386) | Daniel García |
2024-04-27 | Implement custom DNS resolver (#3988) | Daniel García |
2024-03-17 | Remove custom WebSocket code (#4001) | Mathijs van Veluw |
2024-01-27 | Improve file limit handling (#4242) | Daniel García |
2023-11-12 | Add Protected Actions Check (#4067) | Mathijs van Veluw |
2023-08-13 | Implement login-with-device | Bernd Schoolmann |
2023-06-11 | feat: Push Notifications | GeekCornerGH |
2022-12-01 | Add Organizational event logging feature | BlackDex |
2022-11-28 | redirect to admin login page when forward fails | Stefan Melmuk |
2022-10-20 | group support | MFijak |
2022-10-15 | use static_files() for email attachments | Stefan Melmuk |
2022-09-25 | add api_not_found catcher for 404 errors in /api | Stefan Melmuk |
2022-09-25 | add not_found catcher for 404 errors | Stefan Melmuk |
2022-02-27 | Update to rocket 0.5 and made code async, missing updating all db calls, that... | Daniel García |
2021-10-28 | Add email notifications for incomplete 2FA logins | Jeremy Lin |
2021-09-17 | Add Emergency contact feature | thelittlefireman |
2021-06-19 | Fix clippy lints | Daniel García |
2021-06-16 | Support for webauthn and u2f->webauthn migrations | Daniel García |
2021-04-06 | Merge remote-tracking branch 'origin/master' into fmt | Jake Howard |
2021-04-06 | Modify rustfmt file | Jake Howard |
2021-04-05 | Add support for auto-deleting trashed items | Jeremy Lin |
2021-04-05 | Add a generic job scheduler | Jeremy Lin |
2021-03-22 | Send deletion thread and updated users revision | Daniel García |
2020-07-14 | Removed try_trait and some formatting, particularly around imports | Daniel García |
2020-05-03 | Remove unused dependency and simple feature, update dependencies and fix some... | Daniel García |
2019-02-16 | Implemented multiple U2f keys, key names, and compromised checks | Daniel García |
2019-01-25 | Fix editing users from collections menu | Daniel García |
2018-12-30 | Start using rustfmt and some style changes to make some lines shorter | Daniel García |
2018-12-30 | Implemented proper error handling, now we can do `user.save($conn)?;` and it ... | Daniel García |
2018-12-30 | Initial version of admin panel, list users and reload user list works. No ser... | Daniel García |
2018-12-07 | Migrate to rust 2018 edition | Daniel García |
2018-11-01 | Updated bw_rs to Rocket version 0.4-rc1 | Daniel García |
2018-08-30 | Initial version of websockets notification support. | Daniel García |
2018-08-24 | Implemented basic support for prelogin and notification negotiation | Daniel García |
2018-07-13 | Ignore U2F challenge if not provided. Also checked that error_code has to be ... | Daniel García |
2018-07-12 | Implemented U2F, refactored Two Factor authentication, registering U2F device... | Daniel García |
2018-06-11 | Some style changes, removed useless matches and formats | Daniel García |
2018-06-01 | Make sure the inputs are always in the same case (PascalCase, which is what u... | Daniel García |
2018-05-26 | Make sure TOTP codes can be both Numbers or Strings, fixes #30 | Daniel García |
2018-05-04 | Implemented some admin methods, inserted CollectionsUsers only when Org acces... | Daniel García |
2018-02-23 | Fixed cipher import, created missing data structs instead of using generic Va... | Daniel García |
2018-02-17 | Detect device type correctly and shorten return types of functions | Daniel García |
2018-02-10 | First working version | Daniel García |