summaryrefslogtreecommitdiff
path: root/src/api/core/folders.rs
AgeCommit message (Expand)Author
2024-06-23Change API and structs to camelCase (#4386)Daniel García
2023-06-11feat: Push NotificationsGeekCornerGH
2023-04-30Change `String` to `&str` for all Rocket functionsBlackDex
2022-12-31Update WebSocket NotificationsBlackDex
2022-10-23Update to diesel2Daniel García
2022-06-04Migrate old ws crate to tungstenite, which is async and also removes over 20 ...Daniel García
2022-02-27Async/Awaited all db methodsBlackDex
2022-02-27Update to rocket 0.5 and made code async, missing updating all db calls, that...Daniel García
2021-04-06Modify rustfmt fileJake Howard
2021-03-27Remove unnecessary result return typesJake Howard
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-11-02Remove unnecessary clones and other clippy fixesDaniel García
2019-02-27Update dependencies and fix some lintsDaniel 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-07Migrate to rust 2018 editionDaniel García
2018-11-01Updated bw_rs to Rocket version 0.4-rc1Daniel García
2018-10-14Folder::save() should return QueryResult instead of booljanost
2018-10-01Add continuation token when we return object listMiroslav Prasil
2018-08-30Initial version of websockets notification support.Daniel García
2018-06-01Make sure the inputs are always in the same case (PascalCase, which is what u...Daniel García
2018-05-16Improve Folder::delete() to handle FolderCipherMiroslav Prasil
2018-05-04Delete folder mappings when deleting folders and make sure that we can't chan...Daniel García
2018-02-23Fixed cipher import, created missing data structs instead of using generic Va...Daniel García
2018-02-17Removed some unnecesary clonesDaniel García
2018-02-17Detect device type correctly and shorten return types of functionsDaniel García
2018-02-16Finished work on ciphers (import, update, and the missing types)Daniel García
2018-02-15Updated modified date when saving and removed hardcoded attachment domainDaniel García
2018-02-15Solved some warningsDaniel García
2018-02-10First working versionDaniel García