Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | working in memory storage | Quentin Dufour | 2023-12-20 | 2 | -11/+30 | |
* | better handle non existing keys | Quentin Dufour | 2023-12-19 | 2 | -8/+37 | |
* | wip in mem storage bug fixes | Quentin Dufour | 2023-12-19 | 1 | -7/+13 | |
* | implemented an in memory storage | Quentin Dufour | 2023-12-19 | 5 | -66/+202 | |
* | Storage trait new implementation | Quentin Dufour | 2023-12-18 | 10 | -369/+311 | |
* | new new new storage interface | Quentin Dufour | 2023-12-16 | 5 | -202/+219 | |
* | implement the reload feature | Quentin Dufour | 2023-12-14 | 3 | -13/+48 | |
* | add support for hot reloading | Quentin Dufour | 2023-12-14 | 3 | -34/+49 | |
* | add a password hash tool | Quentin Dufour | 2023-12-14 | 1 | -0/+12 | |
* | use bail! instead of panic! | Quentin Dufour | 2023-12-13 | 1 | -2/+2 | |
* | CLI tools | Quentin Dufour | 2023-12-13 | 4 | -14/+146 | |
* | it compiles again! | Quentin Dufour | 2023-12-13 | 5 | -402/+149 | |
* | WIP | Quentin Dufour | 2023-12-12 | 4 | -8/+41 | |
* | implement account create | Quentin Dufour | 2023-12-08 | 2 | -11/+78 | |
* | rework static login provider | Quentin Dufour | 2023-12-08 | 2 | -7/+14 | |
* | now compile again | Quentin Dufour | 2023-12-08 | 3 | -26/+4 | |
* | WIP refactor | Quentin Dufour | 2023-12-06 | 5 | -129/+177 | |
* | WIP config rework | Quentin Dufour | 2023-12-04 | 2 | -36/+53 | |
* | reworked configuration file | Quentin Dufour | 2023-11-24 | 2 | -1/+33 | |
* | it compiles! | Quentin Dufour | 2023-11-23 | 4 | -59/+80 | |
* | various fixes | Quentin Dufour | 2023-11-23 | 4 | -10/+10 | |
* | extract setup logic | Quentin Dufour | 2023-11-23 | 4 | -250/+179 | |
* | fix login mod | Quentin Dufour | 2023-11-21 | 5 | -108/+62 | |
* | rewrite CryptoKeys with Storage abstraction | Quentin Dufour | 2023-11-21 | 4 | -84/+38 | |
* | remove old storagecredentials | Quentin Dufour | 2023-11-21 | 2 | -68/+5 | |
* | WIP provider config | Quentin Dufour | 2023-11-17 | 4 | -25/+17 | |
* | integrate storage choice in config | Quentin Dufour | 2023-11-17 | 2 | -18/+40 | |
* | no more error on baiyou | Quentin Dufour | 2023-11-17 | 4 | -13/+8 | |
* | fix orphan storage compatibility | Quentin Dufour | 2023-11-17 | 5 | -7/+8 | |
* | incoming has been fully ported | Quentin Dufour | 2023-11-17 | 5 | -44/+47 | |
* | introduce an "orphan" enum | Quentin Dufour | 2023-11-17 | 5 | -21/+66 | |
* | not very clear how we pass data across channel | Quentin Dufour | 2023-11-16 | 5 | -78/+89 | |
* | WIP refactor storage (new timestamp.rs file) | Quentin Dufour | 2023-11-15 | 11 | -100/+101 | |
* | converted incoming mail | Quentin Dufour | 2023-11-02 | 2 | -88/+32 | |
* | add rust analyzer to the shell | Quentin Dufour | 2023-11-02 | 2 | -13/+7 | |
* | WIP rewrite mail/incoming | Quentin Dufour | 2023-11-02 | 6 | -70/+58 | |
* | make all our objects send+sync | Quentin Dufour | 2023-11-02 | 5 | -26/+28 | |
* | implement equality+cmp for builders based on url | Quentin Dufour | 2023-11-02 | 5 | -31/+44 | |
* | gradually implement our interface | Quentin Dufour | 2023-11-02 | 5 | -25/+65 | |
* | start replacing engine | Quentin Dufour | 2023-11-02 | 4 | -6/+6 | |
* | example usage of boxed futures | Quentin Dufour | 2023-11-02 | 1 | -1/+4 | |
* | try dynamic dispatch | Quentin Dufour | 2023-11-02 | 5 | -25/+44 | |
* | sadly switch to dynamic dispatch | Quentin Dufour | 2023-11-02 | 3 | -56/+24 | |
* | we are doomed with static types | Quentin Dufour | 2023-11-02 | 3 | -7/+6 | |
* | mask implementation to the rest of the code | Quentin Dufour | 2023-11-01 | 3 | -20/+24 | |
* | implement an AnyCredentials | Quentin Dufour | 2023-11-01 | 5 | -29/+30 | |
* | integration to login with an enum | Quentin Dufour | 2023-11-01 | 2 | -5/+25 | |
* | v2 api storage | Quentin Dufour | 2023-11-01 | 4 | -48/+178 | |
* | rework interface | Quentin Dufour | 2023-11-01 | 1 | -8/+6 | |
* | a first naive version of the storage interface | Quentin Dufour | 2023-11-01 | 4 | -17/+72 |