Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2128 - 2130 of 2152)

Ticket Resolution Summary Owner Reporter
#2602 fixed Users can set a dataset's organization to None, and then they cannot edit it seanh

Reported by seanh, 22 months ago.

Description

With the organizations and organizations_dataset plugins enabled login and create a new dataset, adding it to a group that you are a member of. Edit the dataset and set the group to none. Now you can no longer edit your own dataset. (You can also specify None for the organization when first creating the dataset, same problem.)

#2608 wontfix Uploading a file to a resource hangs seanh

Reported by seanh, 22 months ago.

Description

I'm not seeing any javascript or python error, the upload just hangs.

#2764 duplicate Simplify filestore rgrp

Reported by rgrp, 21 months ago.

Description

Definitely do:

  • Local file filestore: Remove pairtree (and OFS) and do something very simple

Options:

  1. Local file only. Allow for uploaders to GS / S3 in the background
    • Advantages: simpler, if local upload can do progress bars etc etc
    • Disadvantages: strain for web-app (upload a 2GB file what happens)
      • This is probably fixable ...
  2. Stick with how we are

New filestore without pairtree

Each uploaded file is located on disk at:

{uuid}/{filename}

Alternative:

yyyy/mm/dd/{uuid}/{filename}

Need the uuid to avoid collisions.

Metadata: Store no metadata.

Note: See TracQuery for help on using queries.