summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-28 22:53:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-28 22:53:47 -0400
commit57089276378918823c1cc529d3d1fb0551973480 (patch)
treed9af6a01c3e952f9a5702b630b3ebbaa08ae2537
parent869e2f68904915a29ade7438033ad2b253fbee26 (diff)
devblog
-rw-r--r--doc/devblog/day_124__day_off.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/devblog/day_124__day_off.mdwn b/doc/devblog/day_124__day_off.mdwn
new file mode 100644
index 000000000..c8c8f0109
--- /dev/null
+++ b/doc/devblog/day_124__day_off.mdwn
@@ -0,0 +1,13 @@
+Did not plan to work on git-annex today..
+
+Unexpectedly ended up making the webapp support HTTPS. Not by default,
+but if a key and certificate are provided, it'll use them. Great for
+using the webapp remotely! See the new tip: [[tips/remote_webapp_setup]].
+
+Also removed support for --listen with a port, which was buggy and not
+necessary with HTTPS.
+
+Also fixed several webapp/assistant bugs, including one that let it be run in
+a bare git repository.
+
+And, made the quvi version be probed at runtime, rather than compile time.