blek pushed to fix-not-building at blek/bfile 2023-12-17 15:59:29 +01:00
830677cc0e fix filed prod build errors
blek pushed tag rc4 to blek/bfile 2023-12-16 08:51:01 +01:00
blek released "0.2 4th release candidate" at blek/bfile 2023-12-16 08:51:01 +01:00
blek created branch 0.2-rc4 in blek/bfile 2023-12-16 07:28:51 +01:00
blek pushed to 0.2-rc4 at blek/bfile 2023-12-16 07:28:51 +01:00
blek deleted branch 0.2-rc4 from blek/bfile 2023-12-16 07:28:42 +01:00
blek created branch 0.2-rc4 in blek/bfile 2023-12-14 12:09:44 +01:00
blek pushed to 0.2-rc4 at blek/bfile 2023-12-14 12:09:44 +01:00
blek deleted branch fix-naming from blek/bfile 2023-12-14 12:06:49 +01:00
blek deleted branch delete-upload-api-methods from blek/bfile 2023-12-14 12:06:44 +01:00
blek pushed to 0.2-dev at blek/bfile 2023-12-14 12:05:39 +01:00
772c5b9bf2 fix compile warnings
18f525e0a2 include changes as requested
66c114b203 properly implement delete method according to config
15954258f5 remove an unused import
27b1919416 make the get_all api method actually work
Compare 69 commits »
blek pushed to 0.2-dev at blek/bfile 2023-12-14 11:56:48 +01:00
ee7fe2963f fix compile warnings
02c3d6f52d include changes as requested
7cd3c91cf1 properly implement delete method according to config
bd12e44838 remove an unused import
3cb1fd978f make the get_all api method actually work
Compare 16 commits »
blek merged pull request blek/bfile#27 2023-12-14 11:56:46 +01:00
Implement all API according to swagger spec
blek pushed to delete-upload-api-methods at blek/bfile 2023-12-14 10:37:28 +01:00
67b670e072 fix compile warnings
blek pushed to delete-upload-api-methods at blek/bfile 2023-12-14 10:35:31 +01:00
589ff7b040 include changes as requested
5fab110513 properly implement delete method according to config
Compare 2 commits »
blek commented on pull request blek/bfile#27 2023-12-14 10:12:11 +01:00
Implement all API according to swagger spec

looks like a leftover debug statement

blek commented on pull request blek/bfile#27 2023-12-14 10:12:10 +01:00
Implement all API according to swagger spec

this is stupid. why not use serde_json::json!{}?

blek commented on pull request blek/bfile#27 2023-12-14 10:12:10 +01:00
Implement all API according to swagger spec

unused, right?

blek commented on pull request blek/bfile#27 2023-12-13 11:20:50 +01:00
Implement all API according to swagger spec

The delete method is not implemented properly according to the spec

blek created pull request blek/bfile#27 2023-12-13 11:16:35 +01:00
Implement all API according to swagger spec