aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * add a --dev modeQuentin Dufour2023-12-2715-4/+75
| * drop old codeQuentin Dufour2023-12-271-174/+0
|/
* Add storage behind a traitQuentin2023-12-2721-1634/+3098
|\
| * fix metadataQuentin Dufour2023-12-271-1/+6
| * debug implementationin-memoryQuentin Dufour2023-12-271-2/+16
| * cargo formatQuentin Dufour2023-12-2712-347/+546
| * implemente garage storageQuentin Dufour2023-12-275-40/+95
| * implement pollQuentin Dufour2023-12-261-1/+30
| * insert logicQuentin Dufour2023-12-261-24/+58
| * WIP k2vQuentin Dufour2023-12-223-274/+238
| * s3 is now implementedQuentin Dufour2023-12-226-10/+83
| * implemented blob_fetchQuentin Dufour2023-12-211-3/+40
| * initialize aws sdk with our infoQuentin Dufour2023-12-217-16/+36
| * upgrade argon2, add aws-sdk-s3Quentin Dufour2023-12-213-66/+723
| * fix how mem storage is createdQuentin Dufour2023-12-211-5/+7
| * move storage logic into the storage moduleQuentin Dufour2023-12-212-16/+20
| * avoid infinite loopQuentin Dufour2023-12-211-0/+2
| * working in memory storageQuentin Dufour2023-12-202-11/+30
| * better handle non existing keysQuentin Dufour2023-12-192-8/+37
| * wip in mem storage bug fixesQuentin Dufour2023-12-191-7/+13
| * implemented an in memory storageQuentin Dufour2023-12-195-66/+202
| * Storage trait new implementationQuentin Dufour2023-12-1810-369/+311
| * new new new storage interfaceQuentin Dufour2023-12-165-202/+219
| * implement the reload featureQuentin Dufour2023-12-145-20/+74
| * add support for hot reloadingQuentin Dufour2023-12-143-34/+49
| * add a password hash toolQuentin Dufour2023-12-141-0/+12
| * use bail! instead of panic!Quentin Dufour2023-12-131-2/+2
| * CLI toolsQuentin Dufour2023-12-134-14/+146
| * it compiles again!Quentin Dufour2023-12-137-404/+151
| * WIPQuentin Dufour2023-12-124-8/+41
| * implement account createQuentin Dufour2023-12-082-11/+78
| * rework static login providerQuentin Dufour2023-12-082-7/+14
| * now compile againQuentin Dufour2023-12-083-26/+4
| * WIP refactorQuentin Dufour2023-12-065-129/+177
| * WIP config reworkQuentin Dufour2023-12-042-36/+53
| * reworked configuration fileQuentin Dufour2023-11-242-1/+33
| * it compiles!Quentin Dufour2023-11-234-59/+80
| * various fixesQuentin Dufour2023-11-234-10/+10
| * extract setup logicQuentin Dufour2023-11-234-250/+179
| * fix login modQuentin Dufour2023-11-215-108/+62
| * rewrite CryptoKeys with Storage abstractionQuentin Dufour2023-11-214-84/+38
| * remove old storagecredentialsQuentin Dufour2023-11-212-68/+5
| * WIP provider configQuentin Dufour2023-11-174-25/+17
| * integrate storage choice in configQuentin Dufour2023-11-172-18/+40
| * no more error on baiyouQuentin Dufour2023-11-174-13/+8
| * fix orphan storage compatibilityQuentin Dufour2023-11-175-7/+8
| * incoming has been fully portedQuentin Dufour2023-11-175-44/+47
| * introduce an "orphan" enumQuentin Dufour2023-11-175-21/+66
| * not very clear how we pass data across channelQuentin Dufour2023-11-165-78/+89
| * WIP refactor storage (new timestamp.rs file)Quentin Dufour2023-11-1511-100/+101