-
```
We don't use lastModifiedDate from the File API:
http://www.w3.org/TR/FileAPI/#file
We should.
```
Original issue reported on code.google.com by `bradfitz` on 5 Jan 2014 at 12:40
-
```
Apparently VARCHAR(255) isn't enough. This is 255 bytes and truncates the
blobref:
Error parsing config: Caught panic: error instantiating handler for prefix
"/my-search/", type "search": erro…
-
```
I've got a test that frequently winds up with an "empty" permanode coming back
from a describe on a directory at just the right time such that it's treated as
a directory and can never go away.
…
-
```
When I rewrote the UI recently, we lost the ability to page through images by
pressing the left right keys. It would be nice to get that back.
There are a lot of interesting bits to this:
- We …
-
post-search sorts was started e0624177cd877c5290e42d0fc6874a8276358075 but not finished.
As a result, queries from the UI such as a {blobRefPrefix: targetBlobref} are broken because they always defau…
-
```
Initially the "file" schema was file metadata + a list of chunks.
A flat list of chunks doesn't scale to multi-terabyte files (the JSON would get
huge) so the "file" schema was made recursive, u…
-
```
Finish delete claims.
It's only partially implemented.
See, in pkg/index/keys.go:
keyDeleted = &keyType{
"deleted",
[]part{
{"blo…
-
```
The iPhone uploader uploads with fileName: "".
I worked around it for now, but it should probably have a fileName, if one is
available. (e.g. for associating burst photos)
I don't think the sc…
-
```
There are two problems I see; one is a bug, the other is more of a behavior
preference.
Say you have 7 items in your recent permanodes view (not counting the "+"
button).
1) The bug:
-Click o…
-
```
The client doesn't upload its public key when uploading blobs signed with it.
It should.
Repro:
$ devcam server --wipe --mini
That starts a server with zero blobs. (Notably: no publish handle…