1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-18 16:33:36 +02:00

1133 Commits

Author SHA1 Message Date
Skyler Mäntysaari
fc766dd0be Removed the getMimeType function on server as shouldn't be needed anymore. 2023-02-09 23:42:17 +02:00
Skyler Mäntysaari
113a46ac32 Remember to add the extensions to fileSelector. 2023-02-09 23:42:17 +02:00
Skyler Mäntysaari
8073c87bfa
Merge branch 'main' into feat/samsung-raw-and-fujifilm-raf 2023-02-09 20:24:08 +02:00
Skyler Mäntysaari
14a55c67b4 Add raf and srw to the file names. 2023-02-09 20:22:30 +02:00
Skyler Mäntysaari
0d1b93d5ec feat(server/web): file-uploader needed changes. 2023-02-09 20:22:30 +02:00
Immich Release Bot
7c12ecd8eb Version v1.46.0 2023-02-09 20:13:42 +02:00
Alex
a55e14a9e4 fix(server): get shared link album info doesn't contain owner property (#1708) 2023-02-09 20:13:42 +02:00
Alex
1607b92900 [Localizely] Translations update (#1707) 2023-02-09 20:13:42 +02:00
Matthias Rupp
ed3066e361 feat(mobile): Home screen customization options (#1563)
* Try staggered layout for home page

* Introduce setting for dynamic layout

* Fix some provider related bugs

* Make asset grouping configurable

* Add translation keys, refactor group title

* Rename enum values

* Fix enum names

* Reformat long if statement

* Fix timezone related bug

* Minor clean up

* Fix unit test

* Add second assets check back to home screen
2023-02-09 20:13:42 +02:00
Fynn Petersen-Frey
ae0f4ac775 refactor(mobile): add Isar DB & Store class (#1574)
* refactor(mobile): add Isar DB & Store class

new Store: globally accessible key-value store like Hive (but based on Isar)

replace first few places of Hive usage with the new Store

* reduce max. DB size to prevent errors on older iOS devices

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
2023-02-09 20:13:42 +02:00
Michel Heusschen
8b9e4e4245 feat(web): allow uploading more file types (#1570)
* feat(web): allow uploading more file types

* fix(web): make filename extension lowercase
2023-02-09 20:13:42 +02:00
Alex
7fc17a7c93 fix(server): Create album response doesn't have owner property as required (#1704) 2023-02-09 20:13:37 +02:00
Skyler Mäntysaari
c3eb2f9b02 feat(proxy): Initial IPv6 support (#1577) 2023-02-09 20:13:37 +02:00
martyfuhry
c0b0b3b3df feat(mobile): Responsive layout improvements with a navigation rail and album grid (#1583) 2023-02-09 20:13:37 +02:00
Alex Tran
aa7125e7f2 fix(GitHub): feature request form has wrong type for textarea 2023-02-09 20:13:37 +02:00
Alex Tran
faaa4ec6d5 fix(GitHub): feature request template 2023-02-09 20:13:37 +02:00
Alex
35b7767013 feat(GitHub): update bug and feature request template (#1584)
* dev: Reusing template from Home Assistant

* dev: add bug report template

* fix: template

* dev: change type

* dev:

* dev: add default labels

* dev: Add default title

* dev: add feature request template

* remove feature request from markdown

* dev: frontmatter
2023-02-09 20:13:37 +02:00
Alex
176f564c13 chore(server): make owner as required response for AlbumResponseDto (#1579) 2023-02-09 20:13:37 +02:00
dependabot[bot]
1005dc1cb0 chore(deps): bump docker/setup-buildx-action from 2.4.0 to 2.4.1 (#1575)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 20:13:37 +02:00
Alex
9952cbd168 chore(server) Add user FK to album entity (#1569) 2023-02-09 20:13:37 +02:00
Zack Pollard
741256d79f chore(server): update package-lock.json to match package.json (#1573) 2023-02-09 20:13:37 +02:00
Alex
5d9093a38b feat(server): add updatedAt to Asset, Album and User (#1566)
* feat: add updatedAt info to DTO and generate api

* chore: remove unsued file

* chore: Add update statement to add/remove asset/user to album

* fix: test
2023-02-09 20:13:37 +02:00
martyfuhry
37b6040105 feat(mobile): Multiselect add to favorite from the timeline (#1558)
* multiselect add to favorites
2023-02-09 20:13:37 +02:00
Fynn Petersen-Frey
c03f4a89dc refactor(mobile): introduce Album & User classes (#1561)
replace usages of AlbumResponseDto with Album
replace usages of UserResponseDto with User
2023-02-09 20:13:37 +02:00
martyfuhry
f1c7477aae fix(mobile): Added flutter native splash and splash screens (#1520)
* rebasing

* added launch background image to repository

---------

Co-authored-by: Marty Fuhry <marty@fuhry.farm>
2023-02-09 20:13:37 +02:00
James
b8e5b452d9 feat(deployment): support docker secrets (#1254)
* Support secrets

* Rewrite to support sh

* Remove JWT_SECRET
2023-02-09 20:13:37 +02:00
Alex
42054d7fd7 chore(server): remove token when logged out (#1560)
* chore(mobile): invoke logout() on mobile app

* feat: add mechanism to delete token from logging out endpoint

* fix: set state after login sequence success

* fix: not removing token when logging out from OAuth

* fix: prettier

* refactor: using accessTokenId to delete

* chore: pr comments

* fix: test

* fix: test threshold
2023-02-09 20:13:37 +02:00
martyfuhry
bca3c65af4 feat(mobile): Removed stay logged in checkbox and made it enabled by default (#1550)
* removed stay logged in checkbox and made it enabled by default

* adds padding to login button

* removed all isSaveLogin

* fix: logout would re-login with previous credential upon app restart

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
2023-02-09 20:13:37 +02:00
martyfuhry
1532544b24 feat(mobile): Tap to enter immersive mode on gallery viewer (#1546) 2023-02-09 20:13:37 +02:00
Matthias Rupp
c8ebf9443b feat(mobile): Library page rework (album sorting, favorites) (#1501)
* Add album sorting

* Change AppBar to match photos page behaviour

* Add buttons

* First crude implementation of the favorites page

* Clean up

* Add favorite button

* i18n

* Add star indicator to thumbnail

* Add favorite logic to separate provider and fix favorite behavior in album

* Review feedback (Add isFavorite variable)

* dev: style buttons

* dev: styled drop down button

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-02-09 20:13:37 +02:00
Immich Release Bot
2cd45ed1de Version v1.46.0 v1.46.0 2023-02-09 17:59:47 +00:00
Alex
263598f2cf
fix(server): get shared link album info doesn't contain owner property (#1708) 2023-02-09 11:55:24 -06:00
Alex
1d1d71c779
[Localizely] Translations update (#1707) 2023-02-09 11:36:46 -06:00
Matthias Rupp
fd13265131
feat(mobile): Home screen customization options (#1563)
* Try staggered layout for home page

* Introduce setting for dynamic layout

* Fix some provider related bugs

* Make asset grouping configurable

* Add translation keys, refactor group title

* Rename enum values

* Fix enum names

* Reformat long if statement

* Fix timezone related bug

* Minor clean up

* Fix unit test

* Add second assets check back to home screen
2023-02-09 11:35:44 -06:00
Fynn Petersen-Frey
911c35a7f1
refactor(mobile): add Isar DB & Store class (#1574)
* refactor(mobile): add Isar DB & Store class

new Store: globally accessible key-value store like Hive (but based on Isar)

replace first few places of Hive usage with the new Store

* reduce max. DB size to prevent errors on older iOS devices

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
2023-02-09 11:32:08 -06:00
Michel Heusschen
adb265794c
feat(web): allow uploading more file types (#1570)
* feat(web): allow uploading more file types

* fix(web): make filename extension lowercase
2023-02-09 10:08:19 -06:00
Alex
8c20d8cb3d
fix(server): Create album response doesn't have owner property as required (#1704) 2023-02-08 17:15:32 -06:00
Skyler Mäntysaari
43359f1d26
feat(proxy): Initial IPv6 support (#1577) 2023-02-08 13:53:48 -06:00
martyfuhry
dc9da7480c
feat(mobile): Responsive layout improvements with a navigation rail and album grid (#1583) 2023-02-08 13:42:45 -06:00
Alex Tran
18647203cc
fix(GitHub): feature request form has wrong type for textarea 2023-02-07 22:19:50 -06:00
Alex Tran
be8f2c01a2
fix(GitHub): feature request template 2023-02-07 22:18:42 -06:00
Alex
c8fffe4ade
feat(GitHub): update bug and feature request template (#1584)
* dev: Reusing template from Home Assistant

* dev: add bug report template

* fix: template

* dev: change type

* dev:

* dev: add default labels

* dev: Add default title

* dev: add feature request template

* remove feature request from markdown

* dev: frontmatter
2023-02-07 22:09:15 -06:00
Alex
43fd7737f1
chore(server): make owner as required response for AlbumResponseDto (#1579) 2023-02-07 15:11:14 -06:00
dependabot[bot]
fb4969d5d1
chore(deps): bump docker/setup-buildx-action from 2.4.0 to 2.4.1 (#1575)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 08:31:30 -06:00
Alex
3cc4af5947
chore(server) Add user FK to album entity (#1569) 2023-02-06 20:47:06 -06:00
Zack Pollard
ac39ebddc0
chore(server): update package-lock.json to match package.json (#1573) 2023-02-06 22:40:31 +00:00
Alex
29bb1f7ef2
feat(server): add updatedAt to Asset, Album and User (#1566)
* feat: add updatedAt info to DTO and generate api

* chore: remove unsued file

* chore: Add update statement to add/remove asset/user to album

* fix: test
2023-02-06 10:24:58 -06:00
martyfuhry
b8d2f5b373
feat(mobile): Multiselect add to favorite from the timeline (#1558)
* multiselect add to favorites
2023-02-06 07:59:56 -05:00
Skyler Mäntysaari
ae99fa3ed6 Address Discord comments 2023-02-06 10:53:36 +02:00
Fynn Petersen-Frey
2139853dd9
refactor(mobile): introduce Album & User classes (#1561)
replace usages of AlbumResponseDto with Album
replace usages of UserResponseDto with User
2023-02-06 01:13:32 -06:00