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

Release v1.20.5 #381

Merged
merged 303 commits into from
Jun 1, 2024
Merged

Release v1.20.5 #381

merged 303 commits into from
Jun 1, 2024

Conversation

Pjaijai
Copy link
Owner

@Pjaijai Pjaijai commented Jun 1, 2024

Update:
hot fix post request count problem

Pjaijai and others added 30 commits November 25, 2023 15:55
* Created authenticated layout

* install packages

* Adding config

* Adding ContributionAreaBadge test

* house keep

* install packages

* Adding config

* Adding ContributionAreaBadge test

* house keep

* add doc

* update test doc

* Update contributing doc

---------

Co-authored-by: Pjaijai <paul6a24@hotmail.com>
* Created authenticated layout

* Add eslint and prettier pre commit

* Fix format

* Modify prettier config

* feat: add commit convention hook

* fix: fix commit problem

* chore: use absolute version

* chore(release): 1.6.0

* chore: house keep

* docs: add doc

---------

Co-authored-by: Pjaijai <paul6a24@hotmail.com>
* docs: updating contributing doc

* ci: adding run client test ci

---------

Co-authored-by: Pjaijai <paul6a24@hotmail.com>
Co-authored-by: Pjaijai <paul6a24@hotmail.com>
Co-authored-by: Pjaijai <paul6a24@hotmail.com>
* test: adding created-at and location helper tests

* chore: rename folder name

---------

Co-authored-by: Pjaijai <paul6a24@hotmail.com>
* feat: create create user with email password api

* feat: create sign up skeleton

* feat: adding error message to form check box

* feat: adding type for form text input

* refactor: refactor auth email and password validation

* feat: create sign in form validation

* feat: create sign in form skeleton

* chore: rename sign up api and hook

* feat: create sign in form skeleton

* feat: adding auth api ui handling

* fix: fix error toast color

* feat: handle username

* feat: duplicate username handling

* feat: create create user with email password api

* feat: create sign up skeleton

* chore: rename sign up api and hook

* feat: create sign in form skeleton

* fix: fix profile usernam validation

* feat: create signInWithMagicLink api and hook

* chore: rename and move sign in and sign up api type

* feat: create ISignInEmailMagicLinkRequest type

* feat: create magic linka and password sign in form

* feat: create magic link and password sign in validation

* feat: create sign in tab

* feat: create sign in template

* feat: adding left component to input label

* fix: fix auth form tabs height

* chore: house keep

* fix: fix style of register link in sign in template

* chore: house keep

* fix: fix username max length validation

* fix: fix validation text

* feat: create EEmaiVerification

* feat: create email verificaiton page

* feat: add email verification to site config

* feat: sign up page house keep

* feat: remove sign up page checkbox validaiton

* feat: fix text and copy

* fix: add forgort password link to sign in page

* fix: fixing minor issue

\

* style: fixing margin

* refactor: performance improvement

---------

Co-authored-by: Pjaijai <paul6a24@hotmail.com>
* feat: add contributor

* test: fix test

* fix: fix contributor area

---------

Co-authored-by: Pjaijai <paul6a24@hotmail.com>
Co-authored-by: Pjaijai <paul6a24@hotmail.com>
* chore: fix auth tmeplate import path

* chore: centailize auth templates

* feat: remove hover underline base link button

* feat: create sign up confirmation page

* test: fix test

---------

Co-authored-by: Pjaijai <paul6a24@hotmail.com>
* feat: create forgot password

* fix: add loading for sigin and sing up

* feat: add disabled to input

* feat: add sign in button to site header

* fix: fix site paht in site config

---------

Co-authored-by: Pjaijai <paul6a24@hotmail.com>
… form (#281)

Co-authored-by: Pjaijai <paul6a24@hotmail.com>
* feat: remove old sign in

* fix: replace sign path insead of auth path

---------

Co-authored-by: Pjaijai <paul6a24@hotmail.com>
Co-authored-by: Pjaijai <paul6a24@hotmail.com>
# Conflicts:
#	DEVELOPER.md
#	client/.gitignore
#	client/app/auth/page.tsx
#	client/app/error.tsx
#	client/app/post/history/[userUuid]/page.tsx
#	client/app/profile/[userUuid]/page.tsx
#	client/components/customized-ui/buttons/contact.tsx
#	client/components/customized-ui/cards/referral.tsx
#	client/components/customized-ui/pop-overs/search.tsx
#	client/components/icons.tsx
#	client/config/site.ts
#	client/hooks/api/industry/get-Industry-list.tsx
#	client/hooks/api/location/get-city-list.tsx
#	client/hooks/api/location/get-country-list.tsx
#	client/hooks/api/location/get-province-list.tsx
#	client/hooks/api/post/get-post-list-by-user-uuid.tsx
#	client/hooks/api/post/get-post.tsx
#	client/hooks/api/post/search-post.tsx
#	client/hooks/api/referral/search-referral.tsx
#	client/hooks/api/user/get-user-count.tsx
#	client/hooks/api/user/get-user-profile.tsx
#	client/lib/exceptions.ts
#	client/modules/auth/template.tsx
#	client/modules/contributors/data/contributors.ts
#	client/modules/post/common/post-status-options.ts
#	client/modules/post/components/info-display/header.tsx
#	client/modules/post/components/info-display/status.tsx
#	client/modules/post/create/template.tsx
#	client/modules/post/edit/template.tsx
#	client/modules/post/history/components/cards/post-history.tsx
#	client/modules/post/referee/template.tsx
#	client/modules/post/referer/template.tsx
#	client/modules/post/view/template.tsx
#	client/modules/profile/template.tsx
#	client/modules/referral/referee/template.tsx
#	client/modules/referral/referer/template.tsx
#	client/types/api/request/post/filter-meta.ts
#	client/types/api/request/post/search.ts
#	client/types/api/request/post/update.ts
#	client/types/api/response/referer-post.ts
#	client/types/common/post-status.ts
#	client/types/common/post.ts
#	client/utils/common/api/index.tsx
#	client/yarn.lock
Co-authored-by: Pjaijai <paul6a24@hotmail.com>
pauljaijai and others added 21 commits May 12, 2024 20:46
Co-authored-by: Pjaijai <paul6a24@hotmail.com>
# Conflicts:
#	CHANGELOG.md
#	package.json
* feat: support collabration type for post type

* refactor: house keep post hostory card

* feat: add post type option scription

---------

Co-authored-by: Pjaijai <paul6a24@hotmail.com>
* feat: add migration script for checking user staus when update post and create post

* feat: block not active user in message api

---------

Co-authored-by: Pjaijai <paul6a24@hotmail.com>
# Conflicts:
#	CHANGELOG.md
#	package.json
@Pjaijai Pjaijai added the release label Jun 1, 2024
@Pjaijai Pjaijai requested a review from R1R69 June 1, 2024 20:35
@Pjaijai Pjaijai self-assigned this Jun 1, 2024
Copy link

vercel bot commented Jun 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
referalah ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 1, 2024 8:37pm

# Conflicts:
#	CHANGELOG.md
#	package.json
@Pjaijai Pjaijai merged commit 5c4613a into main Jun 1, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants