webmarker-server/src/main/java/net/mindoverflow/webmarker/utils
Bea 017f16fdf1 Add timestamp support
A new "timestamp" entry for the JSON POST request (/api/v1/store) was added.
The timestamp must be formatted following ISO_OFFSET_DATE_TIME, eg:
YYYY-MM-DDTHH:mm:ss.SSSZ.

The storage request will be denied in case the timestamp is missing, or if
it's more than 5 minutes old (or more than 1 minute into the future).
2020-08-22 18:32:46 +02:00
..
config Implement RESTful API, JWT auth, SQLite storage 2020-08-22 12:56:56 +02:00
messaging Implement YAML config, start SQLite implementation 2020-08-21 16:11:32 +02:00
security Implement RESTful API, JWT auth, SQLite storage 2020-08-22 12:56:56 +02:00
sql Add timestamp support 2020-08-22 18:32:46 +02:00
Cached.java Implement YAML config, start SQLite implementation 2020-08-21 16:11:32 +02:00
FileUtils.java Add timestamp support 2020-08-22 18:32:46 +02:00