owltide/server/api/admin
Hornwitser 80cec71308
All checks were successful
/ build (push) Successful in 1m37s
/ deploy (push) Has been skipped
Use sync access for the temp JSON file database
Replace all async reads and writes to the JSON database with the sync
reads and writes to prevent a data corruption race condition where two
requests are processed at the same time and write to the same file, or
one reads while the other writes causing read of partially written data.
2025-09-20 23:04:16 +02:00
..
database-export.post.ts Use sync access for the temp JSON file database 2025-09-20 23:04:16 +02:00
database-import-demo.post.ts Use sync access for the temp JSON file database 2025-09-20 23:04:16 +02:00
database-import.post.ts Use sync access for the temp JSON file database 2025-09-20 23:04:16 +02:00
delete-database.post.ts Use sync access for the temp JSON file database 2025-09-20 23:04:16 +02:00
delete-schedule.post.ts License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
user.patch.ts Use sync access for the temp JSON file database 2025-09-20 23:04:16 +02:00