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
Skyler Mäntysaari
ae99fa3ed6
Address Discord comments
2023-02-06 10:53:36 +02:00
Skyler Mäntysaari
bd271fd731
Switch needs to use lowercase variants.
2023-02-05 05:13:29 +02:00
Skyler Mäntysaari
c72abbde2b
acceptedFile is not usable due to type being empty from browser.
2023-02-05 05:07:57 +02:00
Skyler Mäntysaari
b4da8d07d1
Fix the asset-upload tests after changes
2023-02-05 04:47:05 +02:00
Skyler Mäntysaari
b5384ce058
Bring back the acceptedfile filter
2023-02-05 04:45:14 +02:00
Skyler Mäntysaari
09b710751c
Handling of mimetypes on web with a map
2023-02-05 04:41:44 +02:00
Skyler Mäntysaari
52898c6e7d
Handling of mimetype on server
2023-02-05 04:41:44 +02:00
Skyler Mäntysaari
0370394da1
Merge branch 'immich-app:main' into feat/samsung-raw-and-fujifilm-raf
2023-02-05 04:29:22 +02:00
Fynn Petersen-Frey
0048662182
refactor(mobile): reworked Asset, store all required fields from local & remote ( #1539 )
...
replace usage of AssetResponseDto with Asset
Add new class ExifInfo to store data from ExifResponseDto
2023-02-04 14:42:42 -06:00
Devin Buhl
7bd2455175
ci(docker): pass labels to push ( #1545 )
2023-02-03 14:22:00 -06:00
Alex
43e49f36b7
chore(release) post release tasks ( #1543 )
2023-02-03 14:21:49 -06:00
bo0tzz
e4b3479779
fix(ci): Run release version bump before mobile build ( #1542 )
...
* fix(ci): Run release version bump before mobile build
* feat(ci): Add ref input to build-mobile
* feat(ci): Pass new tag ref to build_mobile flow in prepare-release
* chore(ci): Naming
2023-02-03 12:39:56 -06:00
Immich Release Bot
6bac9c7e8f
Version v1.45.0
v1.45.0
2023-02-03 16:41:11 +00:00
martyfuhry
ff3cde4dfb
feat(mobile): Fullscreen image effects ( #1529 )
...
* fullscreen image effects
* toggles app bar instead of hides on tap
* edgeToEdge mode to render beneath navbar on android
* fixed appbar size
* fixed safearea for video and added opacity to appbar in gallery
* wrapped in black container to fix artifact on iOS
* changed to black
* added scaffold back woops
2023-02-03 10:26:05 -06:00
Jason Rasmussen
7aab84f2d9
chore(server): remove unused code ( #1513 )
...
* chore(server): remove unused code
* chore(server): unused imports
2023-02-03 09:18:33 -06:00
Jason Rasmussen
3a940711eb
fix(server): duplicate asset ( #1540 )
2023-02-03 09:17:36 -06:00
Jason Rasmussen
2b0b2bb1ae
refactor(server): download file ( #1512 )
...
* refactor(server): download file
* chore: generate open-api and remove unused refs
* chore(server): tests
* chore: remove unused code
2023-02-03 09:16:25 -06:00
Jason Rasmussen
e39507552f
build: pump open-api specification ( #1533 )
2023-02-02 22:53:52 -06:00
Alex
b019ab79f9
fix(server): id of the deleted asset wasn't passed to the response ( #1532 )
2023-02-02 22:37:39 -06:00
Zack Pollard
43da8c2a72
chore: reduce docker image size ( #1523 )
...
* chore: remove @tensorflow/tfjs-node-gpu as it is unused
* chore: remove ffmpeg from machine-learning docker image
* chore: remove unneeded dependencies + move dev dependencies in server
* chore: reduce server image size
* chore: machine-learning remove extraneous dependencies
* chore: web remove extraneous dependencies
* chore: web Dockerfile reduce production image size
* chore: add exiftool-vendored.pl as a dependency
2023-02-02 21:28:34 -06:00
martyfuhry
0b65cea6fd
fixed local asset thumbnail size and eliminated fade in duration of loading assets ( #1525 )
2023-02-02 13:29:52 -06:00
martyfuhry
a1806390b0
fixes dark mode color for invite to album app bar ( #1524 )
2023-02-02 12:31:44 -06:00
martyfuhry
5d6559e839
fix(mobile): back button while multiselecting showing the last selected image ( #1521 )
2023-02-02 12:20:26 -06:00
Alex
29c79ad1d8
chore(release) mobile release related changes 1.44 ( #1522 )
...
* relase note
* Add changelogs
2023-02-02 09:56:16 -06:00
Skyler Mäntysaari
0b1c7f7ed4
feat(web): Helper for raw image type.
2023-02-02 12:36:55 +02:00
Skyler Mäntysaari
c9d618ed27
feat(server): Some tests and specific handling for the two raw formats
2023-02-02 12:36:20 +02:00
Skyler Mäntysaari
591d3b7afe
Merge branch 'immich-app:main' into feat/samsung-raw-and-fujifilm-raf
2023-02-02 11:11:04 +02:00
Immich Release Bot
d77a1aba7a
Version v1.44.0
v1.44.0
2023-02-02 07:13:46 +00:00
Alex Tran
9e21b16553
Revert "Version v1.44.1"
...
This reverts commit ab2c019a7aee23e2f666ecd755ca208fe1c07bc5.
2023-02-02 01:03:01 -06:00
Alex
dcb56ae775
fix(ci) pump script reset minor and patch based on major and minor pump ( #1515 )
2023-02-02 00:53:22 -06:00
Immich Release Bot
ab2c019a7a
Version v1.44.1
2023-02-02 06:43:35 +00:00
Alex
eb408d4858
Inherit secrect in workflow ( #1514 )
2023-02-02 00:15:27 -06:00
Alex
4f38851880
fix(CI): fix mobile build artifact with proper signing ( #1504 )
2023-02-01 21:50:07 -06:00
martyfuhry
2c356ec87f
fix(mobile) uses clamping scroll physics on android ( #1503 )
2023-02-01 16:29:32 -06:00
Jason Rasmussen
bb84464216
refactor(server): device info ( #1490 )
...
* refactor(server): device info
* fix: export device service
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-02-01 14:55:06 -06:00
Jason Rasmussen
32b9e0bad4
chore: editorconfig ( #1505 )
2023-02-01 14:38:47 -06:00