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

pkp/plagiarism#52 iThenticate API update and plugin update #57

Merged
merged 76 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
7f39d43
pkp/plagiarism#52 iThenticate API update and plugin update
touhidurabir Feb 6, 2024
b51046e
pkp/plagiarism#52 update based on initial PR review
touhidurabir Feb 12, 2024
ae26048
pkp/plagiarism#52 added class doc block for Plagiarism Settings Form …
touhidurabir Feb 12, 2024
7e17e22
pkp/plagiarism#52 fixed issue override issue
touhidurabir Feb 14, 2024
26cb1d2
pkp/plagiarism#52 added eula handling and stamping to submission and …
touhidurabir Feb 27, 2024
62ab975
pkp/plagiarism#52 code formatting update
touhidurabir Feb 27, 2024
5432abe
pkp/plagiarism#52 added the handling of missing service access case
touhidurabir Feb 27, 2024
5e5622c
pkp/plagiarism#52 added exception handling for multiple file upload f…
touhidurabir Mar 4, 2024
eac1931
pkp/plagiarism#52 added ability to handle multiple file for single su…
touhidurabir Mar 4, 2024
9740f11
pkp/plagiarism#52 added similarity check initiation process via webhook
touhidurabir Apr 4, 2024
c22c0bd
pkp/plagiarism#52 code formatting
touhidurabir Apr 4, 2024
7ca6801
pkp/plagiarism#52 code rearranged
touhidurabir Apr 5, 2024
f37056d
pkp/plagiarism#52 added check to hanlde error when no ithenticate ser…
touhidurabir Apr 25, 2024
ff6f8e9
pkp/plagiarism#52 disable test mode by default
touhidurabir Apr 25, 2024
ecf0456
pkp/plagiarism#52 functionality added to handle EULA confirmation req…
touhidurabir Apr 30, 2024
d52111a
pkp/plagiarism#52 added *_permission_set for owner and submitter
touhidurabir May 6, 2024
1c6adcc
pkp/plagiarism#52 added SIMILARITY_COMPLETE and SIMILARITY_UPDATED ev…
touhidurabir May 6, 2024
15ac8f8
pkp/plagiarism#52 added specific few similarty report generation conf…
touhidurabir May 8, 2024
483c0b9
pkp/plagiarism#52 improved workflow for eula handling
touhidurabir May 9, 2024
a00d5bc
pkp/plagiarism#52 added retrying, polling, similarity score presentat…
touhidurabir May 14, 2024
4c16098
pkp/plagiarism#52 added missing doc blocks
touhidurabir May 14, 2024
7a7cc35
pkp/plagiarism#52 added confirmation checkbox on submission EULA re-c…
touhidurabir May 14, 2024
43656b9
pkp/plagiarism#52 added viewer update settings and proper handling of…
touhidurabir May 15, 2024
7ceb718
pkp/plagiarism#52 added eula confirmation modal as middle action from…
touhidurabir May 15, 2024
837bd30
pkp/plagiarism#52 added time stamp flag to indetify if submission com…
touhidurabir May 16, 2024
4a7af87
pkp/plagiarism#52 removed eula as checklist and force to confirm as f…
touhidurabir May 17, 2024
1568fbc
pkp/plagiarism#52 restriced zip file uploading to ithenticate
touhidurabir May 17, 2024
5a4e001
pkp/plagiarism#52 added setting to enable/disable auto upload at subm…
touhidurabir May 17, 2024
6e706e1
pkp/plagiarism#52 moved the test mode setting to config file
touhidurabir May 19, 2024
1a72ea6
pkp/plagiarism#52 code indentation fixing
touhidurabir May 20, 2024
548edd7
pkp/plagiarism#52 finalise the similarity score column
touhidurabir May 21, 2024
c0b60bd
pkp/plagiarism#52 added proper user notification presentation
touhidurabir May 22, 2024
4eb64c4
pkp/plagiarism#52 Readme updated and fixed some typos
touhidurabir May 24, 2024
0f7de79
pkp/plagiarism#52 similarity score presentation updated
touhidurabir May 24, 2024
9b1eb4a
pkp/plagiarism#52 camel cased all schema attributes
touhidurabir May 27, 2024
963df1e
pkp/plagiarism#52 moved the similarity score/action column as the sec…
touhidurabir May 27, 2024
97e1a5d
pkp/plagiarism#52 update import usage
touhidurabir May 27, 2024
43b7249
pkp/plagiarism#52 fixed class header doc block
touhidurabir May 27, 2024
d8fdc8e
pkp/plagiarism#52 made compatible with OMP 3.3.0
touhidurabir May 27, 2024
830e9b5
pkp/plagiarism#52 made compatible with OPS 3.3.0
touhidurabir May 27, 2024
c758810
pkp/plagiarism#52 added similarity settings property, copyright year …
touhidurabir May 28, 2024
8e279ce
pkp/plagiarism#52 better archive file restriction applied
touhidurabir May 28, 2024
d17927e
pkp/plagiarism#52 fixed issue with getContextEulaDetails method imple…
touhidurabir May 28, 2024
35a3bd2
pkp/plagiarism#52 added authorization policies to component route cla…
touhidurabir May 28, 2024
874f558
pkp/plagiarism#52 fixed authorization policies to component route cla…
touhidurabir May 28, 2024
94b6424
pkp/plagiarism#52 mad auth policies OPS compatible
touhidurabir May 28, 2024
f0a3267
pkp/plagiarism#52 code indentation fixed
touhidurabir May 29, 2024
0e4296d
pkp/plagiarism#52 update translation and viewer launch settings
touhidurabir May 31, 2024
8ad108d
pkp/plagiarism#52 updated readme and similarity settings screenshot
touhidurabir May 31, 2024
a08cb79
pkp/plagiarism#52 updated readme
touhidurabir May 31, 2024
feac094
pkp/plagiarism#52 added exclude_small_matches validation
touhidurabir Jun 3, 2024
6042142
pkp/plagiarism#52 updated enable/disable behaviour to handle pkp/plag…
touhidurabir Jun 4, 2024
e7375e8
pkp/plagiarism#52 added some precautionary checks
touhidurabir Jun 5, 2024
a0ad8d9
pkp/plagiarism#52 added better enable/disable control
touhidurabir Jun 7, 2024
63e783a
pkp/plagiarism#52 added all serach repos and removed viewer_permissio…
touhidurabir Jun 12, 2024
9a401d3
pkp/plagiarism#52 added check before manula similarity report scheduling
touhidurabir Jun 12, 2024
2972f3d
pkp/plagiarism#52 translation update
touhidurabir Jun 12, 2024
207361b
pkp/plagiarism#52 added comment for issue no 49 and install mode conf…
touhidurabir Jun 14, 2024
38cb063
pkp/plagiarism#52 readme updated
touhidurabir Jun 19, 2024
450e03b
pkp/plagiarism#52 existing webook delete added before registering a n…
touhidurabir Jun 20, 2024
a6fa2b8
pkp/plagiarism#52 fixed webhook registration issue in settings form
touhidurabir Jun 23, 2024
5c493ac
pkp/plagiarism#52 added CLI tool update webhook on config creds change
touhidurabir Jul 3, 2024
0e93569
Update to version 1.0.6.2
touhidurabir Jul 8, 2024
fda3e40
Update to version 1.0.7.0
touhidurabir Jul 8, 2024
c642ad1
pkp/plagiarism#52 fixed issue with settings update
touhidurabir Aug 9, 2024
0207f2e
Update README.md
asmecher Aug 15, 2024
0b3fcd6
pkp/plagiarism#52 added revision files history feature
touhidurabir Aug 23, 2024
8d210b9
pkp/plagiarism#52 removed weird EULA determining from first submissio…
touhidurabir Sep 3, 2024
62d3ccd
pkp/plagiarism#52 fixed bug preserving plagiarism history
touhidurabir Sep 10, 2024
e17e299
pkp/plagiarism#52 PHP 7.4 compatibility
touhidurabir Sep 12, 2024
27b723d
pkp/plagiarism#52 added error log if ithenticate creating submission …
touhidurabir Sep 18, 2024
c5c817e
pkp/plagiarism#52 moved default eula lang details under the checking …
touhidurabir Sep 19, 2024
c5dae25
pkp/plagiarism#52 Better handling of EULA non required case
touhidurabir Sep 20, 2024
d859cfe
pkp/plagiarism#52 Better handling submission file name for multi lang
touhidurabir Sep 20, 2024
a675e7b
pkp/plagiarism#52 score value escape
touhidurabir Sep 24, 2024
ce4875f
Merge branch 'stable-3_3_0' into i52_stable_3_3_0
touhidurabir Sep 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/vendor
.DS_Store
Loading