-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
feat: validate from uploaded file #4239
Conversation
f1d04db
to
c023f35
Compare
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Is necessary to identify the file to parse from UUID. Signed-off-by: Vitor Mattos <[email protected]>
A step to be possible choose what kind of metadata I want Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
1ecff7b
to
afd602a
Compare
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
49ac7fb
to
784b751
Compare
removed typo that was added to be possible validate when pdfsig don't exists Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
/backport to stable30 |
/backport to stable29 |
Signed-off-by: Vitor Mattos <[email protected]>
The backport to # Switch to the target branch and update it
git checkout stable29
git pull origin stable29
# Create the new backport branch
git checkout -b backport/4239/stable29
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 1002f105 24a887af 75267492 11f16b14 f900fa83 214f4c27 859df10c 92aa3ddc 07d39d3b af51c3d1 054d0e53 d013ffb6 16dd18cf 9fa09107 4dcdb18e fb88965b 756263de db126976 0079f3c2 7e2f74d0 78d7ad15 9d5cb1f2 574e4ec3 8dd6d5ad 04feb06d a1dc48b8 97b9a224 5322fc0c 70e03c59 a139447f
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/4239/stable29 Error: Failed to push branch backport/4239/stable29: fatal: could not read Username for 'https://github.com': No such device or address Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
/backport to stable29 |
The backport to # Switch to the target branch and update it
git checkout stable29
git pull origin stable29
# Create the new backport branch
git checkout -b backport/4239/stable29
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 1002f105 24a887af 75267492 11f16b14 f900fa83 214f4c27 859df10c 92aa3ddc 07d39d3b af51c3d1 054d0e53 d013ffb6 16dd18cf 9fa09107 4dcdb18e fb88965b 756263de db126976 0079f3c2 7e2f74d0 78d7ad15 9d5cb1f2 574e4ec3 8dd6d5ad 04feb06d a1dc48b8 97b9a224 5322fc0c 70e03c59 a139447f
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/4239/stable29 Error: Failed to push branch backport/4239/stable29: fatal: could not read Username for 'https://github.com': No such device or address Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
Dependency added:
Was added as fallback to native PHP signature parser.
to-do