datarhei-dragonfork-core/http
Ingo Oppermann e374f83377
Fix config timestamps
created_at represents the time when the configuration has been persisted to disk.
loaded_at represents the time when the configuration has actually been used.

If created_at is larger than loaded_at, then the Core needs a reload in order
to apply the latest configuration.

if created_at is lower than laoded_at, then the Core applied the latest
configuration.

The value of updated_at is irrelevant and shouldn't be used.
2023-01-19 16:13:53 +01:00
..
api Add format annotation for integer types for swagger documentation 2023-01-11 21:05:40 +01:00
cache Add cache block list for extensions not to cache 2022-08-02 19:10:28 +02:00
cors Add v16.7.2 2022-05-13 19:26:45 +02:00
errorhandler Add GoSRT & improvements (repo-merge) 2022-06-23 22:13:58 +02:00
graph Don't use deprecated functions from io/ioutil 2022-08-18 10:27:33 +03:00
handler Fix config timestamps 2023-01-19 16:13:53 +01:00
jwt Don't use deprecated functions from io/ioutil 2022-08-18 10:27:33 +03:00
middleware Fix wrong status code (#6) 2022-10-28 11:10:16 +02:00
mock Don't use deprecated functions from io/ioutil 2022-08-18 10:27:33 +03:00
router Add v16.7.2 2022-05-13 19:26:45 +02:00
validator Add v16.7.2 2022-05-13 19:26:45 +02:00
log.go Add v16.7.2 2022-05-13 19:26:45 +02:00
server.go Fix proper version handling for uploading a new config 2022-10-10 16:19:45 +02:00