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

Remove legacy Fetch and Document Cloudinary ☁️ mod #1644

Closed
wants to merge 23 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
0e60d0b
remove cloudinary provider module
dbauszus-glx Oct 8, 2024
f52a2c4
update cloudinary signer
dbauszus-glx Oct 15, 2024
38edd5f
update cloudinary signer and entry module
dbauszus-glx Oct 16, 2024
b935b9a
Merge branch 'main' into cloudinary-entries-sign
dbauszus-glx Oct 16, 2024
62763e5
Merge branch 'main' into cloudinary-entries-sign
AlexanderGeere Oct 18, 2024
dd22595
Merge branch 'main' into cloudinary-entries-sign
dbauszus-glx Oct 23, 2024
c1ef619
Merge branch 'main' into cloudinary-entries-sign
dbauszus-glx Oct 24, 2024
945ce16
Merge branch 'main' into cloudinary-entries-sign
dbauszus-glx Oct 25, 2024
22faf10
Merge branch 'main' into cloudinary-entries-sign
dbauszus-glx Oct 25, 2024
c6657e5
Merge branch 'main' into cloudinary-entries-sign
dbauszus-glx Oct 29, 2024
0046923
System messages as ui elements;
cityremade Oct 30, 2024
f2dc9f2
Merge branch 'cloudinary-entries-sign' of https://github.com/dbauszus…
cityremade Oct 30, 2024
66de0b4
Merge branch 'main' into cloudinary-entries-sign
dbauszus-glx Oct 30, 2024
3d16dcc
Merge branch 'main' into cloudinary-entries-sign
dbauszus-glx Oct 30, 2024
5693a84
Merge branch 'main' into cloudinary-entries-sign
RobAndrewHurst Oct 31, 2024
5073fd2
Fix confirm messages
RobAndrewHurst Oct 31, 2024
8ee3a5a
Merge branch 'main' into pr/dbauszus-glx/1542
RobAndrewHurst Oct 31, 2024
497313e
Update docs and fix async
RobAndrewHurst Oct 31, 2024
359f96d
cloudinary tests
AlexanderGeere Oct 31, 2024
ae2edf9
Merge pull request #1542 from dbauszus-glx/cloudinary-entries-sign
RobAndrewHurst Oct 31, 2024
6301252
Merge pull request #1643 from GEOLYTIX/patch
RobAndrewHurst Oct 31, 2024
27fd41e
Remove cloudfront legacy fetch
RobAndrewHurst Oct 31, 2024
a0fa251
Update docs
RobAndrewHurst Oct 31, 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
4 changes: 1 addition & 3 deletions express.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ app.get(`${process.env.DIR || ''}/api/provider/:provider?`, api)

app.post(`${process.env.DIR || ''}/api/provider/:provider?`, express.json({ limit: '5mb' }), api)

app.get(`${process.env.DIR || ''}/api/sign/:provider?`, api)

app.post(`${process.env.DIR || ''}/api/sign/:provider?`, express.json({ limit: '5mb' }), api)
app.get(`${process.env.DIR || ''}/api/sign/:signer?`, api)


app.get(`${process.env.DIR || ''}/api/query/:template?`, api)
Expand Down
Loading
Loading