Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cargo format | Quentin Dufour | 2023-12-27 | 1 | -26/+45 |
* | implemente garage storage | Quentin Dufour | 2023-12-27 | 1 | -27/+33 |
* | s3 is now implemented | Quentin Dufour | 2023-12-22 | 1 | -1/+1 |
* | initialize aws sdk with our info | Quentin Dufour | 2023-12-21 | 1 | -1/+2 |
* | move storage logic into the storage module | Quentin Dufour | 2023-12-21 | 1 | -0/+16 |
* | working in memory storage | Quentin Dufour | 2023-12-20 | 1 | -0/+1 |
* | better handle non existing keys | Quentin Dufour | 2023-12-19 | 1 | -8/+16 |
* | wip in mem storage bug fixes | Quentin Dufour | 2023-12-19 | 1 | -7/+13 |
* | implemented an in memory storage | Quentin Dufour | 2023-12-19 | 1 | -60/+182 |
* | Storage trait new implementation | Quentin Dufour | 2023-12-18 | 1 | -7/+28 |
* | new new new storage interface | Quentin Dufour | 2023-12-16 | 1 | -70/+107 |
* | fix login mod | Quentin Dufour | 2023-11-21 | 1 | -1/+1 |
* | rewrite CryptoKeys with Storage abstraction | Quentin Dufour | 2023-11-21 | 1 | -1/+5 |
* | WIP provider config | Quentin Dufour | 2023-11-17 | 1 | -1/+1 |
* | no more error on baiyou | Quentin Dufour | 2023-11-17 | 1 | -1/+1 |
* | fix orphan storage compatibility | Quentin Dufour | 2023-11-17 | 1 | -1/+1 |
* | incoming has been fully ported | Quentin Dufour | 2023-11-17 | 1 | -0/+6 |
* | introduce an "orphan" enum | Quentin Dufour | 2023-11-17 | 1 | -2/+13 |
* | not very clear how we pass data across channel | Quentin Dufour | 2023-11-16 | 1 | -0/+4 |
* | WIP refactor storage (new timestamp.rs file) | Quentin Dufour | 2023-11-15 | 1 | -0/+8 |
* | WIP rewrite mail/incoming | Quentin Dufour | 2023-11-02 | 1 | -2/+7 |
* | make all our objects send+sync | Quentin Dufour | 2023-11-02 | 1 | -1/+1 |
* | implement equality+cmp for builders based on url | Quentin Dufour | 2023-11-02 | 1 | -2/+6 |
* | gradually implement our interface | Quentin Dufour | 2023-11-02 | 1 | -3/+7 |
* | start replacing engine | Quentin Dufour | 2023-11-02 | 1 | -1/+1 |
* | example usage of boxed futures | Quentin Dufour | 2023-11-02 | 1 | -1/+4 |
* | try dynamic dispatch | Quentin Dufour | 2023-11-02 | 1 | -8/+9 |
* | sadly switch to dynamic dispatch | Quentin Dufour | 2023-11-02 | 1 | -12/+4 |
* | implement an AnyCredentials | Quentin Dufour | 2023-11-01 | 1 | -1/+2 |
* | v2 api storage | Quentin Dufour | 2023-11-01 | 1 | -0/+54 |
* | a first naive version of the storage interface | Quentin Dufour | 2023-11-01 | 1 | -0/+0 |