| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix edit user | Santo Cariotti | 2022-10-17 | 1 | -1/+3 |
| * | Staffers can update user `is_staff` status | Santo Cariotti | 2022-10-17 | 1 | -0/+1 |
| * | Remove warnings | Santo Cariotti | 2022-10-16 | 1 | -0/+16 |
| * | Fix filtered warnings count | Santo Cariotti | 2022-10-15 | 1 | -12/+38 |
| * | Fix filter by nullable field | Santo Cariotti | 2022-10-15 | 1 | -1/+1 |
| * | Filter warnings by resolver user | Santo Cariotti | 2022-10-13 | 1 | -19/+59 |
| * | Add ordering for users list | Santo Cariotti | 2022-10-13 | 1 | -0/+1 |
| * | Fix author' models | Santo Cariotti | 2022-10-04 | 1 | -0/+1 |
| * | Reformat models select | Santo Cariotti | 2022-10-04 | 1 | -37/+84 |
| * | Add model search by fields | Santo Cariotti | 2022-10-03 | 1 | -0/+52 |
| * | Show likes as array | Santo Cariotti | 2022-10-03 | 1 | -3/+10 |
| * | Likes model and them to a model | Santo Cariotti | 2022-10-03 | 2 | -0/+92 |
| * | Fix `ORDER BY` clause before `LIMIT` | Santo Cariotti | 2022-09-27 | 1 | -2/+2 |
| * | Add `ORDER BY` for warnings | Santo Cariotti | 2022-09-27 | 1 | -10/+13 |
| * | Edit warning | Santo Cariotti | 2022-09-26 | 1 | -16/+89 |
| * | Return users infos from warnings | Santo Cariotti | 2022-09-26 | 1 | -21/+52 |
| * | Filter warnings by model_id | Santo Cariotti | 2022-09-26 | 1 | -0/+71 |
| * | Edit user | Santo Cariotti | 2022-09-25 | 1 | -5/+43 |
| * | 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 | 2 | -7/+11 |
| * | Get user's models | Santo Cariotti | 2022-09-24 | 2 | -2/+55 |
| * | Edit model | Santo Cariotti | 2022-09-23 | 1 | -0/+29 |
| * | Delete model uploads | Santo Cariotti | 2022-09-22 | 1 | -2/+34 |
| * | Deserialize float model values as number from string | Santo Cariotti | 2022-09-21 | 1 | -1/+4 |
| * | Change field type for models | Santo Cariotti | 2022-09-21 | 1 | -12/+12 |
| * | Fix typo | Santo Cariotti | 2022-09-20 | 1 | -1/+1 |
| * | Create warning app | Santo Cariotti | 2022-09-20 | 3 | -1/+124 |
| * | Ignore a Clippy warning for too arguments | Santo Cariotti | 2022-09-20 | 1 | -0/+1 |
| * | Run clippy + add doc | Santo Cariotti | 2022-09-20 | 1 | -5/+6 |
| * | Delete model | Santo Cariotti | 2022-09-20 | 2 | -2/+51 |
| * | Merge all crates import as `use crate::<module name>` | Santo Cariotti | 2022-09-20 | 2 | -7/+2 |
| * | 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 |
| * | 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 endpoint to delete avatar | Santo Cariotti | 2022-09-13 | 1 | -2/+2 |
| * | Edit an user avatar | Santo Cariotti | 2022-09-13 | 1 | -1/+21 |
| * | Add avatar field | Santo Cariotti | 2022-09-13 | 1 | -4/+10 |
| * | Signup route | Santo Cariotti | 2022-09-13 | 2 | -1/+40 |
| * | Drop user creation | Santo Cariotti | 2022-09-13 | 1 | -8/+0 |
| * | Use configuration for environment variables | Santo Cariotti | 2022-09-12 | 3 | -7/+7 |
| * | Show uploads array for model | Santo Cariotti | 2022-09-12 | 1 | -6/+16 |
| * | Keep saved filepath in the database | Santo Cariotti | 2022-09-12 | 1 | -0/+41 |
| * | Perform `find_by_id` for models and author_id() | Santo Cariotti | 2022-09-10 | 1 | -0/+31 |
| * | 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 | 2 | -4/+35 |
| * | Serialize author' info for models | Santo Cariotti | 2022-09-09 | 1 | -4/+27 |
