martyfuhry
a0b8312ce4
adds safe area to album to stop from clipping bottom of albums ( #1889 )
2023-02-27 18:35:10 -06:00
Alex Tran
8abe6909ca
Merge branch 'main' of github.com:immich-app/immich
2023-02-27 18:29:02 -06:00
Alex
25cff6a748
fix(server) long album load time on Album and Sharing page ( #1890 )
...
* chore: update package-lock.json version
* rfix(server) long album load time
* remove all eagerness
* generate index
* remove console.log
* remove deadcode
* fix: shared link album owner
2023-02-27 18:28:45 -06:00
Michel Heusschen
243c98a02e
feat(web): re-add version announcement ( #1887 )
...
* feat(web): re-add version announcement
* show notification for every update
2023-02-27 17:13:39 -06:00
Matthias Rupp
c9a6820de7
chore(mobile): Favorite provider unit test ( #1874 )
...
* Favorite provider tests
* Remove unused mock
* Add setUp function to avoid duplicate code
2023-02-27 21:15:25 +01:00
Alex Tran
7d586492f3
Merge branch 'main' of github.com:immich-app/immich
2023-02-26 21:23:58 -06:00
Michel Heusschen
807bdfeda9
fix(web): layout nesting ( #1881 )
...
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-02-26 21:23:43 -06:00
Alex Tran
1f25df308a
Merge branch 'main' of github.com:immich-app/immich
2023-02-26 20:58:57 -06:00
Michel Heusschen
2efa8b6960
fix(web): setInterval outside onMount ( #1883 )
2023-02-26 15:55:06 -06:00
Alex Tran
7c9d2018d8
Merge branch 'main' of github.com:immich-app/immich
2023-02-26 15:04:10 -06:00
Olly Welch
ab90b01122
feat(server) Enable ML support for ARM CPUs ( #1880 )
...
* Install nightly release of pytorch to enable ML support for arm CPUs
* Remove linux/arm/v7 from ML docker builds
* Add --no-cache-dir to torch installation command in ML image build
* Use PIP_NO_CACHE_DIR option in ML build to further decrease image size
2023-02-26 15:00:09 -06:00
Alex Tran
d04ef319b8
Merge branch 'main' of github.com:immich-app/immich
2023-02-26 13:59:48 -06:00
Michel Heusschen
368142e79b
feat(web): improved server stats ( #1870 )
...
* feat(web): improved server stats
* fix(web): don't log unauthorized errors
* Revert "fix(web): don't log unauthorized errors"
This reverts commit 7fc2987a77
.
2023-02-26 13:57:34 -06:00
Alex
7d45ae68a6
chore: update package-lock.json version ( #1884 )
2023-02-26 13:30:50 -06:00
Alex Tran
98bedcf1e5
chore: update package-lock.json version
2023-02-26 13:24:57 -06:00
Michel Heusschen
3377fa4640
fix(web): use correct api for asset share page ( #1879 )
2023-02-26 13:21:59 -06:00
Michel Heusschen
641c05c6fe
chore(web): update dependencies ( #1877 )
...
* chore(web): update dependencies
* remove invalid alt attribute
2023-02-26 13:18:26 -06:00
Michel Heusschen
e157a69d86
fix(web): don't log unauthorized errors ( #1871 )
...
* fix(web): don't log unauthorized errors
* fix docker build error
2023-02-26 10:50:18 -06:00
Zack Pollard
3d468c369c
fix: machine learning only take results with > 90% confidence ( #1875 )
2023-02-25 22:02:35 -06:00
Jason Rasmussen
6c7679714b
refactor(server): jobs and processors ( #1787 )
...
* refactor: jobs and processors
* refactor: storage migration processor
* fix: tests
* fix: code warning
* chore: ignore coverage from infra
* fix: sync move asset logic between job core and asset core
* refactor: move error handling inside of catch
* refactor(server): job core into dedicated service calls
* refactor: smart info
* fix: tests
* chore: smart info tests
* refactor: use asset repository
* refactor: thumbnail processor
* chore: coverage reqs
2023-02-25 08:12:03 -06:00
Alex
71d8567f18
[Localizely] Translations update ( #1860 )
2023-02-24 14:42:33 -06:00
Michel Heusschen
cc6253ba38
fix(web): sharing of access token in server API ( #1858 )
2023-02-24 14:42:20 -06:00
Alex
3ea107be5a
chore Add Norweigain localization setup ( #1859 )
...
* chore(localization): Add Norwegian localization setup
* chore(localization): Add Norwegian localization setup
2023-02-24 12:50:56 -06:00
martyfuhry
4ed96cf1bd
fix(mobile): Prevents duplicate taps navigating to the same route twice ( #1855 )
2023-02-24 10:51:35 -06:00
Michel Heusschen
9323cc76d9
feat(server): improve API specification ( #1853 )
2023-02-24 10:01:10 -06:00
Alex
da9b9c8c69
chore: post release tasks ( #1849 )
2023-02-23 15:16:16 -06:00
Immich Release Bot
3c5c0ea68f
Version v1.49.0
2023-02-23 18:42:23 +00:00
martyfuhry
2b988e1d5d
feat(mobile): Background app refresh status ( #1839 )
...
* adds background app refresh message
* fixes ios background settings provider
* styling
* capitalization
* changed to watch
* uses settings notifier now
* forgot to commit this file
* changed to watch and added more clarification
---------
Co-authored-by: Marty Fuhry <marty@fuhry.farm>
2023-02-23 12:33:53 -06:00
Alex
8bcb2558b6
chore(doc): update jobs screenshot ( #1847 )
...
* chore(doc): update jobs screenshot
* alt text
2023-02-23 10:44:00 -06:00
Alex
b8785a5b93
chore(doc): Update ( #1846 )
...
* remove non-avx info
* background app refresh
* user popup
* architecture
2023-02-23 10:14:02 -06:00
Skyler Mäntysaari
b00631d186
fix(machine-learning): Add the command to execute at startup ( #1843 )
...
* fix(machine-learning): Add the command to execute at startup
Previously it wasn't set in the Docker container but it should be.
* fix(docker): remove machine-learning command arg
* fix(docker): machine-learning CMD argument
2023-02-23 09:54:04 -06:00
Skyler Mäntysaari
de5a6b2c35
fix(ci): Mobile build should not run on fork PRs ( #1844 )
...
* fix(ci): Mobile build should not run on PRs
It doesn't have the necessary secrets exposed for it succeed in PR context.
* ci(mobile): Run only on internal PRs
2023-02-23 09:01:47 -06:00
be bright
3beb8193ae
[Localizely] Korean Translations update ( #1842 )
2023-02-23 08:54:44 -06:00
Alex
a2549c5bbd
fix(mobile): no album thumbnail lead to no album selection shown and add global logs ( #1841 )
...
* fix(mobile): no album thumbnail lead to no album selection shown
* add more log info
* added global error handling
* better place to init logger
* get more log
2023-02-23 06:36:17 +00:00
martyfuhry
98a8be82e2
removes deleted asset from gallery list ( #1837 )
2023-02-22 20:50:13 -06:00
Michel Heusschen
5c86e13239
refactor(web): combine api and serverApi ( #1833 )
2023-02-22 20:49:13 -06:00
Michel Heusschen
10cb612fb1
feat(web): theme/locale preferences and improve SSR ( #1832 )
2023-02-22 11:53:08 -06:00
Michel Heusschen
a9a769d902
fix(web): hide img alt text while loading ( #1834 )
2023-02-22 11:52:23 -06:00
Alex
846e35f57e
chore: readme and pump script ( #1835 )
...
* chore: readme and pump script
* readme
2023-02-22 11:52:08 -06:00
Alex
a3b9a0be3a
fix(server): Flask not found ( #1830 )
...
* fix(server): Flask not found
* trial 1
2023-02-22 10:53:59 -06:00
Alex
2a3235f606
fix(server): album repo unused variable ( #1831 )
2023-02-21 22:49:58 -06:00
Immich Release Bot
08b221c270
Version v1.48.1
2023-02-22 03:53:56 +00:00
Alex
3102c3128f
hotfix(server): getAlbumByAssetId alters album content ( #1828 )
2023-02-21 21:53:00 -06:00
Alex
9ebed3c1b4
fix(server): Object detection query and get server stats ( #1823 )
...
* fix(server): Object detection query has incorrect value
* fix: get stats for user using the wrong property id from response
* chore: update openapi version
2023-02-21 21:51:04 -06:00
bo0tzz
24d672a0ff
chore: Remove stale values from docker-compose.yml ( #1822 )
2023-02-21 16:55:36 -06:00
bo0tzz
e9f99302c1
fix(ci): Shake up prepare-release concurrency group ( #1820 )
2023-02-21 16:55:05 -06:00
Alex Tran
5cdf7671ed
chore: changelog
2023-02-21 11:45:28 -06:00
Immich Release Bot
4dab50c10a
Version v1.48.0
2023-02-21 17:18:38 +00:00
Alex
c416dd30e2
[Localizely] Translations update ( #1817 )
2023-02-21 09:54:26 -06:00
Alex
4ebc8870c2
fix(web): modal overlay hidden behind nav bar ( #1816 )
2023-02-21 09:33:16 -06:00