calcom/public/static/locales
Omar López 7bc7b241ac
Zomars/cal 794 normalize emails in db (#1361)
* Email input UX improvements

* Makes email queries case insensitive

* Lowercases all emails

* Type fixes

* Re adds lowercase email to login

* Removes citext dependency

* Updates schema

* Migration fixes

* Added failsafes to team invites

* Team invite improvements

* Deleting the index, lowercasing 

```
calendso=> UPDATE users SET email=LOWER(email);
ERROR:  duplicate key value violates unique constraint "users.email_unique"
DETAIL:  Key (email)=(free@example.com) already exists.
```

vs.

```
calendso=> CREATE UNIQUE INDEX "users.email_unique" ON "users" (email);
ERROR:  could not create unique index "users.email_unique"
DETAIL:  Key (email)=(Free@example.com) is duplicated.
```

I think it'll be easier to rectify for users if they try to run the migrations if the index stays in place.

Co-authored-by: Alex van Andel <me@alexvanandel.com>
2021-12-21 00:59:06 +00:00
..
de New Crowdin translations by Github Action (#1147) 2021-11-09 15:18:59 +00:00
en Zomars/cal 794 normalize emails in db (#1361) 2021-12-21 00:59:06 +00:00
es New Crowdin translations by Github Action (#1162) 2021-11-10 14:24:41 +00:00
es-419 Revert "removed empty language files, triyng to debug crowdin (#1341)" (#1344) 2021-12-17 11:32:23 +00:00
fr correction of typo (#1251) 2021-12-03 16:50:39 +00:00
it Revert "removed empty language files, triyng to debug crowdin (#1341)" (#1344) 2021-12-17 11:32:23 +00:00
ja New Crowdin translations by Github Action (#1147) 2021-11-09 15:18:59 +00:00
ko Revert "removed empty language files, triyng to debug crowdin (#1341)" (#1344) 2021-12-17 11:32:23 +00:00
nl Allows setting the event frequency to other than event length (#1349) 2021-12-19 12:11:31 +00:00
pt New Crowdin translations by Github Action (#1168) 2021-11-13 09:36:07 +00:00
pt-BR Revert "removed empty language files, triyng to debug crowdin (#1341)" (#1344) 2021-12-17 11:32:23 +00:00
ro New Crowdin translations by Github Action (#1161) 2021-11-10 14:20:14 +00:00
ru New Crowdin translations by Github Action (#1147) 2021-11-09 15:18:59 +00:00