1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-11-15 03:50:11 +01:00
pingvin-share/backend
Ivan Li fe735f9704
feat: add more options to reverse shares (#495)
* feat(reverse-share): optional simplified interface for reverse sharing. issue #155.

* chore: Remove useless form validation.

* feat: Share Ready modal adds a prompt that an email has been sent to the reverse share creator.

* fix: Simplified reverse shared interface elements lack spacing when not logged in.

* fix: Share Ready modal prompt contrast is too low in dark mode.

* feat: add public access options to reverse share.

* feat: remember reverse share simplified and publicAccess options in cookies.

* style: npm run format.

* chore(i18n): Improve translation.

Co-authored-by: Elias Schneider <login@eliasschneider.com>

Update frontend/src/i18n/translations/en-US.ts

Co-authored-by: Elias Schneider <login@eliasschneider.com>

Update frontend/src/i18n/translations/en-US.ts

Co-authored-by: Elias Schneider <login@eliasschneider.com>

chore(i18n): Improve translation.

* chore: Improved variable naming.

* chore(i18n): Improve translation. x2.

* fix(backend/shares): Misjudged the permission of the share of the reverse share.
2024-07-30 08:26:56 +02:00
..
prisma feat: add more options to reverse shares (#495) 2024-07-30 08:26:56 +02:00
src feat: add more options to reverse shares (#495) 2024-07-30 08:26:56 +02:00
test feat: add name property to share (#462) 2024-05-03 17:12:26 +02:00
.eslintrc.json chore: add eslint 2022-10-13 23:57:37 +02:00
.prettierignore chore: formatter ignore translations 2023-08-17 15:00:57 +02:00
nest-cli.json docs(backend): add swagger documentation 2023-02-07 11:23:43 +01:00
package-lock.json release: 0.28.0 2024-07-22 13:36:54 +02:00
package.json release: 0.28.0 2024-07-22 13:36:54 +02:00
tsconfig.build.json feat: remove appwrite and add nextjs backend 2022-10-09 22:30:32 +02:00
tsconfig.json feat(auth): add OAuth2 login (#276) 2023-10-22 16:09:53 +02:00