Commit Graph

318 Commits (spacecruft)

Author SHA1 Message Date
AdamSBlack a25992c8f0 fix for JWT not being added to auth controller 2021-05-20 22:07:07 +01:00
AdamSBlack 315fd70098 fixed drives model to return db query
minor updates to /upload_url
2021-05-20 21:56:43 +01:00
Florian Brede 43b419b897 FIX: quirky gps handling & incorrect timespan calculations 2021-05-20 03:50:53 +02:00
AdamSBlack a63d1914c8 DB connection is now established in /models/index and is passed back to server.js until all db calls are moved into their own model.
> passing db connection to models/drives.js
2021-05-19 23:20:00 +01:00
AdamSBlack 0e533fb494 DB connection is now established in /models/index and is passed back to server.js until all db calls are moved into their own model. 2021-05-19 23:17:49 +01:00
AdamSBlack 436aa3fda5 Partial refactoring of v1.3/:dongleId/upload_url/, less code, started putting things into their own models.
Won't work until I finish
2021-05-19 22:55:19 +01:00
Florian Brede 446ab43887 FIX: support grey and black panda gps distance calculation, increase lock stale time, skip ongoing uploads with missing directories 2021-05-19 18:28:39 +02:00
Florian Brede 8d3151eb0d FIX: es6 requirement 2021-05-19 07:10:17 +02:00
Florian Brede f2691b7cdb TODO: added .well-known static serving for letsencrypt, fixed some bugs from testing 2021-05-19 06:13:26 +02:00
Florian Brede 4d3c6605ad FIX: config.sample.js database.sqlite 2021-05-18 05:35:22 +02:00
Florian Brede 654daf3ebe
Update README.md 2021-05-18 05:34:28 +02:00
Florian Brede ef0e0a683f TODO: replaced lowdb with sqlite, fixed some bugs and implemented some performance improvements. requires node 10 and ESM (node -r esm xxx.js) now. 2021-05-18 05:31:02 +02:00
Florian Brede e000d7a7a6 TODO: updated all quota / expire / delete drive functionality including recalculating device used storage in worker.js
also fixed some bugs, some performance improvements, removed drive count limit and added a "MOTD" field rendered on the login page.
2021-05-17 03:53:25 +02:00
Florian Brede a2f7c65cea FIX: removed imei2 parameter as it's not available on all devices and not technically required 2021-05-16 23:14:23 +02:00
Florian Brede f6576e10a0
Update README.md 2021-05-16 06:03:50 +02:00
Florian Brede 553307b505 FIX: pass retropilot-server base url to cabana to fetch drives configuration independent 2021-05-16 04:56:30 +02:00
Florian Brede ec2d421d3d TODO: initial retropilot-server commit 2021-05-16 04:35:18 +02:00
Florian Brede b26a3a6bdd
Initial commit 2021-05-16 04:24:48 +02:00