Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Implement public_login | Alex Auvolat | 2022-05-31 | 4 | -74/+194 | |
* | | Add tests | Quentin Dufour | 2022-06-15 | 1 | -9/+104 | |
* | | Add a flag cache | Quentin Dufour | 2022-06-14 | 2 | -74/+104 | |
* | | Rename MailUuid in MailIdent | Quentin Dufour | 2022-06-14 | 2 | -42/+51 | |
* | | Alias Flag to String | Quentin Dufour | 2022-06-14 | 1 | -9/+18 | |
* | | cargo fmt + WIP uid index improvement | Quentin Dufour | 2022-06-14 | 6 | -67/+125 | |
* | | Handle select | Quentin Dufour | 2022-06-13 | 4 | -38/+90 | |
* | | Improve SELECT | Quentin Dufour | 2022-06-13 | 3 | -3/+16 | |
* | | Add response | Quentin Dufour | 2022-06-13 | 1 | -6/+13 | |
* | | It compiles | Quentin Dufour | 2022-06-13 | 4 | -55/+112 | |
* | | Compiling with a MPSC channel | Quentin Dufour | 2022-06-09 | 2 | -36/+51 | |
* | | Start implementing other endpoints | Quentin Dufour | 2022-06-07 | 3 | -7/+21 | |
* | | Add some more commands | Quentin Dufour | 2022-06-07 | 2 | -11/+35 | |
* | | Implement a Mutex | Quentin Dufour | 2022-06-07 | 2 | -6/+20 | |
* | | Refactor | Quentin Dufour | 2022-06-07 | 4 | -38/+30 | |
* | | Comment test code again | Quentin Dufour | 2022-06-03 | 1 | -2/+2 | |
* | | Put commands in a dedicated file | Quentin Dufour | 2022-06-03 | 3 | -35/+50 | |
* | | Run cargo fmt | Quentin Dufour | 2022-06-03 | 4 | -38/+33 | |
* | | Split in multiple files | Quentin Dufour | 2022-06-03 | 5 | -132/+153 | |
* | | Reproduce with a sleep | Quentin Dufour | 2022-06-03 | 1 | -2/+4 | |
* | | Add test code | Quentin Dufour | 2022-06-03 | 1 | -3/+6 | |
* | | WIP login | Quentin Dufour | 2022-06-03 | 2 | -5/+25 | |
* | | Log on server startup | Quentin Dufour | 2022-06-03 | 1 | -2/+1 | |
* | | Create a Mailstore object | Quentin Dufour | 2022-06-03 | 1 | -22/+33 | |
* | | Pass data through the stack | Quentin Dufour | 2022-06-03 | 2 | -17/+36 | |
* | | Use BoxFuture | Quentin Dufour | 2022-06-03 | 1 | -2/+3 | |
* | | Working server | Quentin Dufour | 2022-06-02 | 2 | -35/+51 | |
* | | Replace with async | Quentin Dufour | 2022-06-02 | 1 | -29/+13 | |
* | | Working services | Quentin Dufour | 2022-06-02 | 1 | -3/+19 | |
* | | Simplified types | Quentin Dufour | 2022-06-02 | 1 | -10/+6 | |
* | | Working integration v1 | Quentin Dufour | 2022-06-02 | 1 | -1/+36 | |
* | | Start bal in mailrage | Quentin Dufour | 2022-06-01 | 3 | -26/+51 | |
* | | Add some doc | Quentin Dufour | 2022-05-30 | 1 | -1/+1 | |
* | | Explore config file generation | Quentin Dufour | 2022-05-25 | 2 | -5/+36 | |
|/ | ||||||
* | First impl of LDAP login | Alex Auvolat | 2022-05-23 | 3 | -22/+193 | |
* | Delete password easilyier | Alex Auvolat | 2022-05-23 | 2 | -5/+7 | |
* | Add user secret in mix to encrypt keys with password | Alex Auvolat | 2022-05-23 | 4 | -21/+145 | |
* | Fix things | Alex Auvolat | 2022-05-20 | 2 | -27/+59 | |
* | Simplify | Alex Auvolat | 2022-05-20 | 1 | -18/+10 | |
* | Fix things | Alex Auvolat | 2022-05-20 | 3 | -12/+25 | |
* | Implement add_password and delete_password | Alex Auvolat | 2022-05-20 | 1 | -3/+92 | |
* | Implement some crypto | Alex Auvolat | 2022-05-20 | 2 | -11/+280 | |
* | implement hash_password and verify_password | Alex Auvolat | 2022-05-20 | 2 | -6/+26 | |
* | cleanup | Alex Auvolat | 2022-05-19 | 5 | -9/+4 | |
* | CLI skeleton | Alex Auvolat | 2022-05-19 | 8 | -53/+257 | |
* | Some refactoring | Alex Auvolat | 2022-05-19 | 9 | -82/+173 | |
* | Refactor K2V/S3 client creation | Alex Auvolat | 2022-05-19 | 4 | -47/+58 | |
* | cleanup | Alex Auvolat | 2022-05-19 | 3 | -30/+29 | |
* | More construction of things | Alex Auvolat | 2022-05-19 | 6 | -69/+324 | |
* | k2v client from main garage repo | Alex Auvolat | 2022-05-18 | 1 | -1/+1 |