log

age author description
Fri, 04 Dec 2020 23:27:19 +0100 Lewin Bormann Add more comments to the UI code
Fri, 04 Dec 2020 21:52:59 +0100 Lewin Bormann Update screenshots
Fri, 04 Dec 2020 21:46:02 +0100 Lewin Bormann Make LiveMap easier to use.
Fri, 04 Dec 2020 21:26:54 +0100 Lewin Bormann TrackMe: Fix bug with prefill logic
Fri, 04 Dec 2020 21:22:22 +0100 Lewin Bormann Make TrackMe UI more useful
Fri, 04 Dec 2020 17:31:36 +0100 Lewin Bormann Update TODO
Fri, 04 Dec 2020 17:31:24 +0100 Lewin Bormann Remove old comment & update TODO
Fri, 04 Dec 2020 14:27:29 +0100 Lewin Bormann Update TODO
Fri, 04 Dec 2020 14:25:41 +0100 Lewin Bormann Fix missed notifications for upper case IDs
Fri, 04 Dec 2020 13:57:09 +0100 Lewin Bormann trackme: Remove duplicate call to geolocation api
Fri, 04 Dec 2020 11:18:48 +0100 Lewin Bormann Update README about new clients
Fri, 04 Dec 2020 11:18:01 +0100 Lewin Bormann Add start/stop button to trackme UI
Fri, 04 Dec 2020 11:02:22 +0100 Lewin Bormann Add accuracy field and properly treat notes
Fri, 04 Dec 2020 10:02:38 +0100 Lewin Bormann Fix small bugs in livemap
Fri, 04 Dec 2020 09:58:09 +0100 Lewin Bormann link to examples in README
Thu, 03 Dec 2020 22:38:54 +0100 Lewin Bormann track_ICE: better collect logging
Thu, 03 Dec 2020 22:34:25 +0100 Lewin Bormann Add IC/ICE train collection script.
Thu, 03 Dec 2020 22:34:13 +0100 Lewin Bormann livemap: Correctly handle empty secrets
Thu, 03 Dec 2020 22:10:37 +0100 Lewin Bormann Ignore empty secret
Thu, 03 Dec 2020 22:08:45 +0100 Lewin Bormann Don't use an empty secret.
Thu, 03 Dec 2020 22:00:25 +0100 Lewin Bormann Further clarify documentation about notes
Thu, 03 Dec 2020 21:59:20 +0100 Lewin Bormann Update documentation
Thu, 03 Dec 2020 21:57:41 +0100 Lewin Bormann Length-limit notes.
Thu, 03 Dec 2020 21:56:22 +0100 Lewin Bormann Allow for attaching notes to points.
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