This repository was archived by the owner on May 18, 2026. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 419
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: stonith404/pingvin-share
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: stonith404/pingvin-share
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 62 files changed
- 3 contributors
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 38f1626 - Browse repository at this point
Copy the full SHA 38f1626View commit details -
Configuration menu - View commit details
-
Copy full SHA for e86f938 - Browse repository at this point
Copy the full SHA e86f938View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df80ac - Browse repository at this point
Copy the full SHA 3df80acView commit details
Commits on Dec 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 168038e - Browse repository at this point
Copy the full SHA 168038eView commit details
Commits on Dec 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2db1f6a - Browse repository at this point
Copy the full SHA 2db1f6aView commit details
Commits on Dec 18, 2024
-
chore: make Docker image rootless (#683)
* add first version of rootless docker image * skip user creation if user is already a non root user
Configuration menu - View commit details
-
Copy full SHA for 6771bfd - Browse repository at this point
Copy the full SHA 6771bfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 185f1b2 - Browse repository at this point
Copy the full SHA 185f1b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c178a83 - Browse repository at this point
Copy the full SHA c178a83View commit details -
chore(translations): update translations via Crowdin (#686)
* New translations en-us.ts (Italian) * New translations en-us.ts (Portuguese, Brazilian) * New translations en-us.ts (Serbian (Cyrillic)) * New translations en-us.ts (Serbian (Latin)) * New translations en-us.ts (Croatian) * New translations en-us.ts (Ukrainian) * New translations en-us.ts (Spanish) * New translations en-us.ts (Hungarian) * New translations en-us.ts (Serbian (Cyrillic)) * New translations en-us.ts (Portuguese, Brazilian) * New translations en-us.ts (Thai) * New translations en-us.ts (French) * New translations en-us.ts (Russian) * New translations en-us.ts (Chinese Simplified) * New translations en-us.ts (Bulgarian) * New translations en-us.ts (Czech) * New translations en-us.ts (Danish) * New translations en-us.ts (German) * New translations en-us.ts (Greek) * New translations en-us.ts (Finnish) * New translations en-us.ts (Italian) * New translations en-us.ts (Japanese) * New translations en-us.ts (Korean) * New translations en-us.ts (Polish) * New translations en-us.ts (Slovenian) * New translations en-us.ts (Swedish) * New translations en-us.ts (Turkish) * New translations en-us.ts (Ukrainian) * New translations en-us.ts (Chinese Traditional) * New translations en-us.ts (Vietnamese) * New translations en-us.ts (Serbian (Latin)) * New translations en-us.ts (Dutch, Belgium) * New translations en-us.ts (Arabic, Egypt) * New translations en-us.ts (Croatian) * New translations en-us.ts (Italian) * New translations en-us.ts (French) * New translations en-us.ts (Serbian (Cyrillic)) * New translations en-us.ts (Serbian (Latin)) * New translations en-us.ts (Croatian) * New translations en-us.ts (Portuguese, Brazilian) * New translations en-us.ts (Spanish) * New translations en-us.ts (Spanish) * New translations en-us.ts (Ukrainian) * New translations en-us.ts (Japanese) * New translations en-us.ts (Russian) * New translations en-us.ts (Russian) * New translations en-us.ts (Czech) * New translations en-us.ts (Czech) * chore(translations): remove Bulgarian * New translations en-us.ts (Japanese) * New translations en-us.ts (Russian) * New translations en-us.ts (Czech) * New translations en-us.ts (French) * New translations en-us.ts (Spanish) * New translations en-us.ts (Danish) * New translations en-us.ts (German) * New translations en-us.ts (Greek) * New translations en-us.ts (Finnish) * New translations en-us.ts (Hungarian) * New translations en-us.ts (Italian) * New translations en-us.ts (Korean) * New translations en-us.ts (Polish) * New translations en-us.ts (Slovenian) * New translations en-us.ts (Serbian (Cyrillic)) * New translations en-us.ts (Swedish) * New translations en-us.ts (Turkish) * New translations en-us.ts (Ukrainian) * New translations en-us.ts (Chinese Simplified) * New translations en-us.ts (Chinese Traditional) * New translations en-us.ts (Vietnamese) * New translations en-us.ts (Portuguese, Brazilian) * New translations en-us.ts (Thai) * New translations en-us.ts (Serbian (Latin)) * New translations en-us.ts (Dutch, Belgium) * New translations en-us.ts (Arabic, Egypt)
Configuration menu - View commit details
-
Copy full SHA for cbc7fd8 - Browse repository at this point
Copy the full SHA cbc7fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b406f0 - Browse repository at this point
Copy the full SHA 0b406f0View commit details
Commits on Dec 19, 2024
-
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 <[email protected]> * Update frontend/src/components/admin/configuration/ConfigurationNavBar.tsx Co-authored-by: Elias Schneider <[email protected]> * Update docs/docs/setup/s3.md Co-authored-by: Elias Schneider <[email protected]> * Update backend/prisma/seed/config.seed.ts Co-authored-by: Elias Schneider <[email protected]> * 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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a54fe4 - Browse repository at this point
Copy the full SHA 5a54fe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5069abe - Browse repository at this point
Copy the full SHA 5069abeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3946f6f - Browse repository at this point
Copy the full SHA 3946f6fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.6.1...v1.7.0