Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cargo format | Quentin Dufour | 2023-12-27 | 1 | -13/+28 |
* | implemente garage storage | Quentin Dufour | 2023-12-27 | 1 | -6/+1 |
* | 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 |
* | better handle non existing keys | Quentin Dufour | 2023-12-19 | 1 | -0/+21 |
* | implemented an in memory storage | Quentin Dufour | 2023-12-19 | 1 | -2/+7 |
* | Storage trait new implementation | Quentin Dufour | 2023-12-18 | 1 | -133/+76 |
* | new new new storage interface | Quentin Dufour | 2023-12-16 | 1 | -18/+77 |
* | fix login mod | Quentin Dufour | 2023-11-21 | 1 | -8/+1 |
* | rewrite CryptoKeys with Storage abstraction | Quentin Dufour | 2023-11-21 | 1 | -1/+2 |
* | no more error on baiyou | Quentin Dufour | 2023-11-17 | 1 | -1/+1 |
* | fix orphan storage compatibility | Quentin Dufour | 2023-11-17 | 1 | -1/+2 |
* | incoming has been fully ported | Quentin Dufour | 2023-11-17 | 1 | -1/+2 |
* | introduce an "orphan" enum | Quentin Dufour | 2023-11-17 | 1 | -6/+8 |
* | not very clear how we pass data across channel | Quentin Dufour | 2023-11-16 | 1 | -5/+13 |
* | WIP refactor storage (new timestamp.rs file) | Quentin Dufour | 2023-11-15 | 1 | -2/+1 |
* | converted incoming mail | Quentin Dufour | 2023-11-02 | 1 | -5/+9 |
* | WIP rewrite mail/incoming | Quentin Dufour | 2023-11-02 | 1 | -3/+12 |
* | make all our objects send+sync | Quentin Dufour | 2023-11-02 | 1 | -5/+5 |
* | implement equality+cmp for builders based on url | Quentin Dufour | 2023-11-02 | 1 | -18/+25 |
* | gradually implement our interface | Quentin Dufour | 2023-11-02 | 1 | -15/+46 |
* | start replacing engine | Quentin Dufour | 2023-11-02 | 1 | -2/+2 |
* | try dynamic dispatch | Quentin Dufour | 2023-11-02 | 1 | -5/+23 |
* | sadly switch to dynamic dispatch | Quentin Dufour | 2023-11-02 | 1 | -32/+16 |
* | we are doomed with static types | Quentin Dufour | 2023-11-02 | 1 | -3/+3 |
* | mask implementation to the rest of the code | Quentin Dufour | 2023-11-01 | 1 | -1/+19 |
* | implement an AnyCredentials | Quentin Dufour | 2023-11-01 | 1 | -8/+6 |
* | integration to login with an enum | Quentin Dufour | 2023-11-01 | 1 | -2/+5 |
* | v2 api storage | Quentin Dufour | 2023-11-01 | 1 | -46/+28 |
* | rework interface | Quentin Dufour | 2023-11-01 | 1 | -8/+6 |
* | a first naive version of the storage interface | Quentin Dufour | 2023-11-01 | 1 | -17/+68 |
* | WIP traits for the storage | Quentin Dufour | 2023-10-30 | 1 | -0/+32 |