tildefriends/core
2023-09-11 16:52:17 +00:00
..
app.js Support an edit-only mode, which brings up the editor without running the app. Helpful if the app hangs the client. Also on mobile, where both don't fit side-by-side. 2023-08-17 00:49:02 +00:00
auth.html Fiddling with login CSS. 2023-08-12 11:54:27 +00:00
auth.js If a user visiting /login is already authenticated, bounce them away. This is me trying to avoid hassle for people who bookmarked the login page. 2023-09-11 16:52:17 +00:00
client.js Added the memory sparkline and tried to CSS them differently. 2023-09-04 20:13:17 +00:00
core.js Support an edit-only mode, which brings up the editor without running the app. Helpful if the app hangs the client. Also on mobile, where both don't fit side-by-side. 2023-08-17 00:49:02 +00:00
favicon.png sandboxos => tildefriends 2016-03-12 18:50:43 +00:00
form.js var => let 2023-01-31 02:48:56 +00:00
http.js Don't shutdown the client side of an HTTP request after sending it. Some servers don't like that. 2023-07-23 01:23:44 +00:00
httpd.js Use picohttpparser for responses, too. 2023-07-23 01:12:11 +00:00
index.html Add the missing leaflet .js.map file. Link to Google Maps from clicked map locations. Allow poup from the sandbox to support target="_blank" links, though that does not work here. 2023-09-04 17:44:05 +00:00
robots.txt Add robots.txt. 2016-05-01 13:28:45 +00:00
style.css Redo auth flow with lit. Beef up the test a bit, accordingly. 2023-08-09 22:38:41 +00:00
tfrpc.js Report attempts to call tfrpc methods that aren't registered. 2023-05-19 19:47:33 +00:00