PromucFlow_constructor/app/server
Nayan bb9010d875
fix: fetch user by case insensitive email for oauth login (#10350)
When an user signs up, we store the email in lower case. When user logins with oauth2, we fetch user by email ignoring case. This creates a problem if email from oauth is in upper case. As users are registered with lowercase and we're trying to fetch with upper, users are not found.
This PR fetches user by case insensitive emails during oauth login.
2022-01-25 13:54:50 +00:00
..
.run [Issue #2093]-show last used organizations first in home page (#4461) 2021-05-16 09:42:10 +06:00
appsmith-git Use the authorName as committer to avoid the inconsistency with name in git clients (#10518) 2022-01-20 19:49:36 +05:30
appsmith-interfaces feat: Add documentation URL alongwith the error response to offer more info about the exception (#10325) 2022-01-20 02:48:43 +00:00
appsmith-plugins fix: Spaces in Google Sheet name (#10605) 2022-01-25 10:52:40 +05:30
appsmith-server fix: fetch user by case insensitive email for oauth login (#10350) 2022-01-25 13:54:50 +00:00
envs fix: Added client side execution logic and on page load logic for js (#9392) 2021-12-01 22:02:43 +05:30
mongo-seed
scripts chore: bump follow-redirects from 1.14.3 to 1.14.7 in /app/server/scripts/node (#10413) 2022-01-15 03:43:12 +05:30
.gitignore Improve server setup experience documentation (#4441) 2021-05-19 19:29:08 +05:30
build.sh feat: Introducing SaaS integrations as a plugin (#7560) 2021-09-21 17:35:29 +05:30
buildpack-run.sh
docker-compose.yml feat: Git version control functionality with connect to remote, commit, push flows (#8403) 2021-10-20 09:47:34 +00:00
Dockerfile feat: Git version control functionality with connect to remote, commit, push flows (#8403) 2021-10-20 09:47:34 +00:00
entrypoint.sh Remove echo MongoDB URI 2021-12-24 22:01:39 +05:30
pom.xml Update log4j patch version (#10394) 2022-01-13 18:34:00 +05:30
Procfile
README.md Adds YT Setup Videos to Docs (#5744) 2021-07-09 15:54:34 +05:30
system.properties

Appsmith Server

This is the server-side repository for the Appsmith framework.

For details on setting up your development machine, please refer to the Setup Guide