1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-07-04 00:10:17 +02:00
Commit Graph

166 Commits

Author SHA1 Message Date
Steve Tautonico
56349c6f4c
feature: Added "never" expiration date 2022-10-12 16:59:04 -04:00
Steve Tautonico
69ee88aebc
chore: Upgrade rxjs is required
Without upgrading rxjs, we get `TypeError: (0 , rxjs_1.lastValueFrom) is not a function`

This solution comes from https://github.com/nestjs/nest/issues/7468
2022-10-12 16:11:53 -04:00
Steve Tautonico
fb2dd3bd6f
chore: Fixed some missing dependencies in package.json
The backend was missing "reflect-metadata"
and the frontend was missing "@emotion/react" and "@emotion/server".

Also added JetBrains specific stuff in .gitignore
2022-10-12 16:03:50 -04:00
Elias Schneider
5a9eb58096 Merge branch 'main' into development 2022-10-12 21:53:32 +02:00
Elias Schneider
bfbf3d8130 fix: file names with special characters 2022-10-12 15:04:57 +02:00
Elias Schneider
cde22f85ee Merge branch 'development' into main 2022-10-12 09:14:48 +02:00
Elias Schneider
0b9cc3bd30 chore: update documentation 2022-10-12 09:14:13 +02:00
Elias Schneider
80cdcda93c feat: put db and uploads in same folder 2022-10-12 00:38:38 +02:00
Elias Schneider
759db40ac9 fix: wrong environment configuration for ALLOW_REGISTRATION 2022-10-11 23:21:14 +02:00
Elias Schneider
80d03ce82c chore: update .gitignore 2022-10-11 22:38:25 +02:00
Elias Schneider
b073bb31b0 chore: update configuration settings 2022-10-11 22:35:13 +02:00
Elias Schneider
388ac395ba feat: remove postgres & use a single docker container 2022-10-11 22:30:06 +02:00
Elias Schneider
ffd538f140 fix: delete files when deleting share manually 2022-10-11 15:08:25 +02:00
Elias Schneider
2c47b2a284 fix: add rule to check if user is owner of share 2022-10-10 23:34:03 +02:00
Elias Schneider
02beb66910 fix: dto returns 2022-10-10 17:58:42 +02:00
Elias Schneider
4bab33ad8a feat: remove appwrite and add nextjs backend 2022-10-09 22:30:32 +02:00