Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent unwanted access to submission files #6257

Closed
NateWr opened this issue Sep 30, 2020 · 0 comments
Closed

Prevent unwanted access to submission files #6257

NateWr opened this issue Sep 30, 2020 · 0 comments
Assignees
Labels
Housekeeping:1:Todo Any dependency management or refactor that would be nice to have some day.

Comments

@NateWr
Copy link
Member

NateWr commented Sep 30, 2020

The submission file policies need to be refactored to prevent access in some cases.

@NateWr NateWr added the Housekeeping:1:Todo Any dependency management or refactor that would be nice to have some day. label Sep 30, 2020
@NateWr NateWr self-assigned this Sep 30, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Sep 30, 2020
NateWr added a commit to NateWr/ojs that referenced this issue Sep 30, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Sep 30, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Sep 30, 2020
NateWr added a commit to NateWr/omp that referenced this issue Sep 30, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Oct 5, 2020
NateWr added a commit to NateWr/ops that referenced this issue Oct 5, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Oct 5, 2020
NateWr added a commit to NateWr/ojs that referenced this issue Oct 5, 2020
NateWr added a commit to NateWr/ojs that referenced this issue Oct 5, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Oct 5, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Oct 5, 2020
NateWr added a commit to NateWr/ojs that referenced this issue Oct 5, 2020
NateWr added a commit to NateWr/omp that referenced this issue Oct 6, 2020
NateWr added a commit to NateWr/ops that referenced this issue Oct 6, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Oct 6, 2020
NateWr added a commit to NateWr/ojs that referenced this issue Oct 6, 2020
NateWr added a commit to NateWr/omp that referenced this issue Oct 6, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Oct 6, 2020
NateWr added a commit to NateWr/ojs that referenced this issue Oct 6, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Oct 6, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Oct 12, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Oct 12, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Oct 12, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Oct 19, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Oct 19, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Oct 19, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Oct 19, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Oct 19, 2020
- Refactor how submission files are stored
  - New PKPFileService that uses Flysystem 1.x
  - Replace FileId/Revision with revision tracking in separate table
  - Remove file system data such as mimetype from database
  - Change to filenames stored on system
- Change downloaded filenames to use name property and
  anonymise filenames for anonymous reviews.
- Add SubmissionFile schema and service class
- Add API endpoints for submission files
- Replace file upload during submission with new Vue.js component
- Move locale property from Publication to Submission
- Change language for file genre settings
- Change submission file grids to use new SubmissionFileService
- Remove ArtworkFile and SupplementaryFile classes
- Add cli tool to get constant from its value

- pkp#5134 Clear assoc assignments when file is promoted
- pkp#6257 Update submission file policies
NateWr added a commit to NateWr/pkp-lib that referenced this issue Oct 21, 2020
NateWr added a commit to NateWr/ojs that referenced this issue Oct 21, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Oct 21, 2020
NateWr added a commit to NateWr/pkp-lib that referenced this issue Oct 21, 2020
NateWr added a commit to NateWr/omp that referenced this issue Oct 21, 2020
NateWr added a commit to NateWr/ops that referenced this issue Oct 21, 2020
NateWr added a commit that referenced this issue Oct 22, 2020
#6257 Apply additional policies to submission file uploads
NateWr added a commit to pkp/ojs that referenced this issue Oct 22, 2020
NateWr added a commit to pkp/omp that referenced this issue Oct 22, 2020
NateWr added a commit to pkp/ops that referenced this issue Oct 22, 2020
pkp/pkp-lib#6257 Adjust file upload wizard authorization policies
NateWr added a commit that referenced this issue Oct 22, 2020
#6257 Apply additional policies to submission file uploads
NateWr added a commit to pkp/ojs that referenced this issue Oct 22, 2020
NateWr added a commit to pkp/omp that referenced this issue Oct 22, 2020
[stable-3_2_0] pkp/pkp-lib#6257 Move file upload policies into pkp-lib
NateWr added a commit to pkp/ops that referenced this issue Oct 22, 2020
[stable-3_2_0]  pkp/pkp-lib#6257 Move file upload policies into pkp-lib
NateWr added a commit that referenced this issue Oct 22, 2020
#6257 Apply additional policies to submission file uploads
NateWr added a commit to pkp/ojs that referenced this issue Oct 22, 2020
[stable-3_1_2] pkp/pkp-lib#6257 Move file upload policies into pkp-lib
NateWr added a commit to pkp/omp that referenced this issue Oct 22, 2020
[stable-3_1_2] pkp/pkp-lib#6257 Move file upload policies into pkp-lib
NateWr added a commit to NateWr/pkp-lib that referenced this issue Oct 27, 2020
- Refactor how submission files are stored
  - New PKPFileService that uses Flysystem 1.x
  - Replace FileId/Revision with revision tracking in separate table
  - Remove file system data such as mimetype from database
  - Change to filenames stored on system
- Change downloaded filenames to use name property and
  anonymise filenames for anonymous reviews.
- Add SubmissionFile schema and service class
- Add API endpoints for submission files
- Replace file upload during submission with new Vue.js component
- Move locale property from Publication to Submission
- Change language for file genre settings
- Change submission file grids to use new SubmissionFileService
- Remove ArtworkFile and SupplementaryFile classes
- Add cli tool to get constant from its value

- pkp#5134 Clear assoc assignments when file is promoted
- pkp#6257 Update submission file policies
NateWr added a commit to NateWr/pkp-lib that referenced this issue Nov 12, 2020
- Refactor how submission files are stored
  - New PKPFileService that uses Flysystem 1.x
  - Replace FileId/Revision with revision tracking in separate table
  - Remove file system data such as mimetype from database
  - Change to filenames stored on system
- Change downloaded filenames to use name property and
  anonymise filenames for anonymous reviews.
- Add SubmissionFile schema and service class
- Add API endpoints for submission files
- Replace file upload during submission with new Vue.js component
- Move locale property from Publication to Submission
- Change language for file genre settings
- Change submission file grids to use new SubmissionFileService
- Remove ArtworkFile and SupplementaryFile classes
- Add cli tool to get constant from its value

- pkp#5134 Clear assoc assignments when file is promoted
- pkp#6257 Update submission file policies
@NateWr NateWr changed the title Refactor submission file policies Prevent unwanted access to submission files May 31, 2022
@NateWr NateWr closed this as completed May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Housekeeping:1:Todo Any dependency management or refactor that would be nice to have some day.
Projects
None yet
Development

No branches or pull requests

1 participant