Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
719cd25
Added the fetch of the identity information from the domain associate…
jwrosewell Jun 6, 2022
4d48cf0
Merge branch 'feature/audit-log-v2-pattern-library' into feature/audi…
jwrosewell Jun 15, 2022
c62be72
Removed the CMP folder.
jwrosewell Jun 15, 2022
49a1115
Move the locale and loader capabilities to the core so that they can …
jwrosewell Jun 15, 2022
d4e7a2f
The output from the CMP module now has "cmp" in the resource file nam…
jwrosewell Jun 15, 2022
6b679f5
Contoller now supports the AuditHandler interface.
jwrosewell Jun 15, 2022
b198c27
Modified the gitignore to ignore all the OK-UI assets.
jwrosewell Jun 15, 2022
156e58e
Updated the marketing template to use the new CMP file.
jwrosewell Jun 15, 2022
9722d27
Added the audit log string to the attributes of the div element so th…
jwrosewell Jun 15, 2022
9af0bde
Updated the comment in PAF lib to make it clearer on the method to tr…
jwrosewell Jun 15, 2022
79cf56b
Completed the download functionality.
jwrosewell Jun 15, 2022
bd54cf2
Modified the demo and PAF lib to fake an audit log input to the PAF lib.
jwrosewell Jun 15, 2022
b848863
Updated the audit button to the single icon.
jwrosewell Jun 15, 2022
1f08ae0
Added the close icon to the language file.
jwrosewell Jun 15, 2022
ddf878e
Merge branch 'main' of https://github.com/prebid/paf-mvp-implementati…
jwrosewell Jun 15, 2022
1f46a92
Merge branch 'feature/audit-log-v2-pattern-library' into feature/audi…
jwrosewell Jun 15, 2022
6d34b18
Pattern library (Audit log v2) fix broken link in documentation
johnnorris Jun 16, 2022
db673a9
Initial update of UI HTML and CSS.
jwrosewell Jun 16, 2022
f96ce89
Pattern library (Audit log v2) specify Node v16
johnnorris Jun 16, 2022
a57492d
Pattern library (Audit log v2) ensure popup is fixed from top
johnnorris Jun 20, 2022
8f4799c
Pattern library (Audit log v2) update README on Storybook
johnnorris Jun 20, 2022
7906bfb
WIP
jwrosewell Jun 24, 2022
b6cde58
Merge branch 'main' of https://github.com/prebid/paf-mvp-implementati…
jwrosewell Jun 24, 2022
117a055
WIP
jwrosewell Jun 26, 2022
d7dd657
Merge branch 'feature/cmp-initial' of https://github.com/51Degrees/pa…
jwrosewell Jun 26, 2022
f5e997d
Added a sub module for the verification of signatures in the browser …
jwrosewell Jun 27, 2022
a9bb9af
WIP
jwrosewell Jun 27, 2022
63579f5
Pushed bug fix to related submodule.
jwrosewell Jun 27, 2022
a7383db
Pattern library (Audit log v2) Add status icon
johnnorris Jun 28, 2022
9e3f752
Pattern library (Audit log v2) Add hidden util
johnnorris Jun 28, 2022
a87891e
Merge branch 'feature/cmp-initial' of https://github.com/51Degrees/pa…
jwrosewell Jun 28, 2022
d10d533
WIP
jwrosewell Jun 29, 2022
24b8d32
Added a readme and sorted out parameters for brand name and logo.
jwrosewell Jun 29, 2022
7f3d462
Updated readme.md
jwrosewell Jun 29, 2022
e43534b
Merge branch 'main' of https://github.com/prebid/paf-mvp-implementati…
jwrosewell Jun 29, 2022
fa21832
Merge branch 'feature/cmp-initial' of https://github.com/51Degrees/pa…
jwrosewell Jul 1, 2022
a60cd76
Modified the project to include a reference to a forked version of ec…
jwrosewell Jul 1, 2022
9231884
Removed build commands that don't work across platform.
jwrosewell Jul 1, 2022
0e6d46d
Use the core version of the Marketing class for evaluating marketing …
jwrosewell Jul 1, 2022
053a5dc
Implemented the V2 Audit Log user interface.
jwrosewell Jul 1, 2022
99ac6da
Added submodule for ECDSA bug fix.
jwrosewell Jul 1, 2022
4d4036d
Removed references to ecdsa-secp256r1 for NPM. Submodule is now used.
jwrosewell Jul 1, 2022
fb45390
rollup-plugin-node-globals and rollup-plugin-node-polyfills added for…
jwrosewell Jul 1, 2022
7751e45
Updated the demo to place the OneKey icon under an image that does no…
jwrosewell Jul 1, 2022
fd33781
Fix name change for CMP.
jwrosewell Jul 1, 2022
659086f
Added dependency to clone the sub modules when running tests.
jwrosewell Jul 1, 2022
27067ac
Changed sub module run command as Git shows the test has stalled for …
jwrosewell Jul 1, 2022
00ca100
Improve the setting of the advert content width.
jwrosewell Jul 1, 2022
86d471c
Removed pause this Ad UI component.
jwrosewell Jul 1, 2022
698a52a
Added missing data-action for settings.
jwrosewell Jul 1, 2022
aa223c5
Addressed potential bug where multiple listenners are added to the sa…
jwrosewell Jul 1, 2022
5fa28b9
Fixed wrong URL being used in the preload.
jwrosewell Jul 1, 2022
679dc06
Moved the git submodule clone to what seems to be the right place.
jwrosewell Jul 1, 2022
2a7c38a
Fixed upper case L in log that prevented tests passing on Ubuntu.
jwrosewell Jul 1, 2022
d5ec0a5
Fixed bug in test where the overall property does not need await.
jwrosewell Jul 1, 2022
6924b12
Fixed test defect where the test was not running. Now uses async await.
jwrosewell Jul 4, 2022
bd82cf6
Removed Promise from generateKey because this is only ever called in …
jwrosewell Jul 4, 2022
96e98f0
Check if the return type from verify and fromJWK is a promise and han…
jwrosewell Jul 4, 2022
6f76f25
Removed unneeded await in the test.
jwrosewell Jul 4, 2022
58dc0b2
Found cause of random test failure. The signature is being returned i…
jwrosewell Jul 4, 2022
d1a0922
Improved the performance of the resolver when no delay is specified.
jwrosewell Jul 4, 2022
62a7144
Fixed comment.
jwrosewell Jul 4, 2022
f8b2da7
Removed console log messages.
jwrosewell Jul 4, 2022
301b757
Updated mock audit log data.
jwrosewell Jul 4, 2022
740383b
Addess GitHub warning due to duplicate package names in tests.
jwrosewell Jul 4, 2022
804cae7
Cast the verify check to boolean to avoid any possible issue with it …
jwrosewell Jul 4, 2022
9cc4c37
Added a check for the verify method to handle situations where it is …
jwrosewell Jul 4, 2022
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
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Clone sub modules
run: git submodule update --init --recursive
- name: Cache dependencies
id: cache_node_modules
uses: actions/cache@v2
Expand Down Expand Up @@ -38,6 +40,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Clone sub modules
run: git submodule update --init --recursive
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: npm ci
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "ecdsa-secp256r1"]
path = ecdsa-secp256r1
url = https://github.com/51Degrees/ecdsa-secp256r1.git
1 change: 1 addition & 0 deletions ecdsa-secp256r1
Submodule ecdsa-secp256r1 added at 7575bb
190 changes: 171 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"ec-key": "^0.0.4",
"ecdsa-secp256r1": "^1.3.3",
"express": "^4.17.2",
"express-handlebars": "^6.0.3",
"json-schema-to-ts": "^1.6.5",
Expand Down Expand Up @@ -117,6 +116,8 @@
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-minify-html-literals": "^1.2.6",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-posthtml-template": "^1.3.0",
"rollup-plugin-preact": "^0.5.2",
"rollup-plugin-serve": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion paf-mvp-audit/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/src
/test
/tests
Loading