| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix order for models | Santo Cariotti | 2022-09-18 | 1 | -0/+1 | |
| * | Show users avatar on get models | Santo Cariotti | 2022-09-18 | 1 | -2/+2 | |
| * | Fix aggregator for model with no uploads | Santo Cariotti | 2022-09-18 | 1 | -4/+4 | |
| * | Add `JsonCreate` trait which is a Json with 201 status | Santo Cariotti | 2022-09-15 | 3 | -5/+24 | |
| * | Add "Authorization" in the allowed CORS headers list | Santo Cariotti | 2022-09-14 | 1 | -1/+1 | |
| * | Use query without macros | Santo Cariotti | 2022-09-13 | 2 | -63/+60 | |
| * | Prevent DB check from sqlx | Santo Cariotti | 2022-09-13 | 2 | -13/+13 | |
| * | Add CORS | Santo Cariotti | 2022-09-13 | 1 | -3/+20 | |
| * | Add endpoint to delete avatar | Santo Cariotti | 2022-09-13 | 2 | -4/+23 | |
| * | Fix: url for delete_upload | Santo Cariotti | 2022-09-13 | 1 | -1/+8 | |
| * | Edit an user avatar | Santo Cariotti | 2022-09-13 | 2 | -3/+58 | |
| * | Use a string reference | Santo Cariotti | 2022-09-13 | 1 | -1/+1 | |
| * | Add `/me` endpoint | Santo Cariotti | 2022-09-13 | 1 | -0/+9 | |
| * | Add avatar field | Santo Cariotti | 2022-09-13 | 1 | -4/+10 | |
| * | Delete an uploaded file | Santo Cariotti | 2022-09-13 | 2 | -0/+14 | |
| * | Generic fs import | Santo Cariotti | 2022-09-13 | 1 | -2/+2 | |
| * | Upload a file with a default name | Santo Cariotti | 2022-09-13 | 2 | -5/+10 | |
| * | Signup route | Santo Cariotti | 2022-09-13 | 3 | -3/+72 | |
| * | Drop user creation | Santo Cariotti | 2022-09-13 | 2 | -21/+2 | |
| * | Fix reference to database_url | Santo Cariotti | 2022-09-13 | 1 | -1/+1 | |
| * | Remove old config | Santo Cariotti | 2022-09-12 | 1 | -8/+0 | |
| * | Use configuration for environment variables | Santo Cariotti | 2022-09-12 | 9 | -27/+61 | |
| * | Clippy | Santo Cariotti | 2022-09-12 | 3 | -3/+3 | |
| * | Images are showed as images not binary | Santo Cariotti | 2022-09-12 | 1 | -7/+18 | |
| * | Allow images for model files | Santo Cariotti | 2022-09-12 | 1 | -1/+3 | |
| * | Uploaded files routing | Santo Cariotti | 2022-09-12 | 3 | -2/+25 | |
| * | Use an uploads endpoint path | Santo Cariotti | 2022-09-12 | 2 | -5/+9 | |
| * | Add route to get one model per time | Santo Cariotti | 2022-09-12 | 1 | -0/+9 | |
| * | Show uploads array for model | Santo Cariotti | 2022-09-12 | 1 | -6/+16 | |
| * | Keep saved filepath in the database | Santo Cariotti | 2022-09-12 | 2 | -3/+46 | |
| * | style: clippy | Santo Cariotti | 2022-09-10 | 2 | -10/+4 | |
| * | Route for model uploading files | Santo Cariotti | 2022-09-10 | 1 | -2/+37 | |
| * | Raise error if file is not uploaded | Santo Cariotti | 2022-09-10 | 1 | -1/+7 | |
| * | Perform `find_by_id` for models and author_id() | Santo Cariotti | 2022-09-10 | 1 | -0/+31 | |
| * | Add `Unauthorized` error | Santo Cariotti | 2022-09-10 | 1 | -0/+6 | |
| * | Upload files | Santo Cariotti | 2022-09-10 | 4 | -0/+54 | |
| * | Drop `Debug` from Pagination | Santo Cariotti | 2022-09-10 | 1 | -1/+1 | |
| * | Raise 404 error for not route found | Santo Cariotti | 2022-09-10 | 2 | -0/+9 | |
| * | Check expiration before sending claims | Santo Cariotti | 2022-09-10 | 1 | -0/+6 | |
| * | Token expiration to 1 day instead of 2 | Santo Cariotti | 2022-09-10 | 1 | -1/+1 | |
| * | Add pagination | Santo Cariotti | 2022-09-10 | 7 | -12/+80 | |
| * | Serialize author' info for models | Santo Cariotti | 2022-09-09 | 2 | -6/+29 | |
| * | Create a 3d model object | Santo Cariotti | 2022-09-06 | 6 | -2/+149 | |
| * | Users has username and use it for login | Santo Cariotti | 2022-09-03 | 5 | -20/+36 | |
| * | `NotFound` error has now a string value | Santo Cariotti | 2022-09-03 | 1 | -2/+2 | |
| * | Remove generic error | Santo Cariotti | 2022-09-03 | 1 | -6/+0 | |
| * | Fix name | Santo Cariotti | 2022-09-03 | 1 | -1/+1 | |
| * | Fork from m6-ie project | Santo Cariotti | 2022-09-01 | 10 | -0/+449 | |
