gpstracker/src
Fabio Manganiello fe336be258
 Added foreign key definitions to Sequelize models.
We need the constraints to be explicitly defined on the table
definitions too, otherwise JOINs won't work.
2025-03-24 01:57:55 +01:00
..
db  Added foreign key definitions to Sequelize models. 2025-03-24 01:57:55 +01:00
helpers Always clear cookies on logout / auth failure. 2025-03-06 23:53:46 +01:00
models Support description for location points. 2025-03-23 20:23:26 +01:00
repos Support description for location points. 2025-03-23 20:23:26 +01:00
requests Support description for location points. 2025-03-23 20:23:26 +01:00
routes Always add error stack when an endpoint fails. 2025-03-24 01:41:46 +01:00
App.ts Increased API body size to 10MB. 2025-03-10 01:34:27 +01:00
auth.ts Fixed preRequestHandler route setup. 2025-03-23 23:44:20 +01:00
errors.ts Support for users and authentication [backend]. 2025-03-04 21:29:05 +01:00
globals.ts Support for users and authentication [backend]. 2025-03-04 21:29:05 +01:00
main.ts Support for users and authentication [backend]. 2025-03-04 21:29:05 +01:00
Secrets.ts Support for users and authentication [backend]. 2025-03-04 21:29:05 +01:00
types.ts Support for users and authentication [backend]. 2025-03-04 21:29:05 +01:00