1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-11-15 20:00:33 +01:00
pingvin-share/backend/src
thecrafterjt 083d82c28b
feat(smtp): allow unauthorized mail server certificates (#525)
* Update config.seed.ts

Added Config Option "allowUnauthenticatedCertificates".

* Update email.service.ts

Now using new Config Option "allowUnauthenticatedCertificates".

* Update en-US.ts

* Update ar-EG.ts

* Update da-DK.ts

* Update el-GR.ts

* Update es-ES.ts

* Update fi-FI.ts

* Update fr-FR.ts

* Update hu-HU.ts

* Update it-IT.ts

* Update ja-JP.ts

* Update ko-KR.ts

* Update nl-BE.ts

* Update pl-PL.ts

* Update pt-BR.ts

* Update ru-RU.ts

* Update sl-SI.ts

* Update sr-SP.ts

* Update sv-SE.ts

* Update th-TH.ts

* Update tr-TR.ts

* Update uk-UA.ts

* Update zh-CN.ts

* Update zh-TW.ts

* Update config.seed.ts

* Update email.service.ts

* Update de-DE.ts

* Add files via upload

rename allow-unauthenticated-certificates to allow-unauthorized-certificates

* Add files via upload

rename allowUnauthenticatedCertificates to allowUnauthorizedCertificates

* Add files via upload

rename allowUnauthenticatedCertificates to allowUnauthorizedCertificates

* rename "unauthenticated" to "unauthorized"

* refactor: run formatter

---------

Co-authored-by: Elias Schneider <login@eliasschneider.com>
2024-07-11 21:50:09 +02:00
..
auth Merge branches 'main' and 'main' of https://github.com/stonith404/pingvin-share 2024-07-10 18:39:53 +02:00
clamscan feat(localization): Added thai language (#231) 2023-08-17 14:54:26 +02:00
config feat(auth): add OAuth2 login (#276) 2023-10-22 16:09:53 +02:00
email feat(smtp): allow unauthorized mail server certificates (#525) 2024-07-11 21:50:09 +02:00
file fix: disable js execution on raw file view 2024-04-05 11:37:47 +02:00
jobs fix: delete unfinished shares after a day 2023-10-21 18:51:27 +02:00
oauth feat: add logs for successful registration, successful login and failed login 2024-07-10 18:39:47 +02:00
prisma feat: add env variables for port, database url and data dir 2023-05-05 11:37:02 +02:00
reverseShare chore: upgrade dependencies 2024-07-01 11:08:23 +02:00
share chore: upgrade dependencies 2024-07-01 11:08:23 +02:00
user fix: delete share files if user gets deleted 2024-03-28 11:59:50 +01:00
utils feat: ability to limit the max expiration of a share 2023-10-23 15:17:47 +02:00
app.controller.ts fix: memory leak while downloading large files 2023-10-09 11:14:51 +02:00
app.module.ts chore: upgrade dependencies 2024-07-01 11:08:23 +02:00
constants.ts fix: set link default value to random (#192) 2023-07-10 13:58:17 +02:00
main.ts fix: changing the chunk size needed an app restart 2024-04-05 11:31:43 +02:00