log

age author description
Thu, 03 Dec 2020 17:44:36 +0100 Lewin Bormann Move Rocket.toml to example file
Thu, 03 Dec 2020 17:42:01 +0100 Lewin Bormann Update Rocket.toml
Thu, 03 Dec 2020 17:38:25 +0100 Lewin Bormann Make screenshot attribution more clear
Thu, 03 Dec 2020 17:37:26 +0100 Lewin Bormann Add screenshot to README
Thu, 03 Dec 2020 17:32:21 +0100 Lewin Bormann Add LICENSE
Thu, 03 Dec 2020 17:27:21 +0100 Lewin Bormann Continue elaborating in README
Thu, 03 Dec 2020 17:15:18 +0100 Lewin Bormann Add README
Thu, 03 Dec 2020 16:42:55 +0100 Lewin Bormann Make secret handling consistent
Thu, 03 Dec 2020 09:42:25 +0100 Lewin Bormann Tag geo points with ID.
Thu, 03 Dec 2020 09:37:27 +0100 Lewin Bormann Set timeout to 30s in UI
Thu, 03 Dec 2020 09:35:51 +0100 Lewin Bormann Encapsulate notification messaging
Thu, 03 Dec 2020 09:25:29 +0100 Lewin Bormann Better responses, more database encapsulation
Thu, 03 Dec 2020 08:12:25 +0100 Lewin Bormann Refactor database code part I
Thu, 03 Dec 2020 07:51:38 +0100 Lewin Bormann Encapsulate GeoJSON and parse_flexible_timestamp
Thu, 03 Dec 2020 00:05:18 +0100 Lewin Bormann move around type
Thu, 03 Dec 2020 00:03:36 +0100 Lewin Bormann Remove outdated comment
Thu, 03 Dec 2020 00:02:58 +0100 Lewin Bormann Remove superfluous type declarations
Thu, 03 Dec 2020 00:01:48 +0100 Lewin Bormann Split up code into modules
Wed, 02 Dec 2020 23:25:34 +0100 Lewin Bormann Clean up one more println
Wed, 02 Dec 2020 23:20:34 +0100 Lewin Bormann Clean up debug prints
Wed, 02 Dec 2020 23:14:01 +0100 Lewin Bormann Make live updates more efficient
Wed, 02 Dec 2020 22:08:44 +0100 Lewin Bormann Explain difference between retrieve/json and retrieve/last
Wed, 02 Dec 2020 22:02:35 +0100 Lewin Bormann Adapt livemap to new API
Wed, 02 Dec 2020 21:39:38 +0100 Lewin Bormann Add comments
Wed, 02 Dec 2020 21:35:59 +0100 Lewin Bormann Restructure API to make database usage more efficient.
Wed, 02 Dec 2020 21:09:41 +0100 Lewin Bormann Keep database workers limited.
Wed, 02 Dec 2020 21:08:30 +0100 Lewin Bormann Enable notifying multiple listeners for the same client
Wed, 02 Dec 2020 21:04:16 +0100 Lewin Bormann BIG: Make live updates efficient by using only one database connection
Wed, 02 Dec 2020 20:09:52 +0100 Lewin Bormann Make page full frame
Wed, 02 Dec 2020 20:05:19 +0100 Lewin Bormann Add trace of prior geodata
Wed, 02 Dec 2020 19:52:57 +0100 Lewin Bormann Always display last known location
Wed, 02 Dec 2020 19:40:32 +0100 Lewin Bormann Update TODO
Wed, 02 Dec 2020 19:40:01 +0100 Lewin Bormann Add live map assets.
Wed, 02 Dec 2020 19:39:51 +0100 Lewin Bormann Rustfmt
Wed, 02 Dec 2020 19:07:34 +0100 Lewin Bormann Add static file serving and limit workers
Tue, 01 Dec 2020 23:15:23 +0100 Lewin Bormann Change notify channel names to be unique
Tue, 01 Dec 2020 23:01:02 +0100 Lewin Bormann Minor variable rename
Tue, 01 Dec 2020 22:44:34 +0100 Lewin Bormann Implement live updates
Tue, 01 Dec 2020 21:39:06 +0100 Lewin Bormann Notify of new data
Tue, 01 Dec 2020 21:22:08 +0100 Lewin Bormann Implement GeoJSON retrieval and per-point protection
Tue, 01 Dec 2020 20:28:22 +0100 Lewin Bormann Add 'secret' column
Tue, 01 Dec 2020 20:20:59 +0100 Lewin Bormann Remove printlns and add more columns
Tue, 01 Dec 2020 20:05:32 +0100 Lewin Bormann Improve API more
Tue, 01 Dec 2020 20:03:31 +0100 Lewin Bormann Implement robust timestamp parsing
Tue, 01 Dec 2020 19:07:32 +0100 Lewin Bormann Add id column
Tue, 01 Dec 2020 14:32:30 +0100 Lewin Bormann Update TODO
Tue, 01 Dec 2020 13:59:13 +0100 Lewin Bormann Add TODO file
Tue, 01 Dec 2020 00:21:49 +0100 Lewin Bormann Initial commit