-
Notifications
You must be signed in to change notification settings - Fork 33
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
Feature/human app frontend #2177
Merged
portuu3
merged 594 commits into
humanprotocol:develop
from
blockydevs:feature/human-app-frontend
Jul 15, 2024
Merged
Feature/human app frontend #2177
portuu3
merged 594 commits into
humanprotocol:develop
from
blockydevs:feature/human-app-frontend
Jul 15, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ure-at-beginning-of-operator-sign-up-flow Haf 53 add verification signature at beginning of operator sign up flow
Haf 65 typography fixes on mobile
…file' into HAF-56-connect-available-jobs-table-with-backend-on-worker-profile
…file' into HAF-56-connect-available-jobs-table-with-backend-on-worker-profile
…ith-backend-on-worker-profile Haf 56 connect available jobs table with backend on worker profile
…le-jobs-table-with-backend-on-worker-profile
…table-with-backend-on-worker-profile Haf 55 connect my jobs table with backend on worker profile
…gration-on-worker-profile
…on-worker-profile Haf 58 add synaps integration on worker profile
Feat/operator web3 signup
fix(app/use-connected-wallet-hook): add initial state handling
…ydevs/human-protocol into feature/human-app-frontend
* HAM-2 * HAM-6 * HAM-3 * HAM-3 part 2 * HAM-9 * HAM-1 * HAM-5 * HAM-1 rework * Fix to HAM-9 * Fix to HAM-6
* HAM-16/30/31/32
* fix(app/worker/jobs): fix resign job dto * Fixes ut --------- Co-authored-by: KacperKoza343 <[email protected]>
* Changes assignment id back from number to string * Update job-assignment.model.ts
* feat(app/worker/password): add hcaptcha field * Fixes endpoint model for forgot password, adds h-captcha token to email verification resend endpoint model * Adds proper handling of ttl and changes address to wallet_address in JWT token decoding * Adds proper handling of ttl and changes address to wallet_address in JWT token decoding * small fix * small fix * Adds cache reset on demand --------- Co-authored-by: KacperKoza343 <[email protected]>
* Add lock * feat(app/worker): add missing hcaptcha * fix(app/hcaptcha): refresh form captcha after FetchError * feat(app): add missing captcha * feat(app): add error to captcha * feat(app): add gracefull error handling (#172) * fix(app/worker/profile): fix KYC start process * feat(app/worker/profile): fix mobile jobs tables * fix(app): fix copy (#176) * fix(app/worker/profile): disable job discovery when did not register address (#175) * fix(app/wallet-connect): improve networks narrowing * fix(app/operator/set-up/stake): redirect after successfull stake * fix(app/operator/set-up/stake): remove useless changes * feat(app/auth): logout user when tokens expire * fix(app/worker/jobs): extend job routing * feat(app/operator/set-up): ommit approve if not nesseccary while staking * feat(app/auth): allow user to switch account on homepage * fix(app/auth/jwt-expiration): fix naming * fix(app/worker/profile): remove callbacks from KYC mutation hook * feat(app/worker/email-verification): redirect unverified user to veri… (#189) * feat(app/worker/email-verification): redirect unverified user to verify page * feat(app/worker/email-verification): logout on cancel button * fix(app/auth): update jwt payload (#194) * feat(app/worker/email-verification): prevent unathenticated user from resend email verification (#195) * Ham 20 register address and add kyc on chain should be two different steps (#191) * feat(app/worker/register-address): separate address registering from KVStore setup * feat(app/worker/profile): change adding value to KVStore * feat(app/worker/profile): update KYC on chain feature * feat(app/worker/profile): update profile actions * feat(app/worker/profile): handle new KYC responses (#196) * feat(app/worker/profile): remove oracle address * fix(app/worker/jobs): change assigment_id type (#193) * Ham 44 missing oracle address in my jobs table (#197) * fix(app/worker/jobs): fix my jobs fetching * fix(app/worker/jobs/resign-job): fix resign jobs dto * feat(app/layout): close drawer on link click (#198) * fix(app): add fixes after review * revert yarn.lock --------- Co-authored-by: MicDebBlocky <[email protected]>
…ydevs/human-protocol into feature/human-app-frontend
* fix(app/worker/profile): fix response validation and enable labeling notification * fix(app/worker/profile/reset-password): logout user after password reset
* fix(app/worker/signout): logout user when visiting sign up page * fix(app/auth-pages): logout users
* fix(app/worker/signout): logout user when visiting sign up page * fix(app/auth-pages): logout users * fix(app/profiles): update help buttons in drawers
* fix(app/worker/signout): logout user when visiting sign up page * fix(app/auth-pages): logout users * fix(app/profiles): update help buttons in drawers * fix(app/profiles): help url redirect
* feat(app/operator/profile): update UI according to operator * fix(app/operator/profile): update JWT data after deactivation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
portuu3
approved these changes
Jul 15, 2024
packages/apps/human-app/server/src/common/filter/global-exception.filter.spec.ts
Outdated
Show resolved
Hide resolved
.../apps/human-app/server/src/integrations/exchange-oracle/spec/exchange-oracle.gateway.spec.ts
Outdated
Show resolved
Hide resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Summary of changes
How test the changes
Related issues
Keywords for linking issues