| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix `ORDER BY` clause before `LIMIT` | Santo Cariotti | 2022-09-27 | 1 | -2/+2 |
| * | Fix: staff can upload a model file everywhere | Santo Cariotti | 2022-09-27 | 1 | -1/+1 |
| * | Add `ORDER BY` for warnings | Santo Cariotti | 2022-09-27 | 1 | -10/+13 |
| * | Edit warning | Santo Cariotti | 2022-09-26 | 2 | -20/+118 |
| * | Return users infos from warnings | Santo Cariotti | 2022-09-26 | 2 | -23/+54 |
| * | Filter warnings by model_id | Santo Cariotti | 2022-09-26 | 2 | -10/+126 |
| * | Fix pagination for warnings | Santo Cariotti | 2022-09-26 | 2 | -2/+8 |
| * | Shorter check for claimed user | Santo Cariotti | 2022-09-25 | 1 | -21/+21 |
| * | Edit user | Santo Cariotti | 2022-09-25 | 4 | -8/+99 |
| * | Fix `json_build_object` returning name too | Santo Cariotti | 2022-09-24 | 1 | -3/+3 |
| * | Fix return data | Santo Cariotti | 2022-09-24 | 1 | -1/+1 |
| * | User has name field | Santo Cariotti | 2022-09-24 | 4 | -9/+19 |
| * | Use all paginators into `pagination` crate | Santo Cariotti | 2022-09-24 | 3 | -18/+16 |
| * | Get user's models | Santo Cariotti | 2022-09-24 | 4 | -5/+79 |
| * | Do not check auth for get_user | Santo Cariotti | 2022-09-24 | 1 | -2/+2 |
| * | Add `sla` and `octet-stream` as available extensions | Santo Cariotti | 2022-09-24 | 1 | -1/+12 |
| * | Fix error with multiple path param | Santo Cariotti | 2022-09-24 | 1 | -2/+1 |
| * | Drop useless `return` and clippy | Santo Cariotti | 2022-09-23 | 2 | -2/+4 |
| * | Edit model | Santo Cariotti | 2022-09-23 | 2 | -27/+89 |
| * | Delete model uploads | Santo Cariotti | 2022-09-22 | 2 | -3/+78 |
| * | Deserialize float model values as number from string | Santo Cariotti | 2022-09-21 | 3 | -1/+15 |
| * | Change field type for models | Santo Cariotti | 2022-09-21 | 2 | -15/+15 |
| * | Fix typo | Santo Cariotti | 2022-09-20 | 1 | -1/+1 |
| * | Create warning app | Santo Cariotti | 2022-09-20 | 7 | -2/+201 |
| * | Ignore a Clippy warning for too arguments | Santo Cariotti | 2022-09-20 | 1 | -0/+1 |
| * | Run clippy + add doc | Santo Cariotti | 2022-09-20 | 4 | -13/+12 |
| * | Delete model | Santo Cariotti | 2022-09-20 | 3 | -4/+84 |
| * | Delete uploads on cascade | Santo Cariotti | 2022-09-20 | 1 | -1/+1 |
| * | Merge all crates import as `use crate::<module name>` | Santo Cariotti | 2022-09-20 | 6 | -27/+27 |
| * | 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 deploy guide | Santo Cariotti | 2022-09-18 | 1 | -0/+55 |
| * | 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 | 3 | -14/+14 |
| * | Default arg value | Santo Cariotti | 2022-09-13 | 1 | -0/+2 |
| * | Add dockerfile | Santo Cariotti | 2022-09-13 | 1 | -0/+10 |
| * | Add CORS | Santo Cariotti | 2022-09-13 | 2 | -4/+21 |
| * | 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 | 4 | -4/+90 |
| * | 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 |
