0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-01-15 01:14:27 -05:00
pingvin-share/backend/prisma/migrations
Mattia Müggler 5a54fe4cb7
feat: add support for S3 as a storage provider (#659)
* add s3

* instance the s3 client dynamically

* refactor code

* fix format

* add docs

* add docs

* fix issue with s3 upload if you use the base path,
fix issue with archiving -> disable archiving for s3

* split file service in local and s3 file service and fix s3 upload chunking

* add working download/view

* add new features to local service (from main branch)

* revert s3 service and add working delete/remove functionality

* refactor s3 service

* Update backend/src/file/s3.service.ts

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

* Update frontend/src/components/admin/configuration/ConfigurationNavBar.tsx

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

* Update docs/docs/setup/s3.md

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

* Update backend/prisma/seed/config.seed.ts

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

* add note for ZIP archive in docs

* create logger instance

* make s3 instance dynamic

* add icon import

* remove console.logs

* add correct pdf viewing format

* add storage provider to share

* refactor: run formatter

* chore: add prisma migration

* fix: don't expose `storageProvider`

* chore: improve config variables description

---------

Co-authored-by: Elias Schneider <login@eliasschneider.com>
2024-12-19 12:06:49 +01: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
20240501154254_share_name_property feat: add name property to share (#462) 2024-05-03 17:12:26 +02:00
20240609145325_add_simplied_field_for_reverse_share feat: add more options to reverse shares (#495) 2024-07-30 08:26:56 +02:00
20240725141038_add_public_access_field_for_reverse_share feat: add more options to reverse shares (#495) 2024-07-30 08:26:56 +02:00
20240803232708_ldap_support feat(ldap): Adding support for LDAP authentication (#554) 2024-08-24 16:15:33 +02:00
20241007181823_oauth_id_token feat(oauth): Add option to logout from OpenID Connect provider 2024-10-14 18:16:47 +02:00
20241218145829_add_s3_support feat: add support for S3 as a storage provider (#659) 2024-12-19 12:06:49 +01:00
migration_lock.toml feat: remove postgres & use a single docker container 2022-10-11 22:30:06 +02:00