add private storage #33

Closed
opened 2007-05-04 05:46:53 +00:00 by zooko · 9 comments

Add the option of storing a file without submitting its URI to the vdrive server.

Add the option of storing a file without submitting its URI to the vdrive server.
zooko added the
code
major
enhancement
labels 2007-05-04 05:46:53 +00:00
faried commented 2007-05-04 22:12:32 +00:00
Owner

Patch against webish.py sent to zooko.

Patch against webish.py sent to zooko.
Author

Attachment 6.1.txt (207 bytes) added

**Attachment** 6.1.txt (207 bytes) added
207 B
Author

Attachment 6.2.txt (2738 bytes) added

the patch from Faried

**Attachment** 6.2.txt (2738 bytes) added the patch from Faried
2.7 KiB
faried commented 2007-05-06 20:01:40 +00:00
Owner

Attachment ticket-33.diff.txt (2809 bytes) added

a working patch to add private uploads

**Attachment** ticket-33.diff.txt (2809 bytes) added a working patch to add private uploads
faried commented 2007-05-06 20:10:44 +00:00
Owner

It works. I'm not sure if it's the right way to do it, but it does upload files without reporting them to the vdrive. It also prints out the URI in the results div on the web page, as well as in twisted.log.

It works. I'm not sure if it's the right way to do it, but it does upload files without reporting them to the vdrive. It also prints out the URI in the results div on the web page, as well as in twisted.log.
tahoe-lafs added the
fixed
label 2007-05-06 20:11:05 +00:00
faried closed this issue 2007-05-06 20:11:05 +00:00
Author

Oops, I forgot to apply this patch until just now. changeset:78e537de0c77ecd5

Okay, now this one we can definitely unit test. Here is the current code-coverage view of the files touched by this patch:

http://allmydata.org/tahoe-figleaf/figleaf-edgy-187/allmydata.webish.html

Notice that render_results() and uploadprivate() are not completely tested. Oh, and notice that upload() itself isn't, either!

Oops, I forgot to apply this patch until just now. changeset:78e537de0c77ecd5 Okay, now this one we can definitely unit test. Here is the current code-coverage view of the files touched by this patch: <http://allmydata.org/tahoe-figleaf/figleaf-edgy-187/allmydata.webish.html> Notice that render_results() and uploadprivate() are not completely tested. Oh, and notice that upload() itself isn't, either!
zooko removed the
fixed
label 2007-05-16 15:59:25 +00:00
zooko reopened this issue 2007-05-16 15:59:25 +00:00
Author

Re-assigning to faried in the hopes that he'll write a unit test for it.

Re-assigning to faried in the hopes that he'll write a unit test for it.
warner added
minor
0.4.0
and removed
major
labels 2007-07-02 19:45:22 +00:00

Given that we now have per-client private directories, is it still useful to expose a web interface to uploading files without attaching them to any directory?

The answer may be yes.. I'm just curious about the use case. If we do have this feature, it should go on a page that is reached from the top-level welcome page, rather than from any particular directory. The directory pages should be reserved for operations that affect their related directory, whereas an unlinked URI-only file upload doesn't involve a directory at all.

Given that we now have per-client private directories, is it still useful to expose a web interface to uploading files without attaching them to any directory? The answer may be yes.. I'm just curious about the use case. If we do have this feature, it should go on a page that is reached from the top-level welcome page, rather than from any particular directory. The directory pages should be reserved for operations that affect their related directory, whereas an unlinked URI-only file upload doesn't involve a directory at all.
warner added
code-frontend-web
and removed
code
labels 2007-08-14 18:56:12 +00:00
zooko added
0.6.0
and removed
0.4.0
labels 2007-09-25 04:27:09 +00:00
zooko added this to the undecided milestone 2007-09-25 04:27:09 +00:00

I've added an upload link from the front welcome page which allows you to upload a file and get back a URI, with no vdrive directories involved at all. I believe that closes this issue.

I've added an upload link from the front welcome page which allows you to upload a file and get back a URI, with no vdrive directories involved at all. I believe that closes this issue.
warner added the
fixed
label 2008-02-06 09:50:06 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#33
No description provided.