| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Show possible error on app creation | Santo Cariotti | 2024-12-21 | 1 | -14/+17 |
| | | |||||
| * | Use Expo on the AppState | Santo Cariotti | 2024-11-29 | 1 | -1/+1 |
| | | | | | | This because since Rust 1.83 it is suggested to not use the static reference cloning | ||||
| * | Use `AppState` instead of `String` using some traits | Santo Cariotti | 2024-09-16 | 1 | -17/+20 |
| | | |||||
| * | Text-to-speach API for alert sound generation | Santo Cariotti | 2024-09-13 | 1 | -1/+3 |
| | | |||||
| * | doc: Show readme.md in main.rs file | Santo Cariotti | 2024-09-11 | 1 | -0/+1 |
| | | |||||
| * | Send notifications by Expo API | Santo Cariotti | 2024-09-05 | 1 | -0/+2 |
| | | |||||
| * | Use timestamp for `created_at` field | Santo Cariotti | 2024-08-30 | 1 | -1/+0 |
| | | |||||
| * | Add CORS | Santo Cariotti | 2024-08-29 | 1 | -2/+10 |
| | | |||||
| * | Add position type and query on it | Santo Cariotti | 2024-08-22 | 1 | -0/+1 |
| | | |||||
| * | Authentication for endpoints | Santo Cariotti | 2024-08-21 | 1 | -1/+3 |
| | | |||||
| * | Add login | Santo Cariotti | 2024-08-21 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | Fields sent are ``` { "query": "mutation Login($input: LoginCredentials!) { login(input: $input) { accessToken tokenType } }", "variables": { "input": { "email": "....", "password": "..." } } } ``` | ||||
| * | Reformat graphql mod | Santo Cariotti | 2024-08-21 | 1 | -2/+2 |
| | | |||||
| * | Add state for database | Santo Cariotti | 2024-08-20 | 1 | -4/+18 |
| | | |||||
| * | Init | Santo Cariotti | 2024-08-20 | 1 | -0/+65 |
