Age | Commit message (Expand) | Author |
2024-06-23 | Change API and structs to camelCase (#4386) | Daniel García |
2023-06-11 | feat: Push Notifications | GeekCornerGH |
2023-04-30 | Change `String` to `&str` for all Rocket functions | BlackDex |
2022-12-31 | Update WebSocket Notifications | BlackDex |
2022-10-23 | Update to diesel2 | Daniel García |
2022-06-04 | Migrate old ws crate to tungstenite, which is async and also removes over 20 ... | Daniel García |
2022-02-27 | Async/Awaited all db methods | BlackDex |
2022-02-27 | Update to rocket 0.5 and made code async, missing updating all db calls, that... | Daniel García |
2021-04-06 | Modify rustfmt file | Jake Howard |
2021-03-27 | Remove unnecessary result return types | Jake Howard |
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-11-02 | Remove unnecessary clones and other clippy fixes | Daniel García |
2019-02-27 | Update dependencies and fix some lints | 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-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-10-14 | Folder::save() should return QueryResult instead of bool | janost |
2018-10-01 | Add continuation token when we return object list | Miroslav Prasil |
2018-08-30 | Initial version of websockets notification support. | 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-16 | Improve Folder::delete() to handle FolderCipher | Miroslav Prasil |
2018-05-04 | Delete folder mappings when deleting folders and make sure that we can't chan... | Daniel García |
2018-02-23 | Fixed cipher import, created missing data structs instead of using generic Va... | Daniel García |
2018-02-17 | Removed some unnecesary clones | Daniel García |
2018-02-17 | Detect device type correctly and shorten return types of functions | Daniel García |
2018-02-16 | Finished work on ciphers (import, update, and the missing types) | Daniel García |
2018-02-15 | Updated modified date when saving and removed hardcoded attachment domain | Daniel García |
2018-02-15 | Solved some warnings | Daniel García |
2018-02-10 | First working version | Daniel García |