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

Dev/large file encryption #725

Merged
merged 5 commits into from
Nov 24, 2023
Merged

Dev/large file encryption #725

merged 5 commits into from
Nov 24, 2023

Conversation

gxnda
Copy link
Contributor

@gxnda gxnda commented Nov 22, 2023

  • Added new icon "View Historical Voucher Logs" to dashboard
  • Added table displaying historical voucher log files, with a button to download next to each entry.
  • Added encryption to "artisan arc:mvl:process" command, meaning that all historical voucher logs processed though this are encrypted.
  • Added decryption when downloading historical voucher logs from vouchers/historical
  • Minor formatting changes to comments etc.

@gxnda gxnda requested a review from tobybatch November 22, 2023 14:02
app/Console/Commands/MvlProcess.php Outdated Show resolved Hide resolved
routes/store.php Outdated Show resolved Hide resolved
@gxnda gxnda requested a review from tobybatch November 23, 2023 16:47
tobybatch
tobybatch previously approved these changes Nov 24, 2023
@tobybatch tobybatch self-requested a review November 24, 2023 13:10
@tobybatch tobybatch merged commit 3086408 into develop Nov 24, 2023
1 check passed
@tobybatch tobybatch deleted the dev/large-file-encryption branch November 24, 2023 13:10
tobybatch added a commit that referenced this pull request Feb 27, 2024
* Change back to just centre

* Create build-and-push-to-dockerhub.yml (#716)

* feat: moved docker files into service (#721)

* chore: added debug to the workflow

* chore: tryng new branch name

* chore: tryng new branch name

* chore: tryng new branch name

* chore: tryng new branch name

* fix: added workflow dispatch

* fix: cleraned up branch name

* docs: tweak on release process

* feat: workfloes on all branches

* chore: docs and a reimbursed seeder (#703)

* Dev/large file encryption (#725)

* feat: added ui for log downloads by f-year

* feat: Encrypts and Decrypts MVL files.

* chore: removed and improved some comments

* chore: added amnual trigger for workflow

---------

Co-authored-by: Tobias Batch <tobias@neontribe.co.uk>

* Update build-and-push-to-dockerhub.yml

* fix: suppressed record with null values inthe payment tempate

* fix: early update on workflow files

* Added command line file decryption and echo (#726)

* feat: added first draft of arc:mvl:cat - untested.

* chore: added some comments

* chore: added some comments

* Write encrypted logs to file rather than database (#727)

* feat: added ui for log downloads by f-year

* feat: Encrypts and Decrypts MVL files.

* chore: removed and improved some comments

* feat: Logs now export as encrypted CSV files, instead of to a database.

* chore: Added more comments.

* chore: Removed unused imports.

* BREAKING CHANGE: Encrypted market logs are now saved as '.arcx.csv' (was '.csv')

* chore: disabled workflow

* fix: labels in the docker

* fix: docker logs to std out

* Dev/large file encryption (#729)

* feat: added ui for log downloads by f-year

* feat: Encrypts and Decrypts MVL files.

* chore: removed and improved some comments

* feat: added ui for log downloads by f-year (#728)

* feat: added ui for log downloads by f-year

* fix: resolved conflicts on VoucherController.php

* fix: linting

---------

Co-authored-by: Tobias Batch <tobias@neontribe.co.uk>

* docs: added diags for erd and server layout (#731)

* docs: added diags for erd and server layout

* docs: added server descriptions

* docs: updated docs on server set up

* Updated to include more of the images.

* feat: adds voucher state history to voucher deep exports (#736)

* feat: adds voucher state history to voucher deep exports

* fix: don't override base model function you muppet

* fix: removed unneeded (and mispelled) function

* feat: adds a cli encrypter (#734)

* chore: upgrade php packages (#738)

* chore: post merge cleanup!

* feat: fixed docker build for prod env

* fix: permissisons on passport keys for the docker

* chore: docker instructions

* chore: stand alone docker start up

* Dev/add commitlint (#741)

* feat: added commit lint

* fix: added postinstall

* chore(deps): bump phpseclib/phpseclib from 3.0.20 to 3.0.36 (#744)

Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 3.0.20 to 3.0.36.
- [Release notes](https://github.com/phpseclib/phpseclib/releases)
- [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md)
- [Commits](phpseclib/phpseclib@3.0.20...3.0.36)

---
updated-dependencies:
- dependency-name: phpseclib/phpseclib
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump follow-redirects from 1.15.2 to 1.15.5 (#745)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.5)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump phenx/php-svg-lib from 0.5.0 to 0.5.2 (#743)

Bumps [phenx/php-svg-lib](https://github.com/PhenX/php-svg-lib) from 0.5.0 to 0.5.2.
- [Release notes](https://github.com/PhenX/php-svg-lib/releases)
- [Commits](dompdf/php-svg-lib@0.5.0...0.5.2)

---
updated-dependencies:
- dependency-name: phenx/php-svg-lib
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: lauragurney <laura.gurney@gmail.com>
Co-authored-by: lauragurney <laura@neontribe.co.uk>
Co-authored-by: Gabriel Lancaster-West <116901054+gxnda@users.noreply.github.com>
Co-authored-by: charles strange <charles@neontribe.co.uk>
Co-authored-by: charlesstrange2 <25037036+charlesstrange2@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants