1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-06-30 14:40:10 +02:00
pingvin-share/backend/prisma/migrations
Qing Fu 02cd98fa9c
feat(auth): add OAuth2 login (#276)
* feat(auth): add OAuth2 login with GitHub and Google

* chore(translations): add files for Japanese

* fix(auth): fix link function for GitHub

* feat(oauth): basic oidc implementation

* feat(oauth): oauth guard

* fix: disable image optimizations for logo to prevent caching issues with custom logos

* fix: memory leak while downloading large files

* chore(translations): update translations via Crowdin (#278)

* New translations en-us.ts (Japanese)

* New translations en-us.ts (Japanese)

* New translations en-us.ts (Japanese)

* release: 0.18.2

* doc(translations): Add Japanese README (#279)

* Added Japanese README.

* Added JAPANESE README link to README.md.

* Updated Japanese README.

* Updated Environment Variable Table.

* updated zh-cn README.

* feat(oauth): unlink account

* refactor(oauth): make providers extensible

* fix(oauth): fix discoveryUri error when toggle google-enabled

* feat(oauth): add microsoft and discord as oauth provider

* docs(oauth): update README.md

* docs(oauth): update oauth2-guide.md

* set password to null for new oauth users

* New translations en-us.ts (Japanese) (#281)

* chore(translations): add Polish files

* fix(oauth): fix random username and password

* feat(oauth): add totp

* fix(oauth): fix totp throttle

* fix(oauth): fix qrcode and remove comment

* feat(oauth): add error page

* fix(oauth): i18n of error page

* feat(auth): add OAuth2 login

* fix(auth): fix link function for GitHub

* feat(oauth): basic oidc implementation

* feat(oauth): oauth guard

* feat(oauth): unlink account

* refactor(oauth): make providers extensible

* fix(oauth): fix discoveryUri error when toggle google-enabled

* feat(oauth): add microsoft and discord as oauth provider

* docs(oauth): update README.md

* docs(oauth): update oauth2-guide.md

* set password to null for new oauth users

* fix(oauth): fix random username and password

* feat(oauth): add totp

* fix(oauth): fix totp throttle

* fix(oauth): fix qrcode and remove comment

* feat(oauth): add error page

* fix(oauth): i18n of error page

* refactor: return null instead of `false` in `getIdOfCurrentUser` functiom

* feat: show original oauth error if available

* refactor: run formatter

* refactor(oauth): error message i18n

* refactor(oauth): make OAuth token available
someone may use it (to revoke token or get other info etc.)
also improved the i18n message

* chore(oauth): remove unused import

* chore: add database migration

* fix: missing python installation for nanoid

---------

Co-authored-by: Elias Schneider <login@eliasschneider.com>
Co-authored-by: ふうせん <10260662+fusengum@users.noreply.github.com>
2023-10-22 16:09:53 +02:00
..
20221011172612_init feat: remove postgres & use a single docker container 2022-10-11 22:30:06 +02:00
20221013212615_cascade_delete_on_share fix: delete share if user deleted 2022-10-13 23:26:56 +02:00
20221018123139_make_creator_optional chore: create database migration 2022-10-18 14:32:40 +02:00
20221113221005_share_recipient chore: migrate database for release 2022-11-13 23:24:59 +01:00
20221201220540_config_and_admin_functionalities fix: database migration by adding a username 2022-12-02 23:00:24 +01:00
20221208191607_v0_3_3 chore: add migration for v0.3.3 2022-12-08 21:58:58 +01:00
20221213173854_v0_3_6 chore: create prisma migration 2022-12-13 18:39:13 +01:00
20221219061131_user_entity feat: TOTP (two-factor) Authentication (#55) 2022-12-21 17:58:37 +01:00
20221230120407_category_attribute_config feat: improve config UI (#69) 2022-12-30 14:40:23 +01:00
20230104145733_v0_5_1 fix: migration for v0.5.1 2023-01-05 08:34:31 +01:00
20230113080918_removed_reason_attribute feat: add ClamAV to scan for malicious files 2023-01-13 10:16:35 +01:00
20230126125501_reverse_shares fix: admin users were created while the setup wizard wasn't finished 2023-01-26 15:43:13 +01:00
20230209205230_v0_10_0 feat: allow multiple shares with one reverse share link 2023-02-10 11:10:07 +01:00
20230303091601_v0_11_0 feat: custom branding (#112) 2023-03-04 23:29:00 +01:00
20230319120712_edited_value feat(share, config): more variables, placeholder and reset default (#132) 2023-03-23 08:31:21 +01:00
20230718155819_remove_config_veriable_description feat: localization (#196) 2023-07-20 15:32:07 +02:00
20231021165436_oauth feat(auth): add OAuth2 login (#276) 2023-10-22 16:09:53 +02:00
migration_lock.toml feat: remove postgres & use a single docker container 2022-10-11 22:30:06 +02:00