0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-02-11 01:18:24 -05:00
immich/server
Alex b07891089f
feat(web/server) Add more options to public shared link (#1348)
* Added migration files

* Added logic for shared album level

* Added permission for EXIF

* Update shared link response dto

* Added condition to show download button

* Create and edit link with new parameter:

* Remove deadcode

* PR feedback

* More refactor

* Move logic of allow original file to service

* Simplify

* Wording
2023-01-21 22:15:16 -06:00
..
apps feat(web/server) Add more options to public shared link (#1348) 2023-01-21 22:15:16 -06:00
bin fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
libs feat(web/server) Add more options to public shared link (#1348) 2023-01-21 22:15:16 -06:00
openapi-generator/templates/serialization/native fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
.dockerignore
.eslintrc.js chore(docs): contributing (#1311) 2023-01-12 08:44:11 -06:00
.gitignore
.prettierignore chore(docs): contributing (#1311) 2023-01-12 08:44:11 -06:00
.prettierrc
Dockerfile feat(server): Fix exif data parsing (#1326) 2023-01-17 09:29:49 -06:00
immich-openapi-specs.json feat(web/server) Add more options to public shared link (#1348) 2023-01-21 22:15:16 -06:00
LICENSE
nest-cli.json refactor(server): domain/infra (#1298) 2023-01-11 21:34:36 -05:00
openapitools.json
package-lock.json feat(server): Fix exif data parsing (#1326) 2023-01-17 09:29:49 -06:00
package.json refactor(server): system config (#1353) 2023-01-21 10:11:55 -06:00
README.md
start-microservices.sh
start-server.sh
tsconfig.build.json
tsconfig.json refactor(server): system config (#1353) 2023-01-21 10:11:55 -06:00

How to run migration

  1. Attached to the container shell
  2. Run npm run typeorm -- migration:generate ./libs/database/src/<migration-name> -d libs/database/src/config/database.config.ts
  3. Check if the migration file makes sense
  4. Move the migration file to folder server/libs/database/src/migrations in your code editor.